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
/
sink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix long-standing (since r2215/v4.6.8) crash on NULL pointer dereference
Matthias Andree
2007-07-29
1
-1
/
+1
*
Make BSMTP output actually work, it would persistently fail with SOCKET error
Matthias Andree
2007-03-29
1
-1
/
+1
*
Do not crash with a null pointer dereference when opening the BSMTP file
Matthias Andree
2007-03-29
1
-2
/
+8
*
Back out --smtp list from bouncing. Sunil reports that this may require AUTH ...
Matthias Andree
2007-02-24
1
-31
/
+3
*
Try --smtp list when bouncing. Reported by Christian Kurz, Debian Bug #150137.
Matthias Andree
2007-02-21
1
-3
/
+31
*
Remove excess no-op strcpy() after strdup() found by Andreas Krennmair.
Matthias Andree
2006-12-12
1
-1
/
+0
*
Fix regression from 6.3.4 that crashes fetchmail --mda FOO when encountering
Matthias Andree
2006-11-14
1
-5
/
+5
*
Freeaddrinfo() fix for Uli Zappe's bug.
Matthias Andree
2006-08-07
1
-3
/
+3
*
Improve sink error detection and reporting.
Matthias Andree
2006-08-06
1
-14
/
+28
*
set no bouncemail now also prevents 'General SMTP/ESMTP error.' bounces.
Matthias Andree
2006-04-04
1
-1
/
+2
*
More warning fixes (from FreeBSD 6.1).
Matthias Andree
2006-03-25
1
-1
/
+1
*
Further cleanups to compile with C++ compiler.
Matthias Andree
2006-03-15
1
-2
/
+2
*
Fix more compiler warnings.
Matthias Andree
2006-03-14
1
-1
/
+2
*
Yet another bogus free() to be fixed.
Matthias Andree
2006-01-19
1
-1
/
+1
*
Fix segfault or bus error after bouncing a message. This bug was
Matthias Andree
2006-01-19
1
-2
/
+7
*
* SMTP/LMTP cleanup to fix these two bugs:
Matthias Andree
2005-12-20
1
-40
/
+41
*
Do not trash destination domain if multiple messages are forwarded into the
Matthias Andree
2005-12-13
1
-32
/
+31
*
Sunil Shetye fixed these problems in a patch posted to fetchmail-devel:
Matthias Andree
2005-11-14
1
-56
/
+43
*
Use new host_fqdn() interface.
Matthias Andree
2005-10-30
1
-1
/
+4
*
Rearrange #include directives in an attempt to fix BerliOS Bug #4725,
Matthias Andree
2005-09-19
1
-2
/
+2
*
Write RFC-compliant BSMTP envelopes. Reported by Nico Golde.
Matthias Andree
2005-08-16
1
-3
/
+8
*
Remove port/service dualism and make everything a service.
Matthias Andree
2005-08-02
1
-8
/
+0
*
Get rid of alloca() in fetchmail.
Matthias Andree
2005-07-31
1
-33
/
+46
*
INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...
Matthias Andree
2005-07-30
1
-3
/
+3
*
strcpy -> strlcpy, strcat -> strlcat
Matthias Andree
2005-07-30
1
-7
/
+8
*
Add From: header to warning emails. Debian Bug#244828.
Matthias Andree
2005-07-23
1
-0
/
+2
*
Really fix Debian bug #207919 (junk in Received: header when smtphost set).
Matthias Andree
2005-07-20
1
-2
/
+1
*
Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient
Matthias Andree
2005-07-03
1
-1
/
+1
*
Cesar Eduardo Barros's fix to avoid double @ when username has @ and envelope
Matthias Andree
2005-06-29
1
-1
/
+5
*
Fix typo, LSMTP -> LMTP.
Matthias Andree
2005-04-24
1
-1
/
+1
*
Misc. sprintf and pid_t fixes.
Matthias Andree
2004-11-10
1
-2
/
+2
*
Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack
Matthias Andree
2004-11-10
1
-52
/
+7
*
Use iana_charset rather than calling nl_langinfo(CODESET).
Matthias Andree
2004-11-07
1
-1
/
+1
*
Let stuff_warning do the RFC-2047 encoding.
Matthias Andree
2004-10-20
1
-9
/
+13
*
Fix miscellaneous warnings.
Matthias Andree
2004-10-20
1
-0
/
+1
*
Add MIME headers to specify body encoding for mail warnings.
Matthias Andree
2004-10-14
1
-1
/
+6
*
Merge Holger Mauermann's bounce patch, 2003-10-23-6.2.5-mauermann-bounce.diff
Matthias Andree
2004-10-12
1
-10
/
+33
*
Remove space after "MAIL FROM:" (patch from Phil Endecott)
Rob Funk
2004-07-21
1
-1
/
+1
*
Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.
Matthias Andree
2004-06-19
1
-4
/
+4
*
Sunil Shetye's fix for SSL configuration.
Eric S. Raymond
2004-01-13
1
-5
/
+2
*
Prevent a SIGSEGV that happens when
Eric S. Raymond
2003-10-10
1
-3
/
+6
*
Close a Debian bug.
Eric S. Raymond
2003-10-10
1
-1
/
+33
*
Ready to ship.
Eric S. Raymond
2003-08-06
1
-5
/
+25
*
First round ofmlong-delayed bug fixes.
Eric S. Raymond
2003-07-17
1
-4
/
+9
*
Guard some buffers.
Eric S. Raymond
2003-03-01
1
-1
/
+2
*
Sunil changed the sanitization logic.
Eric S. Raymond
2003-01-17
1
-10
/
+20
*
Ready to ship 6-2-0.
Eric S. Raymond
2002-12-13
1
-11
/
+1
*
Ready to ship stable.
Eric S. Raymond
2002-10-31
1
-7
/
+39
*
Sunil Shetye's minor fixes.
Eric S. Raymond
2002-10-31
1
-2
/
+5
*
i18n fix.
Eric S. Raymond
2002-10-18
1
-1
/
+1
[next]