aboutsummaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix buildGilles Chehade2020-05-223-3/+3
* Revert "moving smtpd to usr.sbin/smtpd to ease cherry-picking of upstream"Gilles Chehade2020-05-223-3/+3
* moving smtpd to usr.sbin/smtpd to ease cherry-picking of upstreamGilles Chehade2020-05-223-3/+3
* merge historiesGilles Chehade2020-04-3016-0/+1458
* moveGilles Chehade2020-04-3025-1478/+0
* libopenbsd-compat -> libopenbsdGilles Chehade2020-02-241-1/+1
* missing includeGilles Chehade2020-02-241-0/+38
* remove MakefileGilles Chehade2020-02-241-10/+0
* PATH_LIBEXECGilles Chehade2020-02-241-1/+1
* fix path to lockspoolGilles Chehade2020-02-241-1/+1
* lockspool is suidGilles Chehade2020-02-241-1/+1
* ifdef -> ifGilles Chehade2020-02-241-2/+2
* log.c neede in lockspoolGilles Chehade2020-02-241-0/+1
* missing headerGilles Chehade2020-02-241-0/+42
* add lockspool and update mail.localGilles Chehade2020-02-249-78/+536
* synchronize mail.local with -currentGilles Chehade2020-01-314-59/+80
* rename libopenbsd-compat to libopenbsdGilles Chehade2019-11-172-2/+2
* replace fgetln() calls with getline()Eric Faurot2017-08-031-14/+6
* replace fgetln() calls with getline()Eric Faurot2017-08-031-17/+10
* getlock(): bail out immediately if mail spool does not exist.Casper Ti. Vector2017-07-291-2/+3
* include paths.h only if existsFreddy DISSAUX2017-02-141-0/+2
* split asr from smtpd sourcesCharles Longeau2014-07-1033-7336/+0
* move event_asr_run.c from contrib/lib/libc/asr to openbsd-compatCharles Longeau2014-06-011-88/+0
* sync asr with latest upstream changesCharles Longeau2014-06-0121-79/+143
* add 2 missing includes:Charles Longeau2014-06-011-0/+3
* move asr.h from contrib/lib/libc/asr to openbsd-compat. While there, sync it with latest upstream changesCharles Longeau2014-06-011-99/+0
* add missing asr_freeaddrinfo() prototypeCharles Longeau2014-06-011-0/+3
* move event_asr_run.c with asr sourcesopensmtpd-201405071644p1Eric Faurot2014-05-072-0/+89
* sync asrEric Faurot2014-04-0721-346/+342
* sync asropensmtpd-5.4.2p1Eric Faurot2014-03-041-13/+13
* sync asrEric Faurot2014-02-256-29/+179
* fix chacha to arc4 fuckupsGilles Chehade2013-12-051-1/+1
* sync with latest asr changesCharles Longeau2013-11-253-18/+19
* enclose #include <crypt.h> whithin #ifdef HAVE_CRYPT_H. Should fix build issue reported by <ElBarto>.Charles Longeau2013-11-131-0/+2
* sync with latest asr changesCharles Longeau2013-11-133-14/+16
* missing castsGilles Chehade2013-11-051-2/+2
* cleanup warningsGilles Chehade2013-11-052-8/+11
* bye bye arc4random(). Chacha is used everywhere:Charles Longeau2013-11-021-1/+1
* every portable .c file must have at the top of the file:Charles Longeau2013-11-021-2/+2
* sync with OpenSSH openbsd-compat/arc4random.c containing new ChaCha based random number generator for OpenBSDCharles Longeau2013-11-021-1/+1
* add missing headerCharles Longeau2013-11-011-0/+1
* always plug mail.local, we always want to use oursGilles Chehade2013-10-271-1/+1
* more autotools plumberyGilles Chehade2013-10-271-9/+1
* makefile stuffGilles Chehade2013-10-272-8/+8
* fix on FreeBSDGilles Chehade2013-10-271-1/+4
* - improve encrypt utility to support different ciphersGilles Chehade2013-10-271-15/+43
* Accept string from stdin.Sunil Nimmagadda2013-10-252-8/+25
* Use chacha_random instead of libc's random.Sunil Nimmagadda2013-10-252-3/+15
* Implement simple encrypt utility.Sunil Nimmagadda2013-10-243-1/+65
* sync with latest asr changesCharles Longeau2013-09-292-387/+14