Age | Commit message (Expand) | Author |
2004-02-05 | remove never-to-be-used codepath (IPv4 mapped address). ok mcbride | Jun-ichiro itojun Hagino |
2004-02-05 | take RFC2460 section 5 last paragraph into consideration when we compute MSS | Jun-ichiro itojun Hagino |
2004-02-05 | Add ifstated(8) manpage. | Ryan Thomas McBride |
2004-02-05 | Clean up command line options: | Ryan Thomas McBride |
2004-02-05 | Emphasise 'stderr'. | Ryan Thomas McBride |
2004-02-05 | correct size of registers written out | Theo de Raadt |
2004-02-05 | sync | Theo de Raadt |
2004-02-05 | prelimary sets for arm. | Dale Rahn |
2004-02-04 | Add initial sample config for ifstated. Syntax will change. | Ryan Thomas McBride |
2004-02-04 | Update to ifstated; replace parser, introduce the concept of states, | Ryan Thomas McBride |
2004-02-04 | Print a warning about disabling TSC. | Alexander Yurchenko |
2004-02-04 | s/transmitts/transmits/ | Jason McIntyre |
2004-02-04 | remove some debug code and cleanup.. | Theo de Raadt |
2004-02-04 | Pegasos II support, works around new northbridge config oddities | Dale Rahn |
2004-02-04 | support wi@usb on pegasos. | Dale Rahn |
2004-02-04 | Change these defines to be a display specific define and also remove | Dale Rahn |
2004-02-04 | upper case ip; | Jason McIntyre |
2004-02-04 | Fix anchors (^ or $) in -w mode broken by the last commit's -w overhaul. | Todd C. Miller |
2004-02-04 | Test 'pass proto { tcp udp icmp } modulate state' type rules | Ryan Thomas McBride |
2004-02-04 | Test comment continuation with \ | Ryan Thomas McBride |
2004-02-04 | Traditionally, getopt(3) has treated "--foo" the same as "--". However, | Todd C. Miller |
2004-02-04 | Handle rules like 'pass ... proto { tcp udp icmp } ... modulate state' | Ryan Thomas McBride |
2004-02-04 | hand craft elf size for amd64 | Michael Shalayeff |
2004-02-04 | typo within comment, deilver -> deliver | Daniel Hartmeier |
2004-02-04 | (uid_t) -1 is a valid uid, so do not use it as a flag. | Otto Moerbeek |
2004-02-04 | $OpenBSD$, tedu | Henning Brauer |
2004-02-04 | remove kludge now that proper IPV6_MMTU handling is in | Daniel Hartmeier |
2004-02-04 | Document 'set limit src-nodes' | Ryan Thomas McBride |
2004-02-04 | Fix a number of bugs with setting pool limits which I introduced with | Ryan Thomas McBride |
2004-02-04 | Better error message when bpf device open fails. | Otto Moerbeek |
2004-02-04 | Move BGP path attribute handling functions in a own file. henning@ conceptual ok | Claudio Jeker |
2004-02-04 | Move the update generation into a separate file. The update generation has | Claudio Jeker |
2004-02-04 | H comes before J; | Jason McIntyre |
2004-02-04 | strictly follow RFC2460 section 5, last paragraph (sender behavior when | Jun-ichiro itojun Hagino |
2004-02-04 | Some more non-alignment problems resolved. | Otto Moerbeek |
2004-02-04 | Test ^ and $ in -w mode; currently fails. Fix awaiting approval... | Todd C. Miller |
2004-02-04 | more KNF | Henning Brauer |
2004-02-04 | unobfuscate varargs shitz | Henning Brauer |
2004-02-04 | asprintf | Henning Brauer |
2004-02-04 | 8579 lines of KNF, ANSO and zap-junk diff without the resulting binary | Henning Brauer |
2004-02-03 | OK, this time the AES soft keys work with ssh and such. I spent over 3 | Theo de Raadt |
2004-02-03 | Make sure option NO_PROPOLICE only adds the -fno-stack-protector option. | Miod Vallat |
2004-02-03 | replace the previous hack for the internal peer id allocator (which just used | Henning Brauer |
2004-02-03 | bring some standard C++ fixes, mostly from NetBSD. | Marc Espie |
2004-02-03 | oops, software key gen bug | Theo de Raadt |
2004-02-03 | Use the correct type for time_t. | Dale Rahn |
2004-02-03 | ourtime should match prototype in extern.h 'change globals.h' deraad@ | Dale Rahn |
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | Theo de Raadt |
2004-02-03 | adding tests after fixing bugs to prevent them from reapperaing gives extra | Henning Brauer |
2004-02-03 | you shall not forget committing regress fixes after fixing a bug | Henning Brauer |