Age | Commit message (Expand) | Author |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-09-30 | print invalid hostmask when refusing it, ok deraadt@ | Daniel Hartmeier |
2004-09-30 | remove stray const, noted by david@ | Otto Moerbeek |
2004-09-29 | Note that the spanning tree protocol is disabled by default on interfaces | Ryan Thomas McBride |
2004-09-28 | Tidy disklabel output for todays big disks. Based on a diff from f | Otto Moerbeek |
2004-09-27 | anchor rules referencing anchors using slashes may need quotes. | Jared Yanovich |
2004-09-27 | make usage() fatal, use err/warn, and minor knf | Jared Yanovich |
2004-09-26 | fix printf's for route metrics. ok henning | Jared Yanovich |
2004-09-26 | capitalize ESP and AH | Jared Yanovich |
2004-09-25 | tidy usage; ok ho hshoexer | Jared Yanovich |
2004-09-24 | simplify some parts, little more warn() fixing. ok henning | Jared Yanovich |
2004-09-24 | Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ ok | Hakan Olsson |
2004-09-24 | kill homegrown quit(); use err()/errx() instead | Jared Yanovich |
2004-09-24 | kill osi and mask, ok henning | Jared Yanovich |
2004-09-23 | grammar/punctuation fixes | Jared Yanovich |
2004-09-23 | properly check read() and write() return values. | Henning Brauer |
2004-09-22 | remove -S, -src, -srcmask, and other source routing stuff. ok henning | Jared Yanovich |
2004-09-21 | Implement "no scrub" to allow exclusion of specific traffic from scrub rules. | Aaron Campbell |
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause |
2004-09-21 | print route labels in monitor mode. ok henning | Jared Yanovich |
2004-09-20 | compile cleanly with -Wsign-compare | Hans-Joerg Hoexer |
2004-09-20 | Remove __func__ | Hans-Joerg Hoexer |
2004-09-18 | remove unused var, and then fix the code to watch for waitpid() errors | Theo de Raadt |
2004-09-18 | some delinting; ok otto | Theo de Raadt |
2004-09-17 | avoid signal race. | Hans-Joerg Hoexer |
2004-09-17 | Missing #ifdefs. | Hakan Olsson |
2004-09-17 | #include <stdlib.h> for srandom(). | Hakan Olsson |
2004-09-17 | Permit next payload type NAT-OA. Noted by Kamel Messaoudi. | Hakan Olsson |
2004-09-17 | ugly spacing | Theo de Raadt |
2004-09-16 | shrink the code in the -DNOKVM case | Theo de Raadt |
2004-09-16 | prettier simple code; mcbride ok | Theo de Raadt |
2004-09-16 | remove unused variables | Theo de Raadt |
2004-09-15 | unused functions | Theo de Raadt |
2004-09-15 | lint demands little cleanups | Theo de Raadt |
2004-09-15 | use ftello() instead of ftell() where better | Theo de Raadt |
2004-09-15 | spelling from jon olsson; | Jason McIntyre |
2004-09-15 | make examples match format specified in man page; | Jason McIntyre |
2004-09-15 | ARGSUSED, remove unused, ... | Theo de Raadt |
2004-09-15 | variable set but not used | Theo de Raadt |
2004-09-15 | removed unused; avoid aliasing to libc functions | Theo de Raadt |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-09-15 | print attr cache parameters in verbose mode. ok pedro@ millert@ | Otto Moerbeek |
2004-09-15 | Restore correct noac option parsing. | Miod Vallat |
2004-09-14 | df is a flag, not some u_char thing with -1 value; millert ok | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | remove unused variable | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | do not alias over libc ttyname(3) | Theo de Raadt |
2004-09-10 | Bail out on errors when making very small filesystems. ok deraadt@ | Otto Moerbeek |