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
*
Skip spnego filtering since we already filter it
Isaac Boukris
2015-06-23
1
-6
/
+0
*
Acquire server creds with given cred_usage rather than both
Isaac Boukris
2015-06-23
1
-1
/
+1
*
Support allowing arbitrary mechanisms
Simo Sorce
2015-06-22
1
-21
/
+50
*
Acquire creds only once for basic_auth
Simo Sorce
2015-06-22
1
-25
/
+26
*
Set krb5 ccache only if krb5 is used
Simo Sorce
2015-06-21
1
-19
/
+37
*
Add GssapiBasicAuthMech option
Simo Sorce
2015-06-20
1
-22
/
+142
*
Fix Basic Auth with non-krb5 mechanisms
Simo Sorce
2015-06-19
1
-55
/
+85
*
Better handling of desired_mechs
Simo Sorce
2015-06-19
1
-7
/
+12
*
Enforce GssapiAllowedMech over raw gssapi mechs
Isaac Boukris
2015-06-19
1
-0
/
+9
*
Always require authentication with basic auth
Simo Sorce
2015-06-16
1
-1
/
+3
*
Move most of basic_auth handling to a function
Simo Sorce
2015-06-16
1
-126
/
+160
*
Separate basic auth loop from the main accept.
Simo Sorce
2015-06-16
1
-37
/
+27
*
Move the initial part of basic auth processing
Simo Sorce
2015-06-16
1
-49
/
+47
*
Improve mag_conn memory handling
Simo Sorce
2015-06-16
1
-13
/
+30
*
Fix re-authentication when connection bound is on
Simo Sorce
2015-06-14
1
-8
/
+18
*
Fix connection/session bound auth
Isaac Boukris
2015-06-14
1
-0
/
+2
*
Use apr_pool_cleanup_register() to cleanup mc
Isaac Boukris
2015-06-14
1
-2
/
+2
*
Make sure to release the ctx when no 'mc' available
Isaac Boukris
2015-06-13
1
-2
/
+3
*
When an authorization haeder is sent, recheck auth
Simo Sorce
2015-06-13
1
-25
/
+32
*
Store data in session as the last thing
Simo Sorce
2015-06-13
1
-3
/
+3
*
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
[next]