aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/delivery_filename.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sys-tree.h and sys-queue.h -> sys/tree.h and sys/queue.hCharlie Root2013-04-121-2/+2
|
* Merge branch 'master' into portablegilles2013-03-201-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: smtpd/aliases.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_lmtp.c smtpd/delivery_maildir.c smtpd/delivery_mbox.c smtpd/delivery_mda.c smtpd/enqueue.c smtpd/envelope.c smtpd/expand.c smtpd/forward.c smtpd/iobuf.c smtpd/ioev.c smtpd/lka.c smtpd/lka_session.c smtpd/log.c smtpd/makemap.c smtpd/mda.c smtpd/mfa.c smtpd/mfa_session.c smtpd/mta.c smtpd/mta_session.c smtpd/parser.c smtpd/queue.c smtpd/queue_backend.c smtpd/queue_fsqueue.c smtpd/queue_null.c smtpd/queue_ram.c smtpd/ruleset.c smtpd/scheduler.c smtpd/scheduler_backend.c smtpd/scheduler_null.c smtpd/scheduler_ramqueue.c smtpd/smtp.c smtpd/smtp_session.c smtpd/smtpd.c smtpd/ssl.c smtpd/ssl_smtpd.c smtpd/stat_backend.c smtpd/stat_ramstat.c smtpd/table.c smtpd/table_db.c smtpd/table_getpwnam.c smtpd/table_ldap.c smtpd/table_sqlite.c smtpd/table_static.c smtpd/to.c smtpd/util.c
| * avoid using sys/param.h whenever possiblegilles2013-03-201-1/+0
| |
* | Merge branch 'master' into portableEric Faurot2013-01-281-1/+1
|\|
| * sync with OpenBSD tree: cvsid + man page fixesGilles Chehade2013-01-281-1/+1
| |
* | Merge branch 'master' into portableEric Faurot2012-12-281-1/+1
|\| | | | | | | | | Conflicts: smtpd/ssl.c
| * update my mail address and add myself to some files where I should own copyrightGilles Chehade2012-12-271-1/+1
| |
* | Merge branch 'master' into portableEric Faurot2012-12-261-2/+4
|\|
| * do not fail on EINVAL in delivery_filename as we may be deliveringGilles Chehade2012-12-261-2/+4
| | | | | | | | to a descriptor that does not support fsync()
* | fix merge master conflictsCharles Longeau2012-11-151-2/+2
|\|
| * TONS of KNFGilles Chehade2012-11-151-2/+2
| |
| * 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
| * | move to new layoutGilles Chehade2012-10-291-0/+109
| /
* | overwrite from portableGilles Chehade2012-10-291-2/+11
| |
* | overwrite from master so we can merge masterGilles Chehade2012-10-291-11/+2
| |
* | rename src to smtpdGilles Chehade2012-10-291-2/+11
|/
* new layoutGilles Chehade2012-10-291-0/+109