aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppp-watch.c
Commit message (Collapse)AuthorAgeFilesLines
* don't retry indefinitely (<pbrown@redhat.com>)Bill Nottingham2002-08-211-4/+5
|
* Fix typoTrond Eivind Glomsrod2001-05-181-1/+1
|
* fix MAXFAIL (#39231)Bill Nottingham2001-05-171-6/+1
|
* don't call ifup-ppp on sigint (#40585)Bill Nottingham2001-05-171-0/+1
|
* general cleanups and reorgNalin Dahyabhai2001-02-281-331/+433
|
* fix buildBill Nottingham2001-01-301-1/+1
|
* make boot timeout configurable (BOOTTIMEOUT); patch from <awk@awks.org>Bill Nottingham2001-01-291-1/+9
|
* don't ignore RETRYTIMEOUT when we never connect (#14701)Bill Nottingham2001-01-291-37/+42
|
* add MAXFAIL patch for maximum number of failures (#10639)Bill Nottingham2000-12-121-1/+23
|
* add RETRYCONNECT option for ppp-watchBill Nottingham2000-08-071-0/+5
|
* don't delete other ppp-watch processes's pidfilesBill Nottingham2000-04-031-0/+2
|
* open /dev/null for child process instead of closing fds 0,1,2Bill Nottingham2000-03-201-3/+9
|
* return code of socket is -1, not 0Bill Nottingham2000-01-311-3/+3
|
* redial after RETRYTIMEOUT on script failureMichael K. Johnson1999-12-061-1/+7
|
* tyopsMichael K. Johnson1999-12-061-2/+2
|
* handle control-C and such on parent rightMichael K. Johnson1999-12-061-7/+36
| | | | use sigaction
* open fds, get lock/pid file names rightMichael K. Johnson1999-12-031-9/+19
|
* comments are dangerous; sometimes they disagree with code...Michael K. Johnson1999-11-221-1/+1
|
* try not to fill up the logs with pppd failuresMichael K. Johnson1999-11-191-1/+14
|
* careful about killing processes...Michael K. Johnson1999-11-051-1/+1
|
* terminate usage messageMichael K. Johnson1999-11-051-1/+1
|
* try to fix double-dialing problemMichael K. Johnson1999-11-051-0/+6
|
* recover if dead daemon left pidfileMichael K. Johnson1999-09-281-3/+10
|
* exit after deleting pidfile...Michael K. Johnson1999-09-281-1/+1
|
* really fix pidfile locking...Michael K. Johnson1999-09-281-31/+9
|
* proper file lockingMichael K. Johnson1999-09-281-2/+20
|
* kill nicely, try to hang up modemMichael K. Johnson1999-09-231-1/+37
|
* be more careful about killingMichael K. Johnson1999-09-231-1/+2
|
* make ppp-watch kill leftover dialer more reliablyMichael K. Johnson1999-09-231-1/+21
|
* tried to add backgrounding at boot timeMichael K. Johnson1999-09-131-1/+21
|
* do not run multiple copiesMichael K. Johnson1999-09-131-0/+27
| | | | setsid/setpgid seems to help...
* report failureMichael K. Johnson1999-09-101-10/+11
|
* do not overload physicalDeviceMichael K. Johnson1999-09-071-11/+17
| | | | sleep only when appropriate
* seems to work for basic operationMichael K. Johnson1999-09-071-35/+61
|
* first attempt at integrating ppp-watchMichael K. Johnson1999-09-071-10/+22
|
* first pass at ppp-watchMichael K. Johnson1999-09-061-0/+420