summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* Add ``all'' logging.brian2000-10-301-1/+1
* Bump our version to reflect the recent MPPE additions (and ccp structbrian2000-10-301-1/+1
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-0/+40
* Spelling policebrian2000-09-061-2/+2
* Complain about invalid arguments passed to ``set ifaddr''brian2000-08-301-2/+14
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+2
* Warn that the ``alias'' command is depricated.brian2000-08-181-0/+10
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-161-7/+2
* Maintain input and output throughput averages and choose the highestbrian2000-08-151-1/+1
* Calculate the average link throughput using a counter based on thebrian2000-08-151-1/+1
* Support link identification from rfc1570brian2000-07-191-1/+32
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-071-2/+5
* Remove ``nat pptp'' as this is now done transparently by libalias.brian2000-06-201-1/+0
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-111-0/+8
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYbrian2000-06-081-0/+8
* Allow authname to be changed at any phase, just emit a warningbrian2000-03-311-4/+4
* Add the ``nat target'' command.brian2000-03-311-15/+16
* Understand environment variables in commandsbrian2000-03-141-1/+13
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.brian2000-03-141-8/+58
* Introduce LOCALNAT and LOCALRAD defines so that the sources can staybrian2000-03-141-3/+4
* Add ``set log dns'' to log DNS QUERY packets.brian2000-03-141-2/+2
* 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/+1
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-1/+1
* Add missing linefeed.brian1999-12-201-1/+1
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-2/+5
* Change the way we transfer links (again). The previousbrian1999-11-301-1/+1
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-2/+2
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-251-1/+1
* Fix ``set proctitle'' by using setproctitle().brian1999-11-171-4/+8
* Don't insist on 4 digit umasks in ``set server''.brian1999-11-131-12/+10
* Support PPPoEbrian1999-11-061-1/+1
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-251-0/+8
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-261-6/+10
* 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
* Cosmetic:brian1999-09-081-1/+1
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-071-15/+37
* $FreeBSD$ -> __DATE__brian1999-09-061-2/+1
* $Date$ -> $FreeBSD$peter1999-09-061-1/+1
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-3/+21
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Allow authkey to be changed independently of the current phase.brian1999-08-221-14/+5
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-38/+38
* Implement a minimum idle time value as an optional second argumentbrian1999-08-171-5/+12
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-171-7/+8
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-16/+39
* Mention that ospf is a possible filter protocol.brian1999-08-021-3/+3
* Support `igmp' filters.brian1999-06-231-4/+4
* Allow reserved substitution strings to be escaped by preceeding thembrian1999-06-101-5/+7
OpenPOWER on IntegriCloud