aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-261-1/+1
* 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
* Remember if MYADDR or HISADDR is used in a filter add tweak allBrian Somers1999-05-311-2/+3
* Add ``show layers'' to see the protocol layering for a link.Brian Somers1999-05-151-2/+4
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-37/+43
* Add support for NetBSDBrian Somers1999-04-261-5/+5
* Allow port ranges in ``alias port''.Brian Somers1999-03-251-4/+4
* Don't forget to fully initialise the configured valuesBrian Somers1999-03-191-4/+4
* Support PPTP via libalias (``alias pptp addr'').Brian Somers1999-03-071-2/+4
* Support proxying & transparent proxying curtesy of libalias(3).Brian Somers1999-03-071-2/+4
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-3/+3