summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* Make IPA SELinux provider aware of subdomain usersJakub Hrozek2013-09-032-4/+7
* Only try to relink ghost users if we're not enumeratingJakub Hrozek2013-04-291-0/+9
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-262-0/+12
* 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
* Fix a 'shadows a global declaration' warningSumit Bose2012-12-191-2/+2
* 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: support generalized time formatPavel Březina2012-12-132-13/+34
* sudo: include primary group in user group listPavel Březina2012-12-131-1/+41
* sysdb_get_sudo_user_info() initialize attrs on declarationPavel Březina2012-12-131-4/+3
* SYSDB: More debugging during the conversion to ghost usersJakub Hrozek2012-12-121-0/+9
* SYSDB: Move misplaced assignmentJakub Hrozek2012-12-101-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-261-0/+6
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-203-9/+41
* SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek2012-11-201-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-131-11/+0
* Add pac_user_get_grp_info() to read current group membershipsSumit Bose2012-11-101-0/+1
* sysdb: add sysdb_base_dn()Sumit Bose2012-10-262-0/+5
* sysdb: look for ranges in the parent treeSumit Bose2012-10-261-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