aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more compiler warnings.Matthias Andree2006-03-141-0/+3
* Fix Debian Bug#317761: when trying to send a bounce message, don't bailMatthias Andree2005-11-101-3/+2
* Add parameter to host_fqdn() to state if the domain name is required, i. e. Matthias Andree2005-10-301-2/+8
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-211-1/+1
* Large protocol independence patch.Matthias Andree2005-08-281-14/+23
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
* Revise visbuf to dynamically size its buffer.Matthias Andree2005-07-201-35/+24
* Replace sprintf.Matthias Andree2004-11-121-2/+5
* Misc. sprintf and pid_t fixes.Matthias Andree2004-11-101-1/+2
* Fix miscellaneous warnings.Matthias Andree2004-10-201-2/+0
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-1/+1
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+1
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-3/+2
* Cleanup.Eric S. Raymond2002-04-011-2/+2
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-2/+1
* Fixes by Matthias Andree.Eric S. Raymond2002-02-011-0/+13
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-5/+17
* _( -> GT_(Eric S. Raymond2001-09-241-3/+3
* Before tckling the license problem.Eric S. Raymond2001-09-181-1/+1
* HMH's trivial fixes.Eric S. Raymond2001-07-251-3/+7
* Corrected patch.Eric S. Raymond2001-03-141-0/+8
* Yoshihiko SARUMARU's patch,Eric S. Raymond2001-03-141-1/+5
* Show IMAP in the protocols.Eric S. Raymond2001-02-191-0/+3
* Proper conditionalization.Eric S. Raymond2001-02-141-4/+4
* Let's get rid of the old protocols with preauthentication bundled in.Eric S. Raymond2001-02-111-3/+0
* First cut at ODMR support.Eric S. Raymond2001-02-071-0/+3
* FETCHMAILUSER implemented.Eric S. Raymond2000-07-231-12/+6
* Minor bug fixes.Eric S. Raymond2000-04-211-1/+1
* Fix brown-paper-bag bug.Eric S. Raymond2000-04-161-6/+7
* FETCHMAILHOMEEric S. Raymond2000-04-161-4/+17
* BeOS support.Eric S. Raymond2000-04-081-0/+3
* Minor optimizations from Federico.Eric S. Raymond1999-12-261-1/+1
* Handle literal backslashes properly.Eric S. Raymond1999-12-231-0/+5
* Fix a logfile dump bug.Eric S. Raymond1999-09-271-0/+2
* Changes from the road.Eric S. Raymond1999-08-171-1/+0
* Improved environment-query logic.Eric S. Raymond1999-04-251-17/+40
* First round of post-5.0.0 buglets.Eric S. Raymond1999-04-071-16/+15
* *** empty log message ***Eric S. Raymond1999-03-291-1/+1
* Ready to ship 5.0.0.Eric S. Raymond1999-02-281-10/+10
* Localtime in timestamps.Eric S. Raymond1999-01-021-5/+32
* gcc -Wall cleanup.Eric S. Raymond1998-12-151-2/+0
* Fix copyrights.Eric S. Raymond1998-12-041-2/+1
* UTC > GMT.Eric S. Raymond1998-12-011-2/+3
* Switch timestamp to GMT.Eric S. Raymond1998-11-301-5/+6
* Clean up the generated trace headers.Eric S. Raymond1998-11-291-7/+6
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-3/+7
* Rationalized timestamps.Eric S. Raymond1998-10-301-0/+34
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-1/+1
* -Wall cleanup.Eric S. Raymond1998-10-201-1/+0
* alloca -> xalloca.Eric S. Raymond1998-10-191-1/+1