aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into portableGilles Chehade2013-05-151-3/+24
|\
| * trace all messagesEric Faurot2013-05-151-3/+24
* | Simplify the default config fileEric Faurot2013-05-151-9/+5
* | Merge branch 'master' into portableGilles Chehade2013-05-141-1/+1
|\|
| * just to be safe, another case-insensitive comparisonGilles Chehade2013-05-141-1/+1
* | Merge branch 'master' into portableGilles Chehade2013-05-141-1/+1
|\|
| * lowercase comparison of IPv6 prefix ...Gilles Chehade2013-05-141-1/+1
* | Merge branch 'master' into portableEric Faurot2013-05-142-3/+4
|\|
| * cosmesthicGilles Chehade2013-05-141-1/+0
| * lower the disk space / inode reserve in fsqueue and add a better warningGilles Chehade2013-05-141-2/+4
* | Merge branch 'master' into portableGilles Chehade2013-05-1413-96/+142
|\|
| * Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-05-143-7/+20
| |\
| | * On incorrect input (unsupported pipelining, line too long) the cmdEric Faurot2013-05-141-1/+8
| | * Do not erronously report AF mismatch if a limit was reached on aEric Faurot2013-05-141-5/+5
| | * Fix session tree initializer.Eric Faurot2013-05-141-1/+7
| * | lowercase key before table lookupGilles Chehade2013-05-131-3/+9
| |/
| * make -d, -v and traces independant one from anotherGilles Chehade2013-05-135-24/+18
| * fix typoGilles Chehade2013-05-131-2/+2
| * cosmethicGilles Chehade2013-05-131-8/+6
| * do not rewrite sender if we're generating a bounceGilles Chehade2013-05-131-6/+10
| * do not call mailer.local with an empty sender upon bounces, otherwiseGilles Chehade2013-05-131-0/+3
| * typoEric Faurot2013-05-111-1/+1
| * remember the number of nodes in a struct tree and struct dict.Eric Faurot2013-05-103-60/+88
| * document lmtp to socketGilles Chehade2013-05-101-1/+3
| * Add unix socket support for LMTP deliveryGleb Kozyrev2013-05-102-2/+31
| * Open inet socket in a separate functionGleb Kozyrev2013-05-101-13/+25
* | document lmtp to socketGilles Chehade2013-05-101-1/+3
* | Merge branch 'unix_socket' of https://github.com/gkoz/OpenSMTPD into gkoz-unix_socketGilles Chehade2013-05-102-14/+55
|\ \
| * | Add unix socket support for LMTP deliveryGleb Kozyrev2013-05-062-2/+31
| * | Open inet socket in a separate functionGleb Kozyrev2013-05-061-13/+25
* | | fix buildCharles Longeau2013-05-083-116/+0
* | | fix merge master conflictsCharles Longeau2013-05-087-1100/+116
|\ \ \ | | |/ | |/|
| * | remove builtin sqlite and ldap table backendsEric Faurot2013-05-076-1079/+5
* | | Merge branch 'master' into portableCharles Longeau2013-05-074-59/+132
|\| | | |/ |/|
| * Update the sqlite table proc backend: read the dbpath from the configEric Faurot2013-05-061-58/+124
| * EOF might not be detected correctly in some cases, leading toEric Faurot2013-05-043-1/+8
* | Merge branch 'master' into portableCharles Longeau2013-05-0414-141/+184
|\|
| * call imsg_free() where appropriate.Eric Faurot2013-05-034-2/+32
| * remove sc_ev from struct smtpd and use a local variable where needed.Eric Faurot2013-05-033-7/+8
| * initialize the scheduler before chrooting and droppring privilegesEric Faurot2013-05-032-13/+11
| * various fixes in external queue backend and API.Eric Faurot2013-05-032-25/+9
| * shutdown the table process on imsg error instead of sendingEric Faurot2013-05-032-36/+33
| * All scheduler backend functions now return an int instead of voidEric Faurot2013-05-033-51/+85
| * small glitchesEric Faurot2013-05-035-8/+7
* | Merge branch 'master' into portableEric Faurot2013-05-031-1/+1
|\|
| * fix typo in reject rule parsingEric Faurot2013-05-031-1/+1
* | remove bogus MakefileEric Faurot2013-05-031-16/+0
* | Merge branch 'master' into portableEric Faurot2013-05-031-2/+2
|\|
| * realpath() require destination buffer to be at least PATH_MAX.Eric Faurot2013-05-031-2/+2
* | Merge branch 'master' into portableEric Faurot2013-05-032-19/+28
|\|