summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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 crashOndrej Kos2012-11-191-2/+34
* sysdb: add sysdb_base_dn()Sumit Bose2012-11-051-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
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-4/+32
* sysdb_get_real_name helper functionJakub Hrozek2011-12-161-0/+46
* SYSDB: add index for nameAliasStephen Gallagher2011-11-021-0/+7
* SYSDB: New source file for sysdb upgrade routinesStephen Gallagher2011-10-071-888/+12
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-1/+1
* Add sysdb interface to get name aliasesJakub Hrozek2011-09-281-1/+59
* Return the first value of name if the multivalued name attribute does not mat...Jakub Hrozek2011-08-251-3/+4
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-74/+81
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-6/+4
* Added sysdb_ctx_get_domain functionJan Zeleny2011-08-151-0/+5
* sysdb refactoring: renamed ctx variable to sysdbJan Zeleny2011-08-151-126/+126
* Fix potential double-free issueStephen Gallagher2011-08-101-1/+1
* Cancel sysdb upgrade transaction if commit failsStephen Gallagher2011-08-101-60/+30
* Allow NULL memctx in sysdb_custom_subtree_dnStephen Gallagher2011-07-081-3/+11
* Added sysdb_attrs_get_bool() functionJan Zeleny2011-06-021-0/+22
* Make sysdb_ctx_list public structureJan Zeleny2011-05-041-0/+41
* Added originalDN to attributes with case-insensitive searchJan Zeleny2011-04-251-0/+103
* Reopen the LDB after modifying itStephen Gallagher2011-04-151-3/+20
* Run all appropriate upgradesStephen Gallagher2011-04-151-1/+17
* Don't leak memory if sysdb_domain_init() failsStephen Gallagher2011-04-151-3/+6
* sysdb: use header defined macros instead of explicit valuesSimo Sorce2011-04-131-9/+9
* Check result of talloc_strdup() properlyStephen Gallagher2011-03-231-1/+1
* Don't crash on error if _name parameter unspecifiedStephen Gallagher2011-03-231-2/+2