diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-11 00:03:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-11 00:03:16 +0000 |
commit | 00a04b4bc94067aa2bf958eb3fae90a76d13e05c (patch) | |
tree | 55a8342cfe34276e3923c38e05faa1e714cb43cb /security/courier-authlib/PLIST | |
parent | 2df7aba352da427ed1b517472cf542efc8b48c0d (diff) | |
download | pkgsrc-00a04b4bc94067aa2bf958eb3fae90a76d13e05c.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/PLIST | 5 |
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 |