aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Don't avoid setting a 0 second timer in datalink_StartDialTimer() byBrian Somers2001-10-261-1/+1
* MFC: Handle peer REQ/NAKs of >1500 byte MRUs when we have no preferenceBrian Somers2001-07-301-1/+1
* MFC: Actually add the ``nat proto'' commandBrian Somers2001-07-301-0/+2
* MFC: Fix the type of the last arg to execl()Brian Somers2001-07-091-1/+1
* MFC: Support stateful MPPEBrian Somers2001-07-091-80/+209
* MFC: Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-17/+25
* MFC: Support -DPPP_CONFDIRBrian Somers2001-05-171-9/+32
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-3/+45
* MFC: Fix some typosBrian Somers2000-09-161-2/+2
* MFC: Complain about invalid arguments passed to ``set ifaddr''Brian Somers2000-08-301-2/+14
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-12/+53
* MFC: remove ``nat pptp'' as this is now done transparently by libalias.Ruslan Ermilov2000-06-271-1/+0
* MFC: Add ``set urgent none'' and ``set ifqueue''Brian Somers2000-06-151-0/+16
* MFC: Make redial & reconnect work againBrian Somers2000-04-131-19/+20
* MFC:Brian Somers2000-03-211-14/+77
* 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/+1
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-1/+1
* Add missing linefeed.Brian Somers1999-12-201-1/+1
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-2/+5
* Change the way we transfer links (again). The previousBrian Somers1999-11-301-1/+1
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-2/+2
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-1/+1
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-171-4/+8
* Don't insist on 4 digit umasks in ``set server''.Brian Somers1999-11-131-12/+10
* Support PPPoEBrian Somers1999-11-061-1/+1
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-251-0/+8
* Support ``set cd off'' to tell ppp not to even look for carrier on theBrian Somers1999-09-261-6/+10
* 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
* Cosmetic:Brian Somers1999-09-081-1/+1
* Introduce a forth IP packet queue. Urgent packets withBrian Somers1999-09-071-15/+37
* $FreeBSD$ -> __DATE__Brian Somers1999-09-061-2/+1
* $Date$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-3/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Allow authkey to be changed independently of the current phase.Brian Somers1999-08-221-14/+5
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-191-38/+38
* Implement a minimum idle time value as an optional second argumentBrian Somers1999-08-171-5/+12
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-171-7/+8
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-16/+39
* Mention that ospf is a possible filter protocol.Brian Somers1999-08-021-3/+3
* Support `igmp' filters.Brian Somers1999-06-231-4/+4
* Allow reserved substitution strings to be escaped by preceeding themBrian Somers1999-06-101-5/+7
* Allow our endpoint discriminator to be enabled, disabled, acceptedBrian Somers1999-06-091-10/+17
* Use the correct pid when substituting PROCESSID.Brian Somers1999-06-091-9/+10
* Don't use static variables if we don't have to.Brian Somers1999-06-081-5/+9
* Correct the way ppp transfers links on the server side in MPBrian Somers1999-06-051-3/+3
* Mention physical and sync logging in the ``set log''Brian Somers1999-06-021-3/+3
* Introduce the ``keep-session'' option. Refer to the manBrian Somers1999-06-021-3/+5