Age | Commit message (Expand) | Author |
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 |
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 |
2005-07-15 | Fix handling of comma separated option value lists, broken in r1.20. | Kenneth R Westerback |
2005-07-15 | let pretty_print_option() handle trailing nul bytes correctly (i. e. don't | Henning Brauer |
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 |
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 |
2005-07-11 | clear PFI_IFLAG_SKIP when clearing interface flags, found by David Hill, | Daniel Hartmeier |
2005-07-10 | allow reading key from a file | Hans-Joerg Hoexer |
2005-07-10 | tweaks; | Jason McIntyre |
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 |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback |
2005-07-09 | Since we never add more than the default dhcp_universe, expunge the | Kenneth R Westerback |
2005-07-08 | More dead and moribund code removal/cleanup. This time unused parameters | Kenneth R Westerback |
2005-07-08 | Eliminate unused code and associated parameters. | Kenneth R Westerback |
2005-07-07 | set flow type (use, require, etc.) when a rule is created. Up to now this was | Hans-Joerg Hoexer |
2005-07-07 | Do not mix rule types with flow types | Hans-Joerg Hoexer |
2005-07-07 | add type for rules; will need this for tcpmd5 | Hans-Joerg Hoexer |
2005-07-07 | add prototype for pfkey_parse() | Hans-Joerg Hoexer |
2005-07-07 | Eliminate unused code and associated parameter. | Kenneth R Westerback |
2005-07-07 | Eliminate tree_cache structure in favour of option_data. Eliminate | Kenneth R Westerback |
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback |
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback |
2005-07-05 | fix comment | Hans-Joerg Hoexer |
2005-07-05 | use correct function name in log message, tiny KNF | Hans-Joerg Hoexer |
2005-07-04 | do not whack errno before using it; Andrey Matveev | Theo de Raadt |
2005-07-01 | Add -f option for disk operations. Idea by deraadt. | Marco Peereboom |
2005-06-30 | in order for pfvar.h not to conflict with openssl's crypto.h, use | Nikolay Sturm |
2005-06-30 | grmpf, forgot to add -d to usage()... | Hans-Joerg Hoexer |
2005-06-30 | Document -d | Hans-Joerg Hoexer |
2005-06-30 | add -d flag for flow deletion. Enable flow deletion. | Hans-Joerg Hoexer |