aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/iobuf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move smtpd to usr.sbin to ease upstream cherry-pickingGilles Chehade2020-05-221-462/+0
|
* Revert "moving smtpd to usr.sbin/smtpd to ease cherry-picking of upstream"Gilles Chehade2020-05-221-0/+462
| | | | This reverts commit 90620a574d8824e5b2aa18709f2d5b5b6bb3cb38.
* moving smtpd to usr.sbin/smtpd to ease cherry-picking of upstreamGilles Chehade2020-05-221-462/+0
|
* mv backGilles Chehade2020-05-211-0/+462
|
* tmp moveGilles Chehade2020-05-211-462/+0
|
* move backGilles Chehade2020-05-131-0/+462
|
* moveGilles Chehade2020-05-131-462/+0
|
* merge historiesGilles Chehade2020-04-301-0/+462
|
* moveGilles Chehade2020-04-301-462/+0
|
* Merge branch 'master' into portableGilles Chehade2020-04-291-4/+3
|\
| * syncGilles Chehade2020-04-291-4/+3
| |
* | Merge branch 'master' into portableGilles Chehade2019-10-031-5/+1
|\|
| * syncGilles Chehade2019-10-031-5/+1
| |
* | Merge branch 'master' into portableGilles Chehade2019-06-131-16/+16
|\|
| * sync with openbsdGilles Chehade2019-06-131-16/+16
| |
* | Merge branch 'master' into portableGilles Chehade2017-05-251-3/+3
|\|
| * sync with OpenBSD:Gilles Chehade2017-05-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - do not build mail/ subdirectory for upcoming MDA refactor - replace explicit_bzero()+free() with freezero() - remove some if (NULL) tests when block function handles NULL - malloc() -> calloc() and realloc() -> recallocarray() - log_warn() should use LOG_ERR not LOG_CRIT - improve allocation construct in mproc.c - fix possible fatal() in a corner SMTPS case - unplug filters - introduce smtpf_session - improve various man pages - fix purge_task() to correctly purge old messages/envelopes - disallow SSL client renegotiation - in table_dump_lookup() display ??? when unknown lookup kind
* | Merge branch 'master' into portableGilles Chehade2015-12-161-2/+2
|\|
| * KNF + man page fixesGilles Chehade2015-12-161-2/+2
| |
* | Merge branch 'master' into portable_mergeGilles Chehade2015-12-121-3/+2
|\|
| * sync with CVSGilles Chehade2015-12-061-3/+2
| |
| * sync cvs idGilles Chehade2015-10-191-1/+1
| |
* | Merge branch 'master' into portableGilles Chehade2015-09-031-1/+1
|\|
| * fix parenthesis typo in iobuf_flush_ssl(), the function is still unused.Gilles Chehade2015-09-031-1/+1
| | | | | | | | spotted by Jonathan Gray (jsg@)
* | Merge branch 'master' into portableGilles Chehade2014-10-131-1/+1
|\|
| * iobuf_queue() does not return len ...Gilles Chehade2014-10-131-1/+1
| |
* | Merge branch 'master' into portableEric Faurot2013-07-211-1/+0
|\| | | | | | | | | Conflicts: smtpd/smtpd.c
| * backport tweaks from openbsdEric Faurot2013-07-201-1/+0
| |
* | Merge branch 'master' into portableEric Faurot2013-05-301-1/+1
|\| | | | | | | | | | | | | | | Conflicts: smtpd/Makefile smtpd/makemap/Makefile smtpd/smtpctl/Makefile smtpd/smtpd/Makefile
| * blank openbsd cvs keywordsEric Faurot2013-05-301-1/+1
| |
* | fix merge master conflictsCharles Longeau2013-05-281-1/+2
|\|
| * sync with OpenBSD tree: cvsid + latest commits from gilles@ eric@ and jmc@Charles Longeau2013-05-281-1/+2
| |\
| | * sync with currentCharles Longeau2013-05-281-6/+19
| | |
| | * sync with currentEric Faurot2012-11-231-11/+11
| | |
* | | Merge branch 'master' into portablegilles2013-03-201-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+2
| | |
* | | Merge branch 'master' into portableEric Faurot2013-01-281-1/+1
|\| |
| * | sync with OpenBSD tree: cvsid + man page fixesGilles Chehade2013-01-281-1/+1
| | |
* | | fix merge master conflictsCharles Longeau2012-11-281-4/+16
|\| |
| * | Improve IO error reporting, especially in the SSL case.Eric Faurot2012-11-201-4/+16
| | |
* | | fix merge master conflictsCharles Longeau2012-11-151-10/+10
|\| |
| * | TONS of KNFGilles Chehade2012-11-151-10/+10
| | |
| * | 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/+453
| /
* | overwrite from portableGilles Chehade2012-10-291-0/+2
| |
* | overwrite from master so we can merge masterGilles Chehade2012-10-291-2/+0
| |
* | rename src to smtpdGilles Chehade2012-10-291-0/+2
|/
* new layoutGilles Chehade2012-10-291-0/+453