summaryrefslogtreecommitdiffstats
path: root/src/mod_auth_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* Skip spnego filtering since we already filter itIsaac Boukris2015-06-231-6/+0
* Acquire server creds with given cred_usage rather than bothIsaac Boukris2015-06-231-1/+1
* Support allowing arbitrary mechanismsSimo Sorce2015-06-221-21/+50
* Acquire creds only once for basic_authSimo Sorce2015-06-221-25/+26
* Set krb5 ccache only if krb5 is usedSimo Sorce2015-06-211-19/+37
* Add GssapiBasicAuthMech optionSimo Sorce2015-06-201-22/+142
* Fix Basic Auth with non-krb5 mechanismsSimo Sorce2015-06-191-55/+85
* Better handling of desired_mechsSimo Sorce2015-06-191-7/+12
* Enforce GssapiAllowedMech over raw gssapi mechsIsaac Boukris2015-06-191-0/+9
* Always require authentication with basic authSimo Sorce2015-06-161-1/+3
* Move most of basic_auth handling to a functionSimo Sorce2015-06-161-126/+160
* Separate basic auth loop from the main accept.Simo Sorce2015-06-161-37/+27
* Move the initial part of basic auth processingSimo Sorce2015-06-161-49/+47
* Improve mag_conn memory handlingSimo Sorce2015-06-161-13/+30
* Fix re-authentication when connection bound is onSimo Sorce2015-06-141-8/+18
* Fix connection/session bound authIsaac Boukris2015-06-141-0/+2
* Use apr_pool_cleanup_register() to cleanup mcIsaac Boukris2015-06-141-2/+2
* Make sure to release the ctx when no 'mc' availableIsaac Boukris2015-06-131-2/+3
* When an authorization haeder is sent, recheck authSimo Sorce2015-06-131-25/+32
* Store data in session as the last thingSimo Sorce2015-06-131-3/+3
* Optimize BASIC AUTH checks with sessions.Simo Sorce2015-06-131-6/+15
* Set KRB5CCNAME on follow up requests with sessionSimo Sorce2015-06-091-15/+49
* Disable connection-bound for basic-authIsaac Boukris2015-06-081-0/+4
* Fix segfault if req->main is NULLSimo Sorce2015-06-061-1/+1
* Allow raw NTLM authenticationSimo Sorce2015-06-031-37/+112
* Add GssapiAllowedMech optionSimo Sorce2015-06-031-1/+57
* Move acquire_cred functions into a helperSimo Sorce2015-06-011-44/+35
* More work on keeping cred_store functions optionalSimo Sorce2015-06-011-6/+13
* Fix conditional support for gss_acquire_cred_fromSimo Sorce2015-06-011-1/+5
* Find the right server name when using basic authSimo Sorce2015-05-261-1/+31
* Remove all uses of APLOG_NOERRNOJoe Orton2015-05-241-28/+28
* Fix typo.Joe Orton2015-05-241-1/+1
* Drop OOM handling.Joe Orton2015-05-241-41/+0
* Use the "ssl_is_https" definition from mod_ssl.h.Joe Orton2015-05-241-2/+0
* Add GssapiSignalPersistentAuth directiveIsaac Boukris2015-05-241-0/+13
* Export variable with session expiration timeSimo Sorce2015-05-051-1/+8
* Revert "Use aes-256-gcm rather than aes-128-cbc"Simo Sorce2015-04-231-6/+6
* Properly complete context establishmentSimo Sorce2015-04-191-18/+16
* Add support for delegate creds on basic authSimo Sorce2015-04-141-2/+9
* Handle authentication on subrequestsSimo Sorce2015-03-311-4/+29
* Escape principal name to remove the path separatorSimo Sorce2015-03-261-2/+54
* Use aes-256-gcm rather than aes-128-cbcNathaniel McCallum2015-03-101-6/+6
* Do not free orig_ccacheSimo Sorce2015-03-101-5/+2
* Improve Basic Auth based loginsSimo Sorce2015-03-101-0/+40
* Remove forward basic auth and fix docsSimo Sorce2015-03-061-26/+6
* Add support for handling Basic AuthSimo Sorce2015-03-051-13/+165
* Do not leak acquired_credSimo Sorce2015-03-051-0/+1
* Fix error message copy&paste errorwipSimo Sorce2014-10-211-1/+1
* Properly initialize loggingSimo Sorce2014-10-131-0/+2
* Attempt to use sessions only when they are enabledSimo Sorce2014-10-131-2/+6