Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 1 | -2/+56 | |
Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names. | |||||
2008-11-04 | Add the ping funtion to the nss service Make the monitor task ping ↵ | Simo Sorce | 1 | -0/+17 | |
connecting services Make it possible to configure timeouts and service ping times. | |||||
2008-11-03 | Add support for dbus comunication in the nss service | Simo Sorce | 1 | -31/+130 | |
Add utility function in confdb Make all component fetch the dbus socket from the confdb | |||||
2008-10-21 | Make return the pid when new process are started. | Simo Sorce | 1 | -6/+32 | |
Monitor each service and restart it conditionally if it fails. These monitoring is extremely simple at this moment and just uses waitpid() to check if the client is alive, there is no active probing, that will require dbus. Make nsssrv.c read the sss pipe config option for the config db. | |||||
2008-10-20 | Add configuration database functions. | Simo Sorce | 1 | -2/+10 | |
Convert nss responder to use the confdb | |||||
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 | |
So far debug goes to stderr so sssd need to be run int interactive mode (-i option) | |||||
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 | |