Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-05 | clean up includes. | Artur Grabowski | |
2001-07-05 | Free X509 names in case of failure and when done. | Angelos D. Keromytis | |
2001-07-05 | Get rid of unnecessary includes. | Artur Grabowski | |
2001-07-05 | clarify -a. sync with kame | Jun-ichiro itojun Hagino | |
2001-07-05 | create iop0, iop1 | Michael Shalayeff | |
2001-07-05 | add iop | Michael Shalayeff | |
2001-07-05 | move cdev_decl(iop) into sys/conf.h | Michael Shalayeff | |
2001-07-05 | build iopctl on alpha, i386, powerpc | Michael Shalayeff | |
2001-07-05 | controlling utility for iop(4) | Michael Shalayeff | |
2001-07-05 | sync | Theo de Raadt | |
2001-07-04 | need sys/systm.h for strcmp prototype (gcc 3.0 fixes built-in status, | Marc Espie | |
in that they're only activated when the corresponding include has been seen) Okay millert@ | |||
2001-07-04 | handle mutiple adds of the same smartcard key | Markus Friedl | |
2001-07-04 | cleaner | Theo de Raadt | |
2001-07-04 | for smartcards remove both RSA1/2 keys | Markus Friedl | |
2001-07-04 | sync | Theo de Raadt | |
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie | |
Ok millert@ | |||
2001-07-04 | handle card removal more gracefully, add sc_close() to scard.h | Markus Friedl | |
2001-07-04 | match time definition with include file, volatile included. | Marc Espie | |
Okay millert@ | |||
2001-07-04 | Embedding newlines in strings is a bad idea, and prints out badly. | Marc Espie | |
Okay millert@, like previous commit. | |||
2001-07-04 | case labels without statements are not permitted by ANSI C... and gcc 3.0 | Marc Espie | |
warns about them. | |||
2001-07-04 | ignore SIGPIPE when debugging, too | Markus Friedl | |
2001-07-04 | Eat backslashes in regex's so things like: | Todd C. Miller | |
-s '/\/bin\/cat/\/bin\/dog/' work. This means we have to be a bit more clever in finding the pattern delimeters (ie: not strchr). | |||
2001-07-04 | Merge entries. | Angelos D. Keromytis | |
2001-07-04 | Better handling of Key IDs. | Angelos D. Keromytis | |
2001-07-04 | missed EOL at EOF | Marc Espie | |
2001-07-04 | Some text on KEY_ID payloads. | Angelos D. Keromytis | |
2001-07-04 | Fix -s option, which never worked. We need to pass in the input string | Todd C. Miller | |
to resub() so we can copy the non-matching portion of the string to the destination. Closes PR #1889 | |||
2001-07-04 | document PACKET_TAG_PF_GENERATED; ok angelos@ | Daniel Hartmeier | |
2001-07-04 | ktrace.h looks better with an EOL at EOF... | Marc Espie | |
2001-07-04 | add new icmp codes and types as symbolic names, ok deraadt | Peter Stromberg | |
2001-07-04 | do not pick a fight | Theo de Raadt | |
2001-07-04 | sync | jasoni | |
2001-07-04 | call ip_output() correctly, use ICMP_MINLEN, only m_copyback() where needed. ↵ | Daniel Hartmeier | |
ok deraadt@ | |||
2001-07-04 | add new system calls as dummies, except for those which we already have | jasoni | |
an equivalent for; from netbsd ok niklas@ | |||
2001-07-04 | fix unused code path; karls@inet.no | Theo de Raadt | |
2001-07-04 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller | |
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). | |||
2001-07-04 | check for nul bytes on the end of an option buffer, since windows 2000 | Bob Beck | |
erroneously puts them into hostname and the like returned by a dhcp server. | |||
2001-07-04 | handle m->m_pkthdr.rcvif == NULL; temporarily ok deraadt@; pending itojun@ | Daniel Hartmeier | |
2001-07-04 | Why are people commiting without asking the maintainers? | Theo de Raadt | |
2001-07-04 | sync | Theo de Raadt | |
2001-07-04 | symmetrical, not symetrical | Peter Valchev | |
2001-07-04 | Hi/fn -> Hifn | Brad Smith | |
2001-07-04 | Kill this for real hopefully | Niklas Hallqvist | |
2001-07-04 | Kill this for real hopefully | Niklas Hallqvist | |
2001-07-04 | Kill these for real hopefully | Niklas Hallqvist | |
2001-07-04 | Make the last fix work properly on descriptors 1 and 2 (not just 0) | brian | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-07-04 | missed this $OpenBSD$ in former commit | Niklas Hallqvist | |