aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/exec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: EverythingBrian Somers2002-09-011-0/+2
* MFC: Support stateful MPPEBrian Somers2001-07-091-0/+1
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-0/+2
* MFC: Correct printf-style format errorBrian Somers2000-07-031-1/+1
* MFC: Handle open/dial from state DATALINK_READY properlyBrian Somers2000-06-031-13/+32
* MFC: Make redial & reconnect work againBrian Somers2000-04-131-7/+37
* Add a few missing #includesBrian Somers1999-12-301-0/+1
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-1/+2
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-1/+1
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-3/+8
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-0/+3
* Support PPPoEBrian Somers1999-11-061-1/+4
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-171-5/+7
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-16/+2
* Use the correct pid when substituting PROCESSID.Brian Somers1999-06-091-3/+4
* Correct the way ppp transfers links on the server side in MPBrian Somers1999-06-051-1/+3
* Increase the length of an individual device name to LINE_LEN.Brian Somers1999-06-011-1/+2
* Correct the ``ignoring sync/async'' warnings so that they showBrian Somers1999-05-241-3/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-20/+32
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-0/+160