aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* don't clobber CFLAGS; ok gilles@naddy2010-05-061-2/+2
* map.c is growing big, split it into three different files:gilles2010-04-211-4/+5
* move expansion code to new expand.c to clearly separate it from aliasesgilles2009-11-081-5/+5
* Major mda update:jacekm2009-09-041-2/+2
* Implement client side of the SMTP protocol in a library-like module.jacekm2009-08-271-6/+7
* we were linking to libkeynote to use kn_base64_encode/decode, but honestlygilles2009-08-071-3/+3
* wrap auth_userokay in a new function authenticate_user() and make suregilles2009-08-071-5/+5
* This commit reworks the entire mailer daemon support to actually make itgilles2009-08-061-2/+2
* add new file ruleset.c with code related to the ruleset matching, and killgilles2009-06-011-2/+2
* repair library use. this was detected on the vax, a nice static linkingderaadt2009-03-231-3/+3
* follow the naming convention of other files, discussed with jacekm@gilles2009-01-271-2/+2
* first bricks of enqueue code which allows smtpctl to submit mail to queuegilles2009-01-271-2/+2
* - AUTH PLAIN may receive credentials as a parameter to AUTH or on agilles2008-12-211-2/+2
* - bsnprintf() is a wrapper to snprintf() that can be used when we handle angilles2008-12-111-2/+2
* - last part of the new queue code: the runner process (unprivileged andgilles2008-12-051-2/+2
* move smtpd build to smtpd subdir so we can traverse to newaliases and makemaptodd2008-12-041-0/+24