Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-03 | add support for ifconfig clone; from netbsd; ok deraadt, henning | Markus Friedl | |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl | |
ok deraadt@ | |||
2003-11-29 | allow ':' (range including boundaries) to be used whereever '><' (range | Daniel Hartmeier | |
excluding boundaries) is legal. already supported by kernel, requires only removal of three error messages. ok henning@ | |||
2003-11-25 | - document interaction with SIGINFO, as observed by Franciszek Holop on misc@ | Jason McIntyre | |
- add some .Pp - typo | |||
2003-11-22 | daniel stumbled over a broken regress test, and it turned out that I forgot | Henning Brauer | |
to commit a diff from 11/6... do not insert the "block in on ! interface" rule for antispoof statements when the interface in question does not have any IP address, because that then expands to block in on ! interface all which is obviously bad. niklas@ found it, dhartmei@ ok, and I think some more ppl ok I don't remember | |||
2003-11-21 | - standard SYNOPSIS | Jason McIntyre | |
- sort OPTIONS - s/Dq/Sq when quoting single characters - sync usage() - simplify macros | |||
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy | |
use more verbose warning options if desired. ok millert@, henning@, david@ | |||
2003-11-20 | use .Dv for AF_INET and AF_INET6 (kills ugly line break); | Jason McIntyre | |
spotted by Alexey E. Suslikov; also kill some .Pp's before displays/lists for better PostScript output; | |||
2003-11-16 | __attribute__((__packed__)) -> __packed | Anil Madhavapeddy | |
2003-11-15 | fix savecore on big endian 64 bit arches. OK millert@ | Marco S Hyman | |
2003-11-15 | no dup header sys/types.h. from Andrey Matveev | Ted Unangst | |
2003-11-14 | in print_status: | Henning Brauer | |
-print debuglevel "Loud", this was omitted before (catched by mpech@) -use the fine PF_DEBUG_* defines instead of magic numbers ok markus | |||
2003-11-14 | allow the debuglevel to be set from pf.conf (set debug) | Henning Brauer | |
ok cedric@ | |||
2003-11-09 | Unbreak printing of vlan interface information, commented out accidentally | Ryan Thomas McBride | |
in CARP import. | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride | |
created by this rule from appearing on the pfsync(4) interface. e.g. pass in proto tcp to self flags S/SA keep state (no-sync) ok cedric@ henning@ dhartmei@ | |||
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-07 | - document /etc/kbdtype | Jason McIntyre | |
- sort options list and FILES - put example descriptions before examples and indent them ok mickey@ | |||
2003-11-06 | Style nits. | Hakan Olsson | |
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | Hakan Olsson | |
Require DELETE payloads to be accompanied by HASHes, and add validation for HASH payloads without active exchanges. From Hans-Joerg Hoexer with various modifications and suggestions from me and markus@. Ok markus@. | |||
2003-11-06 | spis[] type tweak. From Hans-Joerg Hoexer. | Hakan Olsson | |
2003-11-06 | two more KNF violations I missed earlier. who introduces those all the time? | Henning Brauer | |
2003-11-06 | and fix two err() that should be errx() while beeing here | Henning Brauer | |
2003-11-06 | need calloc here | Henning Brauer | |
2003-11-06 | KNF | Henning Brauer | |
2003-11-06 | allow the label macros to be used in tags as well. | Henning Brauer | |
the idea is not mine and I'dlove to get credit, but I cannot find the mail any more :-(( ok canacar@ dhartmei@ | |||
2003-11-06 | don't write magic until the file system is really done. prevents | Ted Unangst | |
fsck/mount unhappiness. hint from freebsd-arch ml. ok deraadt@ | |||
2003-11-05 | PFS: Perfect Forward Secrecy (RFC 2409); | Jason McIntyre | |
from misc@ and ok markus@ | |||
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre | |
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre | |
2003-11-03 | NULL for NULL pointers, not 0 | Ted Unangst | |
2003-11-03 | combine ugly printf(), exit() combo statements into err() or errx(). | Ted Unangst | |
mostly from tom cosgrove. | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-10-31 | These should build on pegasos | Dale Rahn | |
2003-10-30 | malloc failures in init? never. but try to be reasonable for one dumb one | Theo de Raadt | |
2003-10-28 | better partition finding. instead of groveling around looking for | Ted Unangst | |
a device, and then trying to guess what partition it is, use opendev(), fstat(), and DISKPART() to know what what's going on. most of the diff from Tom Cosgrove <tom.cosgrove at arches-consulting.com> | |||
2003-10-26 | fix partition selection to allow all partitions to be grown. | Ted Unangst | |
report by Mitja Muzenic <mitja at muzenic.net> | |||
2003-10-26 | "advbase" is the correct operand. | Ryan Thomas McBride | |
diff from Daniel Cavanagh <nofsk@vtown.com.au> | |||
2003-10-25 | OpenSSL generates DNs with emailAddress, not Email. | Ryan Thomas McBride | |
2003-10-25 | receiveing -> receiving; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | adddress -> address; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | controlls -> controls; from Jared Yanovich; | Jason McIntyre | |
2003-10-22 | spacing | Theo de Raadt | |
2003-10-22 | use setgroups too; canacar ok | Theo de Raadt | |
2003-10-22 | caution with kill | Theo de Raadt | |
2003-10-22 | privilege seperated pflogd | Can Erkin Acar | |
_pflogd user and group must be created for proper operation. ok frantzen@ henning@ mcbride@ deraadt@ | |||
2003-10-21 | don't use NULL as (int)0. henning ok | Jun-ichiro itojun Hagino | |
2003-10-19 | Remove commented out debug line committed by mistake. | Ryan Thomas McBride | |
2003-10-18 | sync with usage(); | Jason McIntyre | |
2003-10-18 | new sentence, new line; | Jason McIntyre | |