summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.c
Commit message (Expand)AuthorAgeFilesLines
* DB: Add sss_ldb_el_to_string_listJakub Hrozek2014-01-291-13/+24
* Add sysdb_attrs_get_int32_tSumit Bose2013-12-191-0/+26
* Add sysdb_attrs_add_lc_name_aliasSumit Bose2013-12-191-0/+22
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-10/+2
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-261-0/+10
* Kill sysdb->domainSimo Sorce2013-01-151-1/+0
* Move mpg flag to the domain where it belongsSimo Sorce2013-01-151-6/+0
* Pass the domain to upgrade functionsSimo Sorce2013-01-151-2/+2
* Add domain arguemnt to sysdb_get_real_name()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_has/set_enumerated()Simo Sorce2013-01-151-7/+5
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-1/+1
* Upgrade DB and move ranges into top level objectSimo Sorce2013-01-151-0/+7
* Make sysdb_custom_subtree_dn() require a domain.Simo Sorce2013-01-151-1/+2
* Make sysdb_custom_dn() require a domain.Simo Sorce2013-01-151-1/+2
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-2/+4
* Make sysdb_netgroup_base_dn() require a domain.Simo Sorce2013-01-151-3/+5
* Make sysdb_netgroup_dn() require a domain explictly.Simo Sorce2013-01-151-2/+2
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-151-2/+2
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-2/+2
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-5/+0
* Refactor single domain initializationSimo Sorce2013-01-151-31/+0
* Refactor sysdb initializationSimo Sorce2013-01-151-128/+11
* Translate LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS to EEXISTSumit Bose2013-01-081-0/+1
* Null pointer dereferenced.Michal Zidek2012-11-281-96/+100
* Handle conversion to fully qualified usernamesSimo Sorce2012-11-191-0/+7
* Display more information on DB version mismatchOndrej Kos2012-11-191-2/+34
* sysdb: add sysdb_base_dn()Sumit Bose2012-10-261-0/+4
* SSH: Expire hosts in known_hostsJan Cholasta2012-10-051-0/+7
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-17/+16
* AUTOFS: convert the existing autofs entries during a sysdb upgradeJakub Hrozek2012-09-241-0/+7
* LDB_ERR_INVALID_ATTRIBUTE_SYNTAX added to sysdb_error_to_errno.Michal Zidek2012-09-201-0/+2
* SYSDB: Make sysdb_attrs_get_el_int() publicStephen Gallagher2012-08-211-8/+8
* SYSDB: Use ldb_msg_add_string for simple string additionsJakub Hrozek2012-08-061-4/+4
* SYSDB: Add log message for unexpected LDB errorsStephen Gallagher2012-07-201-0/+3
* Add function sysdb_attrs_copy_values()Jan Zeleny2012-07-181-0/+24
* Ghost members - sysdb upgrade routineJan Zeleny2012-05-311-0/+7
* SYSDB: check return valueJakub Hrozek2012-05-021-2/+2
* Sysdb routines for subdomainsJan Zeleny2012-04-241-81/+110
* Removed unused function sysdb_attrs_users_from_ldb_vals()Jan Zeleny2012-04-181-46/+0
* Save alias of the primary name, tooJakub Hrozek2012-03-211-3/+9
* SYSDB: Save only lowercased aliases in case-insensitive domainsStephen Gallagher2012-03-161-19/+28
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-291-29/+0
* Keep sysdb context in domain info structSumit Bose2012-02-291-0/+80
* SYSDB: index sudoUserJakub Hrozek2012-01-311-0/+7
* SYSDB: Add sysdb_attrs_get_uint16_tStephen Gallagher2012-01-311-0/+26
* SYSDB: Add indexes for servicePort and serviceProtocolStephen Gallagher2012-01-271-0/+7
* SYSDB: Redundant check is redundant.Stephen Gallagher2012-01-211-5/+0
* sysdb_get_bool() and sysdb_get_bool() functionsPavel Březina2012-01-171-51/+97
* SUDO Integration review issuesPavel Březina2012-01-171-1/+1
* Export the function to convert ldb_result to sysdb_attrsJakub Hrozek2011-12-161-0/+29