summaryrefslogtreecommitdiff
path: root/security/courier-authlib/PLIST
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-11 00:03:16 +0000
committerjlam <jlam>2005-08-11 00:03:16 +0000
commit086a10aaa08be00278d22ef73dace9efe35097f9 (patch)
tree55a8342cfe34276e3923c38e05faa1e714cb43cb /security/courier-authlib/PLIST
parent8442b83f280b2431adbbeca577afec4d5df1330a (diff)
downloadpkgsrc-086a10aaa08be00278d22ef73dace9efe35097f9.tar.gz
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.
Diffstat (limited to 'security/courier-authlib/PLIST')
-rw-r--r--security/courier-authlib/PLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/courier-authlib/PLIST b/security/courier-authlib/PLIST
index cc720d9a66e..b2b8d1930b6 100644
--- a/security/courier-authlib/PLIST
+++ b/security/courier-authlib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:04 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/08/11 00:03:16 jlam Exp $
bin/courierauthconfig
bin/makedat
include/courier_auth_config.h
@@ -12,6 +12,8 @@ lib/courier-authlib/libcourierauthsasl.la
lib/courier-authlib/libcourierauthsaslclient.la
libexec/courier-authlib/authdaemond
libexec/courier-authlib/authsystem.passwd
+man/man1/authpasswd.1
+man/man1/authtest.1
man/man1/courierlogger.1
man/man3/auth_enumerate.3
man/man3/auth_generic.3
@@ -26,6 +28,7 @@ man/man8/userdb.8
man/man8/userdbpw.8
sbin/authdaemond
sbin/authenumerate
+sbin/authpasswd
sbin/authtest
sbin/courierlogger
sbin/sysconftool