summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/main.c
AgeCommit message (Collapse)Author
2001-05-15the signal handlers can many illegal functions. try to at least be cautious.Theo de Raadt
parts from mickey, parts from me.
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
to the real networks, ie simulating an open wire w/ tokens falling down angelos@ ok
1998-07-12Implement demand_drop() for demand mode pppd; try to avoid mbufAngelos D. Keromytis
exhaustion while setting up a connection.
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
to override the default for people using cua devices who want chat to detect loss of carrier.
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
Possible fix for PR#130.
1997-01-23Pedantic removal of extra spacesNiklas Hallqvist
1996-12-23pppd 2.3b3 import. some minor buf oflow fixes and so.Michael Shalayeff
try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel.
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
Add redo option error-reporting, add PAM, add microsoft compatibility kludges, bzero stuff at important places, add one or two options other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au
1996-06-17parse args before tty options file; netbsd pr#2554; from ↵Theo de Raadt
Davyd.Norris@fcollins.com.au
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
security problem different fix than from banshee@gabriella.resort.com; netbsd pr#1866
1995-12-28Leave DTR down for one second on exit so modem may catch the DTR to falsehannken
transition. (from hannken@eis.cs.tu-bs.de)
1995-10-18initial import of NetBSD treeTheo de Raadt