Age | Commit message (Expand) | Author | Files | Lines |
2009-04-13 | Always pass full domain info | Simo Sorce | 2 | -25/+32 |
2009-04-07 | Clean up warnings in SSSD | Stephen Gallagher | 1 | -1/+0 |
2009-04-01 | Add way to use files as a proxy backend fro LOCAL | Simo Sorce | 2 | -3/+4 |
2009-03-18 | Fix segfault error caused by a double free | Simo Sorce | 1 | -178/+118 |
2009-03-10 | Fix returning user with missing optional attributes. | Simo Sorce | 2 | -9/+15 |
2009-03-10 | If a domain is MPG enabled return users a groups | Simo Sorce | 2 | -15/+73 |
2009-03-10 | Fix bugs in functions dealing with groups | Simo Sorce | 1 | -0/+6 |
2009-03-09 | Always pass sss_domain_info to sysdb functions. | Simo Sorce | 2 | -57/+35 |
2009-03-09 | Move MPG checks within sysdb. | Simo Sorce | 2 | -22/+199 |
2009-03-09 | Do not duplicate attribute names macros. | Simo Sorce | 1 | -21/+18 |
2009-03-09 | Implement SetGroupGID in the InfoPipe | Stephen Gallagher | 2 | -0/+72 |
2009-03-06 | Implement CreateUser in InfoPipe | Stephen Gallagher | 2 | -2/+2 |
2009-03-06 | Remove obsolete comment | Simo Sorce | 1 | -3/+0 |
2009-03-06 | Add userspace tools to manipulate accounts. | Simo Sorce | 1 | -0/+2 |
2009-03-06 | Fix reporting non-default users. | Simo Sorce | 1 | -0/+4 |
2009-03-05 | Remove _PW_ and _GR_ from SYSDB_ defines | Simo Sorce | 4 | -56/+52 |
2009-03-05 | Implement GetCachedUsers in the InfoPipe | Stephen Gallagher | 2 | -1/+9 |
2009-03-05 | Add functions to add regular users and groups | Simo Sorce | 2 | -15/+299 |
2009-03-04 | Add internal min/max/next id management fucntions | Simo Sorce | 3 | -14/+290 |
2009-03-04 | Improve sysdb | Simo Sorce | 4 | -33/+87 |
2009-03-03 | Provide sysdb_set_user_attr() functions. | Simo Sorce | 4 | -3/+155 |
2009-03-02 | Unify pwd_search and user_search | Simo Sorce | 1 | -35/+11 |
2009-03-02 | Implement GetUserAttributes in the InfoPipe | Stephen Gallagher | 2 | -0/+92 |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+1 |
2009-02-28 | Expose some more functions needed by the tests | Simo Sorce | 3 | -1/+114 |
2009-02-28 | Convert sync calls in sysdb to async, transaction dependent, calls. | Simo Sorce | 7 | -962/+1041 |
2009-02-26 | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 6 | -750/+1008 |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 2 | -16/+16 |
2009-02-20 | Reorganize sysdb a bit, | Simo Sorce | 4 | -966/+1087 |
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 | 3 | -29/+192 |
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 | 2 | -215/+217 |
2009-02-12 | Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gid | Stephen Gallagher | 2 | -3/+140 |
2009-02-12 | Add support for removing members from groups. Updated convenience functions f... | Stephen Gallagher | 2 | -41/+87 |
2009-02-12 | Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ... | Stephen Gallagher | 2 | -75/+81 |
2009-02-12 | Adding sysdb_add_acct_to_posix_group and associated unit tests | Stephen Gallagher | 2 | -6/+183 |
2009-02-12 | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 2 | -6/+177 |
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 2 | -0/+1273 |