summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove initial startup printf's in -direct mode.brian1997-06-011-5/+8
* Correct the return of DialModem()brian1997-05-291-2/+2
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-6/+8
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-5/+8
* Add SO_REUSEADDR socket opt in case the last telnetbrian1997-05-231-1/+2
* Use the latest alias engine - now in libalias.brian1997-05-231-5/+5
* Output exit status description of child in background mode.brian1997-05-191-3/+4
* Mega update to sort out bad implementationsbrian1997-05-191-51/+70
* Make openmode active by default (for both client/server).brian1997-05-171-5/+2
* Build pid_filename without a double slash.brian1997-05-141-5/+9
* Create ttyXX.if and tunX.pid irrespective ofbrian1997-05-111-23/+24
* Add a ttyXX.if file in /var/run that points tobrian1997-05-101-9/+19
* Tidy up the code - bounds checking, returnbrian1997-05-101-26/+23
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofache1997-05-041-6/+2
* Add a reconnect capability directing ppp to re-establishbrian1997-04-211-3/+17
* Make the next number redial ability configurable. Thebrian1997-04-141-15/+15
* Make -background option attempt each phone number at mostbrian1997-04-131-3/+8
* Only wait for the redial timeout when the last phone number in thebrian1997-04-121-9/+20
* Ignore SIGPIPE or any user can quit ppp just telnetting to itache1997-04-091-9/+16
* Closes pr 2711brian1997-03-131-10/+25
* Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>brian1997-03-131-3/+3
* Reviewed by: ache@freebsd.orgbrian1997-03-131-13/+17
* Don't waste time scanning tun_in+10 descriptors, scan exactly whatache1997-03-101-22/+33
* I remove pending signals completely, they are not useless, they areache1997-03-091-14/+9
* Unpend fault signals like SIGSEGV, etcache1997-03-081-4/+4
* Unpend all killing signals to shut down this thing immediately,ache1997-03-081-5/+5
* osreldate.h stuff suggested by: Eivind Eklundbrian1997-02-251-1/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Tidy up signal handling.brian1997-02-191-40/+18
* 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-291-0/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-2/+2
* For /usr/sbin/ppp, you must choose between running ppp in the background orjkh1996-12-221-32/+80
* Fixed prototypes of PacketAliasIn/Out. (cosmetic)nate1996-12-191-5/+5
* The infamous IP aliasing code for ppp, modified to work as a runtime optionjkh1996-12-121-4/+21
* Added my 'ddial' patches to user-PPP. The new mode tries it's darndestnate1996-12-031-6/+17
* 1. Room to calculate MD5 for CHAP negotiation is shorter thanjkh1996-10-121-1/+5
* Properly include prototypes.jkh1996-10-071-1/+2
* Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times,ache1996-07-091-1/+6
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-10/+10
* Fixed a couple of format strings to match the change of pid_t from longbde1996-04-131-2/+2
* Put signal number into logfileache1996-03-301-5/+7
* 1) Open /dev/null for std* after setsid() to be shure that modem isache1996-03-091-1/+10
* 1) Add multi-phone dialing/redialing, several phones separated by ':'ache1996-03-081-2/+5
* Some patches to ppp which improve stability. I have been running adfr1996-01-301-3/+7
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-3/+7
* A random bunch of cleanup changes.phk1996-01-101-4/+2
* 1. Add a settable redial timer and logging of the process id in a file.amurai1995-10-081-29/+64
* Fix a comment that became wrong when it was moved in rev. 1.7. Fix nearbybde1995-09-181-8/+6
OpenPOWER on IntegriCloud