summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)AuthorFilesLines
2012-10-05SSH: Expire hosts in known_hostsJan Cholasta5-3/+179
2012-10-05SSH: Refactor sysdb and related codeJan Cholasta2-85/+182
2012-10-01sysdb_master_domain_get_info: fix copy-and-paste errorSumit Bose1-2/+2
2012-09-24DB: Use TALLOC_CTX for talloc contextJakub Hrozek1-10/+10
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek5-76/+58
2012-09-24AUTOFS: convert the existing autofs entries during a sysdb upgradeJakub Hrozek3-1/+144
2012-09-24AUTOFS: Use both key and value in entry RDNJakub Hrozek2-11/+40
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek4-146/+64
2012-09-20DB: Cancel transaction in sysdb_store_user if sysdb_add_user failsJakub Hrozek1-1/+8
2012-09-20LDB_ERR_INVALID_ATTRIBUTE_SYNTAX added to sysdb_error_to_errno.Michal Zidek1-0/+2
2012-09-13SELinux: Always use the default if it exists on the serverJakub Hrozek1-2/+9
2012-09-13DB: Always write the SELinux object to sysdbJakub Hrozek1-70/+8
2012-09-10SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek2-2/+5
2012-09-05SYSDB: Commit transaction in sysdb_store_userJakub Hrozek1-17/+19
2012-09-04Unify usage of sysdb transactions (part 2).Michal Zidek9-270/+330
2012-08-21SYSDB: Make sysdb_attrs_get_el_int() publicStephen Gallagher2-8/+10
2012-08-16Only create the SELinux login file if there are mappings on the serverJakub Hrozek1-6/+1
2012-08-07Remove SYSDB_SUDO_CACHE_OC from attribute listsPavel Březina1-1/+0
2012-08-07Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina2-4/+4
2012-08-07Remove redefinition of some SYSDB_* macrosPavel Březina1-10/+0
2012-08-06SYSDB: Use ldb_msg_add_string for simple string additionsJakub Hrozek3-12/+12
2012-08-06SYSDB: Check the return valueJakub Hrozek1-0/+1
2012-08-01Change refreshing of subdomainsSimo Sorce2-7/+9
2012-08-01Add realm paramter to subdomain listSimo Sorce2-3/+63
2012-08-01Fix return error and debug messageSimo Sorce1-2/+7
2012-08-01Use ldb_msg_add_string with bare stringsSimo Sorce1-9/+7
2012-08-01Fix wrong elements used in comparisonSimo Sorce1-2/+2
2012-08-01Fix double semi-colonsSimo Sorce1-5/+5
2012-08-0180 columns policeSimo Sorce1-8/+13
2012-08-01Change subdomain_infoSimo Sorce2-17/+17
2012-07-20SYSDB: Add log message for unexpected LDB errorsStephen Gallagher1-0/+3
2012-07-20Fix sysdb_search_selinux_usermap_by_username return valueJakub Hrozek1-0/+1
2012-07-18Fix uninitialized valuesNick Guay2-3/+3
2012-07-18SYSDB: Delete SELinux mappingsJakub Hrozek2-0/+19
2012-07-18Modify priority evaluation in SELinux user mapsJan Zeleny2-1/+34
2012-07-18Add function sysdb_attrs_copy_values()Jan Zeleny2-0/+27
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-2/+2
2012-06-29sudo: clean upPavel Březina2-212/+0
2012-06-29sudo sysdb: add expiration time to the filterPavel Březina2-0/+9
2012-06-29sysdb: remove sudo_set/get_refreshedPavel Březina2-63/+0
2012-06-29sysdb: add getter/setter for last sudo full refresh timePavel Březina2-0/+147
2012-06-29sudo sysdb: make sysdb_get_sudo_user_info more configurablePavel Březina1-25/+35
2012-06-21Add support for ID rangesSumit Bose2-0/+384
2012-06-12SYSDB: Reduce noise level of debug messages in lookupsStephen Gallagher1-6/+8
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny2-0/+173
2012-06-05Fix the 0.11 sysdb upgradeJakub Hrozek1-26/+26
2012-05-31Ghost members - sysdb upgrade routineJan Zeleny3-1/+157
2012-05-31Ghost members - modifications in sysdbJan Zeleny2-80/+153
2012-05-31Ghost members - add the ghost attribute to sysdbJan Zeleny1-0/+2
2012-05-11SYSDB: Handle user and group renames betterJakub Hrozek1-7/+39