aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-16fix event handling and pauses in ssl layer to avoid possible crashGilles Chehade1-5/+11
2013-05-15trace all messagesEric Faurot1-3/+24
2013-05-15handle ECONNRESET and ETIMEDOUT as "connection close" to avoid fatalGilles Chehade1-0/+8
2013-05-15Simplify the default config fileEric Faurot1-9/+5
2013-05-15NetBSD has swapped strnvis parameters ...Gilles Chehade2-3/+3
2013-05-15mark NetBSD as BROKEN_STRNVIS, parameters are swappedGilles Chehade1-1/+2
2013-05-14just to be safe, another case-insensitive comparisonGilles Chehade1-1/+1
2013-05-14lowercase comparison of IPv6 prefix ...Gilles Chehade1-1/+1
2013-05-14cosmesthicGilles Chehade1-1/+0
2013-05-14lower the disk space / inode reserve in fsqueue and add a better warningGilles Chehade1-2/+4
2013-05-14On incorrect input (unsupported pipelining, line too long) the cmdEric Faurot1-1/+8
2013-05-14Do not erronously report AF mismatch if a limit was reached on aEric Faurot1-5/+5
2013-05-14Fix session tree initializer.Eric Faurot1-1/+7
2013-05-13lowercase key before table lookupGilles Chehade1-3/+9
2013-05-13make -d, -v and traces independant one from anotherGilles Chehade5-24/+18
2013-05-13fix typoGilles Chehade1-2/+2
2013-05-13cosmethicGilles Chehade1-8/+6
2013-05-13do not rewrite sender if we're generating a bounceGilles Chehade1-6/+10
2013-05-13do not call mailer.local with an empty sender upon bounces, otherwiseGilles Chehade1-0/+3
2013-05-11typoEric Faurot1-1/+1
2013-05-10remember the number of nodes in a struct tree and struct dict.Eric Faurot3-60/+88
2013-05-10document lmtp to socketGilles Chehade1-1/+3
2013-05-10document lmtp to socketGilles Chehade1-1/+3
2013-05-10Add unix socket support for LMTP deliveryGleb Kozyrev2-2/+31
2013-05-10Open inet socket in a separate functionGleb Kozyrev1-13/+25
2013-05-08fix buildCharles Longeau3-116/+0
2013-05-08Fix failed build on MacOS X reported by Rune LyngeCharles Longeau1-1/+5
2013-05-07remove builtin sqlite and ldap table backendsEric Faurot6-1079/+5
2013-05-06Update the sqlite table proc backend: read the dbpath from the configEric Faurot1-58/+124
2013-05-06Add unix socket support for LMTP deliveryGleb Kozyrev2-2/+31
2013-05-06Open inet socket in a separate functionGleb Kozyrev1-13/+25
2013-05-04EOF might not be detected correctly in some cases, leading toEric Faurot3-1/+8
2013-05-03call imsg_free() where appropriate.Eric Faurot4-2/+32
2013-05-03remove sc_ev from struct smtpd and use a local variable where needed.Eric Faurot3-7/+8
2013-05-03initialize the scheduler before chrooting and droppring privilegesEric Faurot2-13/+11
2013-05-03various fixes in external queue backend and API.Eric Faurot2-25/+9
2013-05-03shutdown the table process on imsg error instead of sendingEric Faurot2-36/+33
2013-05-03All scheduler backend functions now return an int instead of voidEric Faurot3-51/+85
2013-05-03small glitchesEric Faurot5-8/+7
2013-05-03fix typo in reject rule parsingEric Faurot1-1/+1
2013-05-03remove bogus MakefileEric Faurot1-16/+0
2013-05-03realpath() require destination buffer to be at least PATH_MAX.Eric Faurot1-2/+2
2013-05-02do not create two streams after all, it doesn't work on FreeBSDGilles Chehade1-19/+12
2013-05-02remove log line prefix by getpid()Charles Longeau1-3/+0
2013-05-02add missing backends & filters Makefile.am, reported by eric@ :)Charles Longeau2-0/+71
2013-05-01enable backends and filtersCharles Longeau26-117/+28
2013-05-01enable build of backends and filtersCharles Longeau1-1/+1
2013-05-01fix filter-dnsbl build when asr is not in libcCharles Longeau1-1/+6
2013-04-30first shot at a dnsbl filterEric Faurot5-1/+246
2013-04-30- add PROC_CLIENT typeEric Faurot5-5/+12