index
:
mod_auth_gssapi.git
basic_auth
client_reauth
master
name_attrs
perms
rfc5929
s4u2proxy
sessions
wip
A GSSAPI based replacement for the aging mod_auth_kerb.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mod_auth_gssapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Optimize BASIC AUTH checks with sessions.
Simo Sorce
2015-06-13
1
-6
/
+15
*
Set KRB5CCNAME on follow up requests with session
Simo Sorce
2015-06-09
1
-15
/
+49
*
Disable connection-bound for basic-auth
Isaac Boukris
2015-06-08
1
-0
/
+4
*
Fix segfault if req->main is NULL
Simo Sorce
2015-06-06
1
-1
/
+1
*
Allow raw NTLM authentication
Simo Sorce
2015-06-03
1
-37
/
+112
*
Add GssapiAllowedMech option
Simo Sorce
2015-06-03
1
-1
/
+57
*
Move acquire_cred functions into a helper
Simo Sorce
2015-06-01
1
-44
/
+35
*
More work on keeping cred_store functions optional
Simo Sorce
2015-06-01
1
-6
/
+13
*
Fix conditional support for gss_acquire_cred_from
Simo Sorce
2015-06-01
1
-1
/
+5
*
Find the right server name when using basic auth
Simo Sorce
2015-05-26
1
-1
/
+31
*
Remove all uses of APLOG_NOERRNO
Joe Orton
2015-05-24
1
-28
/
+28
*
Fix typo.
Joe Orton
2015-05-24
1
-1
/
+1
*
Drop OOM handling.
Joe Orton
2015-05-24
1
-41
/
+0
*
Use the "ssl_is_https" definition from mod_ssl.h.
Joe Orton
2015-05-24
1
-2
/
+0
*
Add GssapiSignalPersistentAuth directive
Isaac Boukris
2015-05-24
1
-0
/
+13
*
Export variable with session expiration time
Simo Sorce
2015-05-05
1
-1
/
+8
*
Revert "Use aes-256-gcm rather than aes-128-cbc"
Simo Sorce
2015-04-23
1
-6
/
+6
*
Properly complete context establishment
Simo Sorce
2015-04-19
1
-18
/
+16
*
Add support for delegate creds on basic auth
Simo Sorce
2015-04-14
1
-2
/
+9
*
Handle authentication on subrequests
Simo Sorce
2015-03-31
1
-4
/
+29
*
Escape principal name to remove the path separator
Simo Sorce
2015-03-26
1
-2
/
+54
*
Use aes-256-gcm rather than aes-128-cbc
Nathaniel McCallum
2015-03-10
1
-6
/
+6
*
Do not free orig_ccache
Simo Sorce
2015-03-10
1
-5
/
+2
*
Improve Basic Auth based logins
Simo Sorce
2015-03-10
1
-0
/
+40
*
Remove forward basic auth and fix docs
Simo Sorce
2015-03-06
1
-26
/
+6
*
Add support for handling Basic Auth
Simo Sorce
2015-03-05
1
-13
/
+165
*
Do not leak acquired_cred
Simo Sorce
2015-03-05
1
-0
/
+1
*
Fix error message copy&paste error
wip
Simo Sorce
2014-10-21
1
-1
/
+1
*
Properly initialize logging
Simo Sorce
2014-10-13
1
-0
/
+2
*
Attempt to use sessions only when they are enabled
Simo Sorce
2014-10-13
1
-2
/
+6
*
Fix GssapiCredStore usage
Simo Sorce
2014-08-26
1
-1
/
+5
*
Announce module name and version in the server signature
Alexander Bokovoy
2014-08-14
1
-0
/
+2
*
GssapiLocalName is about translating principals to local usernames
Alexander Bokovoy
2014-08-14
1
-1
/
+1
*
Suppress -Werror=format-security errors
Simo Sorce
2014-08-12
1
-5
/
+5
*
Add S4U2Proxy support
s4u2proxy
Simo Sorce
2014-07-20
1
-20
/
+124
*
Add permanent session keys support
Simo Sorce
2014-07-10
1
-0
/
+43
*
Add mod_session support
Simo Sorce
2014-07-10
1
-20
/
+45
*
Add mod_auth_gssapi.h
Simo Sorce
2014-07-10
1
-20
/
+2
*
Fix typo
Simo Sorce
2014-04-24
1
-1
/
+1
*
Use more readable configuration option names.
Simo Sorce
2014-04-21
1
-9
/
+9
*
Set context data on the pool with a destructor
Simo Sorce
2014-04-15
1
-7
/
+20
*
Fix use after free
Simo Sorce
2014-04-12
1
-8
/
+19
*
Fix base64 encoding of tokens
Simo Sorce
2014-04-12
1
-1
/
+0
*
Register optional functions
Simo Sorce
2014-04-12
1
-2
/
+13
*
Implement checking for TLS connections
Simo Sorce
2014-03-13
1
-2
/
+18
*
Allow context to be attached to the connection
Simo Sorce
2014-03-09
1
-18
/
+83
*
Fix module name
Simo Sorce
2014-03-09
1
-2
/
+2
*
Add option to map GSS Name to local Name
Simo Sorce
2014-03-08
1
-2
/
+31
*
Use the cred_store extension to save credentials
Simo Sorce
2014-03-08
1
-6
/
+54
*
Fix warnings
Simo Sorce
2014-02-15
1
-2
/
+5
[prev]
[next]