summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Obey SessionMaxAge for session expirationMatt Rogers2016-05-251-0/+6
* Add example script for ccache cleaning to contribRobbie Harwood2016-05-181-0/+66
* Implement unique ccache namesRobbie Harwood2016-05-1810-34/+103
* Unify copyright conventionRobbie Harwood2016-05-189-30/+9
* GSS-Proxy configuration file for mod_auth_gssapiRobbie Harwood2016-05-181-0/+6
* 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
* Tests: use urandom instead of randomIsaac Boukris2016-04-121-1/+1
* Release 1.3.2 - NEAR Shoemaker launchSimo Sorce2016-02-222-2/+5
* Cleanup s4u2proxy in mag_auth_basicIsaac Boukris2016-02-172-18/+7
* Add option to not send a Negotiate headersJames Groffen2016-02-177-5/+152
* Corrected two typos in the README file.James Groffen2016-02-171-2/+2
* Minor formatting changes to the README.James Groffen2016-02-031-7/+7
* 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-035-3/+362
* 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
* Release 1.3.1 - Viking 2 landingSimo Sorce2015-09-032-2/+5
* Mention test dependencies in READMEDennis Schridde2015-09-031-0/+8
* 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-033-13/+28
* Update and rename README to README.mdJames Groffen2015-09-032-39/+40
* Add test for Proxy SPNEGO authIsaac Boukris2015-09-032-0/+45
* 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
* More basic-auth testsIsaac Boukris2015-08-062-0/+46
* Add test for Basic Proxy authenticationIsaac Boukris2015-08-063-1/+52
* Support forward proxy authenticationIsaac Boukris2015-08-062-20/+53
* Add test for basic auth with two different users over the same connectionIsaac Boukris2015-08-064-5/+55
* Avoid advertising NTLM if it isn't technically supportedIsaac Boukris2015-08-061-3/+9
* Fix checks on allowed mechsSimo Sorce2015-07-071-6/+6
* Add basic auth testSimo Sorce2015-07-043-2/+52
* Add test target in MakefileSimo Sorce2015-07-041-0/+3
* US Independence day release - 1.3.0Simo Sorce2015-07-042-2/+5
* 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
* Add initial test frameworkSimo Sorce2015-06-224-0/+446
* 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-203-22/+157
* Fix Basic Auth with non-krb5 mechanismsSimo Sorce2015-06-191-55/+85
* Better handling of desired_mechsSimo Sorce2015-06-191-7/+12