summaryrefslogtreecommitdiff
path: root/dbmd5.h
AgeCommit message (Collapse)AuthorFilesLines
2005-10-05merging git treepaul1-1/+1
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1893 7b491191-dbf0-0310-aff6-d879d4d69008
2005-10-03resync svn treepaul1-4/+0
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1891 7b491191-dbf0-0310-aff6-d879d4d69008
2004-07-212004-07-21 Aaron Stone <aaron@serendipity.cx>aaron1-1/+1
* user.c: overhaul of argument handling ended up being a near rewrite of the entire utility. possibly added GCC style macro dependencies; they should be supplemented with portable code. * main.c, maintenance.c, vut2dbmail.c: improved command line argument handling. * timsieved.c, imapd.c, lmtpd.c, pop3d.c: added pidfile support and common command line argument handling. * dbmail.h: added pidfile defaults. * pidfile.c, pidfile.h: these are borrowed from Samba; heavily edited though for better compatibility with DBMail, though. * dbmd5.c, dbmd5.h (makemd5): added const keywords. * debug.h: removed a previously commented out line. * lmtp.c: applied patch that fixes Exim by resetting variables after a message has been successfully delivered. * db.c, dbmsgbuf.c, dbsearch.c: added dbmail_ table prefixes. * auth/authsql.c: added dbmail_ table prefixes. * auth.h (auth_adduser): now passing userid and clientid numerically as a u64_t rather than as a char string. * contrib/startup-scripts/dbmail-imap: deleted. * contrib/startup-scripts/dbmail-pop3: deleted. * contrib/startup-scripts/dbmail-imapd-gentoo: deleted. * contrib/startup-scripts/dbmail-pop3d-gentoo: deleted. * contrib/startup-scripts/gentoo/dbmail-imapd: added. * contrib/startup-scripts/gentoo/dbmail-lmtpd: added. * contrib/startup-scripts/gentoo/dbmail-pop3d: added. * contrib/startup-scripts/debian/dbmail-imapd: added. * contrib/startup-scripts/debian/dbmail-lmtpd: added. * contrib/startup-scripts/debian/dbmail-pop3d: added. * contrib/startup-scripts/README: added, to explain the new subdirectories of startup-scripts and to ask that those adding support for new distribution please contribute their scripts. * Makefile.am, man/Makefile.am: renamed dbmail-maintenance to dbmail-util and dbmail-addusers to dbmail-users. * man/dbmail-imapd.1: edited. * man/dbmail-lmtpd.1: added. * man/dbmail-pop3d.1: edited. * man/dbmail-smtp.1: edited. * man/dbmail-adduser.1: renamed to dbmail-users. * man/dbmail-users.1: edited. * man/dbmail-maintenance.1: renamed to dbmail-util. * man/dbmail-util.1: edited. * README: edited. git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1210 7b491191-dbf0-0310-aff6-d879d4d69008
2004-03-19updated copyright warnings and GPL notices to files missing themilja1-2/+1
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1032 7b491191-dbf0-0310-aff6-d879d4d69008
2004-01-07merged all 2.0 branch sources with the trunk. 2.0 is now HEAD and 1.2 isilja1-0/+24
in a branch. This makes for an unstable TRUNK, and release (only bugfix) branches. Quite a lot of effort was needed for this merger. By mistake, I forgot to add a tag before the branch point for dbmail 2.0 in August, which caused the fact that a simple branch to trunk merge did not work.. So, I had to revert to the act of merging file-by-file. Very boring and error-prone work. Everything seems to be working, but there might be some errors left. git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@884 7b491191-dbf0-0310-aff6-d879d4d69008
2003-03-17*** empty log message ***roel1-2/+6
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@709 7b491191-dbf0-0310-aff6-d879d4d69008
2002-12-03*** empty log message ***eelco1-1/+1
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@656 7b491191-dbf0-0310-aff6-d879d4d69008
2001-09-24File cleanupeelco1-0/+2
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@153 7b491191-dbf0-0310-aff6-d879d4d69008
2001-07-08Code cleanup, first attempteelco1-0/+5
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@39 7b491191-dbf0-0310-aff6-d879d4d69008
2001-06-28Added the APOP authentication method and decided not to implement the AUTH ↵eelco1-1/+1
command. Next is the TOP command. git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@18 7b491191-dbf0-0310-aff6-d879d4d69008
2001-06-28Added header file for md5eelco1-0/+4
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@13 7b491191-dbf0-0310-aff6-d879d4d69008