| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | 2000-08-18 | 1 | -0/+2 |
* | Allow leading ``!'' characters in authkeys and chat scripts to | brian | 2000-08-09 | 1 | -4/+5 |
* | To avoid namespace polution in NetBSD: | brian | 2000-03-14 | 1 | -4/+4 |
* | Add a few missing #includes | brian | 1999-12-30 | 1 | -0/+1 |
* | Correct usages of getuid() and geteuid() | brian | 1999-12-30 | 1 | -1/+1 |
* | Don't allowt '#' as a comment when it's embedded in quotes: | brian | 1999-12-27 | 1 | -2/+3 |
* | Don't munge ``set dial|login|logout|hangup'' arguments before | brian | 1999-12-22 | 1 | -2/+2 |
* | Notice and warn about unterminated quoted strings in commands. | brian | 1999-12-20 | 1 | -3/+10 |
* | Be careful not to re-initialise `struct stat' while it still has | brian | 1999-12-03 | 1 | -8/+23 |
* | Introduce ``set logout''; another chat script. This is in preparation | brian | 1999-10-25 | 1 | -2/+2 |
* | 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 |
* | Set the close-on-exec flag for all unused descriptors when | brian | 1999-08-17 | 1 | -9/+10 |
* | Don't bother read()ing if we ``expect'' nothing in our chat script. | brian | 1999-06-26 | 1 | -2/+2 |
* | If we run out of chat script immediately after a successfully executed | brian | 1999-06-26 | 1 | -2/+6 |
* | Use the correct pid when substituting PROCESSID. | brian | 1999-06-09 | 1 | -2/+2 |
* | Add some comments, optimise out a few strlen()s and | brian | 1999-05-27 | 1 | -16/+23 |
* | o Redesign the layering mechanism and make the aliasing code part of | brian | 1999-05-08 | 1 | -60/+5 |
* | When executing a command as part of a dial/login/hangup | brian | 1999-02-12 | 1 | -6/+9 |
* | Initial RADIUS support (using libradius). See the man page for | brian | 1999-01-28 | 1 | -2/+5 |
* | 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 |