summaryrefslogtreecommitdiff
path: root/www/ap-auth-kerb
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12DESTDIR supportjoerg1-1/+9
2009-11-23Only for Apache 2+joerg1-1/+3
2009-08-18Update ap-auth-kerb to 5.4.minskim2-7/+8
Changes: * implemented KrbServiceName Any to deal with multiple keytab entries for various browsers * implemented KrbLocalUserMapping i.e. to strip @REALM from username for further use * implemented already_succeeded function to avoid hammering the KDC with same auth requests in single connection * fixed threading issues * improved configure and Makefile scripts (mainly for BSD users) * fixed minor issues
2007-01-25Update to mod_auth_kerb-5.3. Suggested by Michael Santos in PR pkg/35459.markd2-7/+7
Changes: Fixes a potential buffer overflow vulnerability in the SPNEGO processing.
2006-06-25This package needs some help to find apxs.rillig1-1/+3
2006-06-08Needs libtool.joerg1-1/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+4
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-15Initial import of ap-auth-kerb 5.0rc7markd5-0/+43
An Apache module designed to provide Kerberos authentication to the Apache web server. Using the Basic Auth mechanism, it retrieves a username/password pair from the browser and checks them against a Kerberos server as set up by your particular organization. The module also supports the Negotiate authentication method, which performs full Kerberos authentication based on ticket exchanges, and does not require users to insert their passwords to the browser.