summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-0/+1
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+2
* Correct PPPoE in multi-link modebrian2000-06-221-1/+1
* Remove an unused variablebrian2000-05-261-1/+1
* Honour ``set speed sync'' and ``set device !program'' whenbrian2000-05-241-13/+32
* Do some vfork() trickery so that the parent can determinebrian2000-03-221-7/+37
* Correct some typos introduced in the descriptor -> fdescriptor change.brian2000-03-141-1/+1
* To avoid namespace polution in NetBSD:brian2000-03-141-1/+1
* Add a few missing #includesbrian1999-12-301-0/+1
* Correct usages of getuid() and geteuid()brian1999-12-301-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-271-1/+2
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-1/+1
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-3/+8
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-0/+3
* Support PPPoEbrian1999-11-061-1/+4
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-171-5/+7
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-16/+2
* Use the correct pid when substituting PROCESSID.brian1999-06-091-3/+4
* Correct the way ppp transfers links on the server side in MPbrian1999-06-051-1/+3
* Increase the length of an individual device name to LINE_LEN.brian1999-06-011-1/+2
* Correct the ``ignoring sync/async'' warnings so that they showbrian1999-05-241-3/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-20/+32
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-0/+160
OpenPOWER on IntegriCloud