Age | Commit message (Expand) | Author |
2002-03-17 | Move SA_FILE definition to sa.h. | Angelos D. Keromytis |
2002-03-17 | Mention isakmpd_sa file. | Angelos D. Keromytis |
2002-03-17 | Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2 | Angelos D. Keromytis |
2002-03-14 | fix a few overflows by using off_t, not 32bit longs; some parts are from lucq... | Michael Shalayeff |
2002-03-14 | kill more registers. | Mike Pechkin |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-03-12 | Handle inet_ntop() returning NULL explicitly. Found by mpech@. | Daniel Hartmeier |
2002-03-11 | Add -r to reverse lookup addresses when displaying states. | Daniel Hartmeier |
2002-03-11 | no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv> | Jun-ichiro itojun Hagino |
2002-03-08 | Fix arc4random() usage; add more randomness to intvl_random(). | Mike Pechkin |
2002-03-06 | Compile without warnings for older/newer OpenSSL. | Hakan Olsson |
2002-03-06 | Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au> | Hakan Olsson |
2002-03-06 | Unbreak MD5 and SHA1 passphrases in policy check. From | Hakan Olsson |
2002-03-05 | -Werror not possible, because of openssl constification. thanks guys | Theo de Raadt |
2002-03-05 | must pull -ldes here too | Theo de Raadt |
2002-03-05 | must pull -ldes too | Theo de Raadt |
2002-03-05 | handle constification from new openssl | Theo de Raadt |
2002-03-05 | need md5.h for prototypes | Theo de Raadt |
2002-03-02 | document tcp.ackonpush | Niels Provos |
2002-03-01 | Update to reflect recent changes in DH group handling. Remove BUGS | Hakan Olsson |
2002-03-01 | Change DH group handling in the pre-generated parts of the | Hakan Olsson |
2002-03-01 | document cryptodevallowsoft | Niels Provos |
2002-02-28 | Remove the ifconfig line again, it's in pflog(4), which is now linked, | Daniel Hartmeier |
2002-02-28 | Document ethernet layer expressions. | Daniel Hartmeier |
2002-02-28 | Up the pflog0 interface. alphabetize xrefs and add pflog(4) | Kjell Wooding |
2002-02-28 | Don't force /dev/pf to be opened read-write for pfctl -t/-m when values | Daniel Hartmeier |
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier |
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier |
2002-02-24 | Vax O1 workaround no longer needed. | Hugh Graham |
2002-02-23 | Add support for nwkey and powersave; from NetBSD | Todd C. Miller |
2002-02-23 | getc() returns an int | Theo de Raadt |
2002-02-23 | getc() returns an int | Theo de Raadt |
2002-02-23 | allowaperture is no longer i386 only. Noted by Dries Schellekens. | Matthieu Herrb |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2002-02-23 | add sun keyboard type | Jason Wright |
2002-02-22 | typo; jslag@prop.walkerart.org | Theo de Raadt |
2002-02-22 | Typo | Thierry Deval |
2002-02-21 | i_nwid is not a NUL-terminated string. Use the length parameter for the | Todd C. Miller |
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis |
2002-02-21 | Set the source port correctly, shifflett@nps.navy.mil | Angelos D. Keromytis |
2002-02-21 | Fix signal handlers to take an int arg even though it is not used. | Todd C. Miller |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-20 | Tweak mvme88k and sparc64 specific settings. | Miod Vallat |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-19 | no need to talk about parity re-write completion if no re-write was done. | Thierry Deval |
2002-02-19 | don't do anything if #raid=0 (just return) | Thierry Deval |
2002-02-19 | be QUIET by default, damn it | Theo de Raadt |
2002-02-19 | Add support for sparc64 and sun keyboards. -moj | Mats O Jansson |
2002-02-19 | when printing out the option list compare the option part only; fixes 802.11 ... | Michael Shalayeff |