Commit 761d8e06 761d8e0606d236aa97ffc44d51f5460df25d1632 by Sergey Poznyakoff

To avoid confusion, pruned libmailbox directory.

Merged sql core stuff from MySql/MySql.c into auth/sql.c
1 parent f57148ba
Showing 1 changed file with 25 additions and 0 deletions
2002-08-13 Sergey Poznyakoff
To avoid confusion, pruned libmailbox directory.
* libmailbox/mailbox.c: Removed obsolete files.
* libmailbox/maildir.c: Likewise.
* libmailbox/mh.c: Likewise.
* libmailbox/unixmbox.c: Likewise.
* libmailbox/Makefile.am: Likewise.
* libmailbox/mailbox.h: Likewise.
* libmailbox/maildir.h: Likewise.
* libmailbox/mh.h: Likewise.
* libmailbox/unixmbox.h: Likewise.
* MySql/Makefile.am: Removed.
* MySql/MySql.c: Likewise.
* MySql/MySql.h: Likewise.
* MySql/.cvsignore
* auth/sql.c: Merged sql core stuff from MySql/MySql.c.
* auth/virtual.c: All functions made static.
* auth/system.c: Likewise.
* Makefile.am: Removed MySql
* configure.ac: Likewise.
2002-08-13 Sergey Poznyakoff
Moved authentication specific calls scattered all over the
code to one place: libmuauth library. The new code returns
authorization credentials in struct mu_auth_data. It contains
......