summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correct usages of getuid() and geteuid()brian1999-12-301-1/+1
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Don't bother fork()ing after closing a ctty if ppp is about tobrian1999-12-231-0/+10
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-24/+25
* Change the way we transfer links (again). The previousbrian1999-11-301-28/+83
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-2/+3
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-81/+135
* Don't setuid() 'till we've called ID0setproctitle()brian1999-11-231-1/+1
* Fix ``set proctitle'' by using setproctitle().brian1999-11-171-7/+7
* Use modfind() to check if a kld is already loaded.brian1999-11-161-11/+7
* Support PPPoEbrian1999-11-061-35/+81
* Add the -unit command line switch for specifying the tun device.brian1999-10-191-6/+16
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNbrian1999-10-151-1/+1
* Bring links down gently when their throughput isn't enough forbrian1999-10-051-1/+1
* Do a kldload() if we get ENXIO trying to open /dev/tun0brian1999-09-221-0/+29
* 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
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-2/+2
* Implement a minimum idle time value as an optional second argumentbrian1999-08-171-11/+38
* Change printf formats %q[du] -> %ll[du]brian1999-08-091-3/+3
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-3/+2
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-187/+157
* o Overhaul filtering, adding facilities to jump over rules and tobrian1999-07-271-1/+10
* Disable TUNSLMODE when we first open the tun device.brian1999-06-221-2/+10
* Introduce the ``keep-session'' option. Refer to the manbrian1999-06-021-2/+5
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-311-1/+11
* Move the code for tweaking interface flags into one function.brian1999-05-271-62/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-32/+15
* Add support for NetBSDbrian1999-04-261-4/+4
* Undo possible damage done by the new TUNSIFMODE ioctlbrian1999-03-251-1/+13
* Read from fd[0] and write to fd[1] where `fd' is thebrian1999-03-071-12/+12
* Extend the ``set redial'' command to allow incrementalbrian1999-03-041-4/+4
* Bring up auto links despite there being no data queued ifbrian1999-03-011-5/+5
* Don't immediately bring auto links back up in multilinkbrian1999-02-251-3/+3
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-2/+15
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+17
* Don't warn when ``add xxxx HISADDR'' fails because HISADDRbrian1999-01-061-3/+4
* Rather than interrupting 10 times per second then checkingbrian1998-12-141-2/+2
* When using ``set device !someprogram'', when ``someprogram''brian1998-12-101-1/+15
* Don't call PacketAliasIn() when we turn around packets destinedbrian1998-10-291-7/+1
* Add ``set proctitle'' for changing argv[0]. All substitutionsbrian1998-10-271-1/+4
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-261-2/+26
* Loosen our restrictions on setting enddisc, mrru,brian1998-10-241-1/+14
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-94/+41
* Sync with OpenBSD ifdefsbrian1998-09-171-4/+8
* Put the IP buffer queues into struct ipcp.brian1998-08-261-6/+6
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+44
OpenPOWER on IntegriCloud