Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-06-14 | no need to restrict tagging to stateful rules any more, dhartmei ok | Henning Brauer | |
From: "Alexey E. Suslikov" <cruel@texnika.com.ua> | |||
2005-06-14 | do not confuse bytes with bits, noted by marcus.popp at paranoidbsd.org | Hans-Joerg Hoexer | |
2005-06-14 | add ENCAP_UDP_{TUNNEL,TRANSPORT} types according to rfc 3947 | Hans-Joerg Hoexer | |
ok markus | |||
2005-06-14 | use "egress" instead of "external" for the interface group containing the | Henning Brauer | |
interfaces the default route(s) point to, proposed deraadt some days ago, ok djm deraadt | |||
2005-06-13 | document extended pfctl -sl format | Henning Brauer | |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer | |
matches the counters on states now. also fix the counting on scrub rules where we previously did not handle the byte counters at all. extend pfctl -sl output to include the new seperate in/out counters hacked on the ferry from Earls Cove to Saltery Bay ok ryan | |||
2005-06-13 | free memory in show_src_nodes and show_states, as reported by | Jared Yanovich | |
Henrik Gustafsson <openbsd@fnord.se> via tech@. ok henning | |||
2005-06-13 | Allow isakmpd to write a pid file when /var is a subdir (e.g. /usr/var) | Todd C. Miller | |
and not a mount point. | |||
2005-06-12 | let 'ifconfig <group>' work, displaying all the interfaces which are member | Henning Brauer | |
of the given group, markus ok | |||
2005-06-11 | grammar; | Jason McIntyre | |
2005-06-10 | add Xr to mount_udf(8); | Jason McIntyre | |
2005-06-09 | note that nwid and essid are synonymous; | Jason McIntyre | |
from walter goulet and clarified by reyk@ | |||
2005-06-09 | print the interface address on route get; ok henning, claudio | Markus Friedl | |
2005-06-08 | netns crap i missed earlier... damn unreliable tools | Henning Brauer | |
2005-06-07 | move description of the default groups to the ifconfog manpage | Henning Brauer | |
netintro should only give an intro, not the glory details :) theo ok | |||
2005-06-07 | don't include ccitt headers (were not used anyway) | Henning Brauer | |
2005-06-06 | parse local/remote credential payload types. | Hans-Joerg Hoexer | |
2005-06-06 | get rid of another leftover from the src routing adventure | Henning Brauer | |
2005-06-04 | undo last commit, all memory is already freed by udp_remove() | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-04 | Clarify that for -i/-R only paths beginning with /var/run are valid. | Hans-Joerg Hoexer | |
2005-06-02 | unbreak port floating, noticed by sean at obstacle9 dot com | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-02 | Make buf_add a no-op if length == 0. OK henning | Chad Loder | |
2005-06-02 | expand the section on pki: | Jason McIntyre | |
- list different methods available - document key-based method - move x509-based into its own section - add keynote stub section ok hshoexer@ | |||
2005-06-01 | Fix memory leak. OK hshoexer | Chad Loder | |