aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Support stateful MPPEBrian Somers2001-07-091-18/+27
* MFC: Support -DPPP_CONFDIRBrian Somers2001-05-171-147/+40
* MFC: Bring the PPPoE interface UP if requiredBrian Somers2001-03-291-2/+2
* MFC: Reset MPPE_MasterKeyValid when the bundle closesBrian Somers2001-02-221-2/+7
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-12/+17
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-31/+50
* MFC: Correct printf-style format errorBrian Somers2000-07-031-2/+3
* MFC: Add ``set urgent none'' and ``set ifqueue''Brian Somers2000-06-151-2/+7
* MFC: Handle open/dial from state DATALINK_READY properlyBrian Somers2000-06-031-7/+6
* MFC: Make redial & reconnect work againBrian Somers2000-04-131-29/+38
* MFC:Brian Somers2000-03-211-15/+26
* Handle the availability of TUNSIFHEAD. If it's there, use it.Brian Somers2000-01-231-13/+52
* Use TUNSIFPID when we change our PID (if it exists).Brian Somers2000-01-211-1/+10
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-1/+1
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* Don't bother fork()ing after closing a ctty if ppp is about toBrian Somers1999-12-231-0/+10
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-24/+25
* Change the way we transfer links (again). The previousBrian Somers1999-11-301-28/+83
* Make -foreground a proper option (allowing ``allow mode foreground'',Brian Somers1999-11-281-2/+3
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-81/+135
* Don't setuid() 'till we've called ID0setproctitle()Brian Somers1999-11-231-1/+1
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-171-7/+7
* Use modfind() to check if a kld is already loaded.Brian Somers1999-11-161-11/+7
* Support PPPoEBrian Somers1999-11-061-35/+81
* Add the -unit command line switch for specifying the tun device.Brian Somers1999-10-191-6/+16
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNBrian Somers1999-10-151-1/+1
* Bring links down gently when their throughput isn't enough forBrian Somers1999-10-051-1/+1
* Do a kldload() if we get ENXIO trying to open /dev/tun0Brian Somers1999-09-221-0/+29
* 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
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-2/+2
* Implement a minimum idle time value as an optional second argumentBrian Somers1999-08-171-11/+38
* Change printf formats %q[du] -> %ll[du]Brian Somers1999-08-091-3/+3
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-3/+2
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-187/+157
* o Overhaul filtering, adding facilities to jump over rules and toBrian Somers1999-07-271-1/+10
* Disable TUNSLMODE when we first open the tun device.Brian Somers1999-06-221-2/+10
* Introduce the ``keep-session'' option. Refer to the manBrian Somers1999-06-021-2/+5
* Remember if MYADDR or HISADDR is used in a filter add tweak allBrian Somers1999-05-311-1/+11
* Move the code for tweaking interface flags into one function.Brian Somers1999-05-271-62/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-32/+15
* Add support for NetBSDBrian Somers1999-04-261-4/+4
* Undo possible damage done by the new TUNSIFMODE ioctlBrian Somers1999-03-251-1/+13
* Read from fd[0] and write to fd[1] where `fd' is theBrian Somers1999-03-071-12/+12
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-4/+4
* Bring up auto links despite there being no data queued ifBrian Somers1999-03-011-5/+5
* Don't immediately bring auto links back up in multilinkBrian Somers1999-02-251-3/+3