X-Git-Url: http://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/940be80e3e40dbbbd84161e1e5ae3abf0b2eadf6..c7c686966d382a88d97afba911e66b6814eac057:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4f7c780..b9cf43e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2013-10-08 Sam Varshavchik + + * Makefile.am: run sysconftool on authsqliterc, in install-configure. + Remove .la files for authentication modules, keep then for actual + API libraries. Install them in the -devel RPM package. + + * userdb/Makefile.am: Stub for the pw2userdb(8) man page. + + * courier-authlib.service.in: Added Install target. + +0.66 + +2013-03-02 Eray Aslan + + * sqlite fixes. + +2013-02-24 Lutz Behnke + + * authldaplib.c (ldapopen): Added LDAP_INITBIND option. + +2013-01-06 Sam Varshavchik + + * Makefile.am: chmod $(pkglibexecdir) explicitly to 755 + +2012-10-25 Sam Varshavchik + + * courier-authlib.spec.in: Typo. + +0.65.0 + +2012-10-06 Sam Varshavchik + + * New authsqlite authentication module. + + * Fixed: when using authpgsql, if the Postgres server goes down + authpgsql will then start leaking memory. + + * Fixed error codes returned by several authentication modules that + prevent certain combinations of authentication modules from being + used together. + +0.64.0 + +2012-04-23 Sam Varshavchik + + * authpam.c (callback_pam): Call pam_end() after an authentication + attempt. + +2011-08-02 Sam Varshavchik + + * Makefile.am: Renamed authstaticlist.h to courierauthstaticlist.h, and + added it to the list of header files that 'make install' puts into + includedir. + +2011-06-19 Sam Varshavchik + + * Fix gcc 4.6 warnings + + * courier.spec.in: switch to systemd. + +2011-05-25 Sam Varshavchik + + * Fix autoconf warnings. + +2010-03-08 Sam Varshavchik + + * courier-authlib.spec: Make rmplint happy. + +0.63.1 + +2010-03-06 Sam Varshavchik + + * Remove the bundled libtdl library. Require the system-installed + libltdl library. + +2010-01-31 Brian Costello + + * authmysqllib.c (auth_mysql_setpass): Fix crash if DEFAULT_DOMAIN + is not set in the config file. + 0.63.0 2009-12-17 Sam Varshavchik