Commit e5d5ca6b e5d5ca6b39ee1f1e5c5aff255557649033a87698 by Sergey Poznyakoff

Update

1 parent c2db1deb
Showing 1 changed file with 13 additions and 0 deletions
1 2007-11-17 Sergey Poznyakoff <gray@gnu.org.ua> 1 2007-11-17 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * mailbox/sha1.h: Remove.
4 * include/mailutils/sha1.h: Add.
5 * mailbox/md5.h: Remove.
6 * include/mailutils/md5.h: Add.
7 * include/mailutils/Makefile.am: Update.
8 * mailbox/Makefile.am: Update.
9 * libproto/pop/mbox.c, libproto/pop/pop3_apop.c,
10 libproto/pop/pop3_stls.c, mailbox/md5.c, mailbox/message.c,
11 mailbox/sha1.c, pop3d/apop.c, pop3d/pop3d.h, sql/mysql.c: Fix
12 usage of sha1_ and md5_.
13 * mailbox/mu_auth.c, mailbox/mutil.c, mailbox/rfc2047.c: Eliminate
14 strtok_r.
15
3 * auth/sql.h (mu_internal_sql_config): Move to ... 16 * auth/sql.h (mu_internal_sql_config): Move to ...
4 * include/mailutils/sql.h: ... here 17 * include/mailutils/sql.h: ... here
5 * imap4d/auth_gsasl.c: Bugfix. 18 * imap4d/auth_gsasl.c: Bugfix.
......