Commit graph

8 commits

Author SHA1 Message Date
joerg
09b883cd2c DESTDIR support 2010-02-12 20:56:54 +00:00
joerg
19efd13b2f Only for Apache 2+ 2009-11-23 16:59:18 +00:00
minskim
cb963c3c6b Update ap-auth-kerb to 5.4.
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
2009-08-18 23:10:49 +00:00
markd
70a516fe8b Update to mod_auth_kerb-5.3. Suggested by Michael Santos in PR pkg/35459.
Changes:
Fixes a potential buffer overflow vulnerability in the SPNEGO processing.
2007-01-25 19:54:08 +00:00
rillig
871b7a6f9d This package needs some help to find apxs. 2006-06-25 09:11:48 +00:00
joerg
4aa3ce2bb4 Needs libtool. 2006-06-08 12:15:12 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
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-06-02 18:27:54 +00:00
markd
6d79d14a3a Initial import of ap-auth-kerb 5.0rc7
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.
2006-05-15 12:05:43 +00:00