aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* Align with legacy_6x.Matthias Andree2019-08-251-2/+5
| | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code.
* Drop #ifdef HAVE_GETCWD, there never was a formal configure check.Matthias Andree2019-08-251-2/+0
| | | | | | | | Assume that getcwd() is present, it is required by the Single Unix Specivication V2 (1997). Previously, fetchmail implicitly relied on AM_HAVE_GETTEXT() to check for getcwd().
* Remove unused-variable warning on NetBSD 5.Matthias Andree2010-03-051-1/+1
|
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-2/+2
|
* Repair --logfile, broken in 6.3.5. BerliOS Bug #9059,Matthias Andree2006-10-101-3/+2
| | | | | | reported by Brian Harring. svn path=/branches/BRANCH_6-3/; revision=4923
* --logfile is now handled more carefully, errors opening the logfile are Matthias Andree2006-08-071-25/+26
| | | | | | | now reported to the TTY where fetchmail was started from. fetchmail now complains and aborts when it cannot properly daemonize itself. svn path=/branches/BRANCH_6-3/; revision=4883
* Fix more compiler warnings.Matthias Andree2006-03-141-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4736
* Rename isafile -> is_a_file, isidletimout -> is_idletimeoutMatthias Andree2005-09-251-1/+1
| | | | | | to keep clear of ctype.h namespace. svn path=/trunk/; revision=4322
* Fix miscellaneous warnings.Matthias Andree2004-10-201-1/+0
| | | | svn path=/trunk/; revision=3953
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
| | | | svn path=/trunk/; revision=3899
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-44/+35
| | | | svn path=/trunk/; revision=3776
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-0/+2
| | | | svn path=/trunk/; revision=3695
* Other routine fixups.Eric S. Raymond2002-04-011-1/+1
| | | | svn path=/trunk/; revision=3604
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-1/+8
| | | | svn path=/trunk/; revision=3603
* Comment fix.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3374
* Fix patches from HMH and others.Eric S. Raymond2001-05-211-1/+6
| | | | svn path=/trunk/; revision=3317
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-1/+7
| | | | svn path=/trunk/; revision=3301
* Dave Zarzycki's fixes.Eric S. Raymond2001-02-101-15/+25
| | | | svn path=/trunk/; revision=3039
* Horst von Brand's security and specfile patches.Eric S. Raymond2000-08-301-0/+1
| | | | svn path=/trunk/; revision=2956
* Minor update.Eric S. Raymond2000-07-231-0/+33
| | | | svn path=/trunk/; revision=2927
* Better OpenSSL support.Eric S. Raymond2000-07-021-2/+7
| | | | svn path=/trunk/; revision=2924
* Better file check for progress-to control.Eric S. Raymond2000-06-281-0/+12
| | | | svn path=/trunk/; revision=2909
* Label save closes.Eric S. Raymond2000-01-311-2/+2
| | | | svn path=/trunk/; revision=2723
* Code changes needed for next release.Eric S. Raymond1999-09-111-0/+2
| | | | svn path=/trunk/; revision=2552
* Simplify error reporting further.Eric S. Raymond1999-02-031-6/+6
| | | | svn path=/trunk/; revision=2374
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-6/+6
| | | | svn path=/trunk/; revision=2369
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-6/+6
| | | | svn path=/trunk/; revision=2328
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-1/+1
| | | | svn path=/trunk/; revision=2137
* EMX changes for OS/2.Eric S. Raymond1998-02-221-1/+4
| | | | svn path=/trunk/; revision=1668
* Philippe de Muyter's port patches.Eric S. Raymond1998-02-111-0/+4
| | | | svn path=/trunk/; revision=1616
* Better portability, I hope...Eric S. Raymond1997-09-171-15/+12
| | | | svn path=/trunk/; revision=1361
* Inclusion cleanup.Eric S. Raymond1997-09-161-0/+2
| | | | svn path=/trunk/; revision=1350
* FreeBSD port changes.Eric S. Raymond1997-09-031-1/+1
| | | | svn path=/trunk/; revision=1288
* sysV68 R3V7.1 port changes.Eric S. Raymond1997-09-031-1/+2
| | | | svn path=/trunk/; revision=1282
* Make sure we never have to include sgtty.h.Eric S. Raymond1997-07-131-0/+4
| | | | svn path=/trunk/; revision=1170
* Avoid a fooup due to NextStep header inclusion.Eric S. Raymond1997-07-091-1/+1
| | | | svn path=/trunk/; revision=1165
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Fix Roidl's problem.Eric S. Raymond1997-07-011-1/+6
| | | | svn path=/trunk/; revision=1128
* Recent HP-UXs prototype wait3 properly.Eric S. Raymond1997-06-111-1/+1
| | | | svn path=/trunk/; revision=1082
* -Wall cleanup.Eric S. Raymond1997-05-151-0/+1
| | | | svn path=/trunk/; revision=1011
* Improved configuration and compilation.Eric S. Raymond1997-05-081-0/+4
| | | | svn path=/trunk/; revision=985
* Clean up some dependencies.Eric S. Raymond1997-02-211-2/+0
| | | | svn path=/trunk/; revision=910
* Don't need to give execute permissions.Eric S. Raymond1997-02-181-1/+1
| | | | svn path=/trunk/; revision=899
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-2/+2
| | | | svn path=/trunk/; revision=781
* Remove some NExT-specific cruft.Eric S. Raymond1996-12-231-4/+0
| | | | svn path=/trunk/; revision=680
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-6/+8
| | | | svn path=/trunk/; revision=636
* SIGCLD -> SIGCHLD.Eric S. Raymond1996-12-121-4/+4
| | | | svn path=/trunk/; revision=628
* Changes for NEXTSTEP.Eric S. Raymond1996-12-111-0/+8
| | | | svn path=/trunk/; revision=626
* Typo fix.Eric S. Raymond1996-12-051-1/+1
| | | | svn path=/trunk/; revision=597
* Prototypes everywhere.Eric S. Raymond1996-11-081-4/+2
| | | | svn path=/trunk/; revision=515