Changelog for
courier-authlib-userdb-0.65.0-40.1.x86_64.rpm :
Tue Jan 15 13:00:00 2013 chrisAATTcomputersalat.de
- update to 0.65.0
* 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.
- fix deps
* add missing pkg-config
- add module sqlite
Mon Sep 24 14:00:00 2012 cfarrellAATTsuse.com
- license update: SUSE-GPL-3.0-with-openssl-exception
Contains an exception to permit linking with openssl
Fri Sep 21 14:00:00 2012 chrisAATTcomputersalat.de
- update to 0.64.0
* authpam.c (callback_pam): Call pam_end() after an authentication
attempt.
* Makefile.am: Renamed authstaticlist.h to courierauthstaticlist.h, and
added it to the list of header files that \'make install\' puts into
includedir.
* Fix gcc 4.6 warnings
* courier.spec.in: switch to systemd.
* Fix autoconf warnings.
* courier-authlib.spec: Make rmplint happy.
- 0.63.1
* Remove the bundled libtdl library. Require the system-installed
libltdl library.
* authmysqllib.c (auth_mysql_setpass): Fix crash if DEFAULT_DOMAIN
is not set in the config file.
- fix license (GPL-2.0+ -> GPL-3.0+)
Wed Oct 26 14:00:00 2011 chrisAATTcomputersalat.de
- fix init script
* add ldap mysql to Should-Start/Stop
Wed Sep 21 14:00:00 2011 chrisAATTcomputersalat.de
- change --with-authdaemonvar to /var/run/{name}
- rework init script
* create PID DIR
- some spec cleanup
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use _smp_mflags for parallel build
Wed Feb 24 13:00:00 2010 chrisAATTcomputersalat.de
- update to 0.63.0
* authldapescape.c: Factor out LDAP string escape function.
* authldap.schema: Various fixes
* authldap.ldif (olcObjectClasses): Create LDIF format schema from
authldap.schema
* authoption.c (auth_getoptionenvint): For account options that
are parsed to an int, an option value that begins with t, T, y, or Y
is evaluated as 1, other alphabetic values as 0; so that \'true\'
or \'yes\' get evaluated as 1.
Sat Sep 5 14:00:00 2009 chrisAATTcomputersalat.de
- update to new version 0.62.4
* Various compilation fixes for gcc 4.4 and libtool 2.2
o 0.62.3
* courier-authlib.spec.in (MAKEFLAGS): Explicit path to ./configtmp
* README_authlib.sgml: Fixed documentation of authpipe AUTH command.
* authmigrate.in (rc): Add /etc/courier-imap
- removed define for authdaemonvar
- fixed DEBUG_LOGIN
o added export DEBUG_LOGIN to init script
- rpmlint
o addFilter incoherent-init-script-name courier-authdaemon
o addFilter shlib-policy-missing-suffix
Wed Sep 2 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
o added norootforbuild
o define authdaemondir
o post authmigrate, sysconftool
Thu Aug 20 14:00:00 2009 chrisAATTcomputersalat.de
- cleanup spec file
o fixed header
o removed all #---- lines
o fixed devel Group
o added configure macro
- rpmlint
o added rpmlintrc
o subpackages libauth[name] back to subpackage-[name]
rpmlint warning can be ignored for libauth[names]
o fixed non-conffile-in-etc
Mon Apr 13 14:00:00 2009 chrisAATTcomputersalat.de - 0.62.2
- update to new version 0.62.2
o Makefile.am: Compatibility fix for bash 4
- 0.62.1
o cryptpassword.c: Fix compiler warnings
o checkpasswordsha1.c: Fix compiler warnings.
o authldaplib.c (auth_ldap_enumerate): Fix typo.
- 0.62.0
o authpgsqllib.c: Use PQescapeStringConn() instead of removing all
apostrophes from query parameters. This fixes a potential SQL injection
vulnerability if the Postgres database uses a non-Latin locale.
- 0.61.1
o authsasllogin.c (authsasl_login): Fix memory leak.
o authldaplib.c (read_env): Fix resource leak. authldap did not close
the authldaprc configuration file after reading it on startup.
o authldaplib.c (auth_ldap_do2): Fix used ptr after free(). When an
email map feature is enabled, and the map failed, the resulting
error message was formed from a buffer that was recently free()ed.
o authpipe.c (auth_pipe): Fix memory leak. If the fork() system call
failed (unlikely), a buffer wasn\'t getting released.