summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix DEBUG message for sysdb_initSumit Bose2009-12-101-2/+2
* Fix for #322, update from old database versions.Simo Sorce2009-12-101-1/+14
* Fix for #316Simo Sorce2009-12-101-3/+3
* Handle the special 02 upgrade case for 04->05Simo Sorce2009-12-101-0/+7
* Add rebuild task to memberof pluginSimo Sorce2009-12-101-2/+126
* Always update sysdb to the latest versionSumit Bose2009-12-101-3/+11
* Fix nested group membershipsSimo Sorce2009-12-071-0/+97
* Make strdn build functions more availableSimo Sorce2009-12-071-0/+48
* Use ldb modules from build root for testsSumit Bose2009-11-251-0/+4
* Fix sysdb upgrade bugStephen Gallagher2009-11-191-1/+1
* Upgrade cache and local databases to case-sensitive namesStephen Gallagher2009-11-181-1/+93
* Fix tevent_req error checking.Simo Sorce2009-11-091-20/+4
* added access module of IPA providerSumit Bose2009-11-071-0/+8
* Make available method to quickly retrive stringSimo Sorce2009-11-061-3/+32
* Add sysdb_attrs_replace_name to sysdb API.Sumit Bose2009-11-041-0/+32
* add sysdb_delete_recursive request to sysdb APISumit Bose2009-11-021-0/+12
* Zero pointers on freeSimo Sorce2009-10-261-4/+4
* add store/search/delete interface for custom sysdb objectsSumit Bose2009-10-221-0/+8
* Remove magicPrivateGroups optionSimo Sorce2009-10-091-0/+6
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-33/+33
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-33/+33
* Complete the removal of "legacy" option.Simo Sorce2009-09-111-0/+5
* Split database in multiple filesSimo Sorce2009-09-081-160/+633
* Upgrade database to 0.2Simo Sorce2009-08-271-2/+169
* Always save using member/memberOfSimo Sorce2009-08-271-0/+24
* Unify password caching ops in sysdbSimo Sorce2009-07-081-0/+20
* Expose sysdb function to parse sysdb_attrsSimo Sorce2009-07-081-2/+2
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-3/+361
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+6
* Silence warningsSimo Sorce2009-05-261-3/+2
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-0/+2
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-041-0/+6
* Improve sysdbSimo Sorce2009-03-041-0/+36
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-031-0/+75
* Expose some more functions needed by the testsSimo Sorce2009-02-281-0/+4
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-281-0/+13
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-261-736/+9
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-8/+8
* Reorganize sysdb a bit,Simo Sorce2009-02-201-930/+154
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-2/+2
* Fix another transaction mis-handlingSimo Sorce2009-02-171-22/+20
* ldb_msg_* functions do not reliably set errno on error, do not realy on that.Simo Sorce2009-02-161-34/+34
* Object not found on delete is not really an error.Simo Sorce2009-02-131-10/+10
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-26/+120
* Fix add member, remove one to many lines in the previous tidyupSimo Sorce2009-02-131-0/+6
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-121-165/+170
* Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2009-02-121-3/+132
* Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2009-02-121-25/+60
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2009-02-121-75/+70
* Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2009-02-121-4/+171