Age | Commit message (Expand) | Author | Files | Lines |
2009-03-08 | Fix initialization problems | Jakub Hrozek | 4 | -11/+12 |
2009-03-07 | sss_groupdel, delete by DN in sss_userdel | Jakub Hrozek | 4 | -74/+181 |
2009-03-07 | Fix race condition with initial sysdb creation | Stephen Gallagher | 1 | -0/+14 |
2009-03-06 | sss_groupadd | Jakub Hrozek | 3 | -1/+176 |
2009-03-06 | Implement DeleteGroup in InfoPipe | Stephen Gallagher | 2 | -2/+149 |
2009-03-06 | Implement CreateGroup in InfoPipe | Stephen Gallagher | 2 | -4/+193 |
2009-03-06 | Specfile changes related to package review, package initscript Call ldconfig | Jakub Hrozek | 4 | -0/+126 |
2009-03-06 | sss_userdel | Jakub Hrozek | 3 | -2/+235 |
2009-03-06 | Implement DeleteUser in the InfoPipe | Stephen Gallagher | 1 | -2/+166 |
2009-03-06 | Add sbus_reply_internal_error() feature to sbus_message_handler() | Stephen Gallagher | 1 | -2/+14 |
2009-03-06 | Add infp_req_init() function to simplify method setup | Stephen Gallagher | 3 | -64/+43 |
2009-03-06 | Implement CreateUser in InfoPipe | Stephen Gallagher | 5 | -9/+223 |
2009-03-06 | Remove obsolete comment | Simo Sorce | 1 | -3/+0 |
2009-03-06 | Add userspace tools to manipulate accounts. | Simo Sorce | 6 | -1/+654 |
2009-03-06 | added PAM default configuration to confdb_init_db | Sumit Bose | 2 | -7/+36 |
2009-03-06 | Fix reporting non-default users. | Simo Sorce | 3 | -301/+318 |
2009-03-06 | minor fixes for the build process | Sumit Bose | 3 | -1/+10 |
2009-03-05 | Remove _PW_ and _GR_ from SYSDB_ defines | Simo Sorce | 8 | -82/+78 |
2009-03-05 | Implement GetCachedUsers in the InfoPipe | Stephen Gallagher | 4 | -10/+205 |
2009-03-05 | Add functions to add regular users and groups | Simo Sorce | 3 | -27/+445 |
2009-03-05 | Adding support for SetUserUID to the InfoPipe | Stephen Gallagher | 4 | -7/+159 |
2009-03-05 | added password reset by root | Sumit Bose | 1 | -0/+5 |
2009-03-05 | added a privileged pipe | Sumit Bose | 6 | -8/+137 |
2009-03-04 | Add internal min/max/next id management fucntions | Simo Sorce | 5 | -15/+336 |
2009-03-04 | Add enumeration backout period. | Simo Sorce | 3 | -2/+39 |
2009-03-04 | Implement SetUserAttributes in the InfoPipe | Stephen Gallagher | 7 | -17/+573 |
2009-03-04 | Simplify some aspects of pam_LOCAL_domain | Simo Sorce | 3 | -138/+87 |
2009-03-04 | Improve sysdb | Simo Sorce | 4 | -33/+87 |
2009-03-04 | Fixing memory leak in GetUserAttributes | Stephen Gallagher | 1 | -1/+2 |
2009-03-03 | replaced pure ldb calls with sysdb calls | Sumit Bose | 3 | -120/+309 |
2009-03-03 | Provide sysdb_set_user_attr() functions. | Simo Sorce | 5 | -4/+157 |
2009-03-02 | Unify pwd_search and user_search | Simo Sorce | 1 | -35/+11 |
2009-03-02 | Do not steal memory in btreemaps. | Simo Sorce | 2 | -43/+24 |
2009-03-02 | Support byte arrays in InfoPipe GetUserAttributes | Stephen Gallagher | 1 | -27/+80 |
2009-03-02 | Make tests configurable | Jakub Hrozek | 3 | -3/+25 |
2009-03-02 | Implement GetUserAttributes in the InfoPipe | Stephen Gallagher | 13 | -58/+911 |
2009-03-02 | Create and own /var/lib/sss, memberof.so packaging | Jakub Hrozek | 1 | -5/+14 |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 11 | -6/+789 |
2009-02-28 | Adapt test to changes to the interface. | Simo Sorce | 1 | -169/+326 |
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 | 9 | -1313/+1652 |
2009-02-28 | Fix confdb issues. | Simo Sorce | 5 | -110/+67 |
2009-02-27 | Refactor creation of domain_map into confdb | Stephen Gallagher | 9 | -200/+211 |
2009-02-26 | Serialize access to sysdb and also exposes ldb transactions. | Simo Sorce | 9 | -780/+1063 |
2009-02-26 | Stop building replace.o until we decide if we use it again. | Simo Sorce | 1 | -1/+1 |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 45 | -323/+213 |
2009-02-25 | Adding InfoPipe entry to config.ldif example | Stephen Gallagher | 2 | -1/+7 |
2009-02-25 | added more ldap backend options and an example configuration | Sumit Bose | 2 | -68/+107 |
2009-02-25 | Simplify the code to retrieve the introspection file. | Simo Sorce | 1 | -31/+50 |
2009-02-25 | Store the InfoPipe introspection XML for subsequent requests. | Stephen Gallagher | 2 | -13/+18 |