Subject: CVS commit: pkgsrc/security/courier-authlib
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/11/2005 00:03:16
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Aug 11 00:03:16 UTC 2005

Modified Files:
	pkgsrc/security/courier-authlib: Makefile PLIST distinfo options.mk
	pkgsrc/security/courier-authlib/patches: patch-aa patch-ab
Added Files:
	pkgsrc/security/courier-authlib/patches: patch-ac

Log Message:
Update security/courier-authlib to 0.57.  Changes from version 0.55
include:

	* authlib: create the authtest and authpasswd manual pages.

	* authdaemon.c (auth_generic): Silly bug in auth_generic().
	* authldaplib.c (auth_ldap_do3): Fix call of authcryptpasswd().
	* authpgsqllib.c (auth_pgsql_setpass): Ditto.
	* authmysqllib.c (auth_mysql_setpass): Ditto.
	* authmysqllib.c (auth_mysql_setpass): Fix a memory leak.
	* authpipe: more fixes to the authpipe module.
	* authpipe: various fixes to the authpipe module.
	* authpipe.c (auth_pipe_pre): Fix zombies created by the authpipe
	  module.
	* New authpipe authentication module.
	* authldap.schema: Add mailhost to the recommended LDAP schema.

	* README_authlib.sgml: Document updated authpipe protocol.

	* cryptpassword.c (authcryptpasswd): Fix handling of encryption hints.
	* checkpassword.c (do_authcheckpassword): Ignore {CRYPT} prefix on
	  crypted passwords.
	* checkpasswordsha1.c (authcheckpasswordsha1): Fix {SHA256} passwords.

	* authdaemond.c: Strip full name/gecos field after the first comma.
	* authdaemond: Pass LOGGEROPTS option to authdaemond.

	* liblog/logger.c: Fix wrong args to setuidgid().
	* liblog/logger.c: Added -droproot option to courierlogger.

	* liblock/lockdaemon.c: Try to recover if upgraded daemon process runs
	  under a different uid.

	* 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.

	* Fix the error code when an empty password is provided.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/security/courier-authlib/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/courier-authlib/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/security/courier-authlib/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/courier-authlib/options.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/security/courier-authlib/patches/patch-aa \
    pkgsrc/security/courier-authlib/patches/patch-ab
cvs rdiff -r0 -r1.1 pkgsrc/security/courier-authlib/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.