summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.c
Commit message (Expand)AuthorAgeFilesLines
* Compatibility for httpd-2.2.x.Jan Pazdziora2016-01-201-2/+6
* Whitespace fix.Jan Pazdziora2016-01-201-8/+8
* Add support for Base64 encoded HTTP header output.Jan Pazdziora2016-01-201-3/+21
* For r->headers_in, underscore mustn't be used.Jan Pazdziora2016-01-201-6/+6
* Add LookupOutput headers option to populate HTTP request headers; deprecate v...Jan Pazdziora2016-01-201-9/+20
* Add support for LookupUserByCertificate.mod_lookup_identity-0.9.3Jan Pazdziora2015-08-031-3/+168
* Fix reporting of failed calls that have no parameters.Jan Pazdziora2014-06-271-4/+4
* Reinitialize the error structure after error.Jan Pazdziora2014-06-271-0/+3
* Check the args pointer.Jan Pazdziora2014-05-131-1/+1
* Fixing dead code.Jan Pazdziora2014-05-131-3/+1
* Fixing duplicate apr_array_make call.Jan Pazdziora2014-05-131-1/+0
* apr_hash_count can be used to get the number of keys instead of looping.Jan Pazdziora2014-05-131-13/+5
* Support +VARIABLE name to append (or set only when previously unset, when no ...Jan Pazdziora2014-05-131-45/+79
* Fix format of logs of dbus calls.Jan Pazdziora2014-04-151-3/+3
* Ensure we run before mod_headers so that our result can be put to request hea...mod_lookup_identity-0.8.1Jan Pazdziora2014-01-171-1/+2
* Declare all functions static for proper isolation.mod_lookup_identity-0.8Jan Pazdziora2014-01-141-11/+11
* When LookupUserAttr is configured and no LookupUserAttrIter is, segfault woul...mod_lookup_identity-0.7.1Jakub Hrozek2013-11-211-1/+3
* Allow lookup_identity_hook to be called from other modules.Jan Pazdziora2013-11-191-0/+4
* Debug/info logging.Jan Pazdziora2013-11-191-10/+14
* Use GetUserGroups for group lists and support new GetUserAttr signature. Adde...Jan Pazdziora2013-11-181-177/+327
* Purging trailing tab.Jan Pazdziora2013-11-141-1/+1
* Apache License, Version 2.0.Jan Pazdziora2013-10-281-0/+16
* Replacing sss_lookup_user_get_attr with dbus call.Jan Pazdziora2013-10-281-17/+83
* Make the LookupUserAttr functionality compile-time conditional.Jan Pazdziora2013-08-131-0/+12
* Add LookupUserAttr and call to sss_lookup_user_get_attr.Jan Pazdziora2013-08-131-0/+62
* Use apr_strdup instead of the manual strcpy.Jan Pazdziora2013-08-131-8/+4
* Default the group separator to colon instead of space.Jan Pazdziora2013-07-251-1/+1
* Apache module mod_lookup_identity.Jan Pazdziora2013-07-241-0/+235