summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Last parameter to execl[e]() functions *must* be cast to a pointer.krw2016-03-171-2/+2
* Use __progname instead of manually handling argv[0].tobias2015-12-061-4/+1
* stop saving a pidfile; ok jung zhukderaadt2015-10-261-40/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-15/+13
* easy obvious use of reallocarray(); ok dougderaadt2014-10-081-3/+3
* Remove some unused code, from Michael W Bombardieri. ok yasuokanicm2011-04-301-25/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* bye bye ipxhenning2007-06-041-8/+2
* setres[ug]id; ok millert@djm2005-05-031-8/+22
* Remove unused %r (recursive) format option. ok millert@canacar2004-02-091-14/+3
* amd64 needs the same hack as powerpc; but this code really needs to bederaadt2004-02-081-3/+3
* comment cleanupderaadt2003-04-251-3/+3
* obvious spring cleanupderaadt2003-04-141-3/+3
* strlcpy and snprintf; various people okderaadt2003-04-041-15/+12
* Replace an instance of chmod() with fchmod()millert2002-07-291-3/+3
* license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,deraadt2002-07-011-15/+38
* pid_t cleanupderaadt2002-05-261-9/+10
* be even more clearderaadt2002-05-081-3/+3
* do not install a SIGSEGV handlerderaadt2002-05-061-2/+4
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-22/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-28/+28
* some syslog_r uses in signal handlersderaadt2001-11-051-7/+13
* the signal handlers can many illegal functions. try to at least be cautious.deraadt2001-05-151-11/+20
* exit(-#) is wrongderaadt2001-03-091-3/+3
* check return value for setenv(3) for failure, and deal appropriatelyderaadt2000-09-151-5/+5
* handle direct lines correctly; reesderaadt2000-02-121-5/+3
* uid_t and gid_t, and use %uderaadt1999-08-061-4/+4
* drop packets silently while the link is down, which is a better approximationmickey1999-05-031-3/+3
* Implement demand_drop() for demand mode pppd; try to avoid mbufangelos1998-07-121-5/+3
* do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingderaadt1998-07-101-3/+3
* hostnames are MAXHOSTNAMELEN, not MAXNAMELENderaadt1998-07-091-5/+4
* pppd 2.3.5millert1998-05-081-36/+146
* ppp-2.3.3 + some -Wallmillert1998-01-171-20/+28
* clear CLOCAL if modem is set but modem_chat is not.millert1997-11-141-2/+6
* Set CLOCAL for chat script by default. Add new option "modem_chat"millert1997-10-251-6/+6
* ppp 2.3.1millert1997-09-051-344/+358
* save errno in sigchld handlersderaadt1997-08-041-2/+5
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-4/+4
* Changed definition of 'a' in vfmtmsg from void * to va_list.dgregor1997-03-291-4/+4
* Pedantic removal of extra spacesniklas1997-01-231-3/+3
* pppd 2.3b3 import. some minor buf oflow fixes and so.mickey1996-12-231-37/+79
* Deal with _POSIX_SAVED_IDS when relinquishing privilegesderaadt1996-12-221-2/+5
* exit 1 for failure if -detach; netbsd pr#2705; jbernard@tater.Mines.EDUderaadt1996-08-201-3/+3
* pass a minimal environment ($PATH)deraadt1996-07-271-6/+8
* Update pppd to 2.3a4:joshd1996-07-201-51/+367
* parse args before tty options file; netbsd pr#2554; from Davyd.Norris@fcollins.com.auderaadt1996-06-171-4/+4
* check before unlinking pidfilederaadt1996-05-111-3/+3
* sync to netbsd 960418deraadt1996-04-211-4/+4
* From NetBSD: merge of 960317niklas1996-03-251-191/+294