summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for LookupUserByCertificate.mod_lookup_identity-0.9.3Jan Pazdziora2015-08-033-22/+223
* Tagging 0.9.2 release.mod_lookup_identity-0.9.2Jan Pazdziora2014-06-271-1/+5
* 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
* For Apache 2.4, separate module loading from configuration.Jan Pazdziora2014-06-273-8/+14
* Update .spec for 0.9.1.mod_lookup_identity-0.9.1Jan Pazdziora2014-05-131-1/+5
* 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
* Minor README tweaks.Jan Pazdziora2014-05-131-2/+2
* Update .spec for 0.9.0.mod_lookup_identity-0.9.0Jan Pazdziora2014-05-131-1/+6
* 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-132-55/+150
* Compile to C99.Jan Pazdziora2014-05-132-4/+5
* Fix format of logs of dbus calls.Jan Pazdziora2014-04-151-3/+3
* Dropping explicit dbus-libs dependency, rpm will figure it for us.mod_lookup_identity-0.8.3Jan Pazdziora2014-02-011-2/+4
* MUST: Packages must not provide RPM dependency information when thatJan Pazdziora2014-01-301-1/+2
* Adding email address to changelog per https://fedoraproject.org/wiki/Packagin...mod_lookup_identity-0.8.2Jan Pazdziora2014-01-301-7/+10
* Using default Fedora build flags.Jan Pazdziora2014-01-301-1/+1
* Making description more generic.Jan Pazdziora2014-01-301-3/+2
* Being specific about %files filename.Jan Pazdziora2014-01-301-1/+1
* Depend on httpd-mmn per https://fedoraproject.org/wiki/PackagingDrafts/Apache...Jan Pazdziora2014-01-301-1/+2
* Dropping dot from summary per https://fedoraproject.org/wiki/Packaging:Guidel...Jan Pazdziora2014-01-301-1/+1
* The directives are LookupUserGECOS and LookupUserGroups*, fixing documentation.Jan Pazdziora2014-01-301-9/+9
* sssd supports usernames in allowed_uids.Jan Pazdziora2014-01-171-1/+1
* Ensure we run before mod_headers so that our result can be put to request hea...mod_lookup_identity-0.8.1Jan Pazdziora2014-01-172-2/+7
* Copyright year update.Jan Pazdziora2014-01-161-1/+1
* Declare all functions static for proper isolation.mod_lookup_identity-0.8Jan Pazdziora2014-01-142-12/+15
* When LookupUserAttr is configured and no LookupUserAttrIter is, segfault woul...mod_lookup_identity-0.7.1Jakub Hrozek2013-11-212-2/+7
* Update .spec for version 0.7.mod_lookup_identity-0.7Jan Pazdziora2013-11-191-1/+5
* 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
* Fixing typos.Jan Pazdziora2013-11-181-2/+2
* Updating .spec.mod_lookup_identity-0.6Jan Pazdziora2013-11-181-1/+11
* Use GetUserGroups for group lists and support new GetUserAttr signature. Adde...Jan Pazdziora2013-11-183-200/+485
* Fixing typo.Jan Pazdziora2013-11-141-1/+1
* Purging trailing tab.Jan Pazdziora2013-11-141-1/+1
* Adding a .spec file.mod_lookup_identity-0.5Jan Pazdziora2013-10-281-0/+62
* Apache License, Version 2.0.Jan Pazdziora2013-10-282-0/+33
* Example configuration file for lookup of email and first and last names (IPA ...Jan Pazdziora2013-10-281-0/+9
* Replacing sss_lookup_user_get_attr with dbus call.Jan Pazdziora2013-10-282-20/+87
* Make the LookupUserAttr functionality compile-time conditional.Jan Pazdziora2013-08-132-0/+20
* Add LookupUserAttr and call to sss_lookup_user_get_attr.Jan Pazdziora2013-08-132-2/+71
* 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-252-3/+3
* Apache module mod_lookup_identity.Jan Pazdziora2013-07-243-0/+481