summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Added my 'ddial' patches to user-PPP. The new mode tries it's darndestnate1996-12-036-16/+52
* typophk1996-11-191-2/+2
* Improve the sample login script now that our sh(1) understands -p.joerg1996-10-312-6/+6
* Make changes suggested in PR#1825, closing it. Removes default localjkh1996-10-182-12/+11
* Turn LOCALHACK off by default (whoops!)jkh1996-10-181-2/+2
* Fixed the security leek I introduced the other day, nowsos1996-10-131-3/+10
* 1. Room to calculate MD5 for CHAP negotiation is shorter thanjkh1996-10-125-12/+30
* Allow shell commands in all modes.sos1996-10-101-3/+3
* Add the feature to use MYADDR & HISADDR macroes as arguments tosos1996-10-071-2/+12
* Properly include prototypes.jkh1996-10-072-2/+7
* Add passwdauth to list of vars.jkh1996-10-061-3/+3
* Add support for the Evil Microsoft ppp extentions. Yes, they did itjkh1996-10-0612-36/+502
* Moved getdtablesize() out of a loop.bde1996-09-281-3/+4
* Add RTF_STATIC to default route's flags in the hope that routed will nopeter1996-08-131-2/+2
* Reset Pred1 protocol on FCS errors.phk1996-07-211-1/+2
* Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times,ache1996-07-091-1/+6
* Prepare for exec properly and check return valuesache1996-06-092-5/+19
* Close a file descriptor leak. Possibly closes PR #1212gpalmer1996-06-031-2/+4
* PR: bin/1194: PPP server port not initializedphk1996-05-131-1/+2
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-1122-175/+252
* Xref chat(8) and pppd(8). Also change .It references to .Pa for filempp1996-05-022-22/+32
* Fixed a couple of format strings to match the change of pid_t from longbde1996-04-131-2/+2
* Fix editing mistake in last commit...sorry.dg1996-04-111-3/+3
* Bugfix based on a kernel fix:dg1996-04-111-5/+12
* Here is a patch for a little bug in the WaitForString routine. The problemache1996-04-061-4/+14
* Put signal number into logfileache1996-03-301-5/+7
* Fix UnrawModem:ache1996-03-291-6/+6
* Directly clear parity area because cfmakeraw not do itache1996-03-281-1/+2
* After real problem is found (flush never occurse), re-enableache1996-03-271-1/+3
* Fix typing bug cause flushing never occurse:ache1996-03-271-2/+2
* Use cfmakeraw() instead of all those termios settingsache1996-03-271-24/+8
* Cleanup both raw & termianl modes termios flags settingsache1996-03-271-4/+11
* Disable ^S/^Q flow control!!!ache1996-03-271-3/+3
* Better fix for terminal modeache1996-03-131-13/+5
* 1) Open /dev/null for std* after setsid() to be shure that modem isache1996-03-094-6/+21
* Prevent dial cycling on the last phone from the list, make phone list copyache1996-03-083-6/+11
* Log phone as LOG_PHASE, it is valuable enough for multi-phone environment.ache1996-03-082-2/+4
* 1) Add multi-phone dialing/redialing, several phones separated by ':'ache1996-03-088-42/+98
* Eliminate multiply uucplock.cache1996-03-042-125/+4
* Use libmd's MD5.phk1996-01-307-389/+15
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-302-8/+8
* Some patches to ppp which improve stability. I have been running adfr1996-01-3012-72/+85
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-1132-53/+294
* My freshly aborted 'make world' has pointed out that the wait.h includepeter1996-01-111-2/+2
* A random bunch of cleanup changes.phk1996-01-1014-36/+47
* 1. Add a settable redial timer and logging of the process id in a file.amurai1995-10-087-63/+248
* Completely re-wrote the man-page using -mandoc macros. More cleanups innate1995-09-242-874/+1072
* Fix a comment that became wrong when it was moved in rev. 1.7. Fix nearbybde1995-09-181-8/+6
* 1. All fragments (except the first one) of a fragmented packet wereamurai1995-09-176-65/+82
* Be gentle and allow both magic's (the own one and the other side'sjoerg1995-09-091-2/+5
OpenPOWER on IntegriCloud