aboutsummaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Collapse)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
| | | | This reverts commit 90620a574d8824e5b2aa18709f2d5b5b6bb3cb38.
* 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
| | | | | 1/ #include <asr.h> needs #include <netdb.h> 2/ each portable file needs #include "includes.h"
* 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
| | | | | | | - no need to check for arc4random_*() in configure - use crypto safe PRNG csprng_*() wrapper around chacha_*() - use csprng_*() everywhere in regress/ and smtpd/ (including backends and filters) - contrib/libexec/encrypt/encrypt.c and openbsd-compat/mktemp.c still use chacha_*()
* 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
| | | | while there, reduce delta between portable and master
* add missing headerCharles Longeau2013-11-011-0/+1
|
* always plug mail.local, we always want to use oursGilles Chehade2013-10-271-1/+1
| | | | same for encrypt
* 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
| | | | - fix fgetln() loop
* 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
|