summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* Handle conversion to fully qualified usernamesSimo Sorce2012-11-193-1/+98
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-193-1/+52
* Simplify writing db update functionsSimo Sorce2012-11-191-421/+192
* Display more information on DB version crashOndrej Kos2012-11-192-2/+64
* SYSDB: Do not touch the member attribute during conversion to ghost usersJakub Hrozek2012-11-151-11/+0
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-121-0/+1
* sysdb: add sysdb_base_dn()Sumit Bose2012-11-052-0/+5
* sysdb: look for ranges in the parent treeSumit Bose2012-11-051-1/+4
* SSH: When host keys are removed from LDAP, remove them from the cache as wellJan Cholasta2012-10-121-36/+34
* SSH: Expire hosts in known_hostsJan Cholasta2012-10-055-3/+179
* SSH: Refactor sysdb and related codeJan Cholasta2012-10-052-85/+182
* sysdb_master_domain_get_info: fix copy-and-paste errorSumit Bose2012-10-011-2/+2
* DB: Use TALLOC_CTX for talloc contextJakub Hrozek2012-09-241-10/+10
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-245-76/+58
* AUTOFS: convert the existing autofs entries during a sysdb upgradeJakub Hrozek2012-09-243-1/+144
* AUTOFS: Use both key and value in entry RDNJakub Hrozek2012-09-242-11/+40
* AUTOFS: Add entry objects below map objectsJakub Hrozek2012-09-244-146/+64
* DB: Cancel transaction in sysdb_store_user if sysdb_add_user failsJakub Hrozek2012-09-201-1/+8
* LDB_ERR_INVALID_ATTRIBUTE_SYNTAX added to sysdb_error_to_errno.Michal Zidek2012-09-201-0/+2
* SELinux: Always use the default if it exists on the serverJakub Hrozek2012-09-131-2/+9
* DB: Always write the SELinux object to sysdbJakub Hrozek2012-09-131-70/+8
* SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek2012-09-102-2/+5
* SYSDB: Commit transaction in sysdb_store_userJakub Hrozek2012-09-051-17/+19
* Unify usage of sysdb transactions (part 2).Michal Zidek2012-09-049-270/+330
* SYSDB: Make sysdb_attrs_get_el_int() publicStephen Gallagher2012-08-212-8/+10
* Only create the SELinux login file if there are mappings on the serverJakub Hrozek2012-08-161-6/+1
* Remove SYSDB_SUDO_CACHE_OC from attribute listsPavel Březina2012-08-071-1/+0
* Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OCPavel Březina2012-08-072-4/+4
* Remove redefinition of some SYSDB_* macrosPavel Březina2012-08-071-10/+0
* SYSDB: Use ldb_msg_add_string for simple string additionsJakub Hrozek2012-08-063-12/+12
* SYSDB: Check the return valueJakub Hrozek2012-08-061-0/+1
* Change refreshing of subdomainsSimo Sorce2012-08-012-7/+9
* Add realm paramter to subdomain listSimo Sorce2012-08-012-3/+63
* Fix return error and debug messageSimo Sorce2012-08-011-2/+7
* Use ldb_msg_add_string with bare stringsSimo Sorce2012-08-011-9/+7
* Fix wrong elements used in comparisonSimo Sorce2012-08-011-2/+2
* Fix double semi-colonsSimo Sorce2012-08-011-5/+5
* 80 columns policeSimo Sorce2012-08-011-8/+13
* Change subdomain_infoSimo Sorce2012-08-012-17/+17
* SYSDB: Add log message for unexpected LDB errorsStephen Gallagher2012-07-201-0/+3
* Fix sysdb_search_selinux_usermap_by_username return valueJakub Hrozek2012-07-201-0/+1
* Fix uninitialized valuesNick Guay2012-07-182-3/+3
* SYSDB: Delete SELinux mappingsJakub Hrozek2012-07-182-0/+19
* Modify priority evaluation in SELinux user mapsJan Zeleny2012-07-182-1/+34
* Add function sysdb_attrs_copy_values()Jan Zeleny2012-07-182-0/+27
* Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2012-07-101-2/+2
* sudo: clean upPavel Březina2012-06-292-212/+0
* sudo sysdb: add expiration time to the filterPavel Březina2012-06-292-0/+9
* sysdb: remove sudo_set/get_refreshedPavel Březina2012-06-292-63/+0
* sysdb: add getter/setter for last sudo full refresh timePavel Březina2012-06-292-0/+147