Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing indent. | Jan Pazdziora | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Make LookupUserGECOS optional (no default) to support non-POSIX user identities. | Jan Pazdziora | 2017-04-04 | 1 | -9/+7 |
| | |||||
* | Add support for multiple users mapped to single certificate | David Kupka | 2017-03-22 | 1 | -0/+29 |
| | |||||
* | Use info for informational messages, since notice cannot be silenced for ↵ | Jan Pazdziora | 2016-11-23 | 1 | -1/+1 |
| | | | | logs to files. | ||||
* | Put the name of the module to the start of the message on Apache 2.4. | Jan Pazdziora | 2016-11-23 | 1 | -1/+6 |
| | |||||
* | Prefer ap_log_rerror for messages related to a particular request. | Jan Pazdziora | 2016-11-23 | 1 | -19/+19 |
| | |||||
* | Ensure lookup_user_by_certificate runs after mod_nss as well.mod_lookup_identity-0.9.7 | Jan Pazdziora | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | Compatibility for httpd-2.2.x. | Jan Pazdziora | 2016-01-20 | 1 | -2/+6 |
| | | | | | The ap_set_flag_slot_char and ap_hook_check_access are not available on 2.2. | ||||
* | Whitespace fix. | Jan Pazdziora | 2016-01-20 | 1 | -8/+8 |
| | |||||
* | Add support for Base64 encoded HTTP header output. | Jan Pazdziora | 2016-01-20 | 1 | -3/+21 |
| | |||||
* | For r->headers_in, underscore mustn't be used. | Jan Pazdziora | 2016-01-20 | 1 | -6/+6 |
| | |||||
* | Add LookupOutput headers option to populate HTTP request headers; deprecate ↵ | Jan Pazdziora | 2016-01-20 | 1 | -9/+20 |
| | | | | value all. | ||||
* | Add support for LookupUserByCertificate.mod_lookup_identity-0.9.3 | Jan Pazdziora | 2015-08-03 | 1 | -3/+168 |
| | |||||
* | Fix reporting of failed calls that have no parameters. | Jan Pazdziora | 2014-06-27 | 1 | -4/+4 |
| | |||||
* | Reinitialize the error structure after error. | Jan Pazdziora | 2014-06-27 | 1 | -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 | ||||
* | Check the args pointer. | Jan Pazdziora | 2014-05-13 | 1 | -1/+1 |
| | | | | | Addressing var_deref_op – Dereferencing null pointer "args". | ||||
* | Fixing dead code. | Jan Pazdziora | 2014-05-13 | 1 | -3/+1 |
| | | | | | Addressing dead_error_line – Execution cannot reach this statement "the_config = create_common_...". | ||||
* | Fixing duplicate apr_array_make call. | Jan Pazdziora | 2014-05-13 | 1 | -1/+0 |
| | | | | | Addressing returned_pointer – Pointer "gecos_array" returned by "apr_array_make(r->pool, 1, 8)" is never used. | ||||
* | apr_hash_count can be used to get the number of keys instead of looping. | Jan Pazdziora | 2014-05-13 | 1 | -13/+5 |
| | |||||
* | Support +VARIABLE name to append (or set only when previously unset, when no ↵ | Jan Pazdziora | 2014-05-13 | 1 | -45/+79 |
| | | | | separator and no Iter is used). | ||||
* | Fix format of logs of dbus calls. | Jan Pazdziora | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Ensure we run before mod_headers so that our result can be put to request ↵mod_lookup_identity-0.8.1 | Jan Pazdziora | 2014-01-17 | 1 | -1/+2 |
| | | | | headers for mod_proxy. | ||||
* | Declare all functions static for proper isolation.mod_lookup_identity-0.8 | Jan Pazdziora | 2014-01-14 | 1 | -11/+11 |
| | |||||
* | When LookupUserAttr is configured and no LookupUserAttrIter is, segfault ↵mod_lookup_identity-0.7.1 | Jakub Hrozek | 2013-11-21 | 1 | -1/+3 |
| | | | | | | would happen. Avoid setting seen values when it is uninitialized. | ||||
* | Allow lookup_identity_hook to be called from other modules. | Jan Pazdziora | 2013-11-19 | 1 | -0/+4 |
| | |||||
* | Debug/info logging. | Jan Pazdziora | 2013-11-19 | 1 | -10/+14 |
| | |||||
* | Use GetUserGroups for group lists and support new GetUserAttr signature. ↵ | Jan Pazdziora | 2013-11-18 | 1 | -177/+327 |
| | | | | Added LookupUserGroupsIter and removed LookupOutputGroupsSeparator. | ||||
* | Purging trailing tab. | Jan Pazdziora | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Apache License, Version 2.0. | Jan Pazdziora | 2013-10-28 | 1 | -0/+16 |
| | |||||
* | Replacing sss_lookup_user_get_attr with dbus call. | Jan Pazdziora | 2013-10-28 | 1 | -17/+83 |
| | | | | | | | | | Implementing the equivalent of dbus-send --print-reply --system \ --dest=org.freedesktop.sssd.infopipe \ /org/freedesktop/sssd/infopipe \ org.freedesktop.sssd.infopipe.GetUserAttr \ string:$USER string:$ATTRIBUTE | ||||
* | Make the LookupUserAttr functionality compile-time conditional. | Jan Pazdziora | 2013-08-13 | 1 | -0/+12 |
| | |||||
* | Add LookupUserAttr and call to sss_lookup_user_get_attr. | Jan Pazdziora | 2013-08-13 | 1 | -0/+62 |
| | |||||
* | Use apr_strdup instead of the manual strcpy. | Jan Pazdziora | 2013-08-13 | 1 | -8/+4 |
| | |||||
* | Default the group separator to colon instead of space. | Jan Pazdziora | 2013-07-25 | 1 | -1/+1 |
| | | | | | | Simo mentions that the safe character to use to separate a list is ':' as it cannot be used in /etc/group and is an invalid char in AD. | ||||
* | Apache module mod_lookup_identity. | Jan Pazdziora | 2013-07-24 | 1 | -0/+235 |