summaryrefslogtreecommitdiff
path: root/security/courier-authlib
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24Strip off any leading "-Wl," in the compiler and linker flags beforejlam2-10/+82
the courier Makefile adds it to all of the flags again. This avoids situations where you end up with a flag that looks like "-Wl,-Wl,...". This should fix the problem noted in pkg/29777.
2005-03-22Update security/courier-authlib to courier-authlib-0.55. Changes fromjlam2-7/+6
version 0.54 include: * authsystem.passwd.in: Explicitly set LC_ALL to en_US * SASL: Added CRAM-SHA256 authentication method (experimental). * courierauthdebug.h: Macro dprintf conflicts with new glibc.
2005-03-18Avoid possibly linking everything against -lintl when PostgreSQLjlam4-8/+23
support is built into courier-authlib -- -lintl is only needed by the authpgsql authentication module. This avoids problems when linking clients with -lcourierauth and the linker thinks -lintl is needed when it really doesn't. Bump the PKGREVISION to 3.
2005-02-26Install some documentation files for courier-authlib, but only install thejlam3-5/+38
relevant ones depending on the options chosen. This fixes PR pkg/29465. Bump the PKGREVISION to 2.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-21Fix the authdaemond rc.d script to invoke the correct script to startjlam2-3/+5
the authentication daemon. Fix provided by Inseo Park in private mail. Also, honor VARBASE. Bump the PKGREVISION to 1.
2005-02-18Update security/courier-authlib to 0.54. Changes from version 0.53jlam6-16/+47
include: * userdb/makeuserdb.in: Report dangling symlinks.
2005-02-10Rearrange so that the MAINTAINER and HOMEPAGE are stored with thejlam2-6/+6
package Makefile instead of Makefile.common. Also, fix the HOMEPAGE for the courier-authlib component of the Courier package.
2005-02-10Add a buildlink3.mk file for use by other package Makefiles.jlam1-0/+18
2005-02-10Import courier-authlib-0.53 as security/courier-authlib.jlam10-0/+419
The Courier authentication library provides authentication services for other Courier applications. In this context, the term "authentication" refers to the following functions: 1. Take a userid or a loginid, and a password. Determine whether the loginid and the password are valid. 2. Given a userid, obtain the following information about the userid: A. The account's home directory. B. The numeric system userid and groupid that owns all files associated with this account. C. The location of the account's maildir. D. Any maildir quota defined for this account. See the Courier documentation for more information on maildir quotas. E. Other miscellaneous account-specific options. 3. Change the password associated with a loginid. 4. Obtain a complete list of all loginids.