summaryrefslogtreecommitdiffstats
path: root/src/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also return member groups to the clientSumit Bose2010-10-132-60/+83
* Add sysdb_netgroup_base_dn()Sumit Bose2010-10-132-0/+8
* Do not fail if netgroup exists just update the attributesSumit Bose2010-10-131-1/+1
* Netgroups sysdb APIStephen Gallagher2010-10-134-2/+802
* Fix sysdb_attrs_to_listJakub Hrozek2010-09-221-2/+2
* Fix sysdb_group_dn_nameJakub Hrozek2010-09-221-1/+8
* Initgroups on a non-cached user should go to the data providerStephen Gallagher2010-09-221-1/+11
* Fix missing variable substitution in DEBUG messageStephen Gallagher2010-09-221-2/+2