summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient code for FreeBSD 2.x compatibility.rmh2013-07-051-1/+1
* A number of places in the source tree still reference cuad.* aftereadler2012-12-081-1/+1
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].obrien2004-11-191-1/+1
* Make ppp WARNS=5 cleanbrian2004-09-051-2/+2
* When it's necessary to kldload tun(4), don't forget to re-try to openbrian2002-04-151-1/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-0/+5
* Add a ``log'' command for logging specific information.brian2001-11-031-0/+1
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-16/+24
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timebrian2001-03-231-1/+3
* Allow LQR periods of 1 second and FSM retry periods of 1 second. This allows usroger2001-03-191-2/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-0/+1
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-091-0/+2
* Use arc4random() instead of random()brian2000-08-311-0/+6
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-161-0/+1
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-111-0/+1
* When running ppp -background, show comfort messages showingbrian2000-04-071-4/+8
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-0/+2
* The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mibbrian2000-03-141-0/+2
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-271-0/+5
* Understand double-quotes anywhere on a command line in the samebrian1999-12-231-1/+1
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-2/+2
* Handle comments at the end of lines.brian1999-12-201-0/+1
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-1/+2
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-261-2/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-2/+1
* Increase the length of an individual device name to LINE_LEN.brian1999-06-011-3/+4
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+4
* Change ``set device'' so that it parses its arguments as onebrian1999-04-271-4/+5
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-2/+3
* Parse IP addresses more securely - specifically, don't allowbrian1999-02-251-1/+2
* Wait by default for one second after the login scriptbrian1999-02-161-1/+2
* When resending chap challenges, resend the same challengebrian1999-02-111-2/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-1/+4
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-2/+3
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+2
* Change MIN_LQRPERIOD from 5 to 2.brian1998-07-111-3/+3
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-1/+3
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-9/+9
* o #define the name "tun" in defs.h against the future possibilitybrian1998-05-281-3/+3
* MFMP: Make ppp multilink capable.brian1998-05-211-38/+30
* Show who closes the diagnostic connection.brian1997-12-271-2/+2
* Fix prototypes.brian1997-11-221-1/+2
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-181-1/+2
* Add id strings to tun.[ch].brian1997-11-171-1/+2
* Finish the security improvements:brian1997-11-111-2/+6
* Increase chat script sizes to 512brian1997-11-091-1/+3
* Cosmetic:brian1997-10-261-6/+1
* Cosmetic (no functional changes):brian1997-10-261-45/+23
* sleep => nointr_sleepbrian1997-10-241-5/+3
OpenPOWER on IntegriCloud