Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-26 | Fix buffer overflows in dhcpd and dhclient. Closes PR#4306. | Kenneth R Westerback | |
ok henning@ | |||
2005-07-25 | Use payload NAT-D or NAT-D-DRAFT according to NAT-T vendor ID advertised by the | Hans-Joerg Hoexer | |
peer. looks good ho | |||
2005-07-25 | output some more information on UI command "S" | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-07-24 | use correct function names in error messages | Hans-Joerg Hoexer | |
2005-07-24 | prepare for combining SAs and flows in one single rule, no functional change | Hans-Joerg Hoexer | |
yet. | |||
2005-07-23 | Our dhclient.conf lives in /usr/src/etc. | Kenneth R Westerback | |
ok henning@ | |||
2005-07-23 | document automatic generation of reverse SA rules. | Hans-Joerg Hoexer | |
2005-07-23 | add automatic creation of reverse SAs. | Hans-Joerg Hoexer | |
A tcpmd5 rule like: tcpmd5 from 192.168.3.28 to 192.168.3.14 spi 0x2000:0x2001 \ key 0xbeefdead:0xdeadbeef expands now to: tcpmd5 from 192.168.3.28 to 192.168.3.14 spi 0x00002000 key 0xbeefdead tcpmd5 from 192.168.3.14 to 192.168.3.28 spi 0x00002001 key 0xdeadbeef | |||
2005-07-23 | prepare for specifying both in and out key, not used yet. | Hans-Joerg Hoexer | |
2005-07-23 | prepare for specifying incoming and outgoing SPIs, not used yet. | Hans-Joerg Hoexer | |
2005-07-22 | spacing and tiny knf | Hans-Joerg Hoexer | |
2005-07-21 | remove trailing newlines from err(3) calls; millert@ and matthieu@ ok. | Federico G. Schwindt | |
2005-07-20 | Print the last two kern.nchstats entries. | Miod Vallat | |
2005-07-20 | revert one TAILQ_FOREACH conversion from r1.112 which was | Moritz Jodeit | |
wrong and broke some isakmpd setups. ok hshoexer@ | |||
2005-07-18 | revert marcos bio changes, mickey not ok | David Gwynne | |
2005-07-18 | tweaks; | Jason McIntyre | |
ok marco@ | |||
2005-07-18 | Fix online help. | Marco Peereboom | |
2005-07-18 | Reflect new reality. | Marco Peereboom | |
2005-07-18 | Kill initial implementation because it sucked. It was far too complex the new | Marco Peereboom | |
paradigm is to virtualize the operations. Using physical data is really only necessary on low end hardware or by advanced users. For now only support the inquiry operation. ok dlg@ | |||
2005-07-17 | No longer used. | Kenneth R Westerback | |
2005-07-17 | Insist on correct hardware addresses in dhclient.conf and | Kenneth R Westerback | |
dhclient.leases.<if> files. Simplify parse_numeric_aggregate() as a result, rendering tree.c and tree.h redundant. ok millert@ | |||
2005-07-16 | No longer used. | Kenneth R Westerback | |
2005-07-16 | Rejig struct string_list to use char array rather than char pointer, and | Kenneth R Westerback | |
eliminate new_parse_string. alloc.c becomes redundant. Junk a couple of unused fields (env, envc) in struct client_state. suggestions by & ok millert@ | |||
2005-07-16 | fix printing of hostname, from brooks davis via jmc | Henning Brauer | |
2005-07-16 | back out last; breaks in cases where we want hex and the last byte is 0 | Henning Brauer | |
2005-07-16 | NULL is not a time_t. From brooks at freebsd. | Kenneth R Westerback | |
2005-07-16 | Eliminate unnecessary 'code' field from struct option. Make | Kenneth R Westerback | |
dhcp_options const. ok henning@ | |||
2005-07-15 | Fix handling of comma separated option value lists, broken in r1.20. | Kenneth R Westerback | |
Found and fix tested by Moritz Jodeit. | |||
2005-07-15 | let pretty_print_option() handle trailing nul bytes correctly (i. e. don't | Henning Brauer | |
let a trailing nul byte force hex printing) FreeBSD PR 83468 by Sean Winn <sean@gothic.net.au>, via jmc@ | |||
2005-07-14 | fix some memleaks. ok hshoexer@ | Moritz Jodeit | |
2005-07-13 | spacing | Theo de Raadt | |
2005-07-13 | minor knf | Theo de Raadt | |
2005-07-13 | Repair/rationalize option handling to ensure valid option section is | Kenneth R Westerback | |
always sent. Fold store_options into cons_options. Eliminate priority list of options. ok deraadt@ | |||
2005-07-11 | krw stopped use of hash.c | Theo de Raadt | |
2005-07-11 | spacing | Theo de Raadt | |
2005-07-11 | Expunge unused hashing code and variables. | Kenneth R Westerback | |
2005-07-11 | Dispense with the overhead of creating a hash just to lookup the | Kenneth R Westerback | |
option name. Just iterate over the 256 option names. Only the first 80 or so are used anyway. Eliminating now unused hash code will follow. ok henning@ millert@ beck@ | |||
2005-07-11 | clear PFI_IFLAG_SKIP when clearing interface flags, found by David Hill, | Daniel Hartmeier | |
ok henning@ | |||
2005-07-10 | allow reading key from a file | Hans-Joerg Hoexer | |
2005-07-10 | tweaks; | Jason McIntyre | |
ok hshoexer@ | |||
2005-07-10 | tweaks; | Jason McIntyre | |
2005-07-09 | Mention tcpmd5, .Xr ipsec(4) and tcp(4). | Hans-Joerg Hoexer | |
2005-07-09 | forgot to .Xr tcp(4) | Hans-Joerg Hoexer | |
2005-07-09 | describe how to setup tcpmd5 | Hans-Joerg Hoexer | |
2005-07-09 | make sure, output of -ss is identical to syntax for SA rules | Hans-Joerg Hoexer | |
2005-07-09 | it's ok to not specify the key when deleting a tcpmd5 SA | Hans-Joerg Hoexer | |
2005-07-09 | also bail out when pfkey returns ESRCH (eg. trying to delete a non-existing SA) | Hans-Joerg Hoexer | |
2005-07-09 | small cleanups | Hans-Joerg Hoexer | |
2005-07-09 | add support tcpmd5 | Hans-Joerg Hoexer | |
2005-07-09 | Provide infrastructure for adding/deleting SAs, will be used by tcpmd5 and | Hans-Joerg Hoexer | |
manual keying. Not used yet. |