Age | Commit message (Expand) | Author | Files | Lines |
2009-01-27 | Refactoring the monitor code and SBUS utility functions. | Stephen Gallagher | 1 | -7/+26 |
2009-01-12 | Add checks to make sure we are getting a user from the correct domain. | Simo Sorce | 1 | -1/+12 |
2009-01-12 | Add placeholders for new configuration reload methods. The monitor will be ab... | Stephen Gallagher | 1 | -0/+12 |
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 1 | -3/+2 |
2009-01-11 | Add caching behavior to nsssrv_cmd.c check cache first and | Simo Sorce | 1 | -0/+2 |
2009-01-09 | Lots of little nasty bugs fixed. | Simo Sorce | 1 | -2/+12 |
2009-01-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -2/+9 |
2009-01-07 | Check size of incoming packets. | Simo Sorce | 1 | -1/+2 |
2009-01-06 | Add initial support to connect nss to the data provider as a frontend | Simo Sorce | 1 | -0/+7 |
2009-01-06 | Change cli_ctx to include nss_ctx, not just select members of it. | Simo Sorce | 1 | -1/+1 |
2008-12-15 | Adding a parameter to the sbus_service_sbus_init function to allow passing in... | Stephen Gallagher | 1 | -1/+1 |
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -8/+7 |
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -0/+43 |
2008-11-25 | Remove the service stuff that we stopped using when we moved to | Simo Sorce | 1 | -1/+0 |
2008-11-24 | point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that the | Simo Sorce | 1 | -1/+11 |
2008-11-24 | Fix indentation | Simo Sorce | 1 | -9/+9 |
2008-11-20 | Created a helper function sssd_service_sbus_init() to simplify creating the i... | Stephen Gallagher | 1 | -44/+13 |
2008-11-20 | Remove unused code and fix message handlers in dp | Simo Sorce | 1 | -25/+10 |
2008-11-20 | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 1 | -23/+19 |
2008-11-19 | Move definition into the header file | Simo Sorce | 1 | -0/+1 |
2008-11-17 | The default message handler will now pass both the method_ctx and the | Stephen Gallagher | 1 | -0/+1 |
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 1 | -2/+56 |
2008-11-04 | Add the ping funtion to the nss service Make the monitor task ping connecting... | Simo Sorce | 1 | -0/+17 |
2008-11-03 | Add support for dbus comunication in the nss service | Simo Sorce | 1 | -31/+130 |
2008-10-21 | Make return the pid when new process are started. | Simo Sorce | 1 | -6/+32 |
2008-10-20 | Add configuration database functions. | Simo Sorce | 1 | -2/+10 |
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 1 | -7/+7 |
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -3/+12 |
2008-10-07 | Add primitive debugging capabilities. | Simo Sorce | 1 | -2/+5 |
2008-10-06 | First working daemon that responds only to a getpwnam() request with fake data | Simo Sorce | 1 | -56/+47 |
2008-10-04 | Add initial nss responder skeleton | Simo Sorce | 1 | -0/+252 |