summaryrefslogtreecommitdiffstats
path: root/src/mod_auth_gssapi.c
Commit message (Expand)AuthorAgeFilesLines
* Move context loops to a helper functionSimo Sorce2016-06-151-110/+72
* Postpone adding spnego mech to mech listSimo Sorce2016-06-091-23/+65
* Add support for GssapiImpersonate.Jan Pazdziora2016-06-091-1/+156
* Split the book keeping operations into a functionSimo Sorce2016-06-091-48/+66
* Do not use ap_hook_check_user_id on Apache 2.4Jan Pazdziora2016-06-021-0/+5
* Implement unique ccache namesRobbie Harwood2016-05-181-11/+54
* Unify copyright conventionRobbie Harwood2016-05-181-23/+1
* Cleanup s4u2proxy in mag_auth_basicIsaac Boukris2016-02-171-18/+4
* Add option to not send a Negotiate headersJames Groffen2016-02-171-5/+22
* Fix build when cred store is not available.Simo Sorce2016-01-131-0/+2
* Add code to set attribute names in the environmentname_attrsSimo Sorce2015-12-031-2/+68
* Move setting request data to a separate fileSimo Sorce2015-12-021-88/+35
* Fix bug in handling Session KeysSimo Sorce2015-09-031-1/+1
* Allow building without NTLMSSP supportSimo Sorce2015-09-031-9/+20
* Do not use /tmp as default for s4u2proxySimo Sorce2015-08-311-4/+14
* Allocate new keys at server startup.Simo Sorce2015-08-301-8/+24
* Support forward proxy authenticationIsaac Boukris2015-08-061-20/+44
* Avoid advertising NTLM if it isn't technically supportedIsaac Boukris2015-08-061-3/+9
* Fix checks on allowed mechsSimo Sorce2015-07-071-6/+6
* Retrieve default mechs at server initIsaac Boukris2015-06-251-34/+39
* Properly check return error when filtering mechsSimo Sorce2015-06-241-1/+4
* Fail server startup on bad mechanismsIsaac Boukris2015-06-241-6/+10
* 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