| Commit message (Expand) | Author | Age | Files | Lines |
* | For /usr/sbin/ppp, you must choose between running ppp in the background or | jkh | 1996-12-22 | 7 | -87/+234 |
* | Make CRTSTS selection a runtime option. Closes PR#1392 | jkh | 1996-12-22 | 7 | -28/+76 |
* | Compute IP checksums in addition to TCP checksums when necessary in the | nate | 1996-12-21 | 1 | -12/+17 |
* | Fixed prototypes of PacketAliasIn/Out. (cosmetic) | nate | 1996-12-19 | 3 | -10/+12 |
* | Avoid some buffer overrun problems. | pst | 1996-12-15 | 2 | -7/+7 |
* | The infamous IP aliasing code for ppp, modified to work as a runtime option | jkh | 1996-12-12 | 15 | -15/+2738 |
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 2 | -11/+19 |
* | Added my 'ddial' patches to user-PPP. The new mode tries it's darndest | nate | 1996-12-03 | 6 | -16/+52 |
* | typo | phk | 1996-11-19 | 1 | -2/+2 |
* | Improve the sample login script now that our sh(1) understands -p. | joerg | 1996-10-31 | 2 | -6/+6 |
* | Make changes suggested in PR#1825, closing it. Removes default local | jkh | 1996-10-18 | 2 | -12/+11 |
* | Turn LOCALHACK off by default (whoops!) | jkh | 1996-10-18 | 1 | -2/+2 |
* | Fixed the security leek I introduced the other day, now | sos | 1996-10-13 | 1 | -3/+10 |
* | 1. Room to calculate MD5 for CHAP negotiation is shorter than | jkh | 1996-10-12 | 5 | -12/+30 |
* | Allow shell commands in all modes. | sos | 1996-10-10 | 1 | -3/+3 |
* | Add the feature to use MYADDR & HISADDR macroes as arguments to | sos | 1996-10-07 | 1 | -2/+12 |
* | Properly include prototypes. | jkh | 1996-10-07 | 2 | -2/+7 |
* | Add passwdauth to list of vars. | jkh | 1996-10-06 | 1 | -3/+3 |
* | Add support for the Evil Microsoft ppp extentions. Yes, they did it | jkh | 1996-10-06 | 12 | -36/+502 |
* | Moved getdtablesize() out of a loop. | bde | 1996-09-28 | 1 | -3/+4 |
* | Add RTF_STATIC to default route's flags in the hope that routed will no | peter | 1996-08-13 | 1 | -2/+2 |
* | Reset Pred1 protocol on FCS errors. | phk | 1996-07-21 | 1 | -1/+2 |
* | Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times, | ache | 1996-07-09 | 1 | -1/+6 |
* | Prepare for exec properly and check return values | ache | 1996-06-09 | 2 | -5/+19 |
* | Close a file descriptor leak. Possibly closes PR #1212 | gpalmer | 1996-06-03 | 1 | -2/+4 |
* | PR: bin/1194: PPP server port not initialized | phk | 1996-05-13 | 1 | -1/+2 |
* | Here is a diff of /usr/src/usr.sbin/ppp against current. The diffs | phk | 1996-05-11 | 22 | -175/+252 |
* | Xref chat(8) and pppd(8). Also change .It references to .Pa for file | mpp | 1996-05-02 | 2 | -22/+32 |
* | Fixed a couple of format strings to match the change of pid_t from long | bde | 1996-04-13 | 1 | -2/+2 |
* | Fix editing mistake in last commit...sorry. | dg | 1996-04-11 | 1 | -3/+3 |
* | Bugfix based on a kernel fix: | dg | 1996-04-11 | 1 | -5/+12 |
* | Here is a patch for a little bug in the WaitForString routine. The problem | ache | 1996-04-06 | 1 | -4/+14 |
* | Put signal number into logfile | ache | 1996-03-30 | 1 | -5/+7 |
* | Fix UnrawModem: | ache | 1996-03-29 | 1 | -6/+6 |
* | Directly clear parity area because cfmakeraw not do it | ache | 1996-03-28 | 1 | -1/+2 |
* | After real problem is found (flush never occurse), re-enable | ache | 1996-03-27 | 1 | -1/+3 |
* | Fix typing bug cause flushing never occurse: | ache | 1996-03-27 | 1 | -2/+2 |
* | Use cfmakeraw() instead of all those termios settings | ache | 1996-03-27 | 1 | -24/+8 |
* | Cleanup both raw & termianl modes termios flags settings | ache | 1996-03-27 | 1 | -4/+11 |
* | Disable ^S/^Q flow control!!! | ache | 1996-03-27 | 1 | -3/+3 |
* | Better fix for terminal mode | ache | 1996-03-13 | 1 | -13/+5 |
* | 1) Open /dev/null for std* after setsid() to be shure that modem is | ache | 1996-03-09 | 4 | -6/+21 |
* | Prevent dial cycling on the last phone from the list, make phone list copy | ache | 1996-03-08 | 3 | -6/+11 |
* | Log phone as LOG_PHASE, it is valuable enough for multi-phone environment. | ache | 1996-03-08 | 2 | -2/+4 |
* | 1) Add multi-phone dialing/redialing, several phones separated by ':' | ache | 1996-03-08 | 8 | -42/+98 |
* | Eliminate multiply uucplock.c | ache | 1996-03-04 | 2 | -125/+4 |
* | Use libmd's MD5. | phk | 1996-01-30 | 7 | -389/+15 |
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 2 | -8/+8 |
* | Some patches to ppp which improve stability. I have been running a | dfr | 1996-01-30 | 12 | -72/+85 |
* | Final cleanup for now. -Wall is now silent. A couple of bogons found. | phk | 1996-01-11 | 32 | -53/+294 |