Age | Commit message (Expand) | Author |
2002-03-01 | sync with KAME | Kenjiro Cho |
2002-03-01 | sync with KAME | Kenjiro Cho |
2002-03-01 | mac68k sync | Miod Vallat |
2002-03-01 | sync with KAME | Kenjiro Cho |
2002-03-01 | document cryptodevallowsoft | Niels Provos |
2002-03-01 | sysctl for cryptodevallowsoft - /dev/crypto will allow the software engine | Niels Provos |
2002-03-01 | remove CRYPTO_BUF_CONTIG and convert to handle iovs. okay deraadt@ | Niels Provos |
2002-03-01 | helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@ | Niels Provos |
2002-03-01 | #!/bin/sh not csh | Miod Vallat |
2002-03-01 | Fix an err() that should really be errx() | Todd C. Miller |
2002-03-01 | Add a big CAVEATS section that explains the volatile environment when | Artur Grabowski |
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 | forgot viper_hpa | Michael Shalayeff |
2002-02-28 | change the text following the preprocessor directives '#else' and | Dan Harnett |
2002-02-28 | hide proto from locore | Michael Shalayeff |
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller |
2002-02-28 | merge mod_ssl 2.8.7 | Brad Smith |
2002-02-28 | log user not allowed details, from dwd@bell-labs.com; ok markus@ | Kevin Steves |
2002-02-28 | -u0 DNS for user@host | Kevin Steves |
2002-02-28 | no, that error message was bad. | Bob Beck |
2002-02-28 | DenyUsers allows user@host pattern also | Kevin Steves |
2002-02-28 | Some new servers return the hostname as type X | Bob Beck |
2002-02-28 | delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers | Kevin Steves |
2002-02-28 | Check in some new vnode man page from FreeBSD. Thanks to Peter Werner | Constantine Sapuntzakis |
2002-02-28 | remove more 0 byte files. | Brad Smith |
2002-02-28 | remove 0 byte files. these files should have been removed over 14 months | Brad Smith |
2002-02-28 | use red-black tree for lookup_entry. the red-black tree case for | Niels Provos |
2002-02-28 | another bug | Todd C. Miller |
2002-02-28 | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | Markus Friedl |
2002-02-28 | setting prevlcv to 0 doesnt require additional checks. from chs@ | Niels Provos |
2002-02-28 | Don't force /dev/pf to be opened read-write for pfctl -t/-m when values | Daniel Hartmeier |
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller |
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller |
2002-02-28 | Remove feature-poor GPL'd deroff clone, we have a better, BSD-licensed one now. | Todd C. Miller |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller |
2002-02-28 | Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove the | Kenneth R Westerback |
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat |
2002-02-27 | ANSI decls. okay millert@ | Marc Espie |
2002-02-27 | Add regress test for ksh bug, crash trigger provided by nino@. ok espie@ | Daniel Hartmeier |
2002-02-27 | Fix three off-by-one errors. ok espie@, millert@, miod@ | Daniel Hartmeier |
2002-02-27 | And adjust regress tests to match the rule number output. | Daniel Hartmeier |
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier |
2002-02-27 | don't execute the pmap_update() call if we have no watch list. bo-bo art :-) | Per Fogelstrom |
2002-02-27 | make SPLAY_MIN and SPLAY_MAX (and thus SPLAY_FOREACH) safe on an emptry tree | Mike Frantzen |
2002-02-27 | Add a test for inheriting kqueue descriptors on fork. | Artur Grabowski |
2002-02-27 | Correct plural/singular in one sentence, omitting protocol specification | Daniel Hartmeier |