Age | Commit message (Expand) | Author |
2002-05-29 | snprintf, strlcpy, strlcat | Theo de Raadt |
2002-05-29 | even more strlcpy | Theo de Raadt |
2002-05-29 | more strlcat and strlcpy | Theo de Raadt |
2002-05-29 | grammar from netbsd via kame | Jun-ichiro itojun Hagino |
2002-05-29 | KNF, strlcpy, cleanups from kame | Jun-ichiro itojun Hagino |
2002-05-29 | snprintf blah blah blah | Theo de Raadt |
2002-05-29 | more snprintf | Theo de Raadt |
2002-05-29 | more snprintf | Theo de Raadt |
2002-05-29 | more sprintf | Theo de Raadt |
2002-05-29 | grammar, from netbsd | Jun-ichiro itojun Hagino |
2002-05-29 | use new SIOCGIFINFO_IN6. random other cleanups. sync w/kame. | Jun-ichiro itojun Hagino |
2002-05-28 | Repair remote printing; maxfd was not set correctly for remote connections. | Todd C. Miller |
2002-05-28 | Remove useless sigaddset() | Todd C. Miller |
2002-05-28 | Kill an sscanf() in favor of strtol() | Todd C. Miller |
2002-05-28 | pid_t wiht %ld and (long) | Theo de Raadt |
2002-05-28 | use %ld (long) for pid | Theo de Raadt |
2002-05-27 | and this one, brian | Theo de Raadt |
2002-05-27 | Coerce pid_t to long rather than int for better portability; theo | brian |
2002-05-27 | unsigned to unsigned int | Theo de Raadt |
2002-05-27 | unsigned to unsigned int | Theo de Raadt |
2002-05-27 | unsigned to unsigned int | Theo de Raadt |
2002-05-26 | use sysctl to get ttl from the kernel; itojun ok | Theo de Raadt |
2002-05-26 | sync with latest kame. KNF, port number simplification, and such | Jun-ichiro itojun Hagino |
2002-05-26 | missed two pid_t conversions; moritz@jodeit.org | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-26 | pid_cleanup, inspired by work by jason@ackley.net | Theo de Raadt |
2002-05-26 | pid_t cleanup; itojun ok | Theo de Raadt |
2002-05-26 | with XXX, note a place we could maybe use arc4random() | Theo de Raadt |
2002-05-25 | fix usage; from Sam Smith <S@mSmith.net>. | Federico G. Schwindt |
2002-05-25 | __progname stuff; jason@ackley.net | Theo de Raadt |
2002-05-25 | incorrrect kill(); jason@ackley.net | Theo de Raadt |
2002-05-22 | unlink lpd.pid if killed by a signal | Todd C. Miller |
2002-05-22 | Use O_EXLOCK in open() instead of flock() to eliminate a potential locking | Todd C. Miller |
2002-05-22 | Set close-on-exec flag for the socket cron selects on. | Todd C. Miller |
2002-05-22 | Remove pid file if sent SIGINT or SIGTERM before exiting. | Todd C. Miller |
2002-05-22 | o avoid stdio in acquire_daemonlock() so we don't leak FILE * memory | Todd C. Miller |
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt |
2002-05-21 | duplicated prototype | Jun-ichiro itojun Hagino |
2002-05-21 | minor KNF. plug a memory leak on reconfig. | Jun-ichiro itojun Hagino |
2002-05-21 | Better handling of negative timeval than last commit. | Todd C. Miller |
2002-05-21 | KNF before more major hacking | Theo de Raadt |
2002-05-21 | KNF; itojun ok | Theo de Raadt |
2002-05-21 | clean | Theo de Raadt |
2002-05-21 | KNF | Theo de Raadt |
2002-05-20 | Add a check for negative values in struct timeval after the timersub(). | Todd C. Miller |
2002-05-20 | Pull in useful bits from NetBSD and make our lp* easier to diff and | Todd C. Miller |
2002-05-19 | make pppd only executable by group network | Theo de Raadt |
2002-05-19 | move to setgid network, and doc why | Theo de Raadt |
2002-05-19 | Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. | brian |