aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'issue262-table-passwd'Gilles Chehade2013-06-303-0/+270
|\
| * complete table_passwd.cGilles Chehade2013-06-301-17/+48
| * adding the file is better ...Gilles Chehade2013-06-303-0/+239
* | Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-06-302-1/+28
|\|
| * tls perfect forward secrecy with ecdheGilles Chehade2013-06-292-1/+28
* | Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-06-2617-107/+485
|\|
| * Allow individual envelopes to be suspended in the scheduler.opensmtpd-201306271528Eric Faurot2013-06-2516-30/+463
| * Do not schedule mta envelopes in batch.Eric Faurot2013-06-245-77/+22
* | fix modifiers and document the featureGilles Chehade2013-06-242-5/+15
* | Merge branch 'master' into issue248-expand-modifiersGilles Chehade2013-06-2411-44/+159
|\|
| * Automatically detect if asr needs to be built along with smtpdEric Faurot2013-06-241-0/+6
| * fix bug in envelope cacheEric Faurot2013-06-242-3/+1
| * Allow to restrict the address family used for smtp and mta in theEric Faurot2013-06-245-19/+73
| * Show one accept message per rcpt for the same messageopensmtpd-201306221759Eric Faurot2013-06-221-11/+48
| * Document how the default server name is determinedEric Faurot2013-06-221-10/+28
| * only remove the incoming dir if running in server modeEric Faurot2013-06-221-1/+2
| * missing includeopensmtpd-201306211618Eric Faurot2013-06-211-0/+1
* | - do not allow the use of an unknown modifierGilles Chehade2013-06-211-2/+7
* | Merge branch 'master' into issue248-expand-modifiersGilles Chehade2013-06-2124-700/+2622
|\|
| * Prepare for setuid/chroot in external queue process.Eric Faurot2013-06-213-3/+31
| * prepare code for hanling setuid/chroot in external table backends.Eric Faurot2013-06-211-1/+31
| * Make the scheduler proc backend setuid and chroot by defaultEric Faurot2013-06-213-3/+33
| * reduce penalty delay and increments, they are being too harshGilles Chehade2013-06-211-2/+2
| * plug scheduler_proc. things have to move from smtpd.h to smtpd-api.hEric Faurot2013-06-205-52/+75
| * Add proc backend for the scheduler APIEric Faurot2013-06-206-0/+1710
| * typoEric Faurot2013-06-201-5/+4
| * Reorganize code as for queue_*.cEric Faurot2013-06-202-223/+239
| * Reorganize code: put generic things at the beginningEric Faurot2013-06-201-67/+67
| * helpers for creating response messageEric Faurot2013-06-201-24/+35
| * Simplify the imsg handling in queue_proc and queue_api.Eric Faurot2013-06-202-282/+171
| * typoEric Faurot2013-06-201-1/+1
| * always return 0 if the envelope dump failed.Eric Faurot2013-06-202-4/+4
| * disable envelope cache for nowEric Faurot2013-06-201-0/+2
| * do not accept a list in a virtual contextGilles Chehade2013-06-191-1/+1
| * Fix the hang-on logic to work correctly with the transaction delay.Eric Faurot2013-06-181-5/+7
| * Change the syntax to 'limit mta for domain "my.domain" ...' andEric Faurot2013-06-181-5/+9
| * Introduce a mta_limits structure to replace the hardcoded limits on the mta.Eric Faurot2013-06-187-78/+256
| * fix buildEric Faurot2013-06-181-1/+1
* | introduce expand string modifiers, diff by Colin DidierGilles Chehade2013-06-183-7/+104
|/
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2013-06-1714-103/+116
|\
| * Merge branch 'master' of ssh.poolp.org:/git/opensmtpdEric Faurot2013-06-172-3/+13
| |\