summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add cleanup function for mag_conn->name_attributesHEADmasterAlejandro Perez2017-02-133-2/+11
* JSON strings need to be escaped (i.e. replace " with \")Alejandro Perez2017-02-091-2/+33
* Add option to set alternative ccname env varFraser Tweedale2017-02-083-4/+9
* rewrite: implicitly handle internal redirectsIsaac Boukris2017-01-114-16/+61
* Add option to store the session encryption key.Simo Sorce2017-01-031-14/+85
* Fix memory pool used to hold ccache nameMarcel Ritter2016-12-191-1/+1
* Add option to set custom permissions on ccacheSimo Sorce2016-11-303-7/+123
* Write 'Persistent-Auth' header to err_headers_outMichael Osipov2016-10-111-1/+1
* Declare mag_complete outside the ifdef blockSimo Sorce2016-10-111-4/+4
* Fix behavior of NULL ccname for cookie creationRobbie Harwood2016-08-151-1/+6
* Add compatibility with OpenSSL 1.1.0Simo Sorce2016-07-061-31/+76
* Insure the asn1 definitions are in the tarballSimo Sorce2016-06-151-0/+2
* 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-092-1/+157
* Split the book keeping operations into a functionSimo Sorce2016-06-091-48/+66
* Fix cred cache detectionSimo Sorce2016-06-091-3/+6
* Fix function name spellingSimo Sorce2016-06-091-2/+2
* Do not use ap_hook_check_user_id on Apache 2.4Jan Pazdziora2016-06-021-0/+5
* Obey SessionMaxAge for session expirationMatt Rogers2016-05-251-0/+6
* Implement unique ccache namesRobbie Harwood2016-05-189-34/+90
* Unify copyright conventionRobbie Harwood2016-05-188-30/+8
* Fix APXS error "cannot determine bootstrap symbol name"Dennis Schridde2016-04-121-1/+1
* Respect DESTDIR when installing Apache moduleDennis Schridde2016-04-121-2/+2
* Cleanup s4u2proxy in mag_auth_basicIsaac Boukris2016-02-171-18/+4
* Add option to not send a Negotiate headersJames Groffen2016-02-172-5/+23
* Fix potential loop when requesting attribute data.Simo Sorce2016-01-141-1/+1
* Fix build when cred store is not available.Simo Sorce2016-01-132-0/+4
* Prevent potential null pointer dereferenceJames Groffen2016-01-111-0/+4
* Add code to set attribute names in the environmentname_attrsSimo Sorce2015-12-034-3/+335
* Move setting request data to a separate fileSimo Sorce2015-12-026-90/+94
* Negate established flag if session is expired.davisd1232015-10-051-0/+1
* Fix include path to asn1c for out-of-source buildsDennis Schridde2015-09-031-1/+1
* Fix bug in handling Session KeysSimo Sorce2015-09-031-1/+1
* Allow building without NTLMSSP supportSimo Sorce2015-09-032-13/+27
* Do not use /tmp as default for s4u2proxySimo Sorce2015-08-311-4/+14
* Allocate new keys at server startup.Simo Sorce2015-08-304-39/+44
* Fix incorrect free() usageSimo Sorce2015-08-301-5/+1
* Support forward proxy authenticationIsaac Boukris2015-08-062-20/+53
* 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-252-34/+43
* 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-202-22/+144