aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdopensmtpd-201307290742Gilles Chehade2013-07-264-207/+248
|\
| * - implement auto reconnect in the posgres backend.Eric Faurot2013-07-232-204/+243
| * include libpq-fe.h instead of postgresql/libpq-fe.hEric Faurot2013-07-222-2/+2
| * fiw bogus warning on 32bit archsEric Faurot2013-07-221-1/+3
* | no need to return after an errx()Gilles Chehade2013-07-261-3/+1
|/
* getopt.h -> unistd.hopensmtpd-201307221442Eric Faurot2013-07-2215-14/+14
* fix overflow with IPv6 addressEric Faurot2013-07-221-8/+12
* remove obsolete filesEric Faurot2013-07-227-81/+0
* simplify layout for table backendsEric Faurot2013-07-2213-1/+171
* backport changes from cvsEric Faurot2013-07-221-2/+3
* fix warningsEric Faurot2013-07-211-2/+2
* Change "backend-table-*" to "table-*" for external backends.Eric Faurot2013-07-2114-138/+140
* backport tweaks from openbsdEric Faurot2013-07-207-19/+18
* move declarations aroundEric Faurot2013-07-191-3/+3
* indentEric Faurot2013-07-191-2/+2
* sort includesEric Faurot2013-07-191-1/+1
* Change "smtpctl pause message <msgid>" to "smtpctl pause envelope <msgid>"Eric Faurot2013-07-191-1/+2
* Implement command abbreviation when there is no ambiguity.Eric Faurot2013-07-191-3/+20
* Error out if the state is invalid.Eric Faurot2013-07-191-1/+2
* missing fake read of message dataopensmtpd-201307190959Eric Faurot2013-07-181-2/+6
* Merge branch 'master' of ssh.poolp.org:/git/opensmtpdEric Faurot2013-07-181-0/+3
|\
| * document resume routeGilles Chehade2013-07-181-0/+3
* | missing param on the command-line specEric Faurot2013-07-181-1/+1
|/
* document smtpctl show routesEric Faurot2013-07-181-0/+18
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-07-182-26/+50
|\
| * When disabling a route mark the reason why: network error or smtpEric Faurot2013-07-182-26/+50
* | fix segv in offline show queueGilles Chehade2013-07-181-13/+105
|/
* fix warningsGilles Chehade2013-07-183-2/+4
* try to reconnect on certain errorsEric Faurot2013-07-171-7/+33
* call mysql_stmt_error in stmt error contextEric Faurot2013-07-172-13/+13
* fix previousEric Faurot2013-07-172-5/+6
* this was not supposed to go inEric Faurot2013-07-171-1/+1
* refactor table_mysql to be able to reconnect with the same config.Eric Faurot2013-07-172-215/+210
* fix build with after updateEric Faurot2013-07-174-13/+23
* add a few aliases to allowed -T option namesGilles Chehade2013-07-161-5/+11
* we have renamed "mfa" to "filter" in budapest, the logs should be consistent with thatGilles Chehade2013-07-162-14/+14
* use auto-reconnectopensmtpd-201307151919Eric Faurot2013-07-151-0/+8
* add missing parameter in IMSG_DELIVERY_TEMPFAIL message.Eric Faurot2013-07-151-0/+1
* support both hostname and fqdn as local hostnameGilles Chehade2013-07-121-2/+9
* add ! in email addresses supported charset (user request)opensmtpd-201307121003Gilles Chehade2013-07-101-1/+1
* change "smtpctl shutdown" back to "smtpctl stop"Eric Faurot2013-07-091-2/+2
* Get rid of env->sc_pw and env->sc_pwqueue. Each process explicitlyopensmtpd-201307091511Eric Faurot2013-07-0915-53/+56
* also apply the delay between transactions in the RSET case.Eric Faurot2013-07-091-1/+12
* include limits.h, not sys/limits.hEric Faurot2013-07-081-1/+1
* New implementation for the command line parser and dispatching in smtpctl.Eric Faurot2013-07-083-984/+802
* Implement config options for fetch_source cache as for table_mysql.Eric Faurot2013-07-082-10/+74
* unlink socket upon server shutdownopensmtpd-201307061146Gilles Chehade2013-07-051-0/+2
* missing return in profiling code can cause truncated profiling keysGilles Chehade2013-07-041-1/+2
* Only get the fetch response if result is 1.Eric Faurot2013-07-031-11/+19
* Add config options for fetch_source cache.Eric Faurot2013-07-021-2/+34