summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)AuthorFilesLines
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher1-0/+1
2012-05-03LDAP: Enable looking up ID-mapped users by nameStephen Gallagher1-0/+1
2012-05-03SYSDB: Add sysdb routines for ID-mappingStephen Gallagher2-0/+346
2012-05-03LDAP: Add objectSID config optionStephen Gallagher1-0/+1
2012-05-03SYSDB: Handle upgrade script failures betterStephen Gallagher1-4/+13
2012-05-02SYSDB: check return valueJakub Hrozek1-2/+2
2012-05-02SYSDB: return EOK if empty message is passed into get_rm_msgJakub Hrozek1-0/+1
2012-05-02SUDO: Return ret, not EOKJakub Hrozek1-1/+1
2012-04-24Sysdb routines for subdomainsJan Zeleny3-81/+617
2012-04-18Removed unused function sysdb_attrs_users_from_ldb_vals()Jan Zeleny2-51/+0
2012-04-18Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek4-0/+68
2012-03-21Save alias of the primary name, tooJakub Hrozek1-3/+9
2012-03-16SYSDB: Save only lowercased aliases in case-insensitive domainsStephen Gallagher1-19/+28
2012-03-06Search netgroups by alias, tooJakub Hrozek2-3/+5
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose2-33/+0
2012-02-29Keep sysdb context in domain info structSumit Bose2-0/+89
2012-02-27SSH: Add more debugging messagesJan Cholasta1-4/+11
2012-02-26SSH: Save SSH host name aliasesJan Cholasta2-11/+83
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny2-0/+16
2012-02-24IPA hosts refactoringJan Zeleny1-0/+4
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-3/+3
2012-02-17Redesign purging of the sudo cachePavel Březina2-75/+315
2012-02-13Fix uninitialized in_transactionStephen Gallagher1-1/+1
2012-02-10Improve debug messages in sysdb_sudo_check_time()Pavel Březina1-4/+16
2012-02-07IPA: Add host info handlerJan Cholasta2-0/+159
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta1-0/+2
2012-02-06SUDO Integration - sysdb_sudo_check_time() fixPavel Březina1-6/+8
2012-02-06Added some SELinux-related sysdb routinesJan Zeleny3-1/+545
2012-02-06Renamed some sysdb constants for their wider usageJan Zeleny1-5/+3
2012-02-05AUTOFS: sysdb interfaceJakub Hrozek4-7/+520
2012-02-05SYSDB: Remove code duplication between member_add and member_delJakub Hrozek1-39/+14
2012-02-04Fixes for sudo_timedJakub Hrozek1-23/+40
2012-02-04SUDO Integration - responder 'sudo_timed' optionPavel Březina2-37/+132
2012-01-31SYSDB: index sudoUserJakub Hrozek3-1/+99
2012-01-31SYSDB: Add sysdb_attrs_get_uint16_tStephen Gallagher2-0/+28
2012-01-31SYSDB: extend sysdb_store_service() to accept additional attributesStephen Gallagher4-17/+41
2012-01-27SUDO Integration - make sysdb_get_sudo_filter() more configurablePavel Březina2-46/+68
2012-01-27SYSDB: add support for enumerating servicesStephen Gallagher2-0/+55
2012-01-27SYSDB: Add indexes for servicePort and serviceProtocolStephen Gallagher3-2/+104
2012-01-27SYSDB: Add sysdb routines for manipulating service entriesStephen Gallagher2-0/+773
2012-01-23SYSDB: Move add_string and add_ulong to sysdb_private.hStephen Gallagher2-4/+9
2012-01-21SYSDB: Redundant check is redundant.Stephen Gallagher1-5/+0
2012-01-17SUDO Integration - functions for manipulating with 'refreshed' attributePavel Březina2-0/+68
2012-01-17sysdb_get_bool() and sysdb_get_bool() functionsPavel Březina2-51/+108
2012-01-17SUDO Integration review issuesPavel Březina2-21/+14
2011-12-16SUDO Integration - sysdb interfaceJakub Hrozek2-0/+402
2011-12-16Export the function to convert ldb_result to sysdb_attrsJakub Hrozek2-0/+33
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek2-4/+33
2011-12-16sysdb_get_real_name helper functionJakub Hrozek2-0/+50
2011-11-28Fixed a typo in sysdb_upgrade_07() declarationJan Zeleny1-1/+1