summaryrefslogtreecommitdiffstats
path: root/server/util/service_helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-91/+0
|
* libevents renamed upstream to libteventSimo Sorce2008-12-221-1/+2
| | | | events.h -> tevent.h
* Adding a parameter to the sbus_service_sbus_init function to allow passing ↵Stephen Gallagher2008-12-151-2/+3
| | | | in an sbus_conn_destructor_fn to the sbus_new_connection() function. Fixing minor warning about the usage of talloc_reference.
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-18/+3
| | | | and frontends (pam, nss, ... modules) can connect to.
* point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce2008-11-241-1/+2
| | | | same config option can be used for the nss service
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-1/+5
| | | | Changing the default SBUS locations to be configure script parameters
* Fix indentationSimo Sorce2008-11-241-3/+3
|
* Created a helper function sssd_service_sbus_init() to simplify creating the ↵Stephen Gallagher2008-11-201-0/+99
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.