summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Add a reconnect capability directing ppp to re-establishbrian1997-04-219-22/+136
* Fix typo in previous commitache1997-04-191-2/+2
* Unceremoneously discard HDLC frames with less than two bytes in them.phk1997-04-191-1/+7
* Remove osreldate. I got the number wrong anyway :(brian1997-04-152-8/+2
* Make the next number redial ability configurable. Thebrian1997-04-147-55/+113
* Make -background option attempt each phone number at mostbrian1997-04-134-13/+27
* Only wait for the redial timeout when the last phone number in thebrian1997-04-123-55/+400
* Ignore SIGPIPE or any user can quit ppp just telnetting to itache1997-04-092-10/+18
* Remove the syslog stuff, and allow various return valuesbrian1997-03-312-6/+11
* Move uucplock into libutil and create a manual page.brian1997-03-301-4/+2
* 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
OpenPOWER on IntegriCloud