Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-05-14 | pflogd now uses the new pflog link type. Trying to append to an existing | Can Erkin Acar | |
old-style logfile will fail. Move away old log files. ok henning@ dhartmei@ frantzen@ | |||
2003-04-23 | most programs do not syslog at startup. especially this one | Theo de Raadt | |
2003-03-11 | mdoc fixes: macros are not allowed inside .Bd -literal blocks | David Krause | |
ok deraadt@ | |||
2003-03-11 | always compile and set pcap filters even when filters are not specified. | Kenjiro Cho | |
bpf implements snaplen by filters and captures full packets when filters are not set. ok deraadt@, dhartmei@ | |||
2003-03-01 | Add ANSI prototypes. Get rid of shadow warnings. Use correct | Chad Loder | |
printf format specifiers where needed. Clarify one comment. Now compiles with -Wmissing-prototypes -Wshadow, and this is reflected in the Makefile. OK deraadt@ | |||
2003-02-24 | to to | Henning Brauer | |
found by krause | |||
2003-02-19 | mdoc-police: officer krause catched one again | Henning Brauer | |
2003-02-14 | and one more tweaking round by krause, thanks! | Henning Brauer | |
2003-01-28 | typos; added white boldface to examples | Jason McIntyre | |
ok deraadt@ | |||
2002-11-30 | oops | Theo de Raadt | |
2002-11-30 | do not syslog with extra newline | Theo de Raadt | |
2002-11-09 | SEE ALSO reordering and corrections. | Federico G. Schwindt | |
2002-10-17 | Style nits and missing free(), from david@phobia.ms | Daniel Hartmeier | |
2002-09-03 | use sig_atomic_t; cloder | Theo de Raadt | |
2002-05-23 | minor KNF encountered while doing yet another boring 4AM source code audit... | Theo de Raadt | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-08 | add a newline after pcap error string (as pcap_geterr() doesn't). | jasoni | |
- ok dhartmei@ (a long time ago) | |||
2002-04-23 | fix grammar in tcpdump example | Mike Frantzen | |
2002-03-23 | examples of tcpdump filters on pf log fields | Mike Frantzen | |
2002-02-28 | Remove the ifconfig line again, it's in pflog(4), which is now linked, | Daniel Hartmeier | |
and in pflogd context (started from rc), the interface is up already. | |||
2002-02-28 | Document ethernet layer expressions. | Daniel Hartmeier | |
2002-02-28 | Up the pflog0 interface. alphabetize xrefs and add pflog(4) | Kjell Wooding | |
ok dhartmei@ | |||
2002-01-21 | deamon -> daemon, from Alexander Yurchenko | Daniel Hartmeier | |
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-12-06 | When you give command examples in a manual page prefix them with | Theo de Raadt | |
$ command or # command Depending on if is a regular user command, or root-only. Please? | |||
2001-12-02 | document tcpdump on pflog0 to make Theo happy and prove nroff can't kill you | Mike Frantzen | |
(but damn can it try) | |||
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ | |||
2001-10-10 | umask. spotted by form@ | Mike Pechkin | |
deraadt@, dhartmei@ ok | |||
2001-10-02 | loging -> logging | Daniel Hartmeier | |
2001-09-15 | add EXAMPLES section; canacar@eee.metu.edu.tr, ok deraadt@ | Jakob Schlyter | |
2001-08-29 | kill the -i option; it just causes all sorts of grief; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-27 | doc improvements; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | move back to requested snaplen after SIGHUP; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | rearrange so that snaplen cannot be changed; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-24 | corrections; wouter.clarie@pandora.be | Theo de Raadt | |
2001-08-23 | fix usage | Theo de Raadt | |
2001-08-23 | do not permit snaplen change on an active log file | Theo de Raadt | |
2001-08-22 | clarify tcpdump use; frantzen | Theo de Raadt | |
2001-08-22 | properly handle empty log file | Theo de Raadt | |
2001-08-21 | pflogd; work by canacar@eee.metu.edu.tr and myself | Theo de Raadt | |