Age | Commit message (Expand) | Author |
2014-05-17 | When parsing a numerical value for the TOS bits, make sure that it | Alexander Bluhm |
2014-05-16 | Zero out grp before re-using it (new ones are already cleared by | Todd C. Miller |
2014-05-15 | - typo in comment | Charles Longeau |
2014-05-13 | We don't need no stinkin' 'extern long dev_bsize;'. At least not since | Kenneth R Westerback |
2014-05-13 | pass SA initiator not the exchange initator to sa_address(); ok mikeb@ | Markus Friedl |
2014-05-13 | Nuke another pointless dev_bsize variable always set to 512 and use | Kenneth R Westerback |
2014-05-13 | Since this is limited to ffs, use ufsinfo_t instead of ino_t. | Philip Guenther |
2014-05-12 | Remove useless dev_bsize variable and use DEV_BSIZE as needed. Divide | Kenneth R Westerback |
2014-05-12 | Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages | Kenneth R Westerback |
2014-05-12 | Since all static leases are in one file, /etc/dhclient.conf, there is no | Kenneth R Westerback |
2014-05-12 | No need for a dev_bsize variable that is always set to 512, | Kenneth R Westerback |
2014-05-12 | Make ifconfig do something intelligent based on the required length of | Bob Beck |
2014-05-11 | replace realloc(p, N * M) with reallocarray(p, N, M) and remove some | Alexander Hall |
2014-05-11 | struct direct's d_ino is no longer the same size as an ino_t, so copy it | Philip Guenther |
2014-05-11 | Tweak DHCPREQUEST log message to omit 'port N', since the port is not | Kenneth R Westerback |
2014-05-11 | Rework/restore recorded lease handling. Actually use 'lease' | Kenneth R Westerback |
2014-05-11 | remove unused variable | Charles Longeau |
2014-05-09 | Modernize spelling. 'Mimick' -> 'Mimic' in comment. | Kenneth R Westerback |
2014-05-09 | Fix '-b' option to work with the superblock locations output by newfs | Kenneth R Westerback |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre |
2014-05-09 | get rid of redundant {csa,flow}_{src,dst}id pointers, so we don't need | Markus Friedl |
2014-05-09 | replace iked_transform pointer with xform id, since target of pointer | Markus Friedl |
2014-05-08 | match iked proc.c infrastructure with proc.c | Bret Lambert |
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-05-07 | jmc@ points out '-F/-f' are available only in conjunction with | Kenneth R Westerback |
2014-05-07 | consolidate some code by using reallocarray in all cases. | Ted Unangst |
2014-05-07 | try postponed requests first, so we do in-order processing; ok mikeb@ | Markus Friedl |
2014-05-07 | print msgid for debugging; ok reyk & mikeb | Markus Friedl |
2014-05-07 | make authentication work with X509 certificates that don't have a | Markus Friedl |
2014-05-07 | factor out ikev2_ike_auth() (state machine; used multiple times via callbacks) | Markus Friedl |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | missing word in error message. ok millert | Ted Unangst |
2014-05-07 | delete some crusty casts | Ted Unangst |
2014-05-06 | change the create-child-sa responder code, so it does not store any | Markus Friedl |
2014-05-06 | zap stray word; ok markus | Jason McIntyre |
2014-05-06 | Explicitly zero out the ibufs before releasing the memory to make sure | Reyk Floeter |
2014-05-06 | initiate ike sa rekeying (ikesalifetime keyword), re-queue pfkey | Markus Friedl |
2014-05-06 | cleanup IKE-SA tree handling (fixes repeated-insert & double-remove) | Markus Friedl |
2014-05-06 | don't sa_free() in the receive path (prevents use-after-free); ok mikeb@ | Markus Friedl |
2014-05-06 | send the delete with the locally allocated SPI in ikev2_init_create_child_sa() | Markus Friedl |
2014-05-06 | make sure some notify payloads are encrypted; ok mikeb@ | Markus Friedl |
2014-05-06 | initial support for PFS; ok reyk@ | Markus Friedl |
2014-05-06 | retire IKED_REQ_DELETE and fix delete parsing; ok reyk@ | Markus Friedl |
2014-05-06 | no need to include rand.h now the RAND_seed() calls are gone. | Jonathan Gray |
2014-05-05 | ca_x509_serialize: don't leak the bio buffer; ok reyk@ | Markus Friedl |
2014-05-05 | make the ca_pubkey_serialize() code similar to the private key code, and | Markus Friedl |
2014-05-05 | pfkey is unreliable, so add a select-timeout before MSG_PEEK; | Markus Friedl |
2014-05-05 | Zap trailing whitespace. Started by pointed comments from andre@. | Kenneth R Westerback |
2014-05-05 | Ugly workaround for an overoptimistic alignment expectation of dos_partition | Miod Vallat |