Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SYSDB: check return value | Jakub Hrozek | 2012-05-02 | 1 | -2/+2 |
| | | | | | In addition to testing the number of elements, also check the return value of sysdb_attrs_get_el. | ||||
* | SYSDB: return EOK if empty message is passed into get_rm_msg | Jakub Hrozek | 2012-05-02 | 1 | -0/+1 |
| | | | | | If the code never entered the loop in get_rm_message, we would return arbitrary return value. | ||||
* | SUDO: Return ret, not EOK | Jakub Hrozek | 2012-05-02 | 1 | -1/+1 |
| | | | | | | | This patch fixes bad refactoring - the function used to return value directly on error and EOK as the last statement. If was then converted into using goto label, but the last statement was still returning EOK instead of the value it should. | ||||
* | Sysdb routines for subdomains | Jan Zeleny | 2012-04-24 | 3 | -81/+617 |
| | |||||
* | Removed unused function sysdb_attrs_users_from_ldb_vals() | Jan Zeleny | 2012-04-18 | 2 | -51/+0 |
| | |||||
* | Add sysdb_set_service_attr and sysdb_set_autofsmap_attr | Jakub Hrozek | 2012-04-18 | 4 | -0/+68 |
| | |||||
* | Save alias of the primary name, too | Jakub Hrozek | 2012-03-21 | 1 | -3/+9 |
| | |||||
* | SYSDB: Save only lowercased aliases in case-insensitive domains | Stephen Gallagher | 2012-03-16 | 1 | -19/+28 |
| | | | | https://fedorahosted.org/sssd/ticket/1253 | ||||
* | Search netgroups by alias, too | Jakub Hrozek | 2012-03-06 | 2 | -3/+5 |
| | | | | https://fedorahosted.org/sssd/ticket/1228 | ||||
* | Remove sysdb_get_ctx_from_list() | Sumit Bose | 2012-02-29 | 2 | -33/+0 |
| | |||||
* | Keep sysdb context in domain info struct | Sumit Bose | 2012-02-29 | 2 | -0/+89 |
| | |||||
* | SSH: Add more debugging messages | Jan Cholasta | 2012-02-27 | 1 | -4/+11 |
| | |||||
* | SSH: Save SSH host name aliases | Jan Cholasta | 2012-02-26 | 2 | -11/+83 |
| | |||||
* | Delete missing attributes from netgroups to be stored | Jan Zeleny | 2012-02-24 | 2 | -0/+16 |
| | | | | https://fedorahosted.org/sssd/ticket/1136 | ||||
* | IPA hosts refactoring | Jan Zeleny | 2012-02-24 | 1 | -0/+4 |
| | |||||
* | Don't give memory context in confdb where not needed | Jan Zeleny | 2012-02-21 | 1 | -3/+3 |
| | |||||
* | Redesign purging of the sudo cache | Pavel Březina | 2012-02-17 | 2 | -75/+315 |
| | | | | https://fedorahosted.org/sssd/ticket/1173 | ||||
* | Fix uninitialized in_transaction | Stephen Gallagher | 2012-02-13 | 1 | -1/+1 |
| | | | | Coverity #12521 and #12491 | ||||
* | Improve debug messages in sysdb_sudo_check_time() | Pavel Březina | 2012-02-10 | 1 | -4/+16 |
| | |||||
* | IPA: Add host info handler | Jan Cholasta | 2012-02-07 | 2 | -0/+159 |
| | |||||
* | LDAP: Add support for SSH user public keys | Jan Cholasta | 2012-02-07 | 1 | -0/+2 |
| | |||||
* | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 2012-02-06 | 1 | -6/+8 |
| | |||||
* | Added some SELinux-related sysdb routines | Jan Zeleny | 2012-02-06 | 3 | -1/+545 |
| | |||||
* | Renamed some sysdb constants for their wider usage | Jan Zeleny | 2012-02-06 | 1 | -5/+3 |
| | |||||
* | AUTOFS: sysdb interface | Jakub Hrozek | 2012-02-05 | 4 | -7/+520 |
| | |||||
* | SYSDB: Remove code duplication between member_add and member_del | Jakub Hrozek | 2012-02-05 | 1 | -39/+14 |
| | |||||
* | Fixes for sudo_timed | Jakub Hrozek | 2012-02-04 | 1 | -23/+40 |
| | | | | https://fedorahosted.org/sssd/ticket/1116 | ||||
* | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 2012-02-04 | 2 | -37/+132 |
| | | | | https://fedorahosted.org/sssd/ticket/1116 | ||||
* | SYSDB: index sudoUser | Jakub Hrozek | 2012-01-31 | 3 | -1/+99 |
| | | | | | Most of the the searches in the Sudo responder include the sudoUser attribute. Indexing it will make the responder faster. | ||||
* | SYSDB: Add sysdb_attrs_get_uint16_t | Stephen Gallagher | 2012-01-31 | 2 | -0/+28 |
| | |||||
* | SYSDB: extend sysdb_store_service() to accept additional attributes | Stephen Gallagher | 2012-01-31 | 4 | -17/+41 |
| | |||||
* | SUDO Integration - make sysdb_get_sudo_filter() more configurable | Pavel Březina | 2012-01-27 | 2 | -46/+68 |
| | | | | https://fedorahosted.org/sssd/ticket/1143 | ||||
* | SYSDB: add support for enumerating services | Stephen Gallagher | 2012-01-27 | 2 | -0/+55 |
| | |||||
* | SYSDB: Add indexes for servicePort and serviceProtocol | Stephen Gallagher | 2012-01-27 | 3 | -2/+104 |
| | |||||
* | SYSDB: Add sysdb routines for manipulating service entries | Stephen Gallagher | 2012-01-27 | 2 | -0/+773 |
| | |||||
* | SYSDB: Move add_string and add_ulong to sysdb_private.h | Stephen Gallagher | 2012-01-23 | 2 | -4/+9 |
| | |||||
* | SYSDB: Redundant check is redundant. | Stephen Gallagher | 2012-01-21 | 1 | -5/+0 |
| | | | | Coverity 12480 | ||||
* | SUDO Integration - functions for manipulating with 'refreshed' attribute | Pavel Březina | 2012-01-17 | 2 | -0/+68 |
| | | | | https://fedorahosted.org/sssd/ticket/1110 | ||||
* | sysdb_get_bool() and sysdb_get_bool() functions | Pavel Březina | 2012-01-17 | 2 | -51/+108 |
| | |||||
* | SUDO Integration review issues | Pavel Březina | 2012-01-17 | 2 | -21/+14 |
| | |||||
* | SUDO Integration - sysdb interface | Jakub Hrozek | 2011-12-16 | 2 | -0/+402 |
| | |||||
* | Export the function to convert ldb_result to sysdb_attrs | Jakub Hrozek | 2011-12-16 | 2 | -0/+33 |
| | | | | It will be reused later in the sudo responder | ||||
* | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 2011-12-16 | 2 | -4/+33 |
| | |||||
* | sysdb_get_real_name helper function | Jakub Hrozek | 2011-12-16 | 2 | -0/+50 |
| | |||||
* | Fixed a typo in sysdb_upgrade_07() declaration | Jan Zeleny | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Added and modified options for IPA netgroups | Jan Zeleny | 2011-11-23 | 1 | -0/+8 |
| | |||||
* | SYSDB: Make ENOENT log messages less threatening | Stephen Gallagher | 2011-11-22 | 1 | -16/+54 |
| | | | | | Previously, they were reported with the prefix "Error:" which caused confusion among end-users while debugging. | ||||
* | Fix FTBFS related to -Werror=format-security | Krzysztof Klimonda | 2011-11-21 | 2 | -2/+2 |
| | |||||
* | SYSDB: add index for nameAlias | Stephen Gallagher | 2011-11-02 | 3 | -1/+97 |
| | |||||
* | Handle group renaming correctly | Jan Zeleny | 2011-11-02 | 1 | -2/+7 |
| | | | | https://fedorahosted.org/sssd/ticket/1040 |