| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. | obrien | 2004-11-19 | 1 | -1/+1 |
* | Make ppp WARNS=5 clean | brian | 2004-09-05 | 1 | -2/+2 |
* | When it's necessary to kldload tun(4), don't forget to re-try to open | brian | 2002-04-15 | 1 | -1/+1 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 1 | -0/+5 |
* | Add a ``log'' command for logging specific information. | brian | 2001-11-03 | 1 | -0/+1 |
* | Convert IIJ copyrights to BSD copyrights. | brian | 2001-06-13 | 1 | -16/+24 |
* | Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile time | brian | 2001-03-23 | 1 | -1/+3 |
* | Allow LQR periods of 1 second and FSM retry periods of 1 second. This allows us | roger | 2001-03-19 | 1 | -2/+2 |
* | Add MPPE and MSChap v2 support (denied and disabled by default) | brian | 2000-10-30 | 1 | -0/+1 |
* | Create fd_sets big enough to handle getdtablesize() descriptors. | brian | 2000-10-09 | 1 | -0/+2 |
* | Use arc4random() instead of random() | brian | 2000-08-31 | 1 | -0/+6 |
* | setproctitle() doesn't need to be called with root privs, so move | brian | 2000-08-16 | 1 | -0/+1 |
* | Add ``set ifqueue'' to control the size of the outgoing packet | brian | 2000-06-11 | 1 | -0/+1 |
* | When running ppp -background, show comfort messages showing | brian | 2000-04-07 | 1 | -4/+8 |
* | When ppp can't identify the relevant name, don't use "???", use | brian | 2000-03-14 | 1 | -0/+2 |
* | The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib | brian | 2000-03-14 | 1 | -0/+2 |
* | Don't allowt '#' as a comment when it's embedded in quotes: | brian | 1999-12-27 | 1 | -0/+5 |
* | Understand double-quotes anywhere on a command line in the same | brian | 1999-12-23 | 1 | -1/+1 |
* | Don't munge ``set dial|login|logout|hangup'' arguments before | brian | 1999-12-22 | 1 | -2/+2 |
* | Handle comments at the end of lines. | brian | 1999-12-20 | 1 | -0/+1 |
* | Make -foreground a proper option (allowing ``allow mode foreground'', | brian | 1999-11-28 | 1 | -1/+2 |
* | Change ``set cd'' so that its default value is device specific. The | brian | 1999-11-26 | 1 | -2/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | o Obsolete the undocumented ``set weight'' command. | brian | 1999-08-05 | 1 | -2/+1 |
* | Increase the length of an individual device name to LINE_LEN. | brian | 1999-06-01 | 1 | -3/+4 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -1/+4 |
* | Change ``set device'' so that it parses its arguments as one | brian | 1999-04-27 | 1 | -4/+5 |
* | Allow control over the number of ConfigREQ & TermREQ attempts | brian | 1999-02-26 | 1 | -2/+3 |
* | Parse IP addresses more securely - specifically, don't allow | brian | 1999-02-25 | 1 | -1/+2 |
* | Wait by default for one second after the login script | brian | 1999-02-16 | 1 | -1/+2 |
* | When resending chap challenges, resend the same challenge | brian | 1999-02-11 | 1 | -2/+2 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -1/+4 |
* | If we've got a full output buffer queue and cannot send | brian | 1998-08-25 | 1 | -2/+3 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -1/+2 |
* | Change MIN_LQRPERIOD from 5 to 2. | brian | 1998-07-11 | 1 | -3/+3 |
* | o Fix remaining sizeof problems for 64 bit machines. | brian | 1998-06-27 | 1 | -1/+3 |
* | o Make modes consistent throughout ppp. The same strings are used | brian | 1998-05-29 | 1 | -9/+9 |
* | o #define the name "tun" in defs.h against the future possibility | brian | 1998-05-28 | 1 | -3/+3 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -38/+30 |
* | Show who closes the diagnostic connection. | brian | 1997-12-27 | 1 | -2/+2 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -1/+2 |
* | Add and use a DropClient() function for closing the diagnostic port. | brian | 1997-11-18 | 1 | -1/+2 |
* | Add id strings to tun.[ch]. | brian | 1997-11-17 | 1 | -1/+2 |
* | Finish the security improvements: | brian | 1997-11-11 | 1 | -2/+6 |
* | Increase chat script sizes to 512 | brian | 1997-11-09 | 1 | -1/+3 |
* | Cosmetic: | brian | 1997-10-26 | 1 | -6/+1 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -45/+23 |
* | sleep => nointr_sleep | brian | 1997-10-24 | 1 | -5/+3 |
* | Restore back non-interruptable sleep/usleep just redefine them to not | ache | 1997-10-23 | 1 | -1/+9 |
* | Cosmetic: Remove unused variables and build on OpenBSD. | brian | 1997-09-10 | 1 | -2/+7 |