summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient code for FreeBSD 2.x compatibility.rmh2013-07-051-11/+2
* Make ppp WARNS=5 cleanbrian2004-09-051-8/+15
* o Clean up some #includesbrian2002-05-141-1/+0
* When it's necessary to kldload tun(4), don't forget to re-try to openbrian2002-04-151-4/+10
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-1/+27
* Handle B460800 and B921600 being defined in <termios.h>brian2002-03-121-0/+6
* Add a ``log'' command for logging specific information.brian2001-11-031-0/+17
* Correct the arg count after parsing a line with an unescaped # that isn'tbrian2001-06-151-3/+2
* Ignore ``#'' properly when told tobrian2000-10-281-1/+1
* Create fd_sets big enough to handle getdtablesize() descriptors.brian2000-10-091-0/+12
* libutil.h is no longer required for setproctitle()brian2000-09-021-5/+0
* Use arc4random() instead of random()brian2000-08-311-1/+3
* Don't treat two or more whitespace followed by a comment asbrian2000-08-301-6/+11
* Use srandom() under OpenBSDbrian2000-08-291-1/+1
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-161-0/+16
* When running ppp -background, show comfort messages showingbrian2000-04-071-0/+16
* don't treat # specially if PARSE_NOHASH is passedbrian2000-03-281-2/+2
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-0/+27
* Actually ignore comments at the end of lines - broken with the commitbrian2000-01-271-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-271-5/+6
* Understand double-quotes anywhere on a command line in the samebrian1999-12-231-16/+12
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-6/+9
* Handle comments at the end of lines.brian1999-12-201-19/+13
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-1/+4
* Make -foreground a proper option (allowing ``allow mode foreground'',brian1999-11-281-0/+1
* 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Handle unterminated quoted strings without dup'ing the last characterbrian1999-05-271-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+167
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* Parse IP addresses more securely - specifically, don't allowbrian1999-02-251-1/+38
* Remove redundant includesbrian1998-06-271-1/+3
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-5/+5
* srandomdev() isn't available in all 2.* versions. Onlybrian1998-05-291-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-61/+58
* Correct #ifdef for __FreeBSD__ < 3brian1998-03-131-2/+3
* Remove unused #includes.brian1998-01-211-2/+1
* Typo in error message.brian1997-12-301-2/+2
* Show who closes the diagnostic connection.brian1997-12-271-3/+4
* Cosmetic (style):brian1997-12-241-3/+3
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-231-2/+2
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Fix prototypes.brian1997-11-221-2/+7
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-181-1/+17
* Add id strings to tun.[ch].brian1997-11-171-1/+29
* Finish the security improvements:brian1997-11-111-2/+19
* Cosmetic (no functional changes):brian1997-10-261-0/+26
OpenPOWER on IntegriCloud