summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-05-29more sprintfTheo de Raadt
2002-05-29grammar, from netbsdJun-ichiro itojun Hagino
2002-05-29use new SIOCGIFINFO_IN6. random other cleanups. sync w/kame.Jun-ichiro itojun Hagino
2002-05-28Repair remote printing; maxfd was not set correctly for remote connections.Todd C. Miller
2002-05-28Remove useless sigaddset()Todd C. Miller
2002-05-28Kill an sscanf() in favor of strtol()Todd C. Miller
2002-05-28pid_t wiht %ld and (long)Theo de Raadt
2002-05-28use %ld (long) for pidTheo de Raadt
2002-05-27and this one, brianTheo de Raadt
2002-05-27Coerce pid_t to long rather than int for better portability; theobrian
2002-05-27unsigned to unsigned intTheo de Raadt
2002-05-27unsigned to unsigned intTheo de Raadt
2002-05-27unsigned to unsigned intTheo de Raadt
2002-05-26use sysctl to get ttl from the kernel; itojun okTheo de Raadt
2002-05-26sync with latest kame. KNF, port number simplification, and suchJun-ichiro itojun Hagino
2002-05-26missed two pid_t conversions; moritz@jodeit.orgTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26pid_cleanup, inspired by work by jason@ackley.netTheo de Raadt
2002-05-26pid_t cleanup; itojun okTheo de Raadt
2002-05-26with XXX, note a place we could maybe use arc4random()Theo de Raadt
2002-05-25fix usage; from Sam Smith <S@mSmith.net>.Federico G. Schwindt
2002-05-25__progname stuff; jason@ackley.netTheo de Raadt
2002-05-25incorrrect kill(); jason@ackley.netTheo de Raadt
2002-05-22unlink lpd.pid if killed by a signalTodd C. Miller
2002-05-22Use O_EXLOCK in open() instead of flock() to eliminate a potential lockingTodd C. Miller
2002-05-22Set close-on-exec flag for the socket cron selects on.Todd C. Miller
2002-05-22Remove pid file if sent SIGINT or SIGTERM before exiting.Todd C. Miller
2002-05-22o avoid stdio in acquire_daemonlock() so we don't leak FILE * memoryTodd C. Miller
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-05-21duplicated prototypeJun-ichiro itojun Hagino
2002-05-21minor KNF. plug a memory leak on reconfig.Jun-ichiro itojun Hagino
2002-05-21Better handling of negative timeval than last commit.Todd C. Miller
2002-05-21KNF before more major hackingTheo de Raadt
2002-05-21KNF; itojun okTheo de Raadt
2002-05-21cleanTheo de Raadt
2002-05-21KNFTheo de Raadt
2002-05-20Add a check for negative values in struct timeval after the timersub().Todd C. Miller
2002-05-20Pull in useful bits from NetBSD and make our lp* easier to diff andTodd C. Miller
2002-05-19make pppd only executable by group networkTheo de Raadt
2002-05-19move to setgid network, and doc whyTheo de Raadt
2002-05-19Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian
2002-05-18Update paths from 4.3BSD to 4.4BSD; partially from NetBSDTodd C. Miller
2002-05-17Bump the version number to reflect the latest MS-CHAP2 changesbrian
2002-05-17When modifying a group w/ no members with groupmod(8) the trailingTodd C. Miller
2002-05-17Put back <string.h>brian
2002-05-17move setuid revocation closer to the start (make it more obvious); miod okTheo de Raadt
2002-05-16repair some warningsTheo de Raadt
2002-05-16More careful with select(). deraadt@ ok.Hakan Olsson
2002-05-16IPv6 support; itojun@Jakob Schlyter