aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/config.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync with OpenBSD tree: cvsid + man page fixesGilles Chehade2013-01-281-1/+1
|
* - fix bytes_queued countingEric Faurot2013-01-221-1/+2
| | | | | | - report the highest value for bytes_queued since the last update, rather than the current value. - make mproc_enable/disable only affect input, not output.
* fix wipeGilles Chehade2013-01-211-2/+2
|
* ssl_setup() can be genericGilles Chehade2013-01-211-0/+3
|
* remove sc_title from struct smtpd.Eric Faurot2013-01-101-3/+10
| | | | introduce proc_name() and proc_title(), and config_process()
* count bytes and messages passing on a mproc.Eric Faurot2013-01-091-1/+1
| | | | | use an alternate msgbuf_write() implementation to get the number of bytes actually written.
* add a period stat collector for mproc usageEric Faurot2013-01-081-1/+51
|
* lookup process could totally handle CA tasks ...Gilles Chehade2012-12-191-2/+0
|
* - introduce CA processGilles Chehade2012-12-191-4/+8
| | | | - TLS/SMTPS sessions perform a CA request to obtain certificate and key
* Replace imsgev with an mproc.c. Make code lighter.Eric Faurot2012-12-171-122/+54
| | | | Will eventually replace imsproc.c too.
* KNF and formatingEric Faurot2012-11-191-15/+15
|
* simplify tree removalGilles Chehade2012-11-191-7/+2
|
* remove unrequired NULL assignation prior to dict_poproot() callGilles Chehade2012-11-191-1/+0
|
* - replace the env->sc_tables / env->sc_tables_reload table listsGilles Chehade2012-11-191-5/+6
| | | | with table tree and dict to allow faster lookups
* - byebye struct mapel, you were horrendous and now you're deadGilles Chehade2012-11-161-5/+5
| | | | - introduce dict_*-based static maps
* TONS of KNFGilles Chehade2012-11-151-3/+3
|
* struct table *m -> struct table *t;Gilles Chehade2012-11-151-6/+6
|
* table->m_* -> table->t_*Gilles Chehade2012-11-151-3/+3
|
* struct map -> struct tableGilles Chehade2012-11-151-1/+1
| | | | struct map_backend -> struct table_backend
* PURGE_MAPS -> PURGE_TABLESGilles Chehade2012-11-151-1/+1
|
* env->sc_maps -> env->sc_tablesGilles Chehade2012-11-151-4/+4
|
* fix cvsid fallout from cvs2gitGilles Chehade2012-10-291-4/+0
|
* Merge branch 'master' into cvsGilles Chehade2012-10-291-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: smtpd/Makefile smtpd/aliases.5 smtpd/aliases.c smtpd/auth.c smtpd/auth_bsd.c smtpd/auth_pwd.c smtpd/bounce.c smtpd/compress_backend.c smtpd/compress_gzip.c smtpd/config.c smtpd/control.c smtpd/delivery.c smtpd/delivery_filename.c smtpd/delivery_maildir.c smtpd/delivery_mbox.c smtpd/delivery_mda.c smtpd/dns.c smtpd/enqueue.c smtpd/envelope.c smtpd/expand.c smtpd/filter_api.c smtpd/filter_api.h smtpd/forward.5 smtpd/forward.c smtpd/iobuf.c smtpd/iobuf.h smtpd/ioev.c smtpd/ioev.h smtpd/libsmtpdfilter/Makefile smtpd/lka.c smtpd/lka_session.c smtpd/log.c smtpd/log.h smtpd/makemap.8 smtpd/makemap.c smtpd/makemap/Makefile smtpd/map.c smtpd/map_db.c smtpd/map_file.c smtpd/map_static.c smtpd/mda.c smtpd/mfa.c smtpd/mfa_session.c smtpd/mta.c smtpd/mta_session.c smtpd/newaliases.8 smtpd/parse.y smtpd/parser.c smtpd/parser.h smtpd/queue.c smtpd/queue_backend.c smtpd/queue_fsqueue.c smtpd/ruleset.c smtpd/scheduler.c smtpd/scheduler_backend.c smtpd/scheduler_ramqueue.c smtpd/smtp.c smtpd/smtp_session.c smtpd/smtpctl.8 smtpd/smtpctl.c smtpd/smtpctl/Makefile smtpd/smtpd.8 smtpd/smtpd.c smtpd/smtpd.conf.5 smtpd/smtpd.h smtpd/smtpd/Makefile smtpd/smtpfilter.c smtpd/ssl.c smtpd/ssl_privsep.c smtpd/tree.c smtpd/user.c smtpd/user_pwd.c smtpd/util.c smtpd/waitq.c
| * new layoutGilles Chehade2012-10-291-0/+222
|
* move to new layoutGilles Chehade2012-10-291-0/+222