summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-19kill sprintfTheo de Raadt
2002-06-19Remove BUGS section as it no longer applies.Miod Vallat
2002-06-19Fix compilation error if option DEBUG is defined.Miod Vallat
2002-06-19rename variable so that scoping is more obviousNiels Provos
2002-06-19Poach a commit; error(1) groks yacc output now...Todd C. Miller
2002-06-19have yacc spit out c compiler-like error messages, so that utilities whichTheo de Raadt
2002-06-19re-enable both crypto operationsTheo de Raadt
2002-06-19regress for the kqueu for randomMichael Shalayeff
2002-06-19add kqfilter for random, regress is comingMichael Shalayeff
2002-06-19cdev_ugen_init does not need to be, it's just a usbdev, just like any other u...Michael Shalayeff
2002-06-19using cdev_ugen_init for all sorts of usb devices is just one pint less wrong...Michael Shalayeff
2002-06-19Updates from lite2 via NetBSD; fixes license.Todd C. Miller
2002-06-19kq: it did not work like this and it seem to be working, from the denver wher...Michael Shalayeff
2002-06-19KNF, -Wall, and other cleanups. still does not failover 100% correctlyTheo de Raadt
2002-06-19stupid stupid bug ja ja ja jaTheo de Raadt
2002-06-19stretch some ugly while();Theo de Raadt
2002-06-19correct size_t printingTheo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-18pull in missing includesTheo de Raadt
2002-06-18size_t cleanupsTheo de Raadt
2002-06-18gcc -Wall (pass this one up, hin)Theo de Raadt
2002-06-18string.hTheo de Raadt
2002-06-18oops, forgot to commit this when gpr was added.Federico G. Schwindt
2002-06-18Style.Angelos D. Keromytis
2002-06-18KNFAngelos D. Keromytis
2002-06-18Initialize mo to NULL, for good measure -- sam@errno.comAngelos D. Keromytis
2002-06-18Missing freeing of crp, from sam@errno.comAngelos D. Keromytis
2002-06-18need string.hTheo de Raadt
2002-06-18syncTheo de Raadt
2002-06-18propogate a '!' when a host resolves to multiple IP addressesMike Frantzen
2002-06-18actually, wrong type for printing of sise_tTheo de Raadt
2002-06-18don't allow individual keep state rules to specify timeouts for 'interval' andMike Frantzen
2002-06-18Fix double-free.Angelos D. Keromytis
2002-06-18Same as with ip_ah.c (fix unreachable reference-after-free)Angelos D. Keromytis
2002-06-18Fix reference to free'ed location (unreachable condition because ofAngelos D. Keromytis
2002-06-18update copyright notice. mckusick says that Van signed the standardTheo de Raadt
2002-06-18make this example code 'secure' wrt shmget() perms; ok millert@Todd T. Fries
2002-06-18unbreak sshd with privsep: open /dev/crypto, keep fd, and callMarkus Friedl
2002-06-18Remove all traces of the PCCONS stuff. (Remove pc.h and references to NPCNathan Binkert
2002-06-18per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se...Markus Friedl
2002-06-18Rewrite to get proper Copyright.Marc Espie
2002-06-18fix file descriptor leak.Jun-ichiro itojun Hagino
2002-06-18KNF (whitespace)Jun-ichiro itojun Hagino
2002-06-18document CAPS_IS_CONTROL. suggested by miodJun-ichiro itojun Hagino
2002-06-18format string audit. From: Gregory Steuck <greg@nest.cx>Jun-ichiro itojun Hagino
2002-06-18"option CAPS_IS_CONTROL" will enable use of caps key as controlJun-ichiro itojun Hagino
2002-06-18From bjh21@NetBSD:Jason Wright
2002-06-18add x flag for systraced processes; mentioned by christos@netbsdNiels Provos
2002-06-18KNFTheo de Raadt
2002-06-18update a bit.Federico G. Schwindt