summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Fix a benign typo (benign by now, since sizeof(VarLoginScript) ==joerg1997-02-021-1/+1
* Check the timer request flag irrespective of wheter select() came back withbrian1997-01-301-10/+26
* Move the call to TimerService() into main.c - just after the select()brian1997-01-293-1/+36
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1461-64/+64
* The 2.2-Beta version doesn't have the brackets after the if statement.nate1997-01-101-1/+2
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-1013-61/+92
* Updated DPADD to match LDADD.bde1997-01-061-2/+2
* Update to match changes in <net/if.h>.wollman1997-01-032-2/+4
* For /usr/sbin/ppp, you must choose between running ppp in the background orjkh1996-12-227-87/+234
* Make CRTSTS selection a runtime option. Closes PR#1392jkh1996-12-227-28/+76
* Compute IP checksums in addition to TCP checksums when necessary in thenate1996-12-211-12/+17
* Fixed prototypes of PacketAliasIn/Out. (cosmetic)nate1996-12-193-10/+12
* Avoid some buffer overrun problems.pst1996-12-152-7/+7
* The infamous IP aliasing code for ppp, modified to work as a runtime optionjkh1996-12-1215-15/+2738
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-102-11/+19
* 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
OpenPOWER on IntegriCloud