SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for courier-authlib-0.63.0-37.1.i386.rpm :
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.

Sat Nov 15 13:00:00 2008 chrisAATTcomputersalat.de - 0.61.0
- rpmlint
o set devel Group
o removed dot \'Summary ended with dot\'
o renamed subpackages[names] to libauth[names]
o replaced macro run_ldconfig with /sbin/ldconfig
o modified post: insserv authdaemon
activate syslog if not running (build error)

Fri Sep 5 14:00:00 2008 hvogelAATTsuse.de
- update to version 0.61.0

* Cleanup: always compile md5, sha
* and hmac stuff, and remove all
conditionally-compiled cruft. Move SASL list to an internal header.
Add client-side support for AUTH EXTERNAL.

* authsasl.c (auth_sasl_ex): auth_sasl_ex() supercedes auth_sasl(),
invokes auth_sasl() for non-EXTERNAL SASL methods, implements EXTERNAL
by going through the motions, then setting up a dummy authentication
request.

* authdaemon.c (auth_generic): Check for the dummy EXTERNAL
authentication request, and handle it by invoking auth_getuserinfo(),
rather than sending it down the pipe. This avoid having to implement
a stub in every authentication module.

* authmysqllib.c: Use mysql_set_character_set() instead of SET NAMES

* authmysqllib.c: Fix domain-less queries.

* Drop the unmaintained authvchkpw module.

* authmysqllib.c: Cleanup. Use mysql_real_escape_string instead of
crude filtering.

* More portability fixes.
- add rpmlintrc (shlib-policy-name-error) for the moment
to fix build

Sat Aug 16 14:00:00 2008 chrisAATTcomputersalat.de - 0.61.0
- update to new version 0.61.0
- beautify spec file ;)
- fixed BuildRequires for suseversion >= 103
o gdbm-devel
o procps
- some rpmlint fixes
o added PreReq coreutils
o removed obsolete X-UnitedLinux from init script
fixed service-names

Mon Apr 14 14:00:00 2008 ajAATTsuse.de
- Small changes to make rpmlint happier:

* Rename keywords in init scripts

* Prerequire /bin/rm

Thu Jan 17 13:00:00 2008 mskibbeAATTsuse.de
- update to version 0.60.2 which
o Portability fix for checking the highest available file
descriptor
o Fix typos
o Use OPEN_MAX, instead of hardcoded

Thu Jun 7 14:00:00 2007 roAATTsuse.de
- remove explicit requires for mysql-shared (library is required
anyway)

Wed Apr 25 14:00:00 2007 mskibbeAATTsuse.de
- update to version 0.59.3 which includes:
o CRAM authentication in vchpw module
o bug fixes
o updated man pages

Thu Mar 29 14:00:00 2007 rguentherAATTsuse.de
- Add procps BuildRequires due to interesting configure checks

Mon Mar 26 14:00:00 2007 rguentherAATTsuse.de
- Add gdbm-devel BuildRequires

Thu Feb 22 13:00:00 2007 mskibbeAATTsuse.de
- update to version 0.59.1 which
o fix some bugs
o Make the spec a little prettier
o Change distro-detection to use \"rh\" and \"fc\" for version
detection, and add support for mandriva
o Added the -f option to makeuserdb
o Try to recover when the LDAP server closes the
persistent socket, for inactivity

Mon Sep 18 14:00:00 2006 mskibbeAATTsuse.de
- fix Bug 204834 - missing rccourier-authdaemon symlink

Tue Aug 1 14:00:00 2006 mskibbeAATTsuse.de
- Add mysql, pipe, pgsql sub-packages

Mon Mar 27 14:00:00 2006 kukukAATTsuse.de
- Add missing ldconfig calls

Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires

Wed Dec 14 13:00:00 2005 kukukAATTsuse.de
- Update to 0.58 (enable shadow aging support)

Sun Sep 25 14:00:00 2005 kukukAATTsuse.de
- Compile with -DLDAP_DEPRECATED

Fri Jul 29 14:00:00 2005 kukukAATTsuse.de
- Initial version


 
ICM