summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/main.c
AgeCommit message (Expand)Author
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