aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix chacha to arc4 fuckupsGilles Chehade2013-12-051-1/+1
* enclose #include <crypt.h> whithin #ifdef HAVE_CRYPT_H. Should fix build issue reported by <ElBarto>.Charles Longeau2013-11-131-0/+2
* 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
* makefile stuffGilles Chehade2013-10-271-7/+1
* 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
* mail.local should be in opensmtpd's pkglibexecgilles2013-08-081-2/+2
* Add files/directories to uninstall target.David J. Weller-Fahy2013-05-191-0/+3
* src/ -> smtpd/Gilles Chehade2012-10-291-1/+1
* switch to anoncvs.spacehopper.org CVS ServerCharles Longeau2012-10-142-2/+2
* add #include "includes.h" at the top of each .c file, while there remove all remaining #include "config.h" and/or "openbsd-compat.h"Charles Longeau2012-07-262-2/+4
* move libexec/mail.local to contrib/libexec/mail.localCharles Longeau2012-07-0913-0/+804