summaryrefslogtreecommitdiff
path: root/security/courier-authlib/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24Strip off any leading "-Wl," in the compiler and linker flags beforejlam1-8/+80
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-18Avoid possibly linking everything against -lintl when PostgreSQLjlam1-2/+11
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-18Update security/courier-authlib to 0.54. Changes from version 0.53jlam1-0/+22
include: * userdb/makeuserdb.in: Report dangling symlinks.
2005-02-10Import courier-authlib-0.53 as security/courier-authlib.jlam1-0/+98
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.