Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / ChangeLog
index b9cf43e..4d32c65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+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>
+
+       * authgetconfig.c (authgetconfig): avoid invalid memory read.
+
+0.66.3
+
+2015-06-09  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * authdaemon.c: auth_callback_default_autocreate, default callback
+       used by clients that autocreates a home directory, if one does not
+       exist already.
+
+0.66.2
+
+2015-02-28  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * Update to courier-unicode 1.2.
+
+2014-07-13  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * liblock, couriertls: fix compilation for OpenBSD -- based on a
+       patch from Giovanni Bechis <giovanni@paclan.it>.
+
+2014-07-04  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * checkpassword.c (safe_strcmp): Fix bug introduced in 2014-04-27.
+
+2014-04-27  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * courier.spec.in: Update to use systemd macros.
+
+       * Check for NULL return value from crypt().
+
+2014-01-12  Sam Varshavchik  <mrsam@courier-mta.com>
+
+       * Factored out the unicode library into a separate package.
+
 2013-10-08  Sam Varshavchik  <mrsam@courier-mta.com>
 
        * Makefile.am: run sysconftool on authsqliterc, in install-configure.
 
 2008-05-08  Mr. Sam  <sam@email-scan.com>
 
-       * Makefile: Drop the unmaintained authvchkpw module. 
+       * Makefile: Drop the unmaintained authvchkpw module.
 
 2008-05-04  Mr. Sam  <mrsam@courier-mta.com>
 
 0.59.3
 
 2007-04-22  Bill Shupp <hostmaster@shupp.org>
-       
+
        * Implement CRAM authentication in the vchpw module.
 
 2007-04-22  Mr. Sam  <mrsam@courier-mta.com>
 
-       * courier-authlib.spec.in: spec files requires redhat-rpm-config 
+       * courier-authlib.spec.in: spec files requires redhat-rpm-config
 
 2007-04-15  Mr. Sam  <mrsam@courier-mta.com>
 
        * authpipe.c (auth_pipe_pre): Fix leak when authpipe module is
        enabled, but the actual authpipe script/external prog is not
        installed.
-       
+
        * authpipe.c (auth_pipe_chgpwd): Pedantic resource cleanup,
        after fork() fails.
 
 
 2005-07-02  Mr. Sam  <mrsam@courier-mta.com>
 
-       * liblog/logger.c: Added -droproot option to courierlogger. 
+       * liblog/logger.c: Added -droproot option to courierlogger.
 
        * liblock/lockdaemon.c: Try to recover if upgraded daemon process runs
        under a different uid.
 
 2005-07-01  Brian Candler <B.Candler@pobox.com>
+
        * Changed -uid and -gid options to -user and -group for consistency
          with couriertcpd. Change them to affect courierlogger itself,
          after it has spawned any child.
+
        * Optional default domain for authentication requests.
 
 2005-07-02  Mr. Sam  <mrsam@courier-mta.com>
 
 2004-11-03  Mr. Sam  <mrsam@courier-mta.com>
 
-       * Makefile.am (SUBDIRS): Ok, only build in bdbobj/gdbmobj according 
+       * Makefile.am (SUBDIRS): Ok, only build in bdbobj/gdbmobj according
        to what autoconf finds.
 
        * authldaplib.c (auth_ldap_do3): Fix LDAP driver.
 
        * Merged authuserdb with authcram.  Fixed CRAM password changes.
        Do not reset the environment before exec-ing userdb and makeuserdb.
-
-