| Commit message (Expand) | Author | Age | Files | Lines |
| * | Install as group ``network'' | Brian Somers | 1997-09-04 | 1 | -5/+5 |
| * | Cosmetic: Make LogPrintf() calls consistent. | Brian Somers | 1997-08-31 | 1 | -2/+2 |
| * | Make the code format more in line with style(9). | Brian Somers | 1997-08-25 | 1 | -595/+506 |
| * | Allow the use of HISADDR & MYADDR in ppp.conf. | Brian Somers | 1997-08-21 | 1 | -1/+5 |
| * | Add "set loopback on|off", defaulting to "on". | Brian Somers | 1997-08-21 | 1 | -1/+25 |
| * | Correct online usage message for "set ? stopped" | Brian Somers | 1997-08-21 | 1 | -2/+2 |
| * | Expand the "set stopped" command so that it can | Brian Somers | 1997-08-20 | 1 | -6/+33 |
| * | Correct the forth arg to "set ifaddr". If specified, | Brian Somers | 1997-08-19 | 1 | -7/+8 |
| * | Introduce the "bg" command. It's pretty | Brian Somers | 1997-08-18 | 1 | -12/+40 |
| * | Allow the use of a "stopped" timeout via the | Brian Somers | 1997-08-17 | 1 | -1/+29 |
| * | Allow a "hangup" capability. | Brian Somers | 1997-07-14 | 1 | -1/+8 |
| * | Allow service names in "set server" | Brian Somers | 1997-07-12 | 1 | -3/+15 |
| * | Allow specification of a umask for local socket | Brian Somers | 1997-06-30 | 1 | -6/+14 |
| * | Deal with HISADDR/MYADDR in filter rules. | Brian Somers | 1997-06-28 | 1 | -11/+13 |
| * | Add "set server" to control the server socket. | Brian Somers | 1997-06-25 | 1 | -1/+25 |
| * | Allow shell commands (still run as original user) | Brian Somers | 1997-06-25 | 1 | -2/+8 |
| * | o Fix uptime for direct connections. | Brian Somers | 1997-06-23 | 1 | -3/+5 |
| * | Fix "set parity" | Brian Somers | 1997-06-23 | 1 | -14/+2 |
| * | Cosmetic: Fix help syntax. | Brian Somers | 1997-06-17 | 1 | -6/+4 |
| * | Remove srandomdev fallback code | Andrey A. Chernov | 1997-06-14 | 1 | -5/+3 |
| * | Fix "delete ...", it now only insists on | Brian Somers | 1997-06-13 | 1 | -14/+17 |
| * | Fix "show ?" alignment. | Brian Somers | 1997-06-13 | 1 | -2/+2 |
| * | Sort out ppp over tcp: | Brian Somers | 1997-06-11 | 1 | -11/+15 |
| * | Overhaul ppp: | Brian Somers | 1997-06-09 | 1 | -371/+452 |
| * | Implement "set mtu" command to allow the client to | Brian Somers | 1997-06-01 | 1 | -7/+54 |
| * | Remove "set mtu ..." ability. Currently, this is an | Brian Somers | 1997-05-31 | 1 | -2/+2 |
| * | Correct the return of DialModem() | Brian Somers | 1997-05-29 | 1 | -2/+2 |
| * | De-couple ppp from libalias. If libalias isn't there, the | Brian Somers | 1997-05-26 | 1 | -15/+26 |
| * | Fix the reconnect option, and add an explanation to vars.h | Brian Somers | 1997-05-24 | 1 | -2/+2 |
| * | Use the latest alias engine - now in libalias. | Brian Somers | 1997-05-23 | 1 | -6/+97 |
| * | Mega update to sort out bad implementations | Brian Somers | 1997-05-19 | 1 | -2/+6 |
| * | Build pid_filename without a double slash. | Brian Somers | 1997-05-14 | 1 | -2/+2 |
| * | Cosmetique fixes: | Andrey A. Chernov | 1997-05-10 | 1 | -2/+2 |
| * | Add a ttyXX.if file in /var/run that points to | Brian Somers | 1997-05-10 | 1 | -1/+3 |
| * | Tidy up the code - bounds checking, return | Brian Somers | 1997-05-10 | 1 | -14/+27 |
| * | Don't reconnect (due to reconnect setting) after | Brian Somers | 1997-05-09 | 1 | -1/+2 |
| * | Allow mixed case commands. | Brian Somers | 1997-05-08 | 1 | -10/+10 |
| * | Allow up to 40 args in the chat script (was 20). | Brian Somers | 1997-05-07 | 1 | -3/+3 |
| * | Add a reconnect capability directing ppp to re-establish | Brian Somers | 1997-04-21 | 1 | -8/+36 |
| * | Make the next number redial ability configurable. The | Brian Somers | 1997-04-14 | 1 | -3/+40 |
| * | Ignore SIGPIPE or any user can quit ppp just telnetting to it | Andrey A. Chernov | 1997-04-09 | 1 | -1/+2 |
| * | Use srandomdev() to initialize RNG | Andrey A. Chernov | 1997-03-24 | 1 | -2/+3 |
| * | Convert srandom() arg cast to Lite2 style | Andrey A. Chernov | 1997-03-17 | 1 | -2/+2 |
| * | Do not re-initialize random numbers generator several times. | Andrey A. Chernov | 1997-03-10 | 1 | -2/+6 |
| * | Don't waste time scanning tun_in+10 descriptors, scan exactly what | Andrey A. Chernov | 1997-03-10 | 1 | -4/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make it possible to substitute INTERFACE when executing commands. | Poul-Henning Kamp | 1997-02-22 | 1 | -0/+5 |
| * | Fix a benign typo (benign by now, since sizeof(VarLoginScript) == | Joerg Wunsch | 1997-02-02 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Fix many buffer overruns in the code. Specifically, disallow ExpandString | Warner Losh | 1997-01-10 | 1 | -1/+7 |