| Commit message (Expand) | Author | Age | Files | Lines |
* | Untimeout the chat expect timer as soon as we get a | brian | 1998-10-27 | 1 | -1/+2 |
* | o Support callback types NONE, E.164, AUTH and CBCP. | brian | 1998-08-07 | 1 | -4/+7 |
* | Remove redundant includes | brian | 1998-06-27 | 1 | -2/+1 |
* | o If we come out of select() with only write descriptors that | brian | 1998-06-24 | 1 | -2/+6 |
* | o De-staticise things that don't need to be static. | brian | 1998-06-15 | 1 | -2/+2 |
* | o #define the name "tun" in defs.h against the future possibility | brian | 1998-05-28 | 1 | -2/+2 |
* | o Move our prompt descriptor list outside of the bundle. | brian | 1998-05-23 | 1 | -2/+1 |
* | MFMP: Make ppp multilink capable. | brian | 1998-05-21 | 1 | -458/+572 |
* | Remove unused #includes. | brian | 1998-01-21 | 1 | -4/+1 |
* | Allow (and document) execution of commands from within | brian | 1997-12-27 | 1 | -85/+124 |
* | Cosmetic (style): | brian | 1997-12-24 | 1 | -8/+8 |
* | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian | 1997-12-23 | 1 | -2/+2 |
* | Replace | brian | 1997-12-18 | 1 | -2/+3 |
* | Fix prototypes. | brian | 1997-11-22 | 1 | -22/+23 |
* | Increase chat script sizes to 512 | brian | 1997-11-09 | 1 | -4/+4 |
* | Introduce ID0 logging. | brian | 1997-11-09 | 1 | -10/+2 |
* | o Bump version to 1.3 to reflect major changes | brian | 1997-10-29 | 1 | -4/+1 |
* | Cosmetic (no functional changes): | brian | 1997-10-26 | 1 | -28/+37 |
* | sleep => nointr_sleep | brian | 1997-10-24 | 1 | -3/+3 |
* | Cosmetic: Make LogPrintf() calls consistent. | brian | 1997-08-31 | 1 | -26/+26 |
* | Make the code format more in line with style(9). | brian | 1997-08-25 | 1 | -75/+96 |
* | Fix possible buffer overrun while "expect"ing | brian | 1997-08-17 | 1 | -6/+7 |
* | Allow specification of fallback phone numbers to | brian | 1997-08-17 | 1 | -5/+8 |
* | Allow a "hangup" capability. | brian | 1997-07-14 | 1 | -1/+4 |
* | Make HUP cause an exit (as it used to), and make | brian | 1997-07-01 | 1 | -10/+4 |
* | o Fix uptime for direct connections. | brian | 1997-06-23 | 1 | -28/+41 |
* | Overhaul ppp: | brian | 1997-06-09 | 1 | -40/+28 |
* | De-couple ppp from libalias. If libalias isn't there, the | brian | 1997-05-26 | 1 | -1/+6 |
* | Tidy up the code - bounds checking, return | brian | 1997-05-10 | 1 | -16/+34 |
* | Allow up to 40 args in the chat script (was 20). | brian | 1997-05-07 | 1 | -6/+10 |
* | Reviewed by: ache@freebsd.org | brian | 1997-03-13 | 1 | -1/+4 |
* | cdefs cleanup | ache | 1997-03-09 | 1 | -2/+1 |
* | I remove pending signals completely, they are not useless, they are | ache | 1997-03-09 | 1 | -2/+1 |
* | Unpend all signals before execv, it not makes any sense to pend them here | ache | 1997-03-08 | 1 | -2/+2 |
* | Unpend all killing signals to shut down this thing immediately, | ache | 1997-03-08 | 1 | -4/+4 |
* | osreldate.h stuff suggested by: Eivind Eklund | brian | 1997-02-25 | 1 | -1/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Tidy up signal handling. | brian | 1997-02-19 | 1 | -6/+6 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix many buffer overruns in the code. Specifically, disallow ExpandString | imp | 1997-01-10 | 1 | -24/+43 |
* | Avoid some buffer overrun problems. | pst | 1996-12-15 | 1 | -2/+2 |
* | Prepare for exec properly and check return values | ache | 1996-06-09 | 1 | -1/+10 |
* | Here is a diff of /usr/src/usr.sbin/ppp against current. The diffs | phk | 1996-05-11 | 1 | -14/+57 |
* | Here is a patch for a little bug in the WaitForString routine. The problem | ache | 1996-04-06 | 1 | -4/+14 |
* | Prevent dial cycling on the last phone from the list, make phone list copy | ache | 1996-03-08 | 1 | -3/+5 |
* | Log phone as LOG_PHASE, it is valuable enough for multi-phone environment. | ache | 1996-03-08 | 1 | -1/+2 |
* | 1) Add multi-phone dialing/redialing, several phones separated by ':' | ache | 1996-03-08 | 1 | -4/+10 |
* | 1. Do not log the password itself to ppp.log ( Mr. Rich Murphey ) | amurai | 1995-09-02 | 1 | -2/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | 1.Reducing cpu usage at off connection. | amurai | 1995-03-11 | 1 | -1/+2 |