summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Use srandomdev() to initialize RNGache1997-03-242-4/+6
* Convert srandom() arg cast to Lite2 styleache1997-03-172-4/+4
* Oops - forgot to document the new -HUP action.brian1997-03-132-4/+10
* Closes pr 2711brian1997-03-132-11/+35
* Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>brian1997-03-133-5/+31
* Reviewed by: ache@freebsd.orgbrian1997-03-136-24/+164
* Do not re-initialize random numbers generator several times.ache1997-03-102-4/+12
* Detect failure open condition for direct mode nowache1997-03-101-3/+9
* Don't waste time scanning tun_in+10 descriptors, scan exactly whatache1997-03-103-36/+45
* cdefs cleanupache1997-03-093-6/+4
* I remove pending signals completely, they are not useless, they areache1997-03-096-152/+13
* Unpend all signals before execv, it not makes any sense to pend them hereache1997-03-081-2/+2
* Unpend fault signals like SIGSEGV, etcache1997-03-081-4/+4
* Unpend all killing signals to shut down this thing immediately,ache1997-03-082-9/+9
* Don't pend SIGALRM (Timer Service) due toache1997-03-081-3/+3
* osreldate.h stuff suggested by: Eivind Eklundbrian1997-02-257-9/+20
* Requested by: Elvind Eklundbrian1997-02-232-7/+9
* Pointed out by: Joergbrian1997-02-231-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-2263-66/+66
* Make it possible to substitute INTERFACE when executing commands.phk1997-02-222-1/+6
* Tidy up signal handling.brian1997-02-197-74/+158
* 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
OpenPOWER on IntegriCloud