summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Recommend sssd-dbus to match recommendation in README.HEADmasterPeter Oliver2018-12-041-1/+7
| | | | | | We don't hard-require since SSSD could be living in a different container. https://src.fedoraproject.org/rpms/mod_lookup_identity/pull-request/1
* https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Req ↵Jan Pazdziora2018-02-231-1/+5
| | | | uires
* Latest versions need the -n option to specify the bootstrap symbol.Jan Pazdziora2017-05-251-2/+4
|
* Tagging 1.0.0 release.mod_lookup_identity-1.0.0Jan Pazdziora2017-04-041-1/+5
|
* Fixing LookupUserByCertificateParamName directive name in docs.Jan Pazdziora2017-04-041-3/+3
|
* Fixing indent.Jan Pazdziora2017-04-041-1/+1
|
* Make LookupUserGECOS optional (no default) to support non-POSIX user identities.Jan Pazdziora2017-04-042-12/+13
|
* Tagging 0.9.9 release.mod_lookup_identity-0.9.9Jan Pazdziora2017-03-221-1/+4
|
* Add support for multiple users mapped to single certificateDavid Kupka2017-03-222-3/+49
|
* Tagging 0.9.8 release.mod_lookup_identity-0.9.8Jan Pazdziora2016-11-231-1/+5
|
* Use info for informational messages, since notice cannot be silenced for ↵Jan Pazdziora2016-11-231-1/+1
| | | | logs to files.
* Put the name of the module to the start of the message on Apache 2.4.Jan Pazdziora2016-11-231-1/+6
|
* Prefer ap_log_rerror for messages related to a particular request.Jan Pazdziora2016-11-231-19/+19
|
* Ensure lookup_user_by_certificate runs after mod_nss as well.mod_lookup_identity-0.9.7Jan Pazdziora2016-06-162-2/+5
|
* 1319138 - the Requires(pre) httpd does not seem to be needed.mod_lookup_identity-0.9.6Jan Pazdziora2016-03-211-2/+4
|
* Typo fix.mod_lookup_identity-0.9.5Jan Pazdziora2016-01-201-1/+1
|
* Compatibility for httpd-2.2.x.Jan Pazdziora2016-01-202-3/+10
| | | | | The ap_set_flag_slot_char and ap_hook_check_access are not available on 2.2.
* Whitespace fix.Jan Pazdziora2016-01-201-8/+8
|
* Tagging 0.9.4 release.mod_lookup_identity-0.9.4Jan Pazdziora2016-01-201-1/+4
|
* Promote LookupUserGroupsIter REMOTE_USER_GROUP (no plural).Jan Pazdziora2016-01-201-20/+20
|
* Add support for Base64 encoded HTTP header output.Jan Pazdziora2016-01-202-5/+53
|
* 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 ↵Jan Pazdziora2016-01-202-10/+23
| | | | value all.
* 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
| | | | | | | | | Addressing Error dbus calling GetUserGroups(admin, ): org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.sssd.infopipe was not provided by any .service files process 2577: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "(error) == NULL || !dbus_error_is_set ((error))" failed in file dbus-connection.c line 3346. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace [notice] child pid 2577 exit signal Aborted (6), possible coredump in /etc/httpd
* 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
| | | | | Addressing var_deref_op – Dereferencing null pointer "args".
* Fixing dead code.Jan Pazdziora2014-05-131-3/+1
| | | | | Addressing dead_error_line – Execution cannot reach this statement "the_config = create_common_...".
* Fixing duplicate apr_array_make call.Jan Pazdziora2014-05-131-1/+0
| | | | | Addressing returned_pointer – Pointer "gecos_array" returned by "apr_array_make(r->pool, 1, 8)" is never used.
* 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
| | | | separator and no Iter is used).
* Compile to C99.Jan Pazdziora2014-05-132-4/+5
| | | | | | Addressing warning: ISO C90 forbids mixed declarations and code warning: ISO C90 forbids specifying subobject to initialize
* 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
| | | | | | | | | information is not global in nature, or are otherwise handled (e.g. through a virtual provides system). e.g. a plugin package containing a binary shared library must not "provide" that library unless it is accessible through the system library paths. https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary
* Adding email address to changelog per ↵mod_lookup_identity-0.8.2Jan Pazdziora2014-01-301-7/+10
| | | | https://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs.
* 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 ↵Jan Pazdziora2014-01-301-1/+2
| | | | https://fedoraproject.org/wiki/PackagingDrafts/ApacheHTTPModules#Run-Time_Dependencies.
* Dropping dot from summary per ↵Jan Pazdziora2014-01-301-1/+1
| | | | https://fedoraproject.org/wiki/Packaging:Guidelines#Tags.
* 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 ↵mod_lookup_identity-0.8.1Jan Pazdziora2014-01-172-2/+7
| | | | headers for mod_proxy.
* Copyright year update.Jan Pazdziora2014-01-161-1/+1
|