index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
env.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call endpwent().
Matthias Andree
2010-04-12
1
-0
/
+2
*
Fix lots of warnings, most around string literals...
Matthias Andree
2010-03-18
1
-0
/
+2
*
Make some explicit NULL checks to pacify llvm-clang's static analyzer
Matthias Andree
2010-02-28
1
-1
/
+1
*
Remove unused assignments/initializations found with llvm-clang.
Matthias Andree
2010-02-28
1
-1
/
+1
*
Fix spacing for consistency.
Matthias Andree
2009-06-14
1
-1
/
+1
*
Fix a few compiler warnings around implicit conversion or extra ";".
Matthias Andree
2009-01-14
1
-1
/
+1
*
* When HOME and FETCHMAILHOME are unset, be sure to copy user database
Matthias Andree
2006-12-19
1
-1
/
+1
*
Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname.
Matthias Andree
2006-09-04
1
-1
/
+1
*
Wrap getaddrinfo() and block SIGALRM where needed.
Matthias Andree
2006-08-14
1
-2
/
+2
*
Revise comments before name canonicalization to make the code easier to under...
Matthias Andree
2006-08-03
1
-2
/
+4
*
Fix more compiler warnings.
Matthias Andree
2006-03-14
1
-0
/
+3
*
Fix Debian Bug#317761: when trying to send a bounce message, don't bail
Matthias Andree
2005-11-10
1
-3
/
+2
*
Add parameter to host_fqdn() to state if the domain name is required, i. e.
Matthias Andree
2005-10-30
1
-2
/
+8
*
Global variable cleanup, to fix daemon mode reinitialization problems.
Matthias Andree
2005-10-21
1
-1
/
+1
*
Large protocol independence patch.
Matthias Andree
2005-08-28
1
-14
/
+23
*
strcpy -> strlcpy, strcat -> strlcat
Matthias Andree
2005-07-30
1
-1
/
+1
*
Revise visbuf to dynamically size its buffer.
Matthias Andree
2005-07-20
1
-35
/
+24
*
Replace sprintf.
Matthias Andree
2004-11-12
1
-2
/
+5
*
Misc. sprintf and pid_t fixes.
Matthias Andree
2004-11-10
1
-1
/
+2
*
Fix miscellaneous warnings.
Matthias Andree
2004-10-20
1
-2
/
+0
*
Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.
Matthias Andree
2004-06-19
1
-1
/
+1
*
Fix various compiler warnings.
Matthias Andree
2004-06-18
1
-1
/
+1
*
Sunil Shetye's fix for SSL configuration.
Eric S. Raymond
2004-01-13
1
-3
/
+2
*
Cleanup.
Eric S. Raymond
2002-04-01
1
-2
/
+2
*
Minor fixes for 5.9.8.
Eric S. Raymond
2002-02-15
1
-2
/
+1
*
Fixes by Matthias Andree.
Eric S. Raymond
2002-02-01
1
-0
/
+13
*
Easy bug fixes for this round.
Eric S. Raymond
2001-11-08
1
-5
/
+17
*
_( -> GT_(
Eric S. Raymond
2001-09-24
1
-3
/
+3
*
Before tckling the license problem.
Eric S. Raymond
2001-09-18
1
-1
/
+1
*
HMH's trivial fixes.
Eric S. Raymond
2001-07-25
1
-3
/
+7
*
Corrected patch.
Eric S. Raymond
2001-03-14
1
-0
/
+8
*
Yoshihiko SARUMARU's patch,
Eric S. Raymond
2001-03-14
1
-1
/
+5
*
Show IMAP in the protocols.
Eric S. Raymond
2001-02-19
1
-0
/
+3
*
Proper conditionalization.
Eric S. Raymond
2001-02-14
1
-4
/
+4
*
Let's get rid of the old protocols with preauthentication bundled in.
Eric S. Raymond
2001-02-11
1
-3
/
+0
*
First cut at ODMR support.
Eric S. Raymond
2001-02-07
1
-0
/
+3
*
FETCHMAILUSER implemented.
Eric S. Raymond
2000-07-23
1
-12
/
+6
*
Minor bug fixes.
Eric S. Raymond
2000-04-21
1
-1
/
+1
*
Fix brown-paper-bag bug.
Eric S. Raymond
2000-04-16
1
-6
/
+7
*
FETCHMAILHOME
Eric S. Raymond
2000-04-16
1
-4
/
+17
*
BeOS support.
Eric S. Raymond
2000-04-08
1
-0
/
+3
*
Minor optimizations from Federico.
Eric S. Raymond
1999-12-26
1
-1
/
+1
*
Handle literal backslashes properly.
Eric S. Raymond
1999-12-23
1
-0
/
+5
*
Fix a logfile dump bug.
Eric S. Raymond
1999-09-27
1
-0
/
+2
*
Changes from the road.
Eric S. Raymond
1999-08-17
1
-1
/
+0
*
Improved environment-query logic.
Eric S. Raymond
1999-04-25
1
-17
/
+40
*
First round of post-5.0.0 buglets.
Eric S. Raymond
1999-04-07
1
-16
/
+15
*
*** empty log message ***
Eric S. Raymond
1999-03-29
1
-1
/
+1
*
Ready to ship 5.0.0.
Eric S. Raymond
1999-02-28
1
-10
/
+10
*
Localtime in timestamps.
Eric S. Raymond
1999-01-02
1
-5
/
+32
[next]