aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/defs.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-8/+15
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* When it's necessary to kldload tun(4), don't forget to re-try to openBrian Somers2002-04-151-4/+10
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-1/+27
* Handle B460800 and B921600 being defined in <termios.h>Brian Somers2002-03-121-0/+6
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-0/+17
* Correct the arg count after parsing a line with an unescaped # that isn'tBrian Somers2001-06-151-3/+2
* Ignore ``#'' properly when told toBrian Somers2000-10-281-1/+1
* Create fd_sets big enough to handle getdtablesize() descriptors.Brian Somers2000-10-091-0/+12
* libutil.h is no longer required for setproctitle()Brian Somers2000-09-021-5/+0
* Use arc4random() instead of random()Brian Somers2000-08-311-1/+3
* Don't treat two or more whitespace followed by a comment asBrian Somers2000-08-301-6/+11
* Use srandom() under OpenBSDBrian Somers2000-08-291-1/+1
* setproctitle() doesn't need to be called with root privs, so moveBrian Somers2000-08-161-0/+16
* When running ppp -background, show comfort messages showingBrian Somers2000-04-071-0/+16
* don't treat # specially if PARSE_NOHASH is passedBrian Somers2000-03-281-2/+2
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-0/+27
* Actually ignore comments at the end of lines - broken with the commitBrian Somers2000-01-271-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-5/+6
* Understand double-quotes anywhere on a command line in the sameBrian Somers1999-12-231-16/+12
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-6/+9
* Handle comments at the end of lines.Brian Somers1999-12-201-19/+13
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-1/+4
* Make -foreground a proper option (allowing ``allow mode foreground'',Brian Somers1999-11-281-0/+1
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Handle unterminated quoted strings without dup'ing the last characterBrian Somers1999-05-271-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+167
* #include <errno.h>, not <sys/errno.h>Brian Somers1999-04-261-2/+2
* Parse IP addresses more securely - specifically, don't allowBrian Somers1999-02-251-1/+38
* 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