summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
AgeCommit message (Expand)Author
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-06-18update copyright notice. mckusick says that Van signed the standardTheo de Raadt
2002-06-11-Wall cleanupHans Insulander
2002-05-29more strlcatTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-19make pppd only executable by group networkTheo de Raadt
2002-05-08be even more clearTheo de Raadt
2002-05-06do not install a SIGSEGV handlerTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-09sync, simplify, etc. slstats -i is now called -w, like pppstatsTheo de Raadt
2001-07-09remove extraneous bracesPaul Janzen
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-05-15the signal handlers can many illegal functions. try to at least be cautious.Theo de Raadt
2001-03-09exit(-#) is wrongTheo de Raadt
2001-01-02Fine, I'm convinced -- don't set the mask to ~0.Angelos D. Keromytis
2001-01-01Force mask to ~0 only if hostname (kudos to james@squish.net)Angelos D. Keromytis
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-02-12handle direct lines correctly; reesTheo de Raadt
1999-12-02paranoia, add_return may changeDavid Leonard
1999-12-02fix one possible buffer overrun; inspired by kris@hub.freebsd.orgDavid Leonard
1999-09-23Typo fixes.Alex Feldman
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-07-20It's not good to mix mdoc and old-style macros together; espie@Aaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-03Add a note about modem_chat vs. dialbackTodd C. Miller
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-03drop packets silently while the link is down, which is a better approximationMichael Shalayeff
1999-05-03include ms-chap support; brad@Todd C. Miller
1999-03-10fix comma splices involving 'however'Paul Janzen
1999-03-01vary -> very; d@Aaron Campbell
1999-02-24keep example on one line; ross@netbsdTheo de Raadt
1998-10-30fix usage()Michael Shalayeff
1998-09-12Insert missing flags -s and -S, probably lost during move from 'mini getopt'Niels Provos
1998-08-04fix parsing on chat script when passed on the command line; problem noted by ...Todd C. Miller
1998-07-12Implement demand_drop() for demand mode pppd; try to avoid mbufAngelos D. Keromytis
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-09hostnames are MAXHOSTNAMELEN, not MAXNAMELENTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-05-08pppd 2.3.5Todd C. Miller
1998-04-25Use ISWILD macro, not bare '*'Todd C. Miller
1998-04-25do not lookup hostname "*"; khym@bga.comTheo de Raadt
1998-03-20Aliases...Angelos D. Keromytis
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-12-20do not override other ppp manpageTheo de Raadt