| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress "rootdse" error messages. | Stephen Gallagher | 2009-05-28 | 1 | -0/+6 |
* | Silence warnings | Simo Sorce | 2009-05-26 | 1 | -3/+2 |
* | Fix manual UID assignment in sysdb | Jakub Hrozek | 2009-05-26 | 1 | -11/+15 |
* | added prototype for sysdb_set_cached_password | Sumit Bose | 2009-05-19 | 1 | -0/+6 |
* | Move actual password caching into sysdb | Simo Sorce | 2009-05-18 | 2 | -2/+49 |
* | Fixes for porting SSSD to Debian-based platforms | Stephen Gallagher | 2009-05-04 | 1 | -1/+0 |
* | Use different attribute for cached passwords | Simo Sorce | 2009-04-27 | 1 | -0/+2 |
* | enable uid/gid generation again | Sumit Bose | 2009-04-27 | 1 | -3/+6 |
* | fixes for user and group creation in LOCAL domain | Sumit Bose | 2009-04-23 | 1 | -0/+19 |
* | Always pass full domain info | Simo Sorce | 2009-04-13 | 2 | -25/+32 |
* | Clean up warnings in SSSD | Stephen Gallagher | 2009-04-07 | 1 | -1/+0 |
* | Add way to use files as a proxy backend fro LOCAL | Simo Sorce | 2009-04-01 | 2 | -3/+4 |
* | Fix segfault error caused by a double free | Simo Sorce | 2009-03-18 | 1 | -178/+118 |
* | Fix returning user with missing optional attributes. | Simo Sorce | 2009-03-10 | 2 | -9/+15 |
* | If a domain is MPG enabled return users a groups | Simo Sorce | 2009-03-10 | 2 | -15/+73 |
* | Fix bugs in functions dealing with groups | Simo Sorce | 2009-03-10 | 1 | -0/+6 |
* | Always pass sss_domain_info to sysdb functions. | Simo Sorce | 2009-03-09 | 2 | -57/+35 |
* | Move MPG checks within sysdb. | Simo Sorce | 2009-03-09 | 2 | -22/+199 |
* | Do not duplicate attribute names macros. | Simo Sorce | 2009-03-09 | 1 | -21/+18 |
* | Implement SetGroupGID in the InfoPipe | Stephen Gallagher | 2009-03-09 | 2 | -0/+72 |
* | Implement CreateUser in InfoPipe | Stephen Gallagher | 2009-03-06 | 2 | -2/+2 |
* | Remove obsolete comment | Simo Sorce | 2009-03-06 | 1 | -3/+0 |
* | Add userspace tools to manipulate accounts. | Simo Sorce | 2009-03-06 | 1 | -0/+2 |
* | Fix reporting non-default users. | Simo Sorce | 2009-03-06 | 1 | -0/+4 |
* | Remove _PW_ and _GR_ from SYSDB_ defines | Simo Sorce | 2009-03-05 | 4 | -56/+52 |
* | Implement GetCachedUsers in the InfoPipe | Stephen Gallagher | 2009-03-05 | 2 | -1/+9 |
* | Add functions to add regular users and groups | Simo Sorce | 2009-03-05 | 2 | -15/+299 |
* | Add internal min/max/next id management fucntions | Simo Sorce | 2009-03-04 | 3 | -14/+290 |
* | Improve sysdb | Simo Sorce | 2009-03-04 | 4 | -33/+87 |
* | Provide sysdb_set_user_attr() functions. | Simo Sorce | 2009-03-03 | 4 | -3/+155 |
* | Unify pwd_search and user_search | Simo Sorce | 2009-03-02 | 1 | -35/+11 |
* | Implement GetUserAttributes in the InfoPipe | Stephen Gallagher | 2009-03-02 | 2 | -0/+92 |
* | first version of LOCAL pam backend | Sumit Bose | 2009-03-02 | 1 | -0/+1 |
* | Expose some more functions needed by the tests | Simo Sorce | 2009-02-28 | 3 | -1/+114 |
* | Convert sync calls in sysdb to async, transaction dependent, calls. | Simo Sorce | 2009-02-28 | 7 | -962/+1041 |
* | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 2009-02-26 | 6 | -750/+1008 |
* | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 2009-02-26 | 2 | -16/+16 |
* | Reorganize sysdb a bit, | Simo Sorce | 2009-02-20 | 4 | -966/+1087 |
* | Completely rework the nss interface to be able to use 2 | Simo Sorce | 2009-02-20 | 1 | -2/+2 |
* | Fix another transaction mis-handling | Simo Sorce | 2009-02-17 | 1 | -22/+20 |
* | ldb_msg_* functions do not reliably set errno on error, do not realy on that. | Simo Sorce | 2009-02-16 | 1 | -34/+34 |
* | Object not found on delete is not really an error. | Simo Sorce | 2009-02-13 | 1 | -10/+10 |
* | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 2009-02-13 | 3 | -29/+192 |
* | Fix add member, remove one to many lines in the previous tidyup | Simo Sorce | 2009-02-13 | 1 | -0/+6 |
* | - make all functions supposed to get input in posix format | Simo Sorce | 2009-02-12 | 2 | -215/+217 |
* | Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gid | Stephen Gallagher | 2009-02-12 | 2 | -3/+140 |
* | Add support for removing members from groups. Updated convenience functions f... | Stephen Gallagher | 2009-02-12 | 2 | -41/+87 |
* | Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ... | Stephen Gallagher | 2009-02-12 | 2 | -75/+81 |
* | Adding sysdb_add_acct_to_posix_group and associated unit tests | Stephen Gallagher | 2009-02-12 | 2 | -6/+183 |
* | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 2009-02-12 | 2 | -6/+177 |