aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/defs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant includesBrian Somers1998-06-271-1/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-5/+5
* srandomdev() isn't available in all 2.* versions. OnlyBrian Somers1998-05-291-2/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-61/+58
|\
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-1/+47
| * o Make sure we don't dereference NULL when we've lost all our links.Brian Somers1998-05-061-3/+3
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-1/+20
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-19/+1
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-2/+1
| * Remove unused includes.Brian Somers1998-04-061-10/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-18/+1
| * Tidy up the parent notification stuff for -background mode.Brian Somers1998-03-251-3/+1
| * Remove some more globals:Brian Somers1998-03-241-2/+1
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-19/+1
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-3/+1
| * o Move in_algorithm and out_algorithm into CcpInfo.Brian Somers1998-01-291-2/+3
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+116
* Correct #ifdef for __FreeBSD__ < 3Brian Somers1998-03-131-2/+3
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Typo in error message.Brian Somers1997-12-301-2/+2
* Show who closes the diagnostic connection.Brian Somers1997-12-271-3/+4
* Cosmetic (style):Brian Somers1997-12-241-3/+3
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)Brian Somers1997-12-231-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Fix prototypes.Brian Somers1997-11-221-2/+7
* Add and use a DropClient() function for closing the diagnostic port.Brian Somers1997-11-181-1/+17
* Add id strings to tun.[ch].Brian Somers1997-11-171-1/+29
* Finish the security improvements:Brian Somers1997-11-111-2/+19
* Cosmetic (no functional changes):Brian Somers1997-10-261-0/+26