aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/defs.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: EverythingBrian Somers2002-09-011-0/+6
* MFC: Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-16/+24
* MFC: Support -DPPP_CONFDIRBrian Somers2001-05-171-1/+3
* MFC from 1.61Roger Hardiman2001-05-151-2/+2
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-0/+1
* MFC: Make fd_set's dynamic based on getdtablesize().Brian Somers2000-11-011-0/+2
* MFC: Fix some typosBrian Somers2000-09-161-0/+6
* MFC: -DPPP_NOSUID supportBrian Somers2000-08-191-0/+1
* MFC: Add ``set urgent none'' and ``set ifqueue''Brian Somers2000-06-151-0/+1
* MFC: Make redial & reconnect work againBrian Somers2000-04-131-4/+8
* MFC:Brian Somers2000-03-211-0/+4
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-0/+5
* Understand double-quotes anywhere on a command line in the sameBrian Somers1999-12-231-1/+1
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-2/+2
* Handle comments at the end of lines.Brian Somers1999-12-201-0/+1
* Make -foreground a proper option (allowing ``allow mode foreground'',Brian Somers1999-11-281-1/+2
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-2/+1
* Increase the length of an individual device name to LINE_LEN.Brian Somers1999-06-011-3/+4
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+4
* Change ``set device'' so that it parses its arguments as oneBrian Somers1999-04-271-4/+5
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-2/+3
* Parse IP addresses more securely - specifically, don't allowBrian Somers1999-02-251-1/+2
* Wait by default for one second after the login scriptBrian Somers1999-02-161-1/+2
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-2/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-1/+4
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-2/+3
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* Change MIN_LQRPERIOD from 5 to 2.Brian Somers1998-07-111-3/+3
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-1/+3
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-9/+9
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-3/+3
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-38/+30
|\
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+4
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-1/+3
| * o Use two `cat' processes to connect the modem to anBrian Somers1998-05-011-2/+2
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-2/+4
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-3/+1
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-15/+11
| * Correct (yesterdays) broken -background flag.Brian Somers1998-04-081-3/+3
| * Remove MODE_ALIAS and add AliasEnabled() macro.Brian Somers1998-04-071-3/+2
| * Deglobalise `struct prompt':Brian Somers1998-04-031-2/+1
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-1/+3
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+3
| * Tidy up the parent notification stuff for -background mode.Brian Somers1998-03-251-6/+1
| * Move the idle timer into struct bundle. There's noBrian Somers1998-03-091-1/+2
| * Move phone numbers into struct datalink.Brian Somers1998-03-091-4/+4
| * o Move all device names into struct physical.Brian Somers1998-03-061-10/+5
| * Move the redial timeouts and max tries into struct datalink.Brian Somers1998-02-161-3/+3