| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -8/+15 |
* | o Clean up some #includes | brian | 2002-05-14 | 1 | -1/+0 |
* | When it's necessary to kldload tun(4), don't forget to re-try to open | brian | 2002-04-15 | 1 | -4/+10 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 1 | -1/+27 |
* | Handle B460800 and B921600 being defined in <termios.h> | brian | 2002-03-12 | 1 | -0/+6 |
* | Add a ``log'' command for logging specific information. | brian | 2001-11-03 | 1 | -0/+17 |
* | Correct the arg count after parsing a line with an unescaped # that isn't | brian | 2001-06-15 | 1 | -3/+2 |
* | Ignore ``#'' properly when told to | brian | 2000-10-28 | 1 | -1/+1 |
* | Create fd_sets big enough to handle getdtablesize() descriptors. | brian | 2000-10-09 | 1 | -0/+12 |
* | libutil.h is no longer required for setproctitle() | brian | 2000-09-02 | 1 | -5/+0 |
* | Use arc4random() instead of random() | brian | 2000-08-31 | 1 | -1/+3 |
* | Don't treat two or more whitespace followed by a comment as | brian | 2000-08-30 | 1 | -6/+11 |
* | Use srandom() under OpenBSD | brian | 2000-08-29 | 1 | -1/+1 |
* | setproctitle() doesn't need to be called with root privs, so move | brian | 2000-08-16 | 1 | -0/+16 |
* | When running ppp -background, show comfort messages showing | brian | 2000-04-07 | 1 | -0/+16 |
* | don't treat # specially if PARSE_NOHASH is passed | brian | 2000-03-28 | 1 | -2/+2 |
* | When ppp can't identify the relevant name, don't use "???", use | brian | 2000-03-14 | 1 | -0/+27 |
* | Actually ignore comments at the end of lines - broken with the commit | brian | 2000-01-27 | 1 | -1/+1 |
* | Don't allowt '#' as a comment when it's embedded in quotes: | brian | 1999-12-27 | 1 | -5/+6 |
* | Understand double-quotes anywhere on a command line in the same | brian | 1999-12-23 | 1 | -16/+12 |
* | Don't munge ``set dial|login|logout|hangup'' arguments before | brian | 1999-12-22 | 1 | -6/+9 |
* | Handle comments at the end of lines. | brian | 1999-12-20 | 1 | -19/+13 |
* | Notice and warn about unterminated quoted strings in commands. | brian | 1999-12-20 | 1 | -1/+4 |
* | Make -foreground a proper option (allowing ``allow mode foreground'', | brian | 1999-11-28 | 1 | -0/+1 |
* | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | brian | 1999-09-21 | 1 | -3/+0 |
* | NetBSD has moved ``extern int errno;'' to signal.h :-/ | brian | 1999-09-20 | 1 | -0/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Handle unterminated quoted strings without dup'ing the last character | brian | 1999-05-27 | 1 | -3/+3 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -1/+167 |
* | #include <errno.h>, not <sys/errno.h> | brian | 1999-04-26 | 1 | -2/+2 |
* | Parse IP addresses more securely - specifically, don't allow | brian | 1999-02-25 | 1 | -1/+38 |
* | Remove redundant includes | brian | 1998-06-27 | 1 | -1/+3 |
* | o De-staticise things that don't need to be static. | brian | 1998-06-15 | 1 | -2/+2 |
* | o Make modes consistent throughout ppp. The same strings are used | brian | 1998-05-29 | 1 | -5/+5 |
* | srandomdev() isn't available in all 2.* versions. Only | brian | 1998-05-29 | 1 | -2/+2 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -61/+58 |
* | Correct #ifdef for __FreeBSD__ < 3 | brian | 1998-03-13 | 1 | -2/+3 |
* | Remove unused #includes. | brian | 1998-01-21 | 1 | -2/+1 |
* | Typo in error message. | brian | 1997-12-30 | 1 | -2/+2 |
* | Show who closes the diagnostic connection. | brian | 1997-12-27 | 1 | -3/+4 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -3/+3 |
* | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian | 1997-12-23 | 1 | -2/+2 |
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 1 | -2/+26 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -2/+7 |
* | Add and use a DropClient() function for closing the diagnostic port. | brian | 1997-11-18 | 1 | -1/+17 |
* | Add id strings to tun.[ch]. | brian | 1997-11-17 | 1 | -1/+29 |
* | Finish the security improvements: | brian | 1997-11-11 | 1 | -2/+19 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -0/+26 |