summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1997-12-27Show who closes the diagnostic connection.brian
1997-12-27Remove bogus timeout code in Receive().brian
1997-12-27Allow (and document) execution of commands from withinbrian
1997-12-24Correct copyright.brian
1997-12-24Cosmetic (style):brian
1997-12-24Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian
1997-12-23make it more obvious why pmap_set syslogs happenTheo de Raadt
1997-12-23strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian
1997-12-22handle timing normally except when clock jumps between 1 and 3 hours. If itTheo de Raadt
1997-12-22Don't forget to ntohs(sin.sin_port) (DUH!)brian
1997-12-21Add (BSD) copyright headersbrian
1997-12-21Cosmetic: Test for comment lines after the lenght has been established.brian
1997-12-21Allow multiple (comma seperated) devices on the "set device" line.brian
1997-12-21Mention that leading whitespace is ignored when identifying comments.brian
1997-12-21Zero struct sockaddr_??s before filling them in.brian
1997-12-21Index: systems.cbrian
1997-12-21cleanTheo de Raadt
1997-12-21Correct the "how to find out if the line is up" example.brian
1997-12-21prettyTheo de Raadt
1997-12-20do not override other ppp manpageTheo de Raadt
1997-12-19Reset our "ifaddr" to zero if the "set ifaddr" fails inbrian
1997-12-19If the peer asks for IP 0.0.0.0, choose an IP ourselvesbrian
1997-12-18Replacebrian
1997-12-18"No reply from ppp" -> "Connection closed".brian
1997-12-18Don't log the actual password when command-loggingbrian
1997-12-17Don't depend on a u_long being 32 bits.brian
1997-12-17char filename[200] => char filename[MAXPATHLEN]brian
1997-12-17Log the source of client connections to the diagnostic port.brian
1997-12-17Remove useless comparison.brian
1997-12-17If we've got a descriptor table that's bigger than anbrian
1997-12-17o Log ******** instead of the actual password for "set authkey"brian
1997-12-17do not overflow fd_set. i _pray_ I got this right...Theo de Raadt
1997-12-17do not overflow fd_setTheo de Raadt
1997-12-17do not let fd_set overflowTheo de Raadt
1997-12-17make fd_set not overflowTheo de Raadt
1997-12-17Remove an unnecessary (and wrong) cast.brian
1997-12-17Fix a potential overflow where, if the label passed on the commandbrian
1997-12-16build corpse tooMichael Shalayeff
1997-12-16sendmail 8.9.1Michael Shalayeff
1997-12-16Wrap long linesbrian
1997-12-15Correct return values from alias routines.brian
1997-12-15Use LogWARN for command usage messages and unrecognisedbrian
1997-12-15Include iplist.c (forgotten when updating for dynamicbrian
1997-12-15Do 2 passes when "delete all"ing. The first pass removesbrian
1997-12-15Allow random IP number allocation to peer.brian
1997-12-15use MAP_PRIVATE|MAP_FILE; mrgTheo de Raadt
1997-12-14Whoops. Remember to update usage when changing the way defualt handling isgene
1997-12-14Invoke raging paranoia on strcpy's that should be strncpy's.gene
1997-12-14Inspired by changes in NetBSD but done a different way.gene
1997-12-11Hook user-level ppp and pppctl.brian