| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | ppp: Use valid prototypes for function declarations with no arguments. | John Baldwin | 2023-04-24 | 1 | -1/+1 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Remove ancient code for FreeBSD 2.x compatibility. | Robert Millan | 2013-07-05 | 1 | -11/+2 |
| * | Make ppp WARNS=5 clean | Brian Somers | 2004-09-05 | 1 | -8/+15 |
| * | o Clean up some #includes | Brian Somers | 2002-05-14 | 1 | -1/+0 |
| * | When it's necessary to kldload tun(4), don't forget to re-try to open | Brian Somers | 2002-04-15 | 1 | -4/+10 |
| * | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | Brian Somers | 2002-03-30 | 1 | -1/+27 |
| * | Handle B460800 and B921600 being defined in <termios.h> | Brian Somers | 2002-03-12 | 1 | -0/+6 |
| * | Add a ``log'' command for logging specific information. | Brian Somers | 2001-11-03 | 1 | -0/+17 |
| * | Correct the arg count after parsing a line with an unescaped # that isn't | Brian Somers | 2001-06-15 | 1 | -3/+2 |
| * | Ignore ``#'' properly when told to | Brian Somers | 2000-10-28 | 1 | -1/+1 |
| * | Create fd_sets big enough to handle getdtablesize() descriptors. | Brian Somers | 2000-10-09 | 1 | -0/+12 |
| * | libutil.h is no longer required for setproctitle() | Brian Somers | 2000-09-02 | 1 | -5/+0 |
| * | Use arc4random() instead of random() | Brian Somers | 2000-08-31 | 1 | -1/+3 |
| * | Don't treat two or more whitespace followed by a comment as | Brian Somers | 2000-08-30 | 1 | -6/+11 |
| * | Use srandom() under OpenBSD | Brian Somers | 2000-08-29 | 1 | -1/+1 |
| * | setproctitle() doesn't need to be called with root privs, so move | Brian Somers | 2000-08-16 | 1 | -0/+16 |
| * | When running ppp -background, show comfort messages showing | Brian Somers | 2000-04-07 | 1 | -0/+16 |
| * | don't treat # specially if PARSE_NOHASH is passed | Brian Somers | 2000-03-28 | 1 | -2/+2 |
| * | When ppp can't identify the relevant name, don't use "???", use | Brian Somers | 2000-03-14 | 1 | -0/+27 |
| * | Actually ignore comments at the end of lines - broken with the commit | Brian Somers | 2000-01-27 | 1 | -1/+1 |
| * | Don't allowt '#' as a comment when it's embedded in quotes: | Brian Somers | 1999-12-27 | 1 | -5/+6 |
| * | Understand double-quotes anywhere on a command line in the same | Brian Somers | 1999-12-23 | 1 | -16/+12 |
| * | Don't munge ``set dial|login|logout|hangup'' arguments before | Brian Somers | 1999-12-22 | 1 | -6/+9 |
| * | Handle comments at the end of lines. | Brian Somers | 1999-12-20 | 1 | -19/+13 |
| * | Notice and warn about unterminated quoted strings in commands. | Brian Somers | 1999-12-20 | 1 | -1/+4 |
| * | Make -foreground a proper option (allowing ``allow mode foreground'', | Brian Somers | 1999-11-28 | 1 | -0/+1 |
| * | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | Brian Somers | 1999-09-21 | 1 | -3/+0 |
| * | NetBSD has moved ``extern int errno;'' to signal.h :-/ | Brian Somers | 1999-09-20 | 1 | -0/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Handle unterminated quoted strings without dup'ing the last character | Brian Somers | 1999-05-27 | 1 | -3/+3 |
| * | o Redesign the layering mechanism and make the aliasing code part of | Brian Somers | 1999-05-08 | 1 | -1/+167 |
| * | #include <errno.h>, not <sys/errno.h> | Brian Somers | 1999-04-26 | 1 | -2/+2 |
| * | Parse IP addresses more securely - specifically, don't allow | Brian Somers | 1999-02-25 | 1 | -1/+38 |
| * | Remove redundant includes | Brian Somers | 1998-06-27 | 1 | -1/+3 |
| * | o De-staticise things that don't need to be static. | Brian Somers | 1998-06-15 | 1 | -2/+2 |
| * | o Make modes consistent throughout ppp. The same strings are used | Brian Somers | 1998-05-29 | 1 | -5/+5 |
| * | srandomdev() isn't available in all 2.* versions. Only | Brian Somers | 1998-05-29 | 1 | -2/+2 |
| * | MFMP: Make ppp multilink capable. | Brian Somers | 1998-05-21 | 1 | -60/+57 |
| |\ |
|
| | * | o Add the `set mode' command for change a links current mode. It | Brian Somers | 1998-05-15 | 1 | -1/+47 |
| | * | o Make sure we don't dereference NULL when we've lost all our links. | Brian Somers | 1998-05-06 | 1 | -3/+3 |
| | * | o Create a new ``timer'' log level. This lets us ``set | Brian Somers | 1998-04-30 | 1 | -1/+20 |
| | * | Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply | Brian Somers | 1998-04-23 | 1 | -19/+1 |
| | * | o Remove the `mode' global - it's now per physical device. | Brian Somers | 1998-04-10 | 1 | -2/+1 |
| | * | Remove unused includes. | Brian Somers | 1998-04-06 | 1 | -10/+1 |
| | * | Deglobalise `struct prompt': | Brian Somers | 1998-04-03 | 1 | -18/+1 |
| | * | Tidy up the parent notification stuff for -background mode. | Brian Somers | 1998-03-25 | 1 | -3/+1 |
| | * | Remove some more globals: | Brian Somers | 1998-03-24 | 1 | -2/+1 |