summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/delivery_maildir.c
AgeCommit message (Expand)Author
2015-12-28remove spaces after '!'Joerg Jung
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2014-05-10fix typo in function prototypeCharles Longeau
2014-04-30when using maildir, do not create automatically create folders to match tagGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-10-03disallow root deliveries for "deliver to filename" and "deliver to mda"Gilles Chehade
2012-09-16replace BSD-licensed mkdir_p() with ISC-licensed mkdirs(), this allows usGilles Chehade
2012-07-12add support for maildir tagging/folders.Charles Longeau
2012-05-25add missing header needed by time()Charles Longeau
2012-03-07- db.h not needed here, already removed by chl@ but I fscked up previousGilles Chehade
2012-03-07various reliability fixes:Gilles Chehade
2012-02-04remove unused headerCharles Longeau
2011-12-18use #defined error()Charles Longeau
2011-12-13- introduce delivery backend API (delivery.c)Gilles Chehade