| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove DP process | Simo Sorce | 2009-10-09 | 1 | -1016/+0 |
* | Remove unused btreemap code | Stephen Gallagher | 2009-10-06 | 1 | -1/+0 |
* | Send debug messages to logfile | Jakub Hrozek | 2009-09-25 | 1 | -1/+3 |
* | Upgrade confdb to version 2 | Stephen Gallagher | 2009-09-25 | 1 | -22/+3 |
* | Revert "Use syslog for logging error conditions in SSSD" | Stephen Gallagher | 2009-09-23 | 1 | -36/+28 |
* | Use syslog for logging error conditions in SSSD | Jakub Hrozek | 2009-09-21 | 1 | -28/+36 |
* | remove the concept of a backend name | Sumit Bose | 2009-09-02 | 1 | -11/+8 |
* | Fix reconnection code | Simo Sorce | 2009-08-17 | 1 | -2/+3 |
* | Change the why DP clients identify | Simo Sorce | 2009-08-11 | 1 | -131/+124 |
* | Change services identification mechanism | Simo Sorce | 2009-08-11 | 1 | -75/+11 |
* | Make child processes exit when parent dies | Jakub Hrozek | 2009-08-11 | 1 | -0/+6 |
* | Simplify interfaces initialization | Simo Sorce | 2009-08-10 | 1 | -47/+29 |
* | merge server and connection structures | Simo Sorce | 2009-08-10 | 1 | -15/+5 |
* | Cosmetic changes | Simo Sorce | 2009-08-10 | 1 | -62/+62 |
* | Remove redundant memory contexts | Simo Sorce | 2009-08-10 | 1 | -11/+12 |
* | Implement resInit for monitor, NSS, PAM, DP and the backends | Stephen Gallagher | 2009-07-20 | 1 | -0/+19 |
* | check pending_return after dbus_connection_send_with_reply | Sumit Bose | 2009-07-02 | 1 | -3/+3 |
* | Implement credentials caching in pam responder. | Simo Sorce | 2009-04-13 | 1 | -1/+0 |
* | Add way to use files as a proxy backend fro LOCAL | Simo Sorce | 2009-04-01 | 1 | -8/+0 |
* | Enhance server_setup | Simo Sorce | 2009-03-20 | 1 | -2/+4 |
* | use pam_data as main data structure for dbus communication | Sumit Bose | 2009-03-19 | 1 | -47/+10 |
* | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 2009-02-26 | 1 | -2/+2 |
* | Add PAM responder | Sumit Bose | 2009-02-24 | 1 | -0/+274 |
* | Proper fix for memory handling problem. | Simo Sorce | 2009-02-24 | 1 | -21/+33 |
* | Revert "Fixing serious memory allocation bug in sbus_message_handler." | Simo Sorce | 2009-02-24 | 1 | -21/+25 |
* | Fixing serious memory allocation bug in sbus_message_handler. | Stephen Gallagher | 2009-02-23 | 1 | -25/+21 |
* | Make backend requests async | Simo Sorce | 2009-02-13 | 1 | -6/+0 |
* | Refactoring the monitor code and SBUS utility functions. | Stephen Gallagher | 2009-01-27 | 1 | -7/+26 |
* | Fix return, dbus would abort because we were passing values and | Simo Sorce | 2009-01-13 | 1 | -3/+3 |
* | Add placeholders for new configuration reload methods. The monitor will be ab... | Stephen Gallagher | 2009-01-12 | 1 | -0/+12 |
* | Regroup database rleated functions under db and | Simo Sorce | 2009-01-12 | 1 | -53/+0 |
* | Lots of little nasty bugs fixed. | Simo Sorce | 2009-01-09 | 1 | -9/+21 |
* | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 2009-01-08 | 1 | -21/+34 |
* | Add more infrastructure to data provider to dispatch requests (still untested). | Simo Sorce | 2009-01-06 | 1 | -9/+334 |
* | Fix dp client to connect to the right dbus pipe | Simo Sorce | 2009-01-05 | 1 | -8/+8 |
* | Modified sbus_server_new() to take a talloc memory context to use | Stephen Gallagher | 2008-12-15 | 1 | -1/+2 |
* | Adding a parameter to the sbus_service_sbus_init function to allow passing in... | Stephen Gallagher | 2008-12-15 | 1 | -1/+1 |
* | Disconnected client SBUS connections would delete the master set of sbus_meth... | Stephen Gallagher | 2008-12-15 | 1 | -1/+5 |
* | Fix dbus related memory leaks | Simo Sorce | 2008-12-09 | 1 | -8/+12 |
* | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 2008-12-08 | 1 | -131/+225 |
* | Make a binary out of each major sssd component instead of | Simo Sorce | 2008-11-25 | 1 | -0/+43 |
* | Remove the service stuff that we stopped using when we moved to | Simo Sorce | 2008-11-25 | 1 | -1/+0 |
* | point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that the | Simo Sorce | 2008-11-24 | 1 | -1/+2 |
* | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 2008-11-24 | 1 | -18/+50 |
* | change structure name | Simo Sorce | 2008-11-24 | 1 | -4/+5 |
* | Created a helper function sssd_service_sbus_init() to simplify creating the i... | Stephen Gallagher | 2008-11-20 | 1 | -42/+12 |
* | Remove unused code and fix message handlers in dp | Simo Sorce | 2008-11-20 | 1 | -24/+10 |
* | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 2008-11-20 | 1 | -22/+18 |
* | Add some infrastructure code to add data providers. | Simo Sorce | 2008-11-19 | 1 | -0/+414 |