Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-06 | Add more infrastructure to data provider to dispatch requests (still untested). | Simo Sorce | 1 | -4/+30 | |
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested). | |||||
2008-12-22 | libevents renamed upstream to libtevent | Simo Sorce | 1 | -1/+1 | |
events.h -> tevent.h | |||||
2008-12-10 | Initial work on a test provider using the gross hack of dlopen()ing nss_ldap | Simo Sorce | 1 | -0/+4 | |
:-) | |||||
2008-12-08 | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 1 | -25/+8 | |
and frontends (pam, nss, ... modules) can connect to. | |||||
2008-11-24 | point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that the | Simo Sorce | 1 | -1/+1 | |
same config option can be used for the nss service | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -4/+2 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-24 | change structure name | Simo Sorce | 1 | -3/+8 | |
2008-11-20 | Created a helper function sssd_service_sbus_init() to simplify creating the ↵ | Stephen Gallagher | 1 | -7/+1 | |
initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods. | |||||
2008-11-20 | Make it possible to use an arbitrary command to start services | Simo Sorce | 1 | -1/+1 | |
2008-11-20 | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 1 | -1/+0 | |
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. | |||||
2008-11-19 | Add some infrastructure code to add data providers. | Simo Sorce | 1 | -0/+73 | |
This currently breacks the dameon because of a problem with destroying the monitor dbus server in the children after fork() |