Age | Commit message (Expand) | Author | Files | Lines |
2009-12-10 | Fix DEBUG message for sysdb_init | Sumit Bose | 1 | -2/+2 |
2009-12-10 | Fix for #322, update from old database versions. | Simo Sorce | 1 | -1/+14 |
2009-12-10 | Fix for #316 | Simo Sorce | 1 | -3/+3 |
2009-12-10 | Handle the special 02 upgrade case for 04->05 | Simo Sorce | 1 | -0/+7 |
2009-12-10 | Add rebuild task to memberof plugin | Simo Sorce | 1 | -2/+126 |
2009-12-10 | Always update sysdb to the latest version | Sumit Bose | 1 | -3/+11 |
2009-12-07 | Fix nested group memberships | Simo Sorce | 1 | -0/+97 |
2009-12-07 | Make strdn build functions more available | Simo Sorce | 1 | -0/+48 |
2009-11-25 | Use ldb modules from build root for tests | Sumit Bose | 1 | -0/+4 |
2009-11-19 | Fix sysdb upgrade bug | Stephen Gallagher | 1 | -1/+1 |
2009-11-18 | Upgrade cache and local databases to case-sensitive names | Stephen Gallagher | 1 | -1/+93 |
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 1 | -20/+4 |
2009-11-07 | added access module of IPA provider | Sumit Bose | 1 | -0/+8 |
2009-11-06 | Make available method to quickly retrive string | Simo Sorce | 1 | -3/+32 |
2009-11-04 | Add sysdb_attrs_replace_name to sysdb API. | Sumit Bose | 1 | -0/+32 |
2009-11-02 | add sysdb_delete_recursive request to sysdb API | Sumit Bose | 1 | -0/+12 |
2009-10-26 | Zero pointers on free | Simo Sorce | 1 | -4/+4 |
2009-10-22 | add store/search/delete interface for custom sysdb objects | Sumit Bose | 1 | -0/+8 |
2009-10-09 | Remove magicPrivateGroups option | Simo Sorce | 1 | -0/+6 |
2009-09-23 | Revert "Use syslog for logging error conditions in SSSD" | Stephen Gallagher | 1 | -33/+33 |
2009-09-21 | Use syslog for logging error conditions in SSSD | Jakub Hrozek | 1 | -33/+33 |
2009-09-11 | Complete the removal of "legacy" option. | Simo Sorce | 1 | -0/+5 |
2009-09-08 | Split database in multiple files | Simo Sorce | 1 | -160/+633 |
2009-08-27 | Upgrade database to 0.2 | Simo Sorce | 1 | -2/+169 |
2009-08-27 | Always save using member/memberOf | Simo Sorce | 1 | -0/+24 |
2009-07-08 | Unify password caching ops in sysdb | Simo Sorce | 1 | -0/+20 |
2009-07-08 | Expose sysdb function to parse sysdb_attrs | Simo Sorce | 1 | -2/+2 |
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 1 | -3/+361 |
2009-05-28 | Suppress "rootdse" error messages. | Stephen Gallagher | 1 | -0/+6 |
2009-05-26 | Silence warnings | Simo Sorce | 1 | -3/+2 |
2009-03-06 | Add userspace tools to manipulate accounts. | Simo Sorce | 1 | -0/+2 |
2009-03-04 | Add internal min/max/next id management fucntions | Simo Sorce | 1 | -0/+6 |
2009-03-04 | Improve sysdb | Simo Sorce | 1 | -0/+36 |
2009-03-03 | Provide sysdb_set_user_attr() functions. | Simo Sorce | 1 | -0/+75 |
2009-02-28 | Expose some more functions needed by the tests | Simo Sorce | 1 | -0/+4 |
2009-02-28 | Convert sync calls in sysdb to async, transaction dependent, calls. | Simo Sorce | 1 | -0/+13 |
2009-02-26 | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 1 | -736/+9 |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -8/+8 |
2009-02-20 | Reorganize sysdb a bit, | Simo Sorce | 1 | -930/+154 |
2009-02-20 | Completely rework the nss interface to be able to use 2 | Simo Sorce | 1 | -2/+2 |
2009-02-17 | Fix another transaction mis-handling | Simo Sorce | 1 | -22/+20 |
2009-02-16 | ldb_msg_* functions do not reliably set errno on error, do not realy on that. | Simo Sorce | 1 | -34/+34 |
2009-02-13 | Object not found on delete is not really an error. | Simo Sorce | 1 | -10/+10 |
2009-02-13 | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 1 | -26/+120 |
2009-02-13 | Fix add member, remove one to many lines in the previous tidyup | Simo Sorce | 1 | -0/+6 |
2009-02-12 | - make all functions supposed to get input in posix format | Simo Sorce | 1 | -165/+170 |
2009-02-12 | Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gid | Stephen Gallagher | 1 | -3/+132 |
2009-02-12 | Add support for removing members from groups. Updated convenience functions f... | Stephen Gallagher | 1 | -25/+60 |
2009-02-12 | Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ... | Stephen Gallagher | 1 | -75/+70 |
2009-02-12 | Adding sysdb_add_acct_to_posix_group and associated unit tests | Stephen Gallagher | 1 | -4/+171 |