Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-13 | Fix uninitialized in_transaction | Stephen Gallagher | 1 | -1/+1 | |
Coverity #12521 and #12491 | |||||
2012-02-10 | Improve debug messages in sysdb_sudo_check_time() | Pavel Březina | 1 | -4/+16 | |
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 2 | -0/+159 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 1 | -0/+2 | |
2012-02-06 | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 1 | -6/+8 | |
2012-02-06 | Added some SELinux-related sysdb routines | Jan Zeleny | 3 | -1/+545 | |
2012-02-06 | Renamed some sysdb constants for their wider usage | Jan Zeleny | 1 | -5/+3 | |
2012-02-05 | AUTOFS: sysdb interface | Jakub Hrozek | 4 | -7/+520 | |
2012-02-05 | SYSDB: Remove code duplication between member_add and member_del | Jakub Hrozek | 1 | -39/+14 | |
2012-02-04 | Fixes for sudo_timed | Jakub Hrozek | 1 | -23/+40 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-02-04 | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 2 | -37/+132 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-01-31 | SYSDB: index sudoUser | Jakub Hrozek | 3 | -1/+99 | |
Most of the the searches in the Sudo responder include the sudoUser attribute. Indexing it will make the responder faster. | |||||
2012-01-31 | SYSDB: Add sysdb_attrs_get_uint16_t | Stephen Gallagher | 2 | -0/+28 | |
2012-01-31 | SYSDB: extend sysdb_store_service() to accept additional attributes | Stephen Gallagher | 4 | -17/+41 | |
2012-01-27 | SUDO Integration - make sysdb_get_sudo_filter() more configurable | Pavel Březina | 2 | -46/+68 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | SYSDB: add support for enumerating services | Stephen Gallagher | 2 | -0/+55 | |
2012-01-27 | SYSDB: Add indexes for servicePort and serviceProtocol | Stephen Gallagher | 3 | -2/+104 | |
2012-01-27 | SYSDB: Add sysdb routines for manipulating service entries | Stephen Gallagher | 2 | -0/+773 | |
2012-01-23 | SYSDB: Move add_string and add_ulong to sysdb_private.h | Stephen Gallagher | 2 | -4/+9 | |
2012-01-21 | SYSDB: Redundant check is redundant. | Stephen Gallagher | 1 | -5/+0 | |
Coverity 12480 | |||||
2012-01-17 | SUDO Integration - functions for manipulating with 'refreshed' attribute | Pavel Březina | 2 | -0/+68 | |
https://fedorahosted.org/sssd/ticket/1110 | |||||
2012-01-17 | sysdb_get_bool() and sysdb_get_bool() functions | Pavel Březina | 2 | -51/+108 | |
2012-01-17 | SUDO Integration review issues | Pavel Březina | 2 | -21/+14 | |
2011-12-16 | SUDO Integration - sysdb interface | Jakub Hrozek | 2 | -0/+402 | |
2011-12-16 | Export the function to convert ldb_result to sysdb_attrs | Jakub Hrozek | 2 | -0/+33 | |
It will be reused later in the sudo responder | |||||
2011-12-16 | Use the case sensitivity flag in the LDAP provider | Jakub Hrozek | 2 | -4/+33 | |
2011-12-16 | sysdb_get_real_name helper function | Jakub Hrozek | 2 | -0/+50 | |
2011-11-28 | Fixed a typo in sysdb_upgrade_07() declaration | Jan Zeleny | 1 | -1/+1 | |
2011-11-23 | Added and modified options for IPA netgroups | Jan Zeleny | 1 | -0/+8 | |
2011-11-22 | SYSDB: Make ENOENT log messages less threatening | Stephen Gallagher | 1 | -16/+54 | |
Previously, they were reported with the prefix "Error:" which caused confusion among end-users while debugging. | |||||
2011-11-21 | Fix FTBFS related to -Werror=format-security | Krzysztof Klimonda | 2 | -2/+2 | |
2011-11-02 | SYSDB: add index for nameAlias | Stephen Gallagher | 3 | -1/+97 | |
2011-11-02 | Handle group renaming correctly | Jan Zeleny | 1 | -2/+7 | |
https://fedorahosted.org/sssd/ticket/1040 | |||||
2011-10-31 | Plug memory leaks in sysdb_ops | Jakub Hrozek | 1 | -20/+54 | |
https://fedorahosted.org/sssd/ticket/1051 | |||||
2011-10-17 | Sanitize DN in sysdb_get_direct_parents | Jakub Hrozek | 1 | -1/+7 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 2 | -32/+55 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-10-07 | SYSDB: New source file for sysdb upgrade routines | Stephen Gallagher | 3 | -888/+929 | |
2011-10-06 | Fix typo in sysdb_get_direct_parents | Jakub Hrozek | 1 | -1/+1 | |
2011-10-03 | Use explicit base 10 for converting strings to integers | Jakub Hrozek | 2 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1013 | |||||
2011-09-28 | Return users and groups based on alias | Jakub Hrozek | 2 | -6/+7 | |
https://fedorahosted.org/sssd/ticket/926 | |||||
2011-09-28 | Add a sysdb_get_direct_parents function | Jakub Hrozek | 2 | -0/+108 | |
2011-09-28 | Add sysdb interface to get name aliases | Jakub Hrozek | 2 | -1/+64 | |
2011-09-28 | Multiline macro cleanup | Jakub Hrozek | 1 | -1/+1 | |
This is mostly a cosmetic patch. The purpose of wrapping a multi-line macro in a do { } while(0) is to make the macro usable as a regular statement, not a compound statement. When the while(0) is terminated with a semicolon, the do { } while(0); block becomes a compound statement again. | |||||
2011-08-25 | Return the first value of name if the multivalued name attribute does not ↵ | Jakub Hrozek | 1 | -3/+4 | |
match RDN https://fedorahosted.org/sssd/ticket/926 | |||||
2011-08-15 | Remaining memory context variables renamed | Jan Zeleny | 2 | -75/+75 | |
memctx to mem_ctx tmpctx to tmp_ctx | |||||
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 4 | -368/+363 | |
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well. | |||||
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 4 | -262/+93 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2011-08-15 | Added sysdb_ctx_get_domain function | Jan Zeleny | 2 | -0/+7 | |
2011-08-15 | sysdb refactoring: renamed ctx variable to sysdb | Jan Zeleny | 4 | -348/+348 | |
2011-08-10 | Fix potential double-free issue | Stephen Gallagher | 1 | -1/+1 | |
tmp_ctx is a child of ctx. |