summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* Only try to relink ghost users if we're not enumerating1.9.2-90Jakub Hrozek2013-05-301-0/+8
* SYSDB: Expire group if adding ghost users fails with EEXISTJakub Hrozek2013-01-231-2/+36
* SYSDB: make the sss_ldb_modify_permissive function publicJakub Hrozek2013-01-232-2/+11
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-222-5/+5
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-212-7/+29
* SYSDB: Split a function to read all SELinux mapsJakub Hrozek2013-01-082-23/+49
* SYSDB: Remove duplicate selinux definesJakub Hrozek2013-01-082-5/+1
* Translate LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS to EEXISTSumit Bose2013-01-081-0/+1
* SYSDB: Modify ghosts in permissive modeOndrej Kos2013-01-071-1/+33
* SYSDB: More debugging during the conversion to ghost users1.9.2-52Jakub Hrozek2012-12-191-0/+9
* SYSDB: Add API to invalidate all map objectsJakub Hrozek2012-12-182-0/+94
* SYSDB: fix copy-n-paste errorJakub Hrozek2012-12-181-1/+1
* sudo: include primary group in user group list1.9.2-43Pavel Březina2012-12-141-1/+41
* sysdb_get_sudo_user_info() initialize attrs on declarationPavel Březina2012-12-141-4/+3
* SYSDB: Move misplaced assignmentJakub Hrozek2012-12-141-2/+1
* Null pointer dereferenced.Michal Zidek2012-11-281-96/+100
* Uninitialized pointer readMichal Zidek2012-11-281-1/+1
* SYSDB: Don't operate with aliases same as nameOndrej Kos2012-11-271-0/+6
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-213-9/+41
* SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek2012-11-211-24/+9
* 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