X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/1420868b3e321353480efbb7eb35e1e8d9943223..c4b6c7dec3b65316d62340fbd218f1ac73cbdcd2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 85a02a6..4d32c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +0.69.0 + +2018-08-16 Sam Varshavchik + + * authdaemond.c: set FD_CLOEXEC on socket file descriptors, to avoid + leaks to child processes. + +2018-05-25 Sam Varshavchik + + * authldaplib.cpp: improve automatic reconnection logic to the LDAP + server. + +2017-11-27 Sam Varshavchik + + * rpm packaging fixes. + +2017-09-08 Sam Varshavchik + + * 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 + + * authsaslclient.h (SASL_LIST): Reorder SASL methods, strongest + first. + +0.68.0 + +2017-03-16 Sam Varshavchik + + * configure.ac: Rebuild against updated courier-unicode API. + +0.67.0 + +2017-01-27 Sam Varshavchik + + * courierauth.h: Move declarations from cramlib.h into courierauth.h, + exporting them as part of the public API. + +2016-09-04 Giovanni Bechis + + * userdb/userdbpw.c (main): Use bcrypt_gensalt() on OpenBSD + +2016-05-07 Sam Varshavchik + + * 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 + + * checkpassword.c (do_authcheckpassword): Check for a null return + value from crypt(). + +2016-01-17 Sam Varshavchik + + * authldaplib.cpp (operator): Fix compilation warning. + +2016-01-04 Sam Varshavchik + + * 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"