summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
...
* Return the first value of name if the multivalued name attribute does not mat...Jakub Hrozek2011-08-251-3/+4
* Remaining memory context variables renamedJan Zeleny2011-08-152-75/+75
* sysdb refactoring: memory context deletedJan Zeleny2011-08-154-368/+363
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-154-262/+93
* Added sysdb_ctx_get_domain functionJan Zeleny2011-08-152-0/+7
* sysdb refactoring: renamed ctx variable to sysdbJan Zeleny2011-08-154-348/+348
* 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
* Non-posix group processing - sysdb changesJan Zeleny2011-06-022-19/+26
* Added sysdb_attrs_get_bool() functionJan Zeleny2011-06-022-0/+24
* Change sysdb_add_fake_user to add OriginalDNJakub Hrozek2011-05-202-2/+10
* Some minor fixes and changes in sysdb_opsJan Zeleny2011-05-041-17/+40
* Add a function for searching netgroups with custom filterJan Zeleny2011-05-042-0/+65
* Make sysdb_ctx_list public structureJan Zeleny2011-05-043-8/+53
* Added originalDN to attributes with case-insensitive searchJan Zeleny2011-04-252-1/+106
* 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
* Add host access control supportPierre Ossman2011-03-241-0/+1
* 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
* Don't crash if we get a multivalued name without an origDNStephen Gallagher2011-03-231-1/+3
* Add sysdb_attrs_primary_name_list() routineStephen Gallagher2011-03-232-0/+59
* Add originalDN to fake groupsJakub Hrozek2011-03-232-2/+9
* Add sysdb_attrs_primary_name()Stephen Gallagher2011-03-232-0/+106
* Create sysdb_get_rdn() functionStephen Gallagher2011-03-232-13/+50
* Do not try to delete sysbd memberOf attributeSumit Bose2011-02-281-0/+4
* Check LDB_MODULES_PATH for sysdbSumit Bose2011-02-141-0/+9
* Introduce sysdb_ldb_connect()Sumit Bose2011-02-141-45/+42
* Make 'make check' look nice againSumit Bose2011-02-111-8/+0
* Clear up -Wunused-but-set-variable warningsStephen Gallagher2011-02-111-0/+3
* Add additional indexing for sysdbStephen Gallagher2011-02-032-1/+117
* Delete attributes that are removed from LDAPStephen Gallagher2011-01-212-0/+125
* Do not throw a DP error when a netgroup is not foundStephen Gallagher2011-01-141-1/+4
* Work around libldb bugStephen Gallagher2011-01-141-2/+10
* Add authorizedService supportStephen Gallagher2010-12-211-0/+2
* Add sysdb_has_enumerated and sysdb_set_enumerated helper functionsStephen Gallagher2010-12-202-0/+152
* Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher2010-11-152-2/+2
* Fix const cast warning for sysdb_update_membersStephen Gallagher2010-11-152-4/+4
* Sanitize sysdb DN helpersStephen Gallagher2010-11-151-7/+83
* Sanitize search filters for the sysdbStephen Gallagher2010-11-151-6/+39
* Add sysdb utility function for sanitizing DNStephen Gallagher2010-11-152-0/+27
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-262-9/+9
* Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher2010-10-182-39/+91
* sysdb interface for adding fake usersJakub Hrozek2010-10-152-0/+65
* sysdb interface for adding incomplete groupsJakub Hrozek2010-10-152-0/+49
* Add sysdb_attrs_get_ulong utility functionJakub Hrozek2010-10-152-0/+29
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-0/+3