Import Upstream version 0.69.0
[hcoop/debian/courier-authlib.git] / ChangeLog
index 85a02a6..4d32c65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+0.69.0
+
+2018-08-16  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authdaemond.c: set FD_CLOEXEC on socket file descriptors, to avoid
+       leaks to child processes.
+
+2018-05-25  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authldaplib.cpp: improve automatic reconnection logic to the LDAP
+       server.
+
+2017-11-27  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * rpm packaging fixes.
+
+2017-09-08  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * courier-authlib.spec.in: Fix several problems with the package
+       scripts. Remove 'authdaemond stop' from %preun. Add explicit
+       systemctl daemon-reload to %post and %postun
+
+2017-07-23  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authsaslclient.h (SASL_LIST): Reorder SASL methods, strongest
+       first.
+
+0.68.0
+
+2017-03-16  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * configure.ac: Rebuild against updated courier-unicode API.
+
+0.67.0
+
+2017-01-27  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * courierauth.h: Move declarations from cramlib.h into courierauth.h,
+       exporting them as part of the public API.
+
+2016-09-04  Giovanni Bechis <giovanni@paclan.it>
+
+       * userdb/userdbpw.c (main): Use bcrypt_gensalt() on OpenBSD
+
+2016-05-07  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authsqlite, authmysql, authpgsql: Rewrite these modules in
+       modern C++. Autodetect and automatically reload the configuration
+       file when it's changed, no server restart is needed.
+
+2016-03-20  Giovanni Bechis <giovanni@openbsd.org>
+
+       * checkpassword.c (do_authcheckpassword): Check for a null return
+       value from crypt().
+
+2016-01-17  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authldaplib.cpp (operator): Fix compilation warning.
+
+2016-01-04  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authldaplib.cpp: Rewrite authldap in modern C++. Autodetect
+       and automatically reload authldaprc when it is changed. No server
+       restart is required.
+
 0.66.4
 
 2015-11-14 "Hanno Böck" <hanno@hboeck.de>