summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/main.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-04bye bye ipxHenning Brauer
2005-05-03setres[ug]id; ok millert@Damien Miller
2004-02-09Remove unused %r (recursive) format option. ok millert@Can Erkin Acar
2004-02-08amd64 needs the same hack as powerpc; but this code really needs to beTheo de Raadt
2003-04-25comment cleanupTheo de Raadt
2003-04-14obvious spring cleanupTheo de Raadt
2003-04-04strlcpy and snprintf; various people okTheo de Raadt
2002-07-29Replace an instance of chmod() with fchmod()Todd C. Miller
2002-07-01license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,Theo de Raadt
2002-05-26pid_t cleanupTheo 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-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-05-15the signal handlers can many illegal functions. try to at least be cautious.Theo de Raadt
2001-03-09exit(-#) is wrongTheo de Raadt
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-02-12handle direct lines correctly; reesTheo de Raadt
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-05-03drop packets silently while the link is down, which is a better approximationMichael Shalayeff
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-05-08pppd 2.3.5Todd C. Miller
1998-01-17ppp-2.3.3 + some -WallTodd C. Miller
1997-11-14clear CLOCAL if modem is set but modem_chat is not.Todd C. Miller
1997-10-25Set CLOCAL for chat script by default. Add new option "modem_chat"Todd C. Miller
1997-09-05ppp 2.3.1Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-03-29Changed definition of 'a' in vfmtmsg from void * to va_list.dgregor
1997-01-23Pedantic removal of extra spacesNiklas Hallqvist
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-08-20exit 1 for failure if -detach; netbsd pr#2705; jbernard@tater.Mines.EDUTheo de Raadt
1996-07-27pass a minimal environment ($PATH)Theo de Raadt
1996-07-20Update pppd to 2.3a4:joshd
1996-06-17parse args before tty options file; netbsd pr#2554; from Davyd.Norris@fcollin...Theo de Raadt
1996-05-11check before unlinking pidfileTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1996-02-04sleep() call not needed (from NetBSD).hannken
1996-01-07pass a useful environment to ip-up/ip-down scripts; this is not aTheo de Raadt
1995-12-28Leave DTR down for one second on exit so modem may catch the DTR to falsehannken
1995-10-18initial import of NetBSD treeTheo de Raadt