forked from gavincarr/mod_auth_tkt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pull request and apache 2.4 contributors to CREDITS.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
|
||
Peter Karman <[email protected]>, Ivo De Decker <[email protected]> | ||
(the debian maintainer), and Deitmar Berg <[email protected]> | ||
all supplied patches to update mod_auth_tkt to work with apache 2.4. | ||
The 2.4 updates are based on their work. | ||
|
||
Bearnard Hibbins <[email protected]> provided a cookie parsing fix for | ||
when badly behaved proxy/cache servers strip whitespace from headers. | ||
|
||
Scott Shambarger <[email protected]> added the TKTAuthGuestEmpty | ||
directive, allowing guest access to set REMOTE_USER to "", which allows | ||
some http-auth systems to fallback to another authenticator. He also | ||
updated TKTAuthQuerySeparator to be a string (allowing better inheritance, | ||
and fixed some minor compile/build issues. | ||
|
||
David McNett <[email protected]> contributed example code for a | ||
back-end login written in Tcl (for use with Apache Rivet). Available in | ||
contrib/tcl. | ||
|
||
Christian Folini <[email protected]> and an anonymous Swiss | ||
bank sponsored the changes to include SHA256/SHA512 support, and to | ||
integrate and test Michael Peters' TKTAuthSecretOld functionality. Version | ||
|