aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppp-watch.c
Commit message (Expand)AuthorAgeFilesLines
* Sync FSF address with current GPLv2.Ville Skyttä2012-06-271-2/+2
* License cleanup.Bill Nottingham2010-01-051-1/+1
* more verbose error codesHarald Hoyer2007-08-081-13/+90
* reset alarm on connection so that ppp-watch remains running whenBill Nottingham2007-01-171-0/+1
* Fix typo.Miloslav Trmac2006-05-171-1/+1
* - Fix one-byte buffer overflowMiloslav Trmac2006-03-081-2/+2
* copyright cleanupBill Nottingham2003-09-161-1/+1
* ppp fixes (#104128, #97845, #85447)Bill Nottingham2003-09-151-3/+3
* match the man page (#97850)Bill Nottingham2003-09-041-1/+1
* fix leaked fd, potential usernetctl badness, and initlog/process bogons (<lin...Bill Nottingham2003-06-131-0/+3
* 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
* 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
* report failureMichael K. Johnson1999-09-101-10/+11
* do not overload physicalDeviceMichael K. Johnson1999-09-071-11/+17
* 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