Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback | |
ok millert@ | |||
2005-07-09 | Clean out a few more unused/uninitialized variables. | Kenneth R Westerback | |
ok henning@ | |||
2005-07-09 | Since we never add more than the default dhcp_universe, expunge the | Kenneth R Westerback | |
code to handle mulitple 'vendor' universes. Don't bother with a specific error message about 'vendor'. An unsupported option is an unsupported option, and a '.' in an option name is a syntax error. ok henning@ | |||
2005-07-08 | More dead and moribund code removal/cleanup. This time unused parameters | Kenneth R Westerback | |
and associated code for store_options(). ok henning@ | |||
2005-07-08 | Eliminate unused code and associated parameters. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-07-07 | set flow type (use, require, etc.) when a rule is created. Up to now this was | Hans-Joerg Hoexer | |
done while crafting the corresponding pfkey message. | |||
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 | |
ok deraadt@ millert@. | |||
2005-07-07 | Eliminate tree_cache structure in favour of option_data. Eliminate | Kenneth R Westerback | |
redundant level of indirection in building and using option_data arrays while constructing outgoing packets. Make option_data len field unsigned. ok henning@. 'cool!' deraadt@. | |||
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback | |
ok millert@ deraadt@ henning@ | |||
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback | |
ok millert@ deraadt@ henning@ | |||
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 | |
This is not fully functional yet. | |||
2005-06-30 | in order for pfvar.h not to conflict with openssl's crypto.h, use | Nikolay Sturm | |
PF_MD5_DIGEST_LENGTH instead of including crypto/md5.h ok markus@, henning@, mpf@ | |||
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 | |
2005-06-30 | clarify: -F flushes both SPD and SADB | Hans-Joerg Hoexer | |
2005-06-30 | Next step, again no functional change yet | Hans-Joerg Hoexer | |
2005-06-30 | Prepare for flow deletion, no functional change yet. | Hans-Joerg Hoexer | |
2005-06-29 | ignore (but still accept) -D and -L | Jared Yanovich | |
(and other minor cleaning while here: sync usage, whitespace, fix error messages) ok millert | |||
2005-06-29 | sort options | Jared Yanovich | |
2005-06-27 | improve output for SAs | Hans-Joerg Hoexer | |
while around, do small whitesparce cleanup added a missing "static" | |||
2005-06-27 | reference bpf(4); from alexey e. suslikov; | Jason McIntyre | |
2005-06-27 | grammar; | Jason McIntyre | |
2005-06-27 | - sort synopsis and options list | Jason McIntyre | |
- sync the args in the options list to those in synopsis, and avoid using structures such as `-l very long description of single arg' | |||
2005-06-27 | document `noauto' option; | Jason McIntyre | |
ok millert@ | |||
2005-06-26 | indentation/white space cleanup, no binary change | Hans-Joerg Hoexer | |
2005-06-26 | There's a dependency on the compress API that changed | Otto Moerbeek | |
2005-06-25 | /* Fallthrough. */ -> /* FALLTHROUGH */ | Hans-Joerg Hoexer | |
now that's useable with lint | |||
2005-06-25 | typo in comment | Hans-Joerg Hoexer | |
2005-06-25 | Use correct local ID in phase 1 when using IPV[46]_ADDR. | Hans-Joerg Hoexer | |
Diff from st.sch at gmx.net | |||
2005-06-24 | err -> errx | Jolan Luff | |
2005-06-23 | iface description is not an array of ptr but rather just a string; jcs@ ok | Michael Shalayeff | |
2005-06-23 | - cleanup dead flags | Jared Yanovich | |
- minor mdoc/rewording improvements - add some relevant crossrefs ok jmc | |||
2005-06-16 | bye bye whiteouts | Todd C. Miller | |
2005-06-16 | whiteout bit I missed earlier | Todd C. Miller | |
2005-06-14 | Kill whiteout support. OK deraadt@ and beck@ | Todd C. Miller | |