Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
race on the pid file. | |||
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 | |
o fix potential long vs. int mismatch in pid reading/writing. Note that we can't use pid_t for the type of the variable stashed in the pidfile since we don't have a scanf format for pid_t. Use long instead since we know pid_t can't be bigger than a long. o just return if closeflag is set, regardless of the value of fd o fix potential (unwinnable?) race locking the pid file pointed out by dynamo. Using O_EXLOCK is not portable but it does help in these situations. | |||
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 | |
Just treat it like a zero value. Also check for errno != EINTR when select() returns -1. | |||
2002-05-20 | Pull in useful bits from NetBSD and make our lp* easier to diff and | Todd C. Miller | |
do some minor cleanup of my own: o IPv6 support o ANSI function headers o use getopt() o synce usage() with man pages o passes -Wall on both 32bit and 64bit platforms o add an option to set the max number of children lpd will fork off o add an lpd option to bind to specific addresses instead of INADDR_ANY. o allow user to specify how long to wait for a connection to remote servers o more strlcpy() and snprintf() usage o Use FOO_FILENO constants instead of hard-coding 0-2 o Add some keeps to man the page SYNOPSIS to avoid options being split | |||
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 | |
2002-05-18 | Update paths from 4.3BSD to 4.4BSD; partially from NetBSD | Todd C. Miller | |
2002-05-17 | Bump the version number to reflect the latest MS-CHAP2 changes | brian | |
2002-05-17 | When modifying a group w/ no members with groupmod(8) the trailing | Todd C. Miller | |
newline was not added. Reported by Rob Sessink, different fix by me. | |||
2002-05-17 | Put back <string.h> | brian | |
2002-05-17 | move setuid revocation closer to the start (make it more obvious); miod ok | Theo de Raadt | |
2002-05-16 | repair some warnings | Theo de Raadt | |
2002-05-16 | More careful with select(). deraadt@ ok. | Hakan Olsson | |
2002-05-16 | IPv6 support; itojun@ | Jakob Schlyter | |
2002-05-16 | more clarify and cleanup; ok jakob@ | Kevin Steves | |
2002-05-16 | #ifdef DEBUG some verbose output, may be moved to a -v flag later perhaps | Jakob Schlyter | |
2002-05-16 | Remove some unused includes | brian | |
2002-05-16 | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | brian | |
configured). This doesn't yet work with MPPE. More to follow. | |||
2002-05-16 | clarify protocol use | Theo de Raadt | |
2002-05-16 | bit more KNF | Theo de Raadt | |
2002-05-16 | various KNF, and mark some issues | Theo de Raadt | |
2002-05-16 | add support for SNTP & split out RFC868 time support. ok deraadt@ | Jakob Schlyter | |
2002-05-16 | remove non-POSIX stuff; miod ok | Theo de Raadt | |
2002-05-16 | KNF | Theo de Raadt | |
2002-05-16 | Since now /var/run/apmdev socket will be root:operator. | Mike Pechkin | |
Idea from form@. millert@ ok | |||
2002-05-16 | make this static too | Theo de Raadt | |