| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 2009-02-26 | 45 | -323/+213 |
* | Ignore config.h and config.h.in | Simo Sorce | 2009-02-26 | 1 | -0/+2 |
* | Adding InfoPipe entry to config.ldif example | Stephen Gallagher | 2009-02-25 | 3 | -2/+9 |
* | added more ldap backend options and an example configuration | Sumit Bose | 2009-02-25 | 2 | -68/+107 |
* | Simplify the code to retrieve the introspection file. | Simo Sorce | 2009-02-25 | 1 | -31/+50 |
* | Store the InfoPipe introspection XML for subsequent requests. | Stephen Gallagher | 2009-02-25 | 2 | -13/+18 |
* | top-level Makefile, create libdir/name in server/Makefile.in | Jakub Hrozek | 2009-02-25 | 3 | -0/+56 |
* | Add PAM client | Sumit Bose | 2009-02-24 | 16 | -80/+559 |
* | Add PAM responder | Sumit Bose | 2009-02-24 | 28 | -176/+2991 |
* | Spec file patch Take 3: | Stephen Gallagher | 2009-02-24 | 1 | -0/+78 |
* | Fix SEGFAULT in CheckPermissions | Stephen Gallagher | 2009-02-24 | 1 | -1/+2 |
* | Proper fix for memory handling problem. | Simo Sorce | 2009-02-24 | 14 | -161/+313 |
* | Revert "Fixing serious memory allocation bug in sbus_message_handler." | Simo Sorce | 2009-02-24 | 12 | -167/+186 |
* | Adding support for CheckPermissions to InfoPipe. | Stephen Gallagher | 2009-02-24 | 10 | -8/+696 |
* | Spec file patch Take 2: | Stephen Gallagher | 2009-02-24 | 6 | -18/+46 |
* | Adding support for generating RPMS for sssd. | Stephen Gallagher | 2009-02-24 | 1 | -14/+43 |
* | Add D-BUS introspection to InfoPipe This function is necessary to play nice w... | Stephen Gallagher | 2009-02-24 | 5 | -5/+90 |
* | Fixing serious memory allocation bug in sbus_message_handler. | Stephen Gallagher | 2009-02-23 | 12 | -169/+156 |
* | Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste... | Stephen Gallagher | 2009-02-23 | 13 | -51/+675 |
* | Change examples accordingly to changes in the code | Simo Sorce | 2009-02-20 | 2 | -7/+10 |
* | Reorganize sysdb a bit, | Simo Sorce | 2009-02-20 | 6 | -980/+1096 |
* | Add helper function to get booleans from confdb | Simo Sorce | 2009-02-20 | 2 | -9/+46 |
* | Completely rework the nss interface to be able to use 2 | Simo Sorce | 2009-02-20 | 9 | -440/+1588 |
* | Fix segfault bugs, and incorrect detection of ENOMEM when filling | Simo Sorce | 2009-02-20 | 2 | -17/+18 |
* | Fix another transaction mis-handling | Simo Sorce | 2009-02-17 | 1 | -22/+20 |
* | Modifying sbus_message_handler to return DBUS_ERROR_UNKNOWN_METHOD when the r... | Stephen Gallagher | 2009-02-16 | 1 | -2/+10 |
* | Enhancements and bugfixes to util/btreemap.c 1) Remove useless and unused btr... | Stephen Gallagher | 2009-02-16 | 3 | -26/+38 |
* | ldb_msg_* functions do not reliably set errno on error, do not realy on that. | Simo Sorce | 2009-02-16 | 1 | -34/+34 |
* | Make backend requests async | Simo Sorce | 2009-02-13 | 4 | -72/+599 |
* | Object not found on delete is not really an error. | Simo Sorce | 2009-02-13 | 1 | -10/+10 |
* | If we find the service we are done | Simo Sorce | 2009-02-13 | 1 | -1/+2 |
* | Add a separte global checker that does not depend on individual | Simo Sorce | 2009-02-13 | 1 | -28/+91 |
* | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 2009-02-13 | 10 | -47/+223 |
* | Fix add member, remove one to many lines in the previous tidyup | Simo Sorce | 2009-02-13 | 1 | -0/+6 |
* | Remove dp_cli_sbus_init | Simo Sorce | 2009-02-12 | 3 | -128/+5 |
* | Add syntaxes for member and memberof | Simo Sorce | 2009-02-12 | 1 | -0/+8 |
* | Fix copy&paste error | Simo Sorce | 2009-02-12 | 1 | -1/+1 |
* | Add indexes and attribute types for common attributes | Simo Sorce | 2009-02-12 | 1 | -0/+18 |
* | - make all functions supposed to get input in posix format | Simo Sorce | 2009-02-12 | 4 | -315/+240 |
* | Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gid | Stephen Gallagher | 2009-02-12 | 3 | -19/+253 |
* | Add support for removing members from groups. Updated convenience functions f... | Stephen Gallagher | 2009-02-12 | 3 | -68/+184 |
* | Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ... | Stephen Gallagher | 2009-02-12 | 3 | -92/+236 |
* | Adding sysdb_add_acct_to_posix_group and associated unit tests | Stephen Gallagher | 2009-02-12 | 3 | -27/+462 |
* | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 2009-02-12 | 8 | -18/+374 |
* | server.mk was included twice by mistake | Simo Sorce | 2009-01-28 | 1 | -2/+0 |
* | Simplify delete path by removing effectively redundant code. | Simo Sorce | 2009-01-28 | 1 | -221/+41 |
* | Add comments on how memberof works. | Simo Sorce | 2009-01-28 | 2 | -1/+97 |
* | Add a memberof plugin so that we can properly apply the same group memberships | Simo Sorce | 2009-01-28 | 8 | -9/+2329 |
* | Move install directiuves into Makefile.in | Simo Sorce | 2009-01-28 | 2 | -6/+4 |
* | Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ... | Stephen Gallagher | 2009-01-27 | 9 | -4/+183 |