summaryrefslogtreecommitdiff
path: root/server/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24Add D-BUS introspection to InfoPipe This function is necessary to play nice ↵Stephen Gallagher1-0/+3
with D-BUS clients built in multiple languages. It will read in the XML file on the first request and store the returned XML as a component of the sbus_message_handler_ctx for the connection. All subsequent requests during the process' lifetime will be returned from the stored memory. This is perfectly safe, as the available methods cannot change during the process lifetime.
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-1/+2
2009-01-27Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵Stephen Gallagher1-0/+1
It will connect and authenticate successfully (using the included D-BUS policy file installed in the correct /etc directory. Does not yet listen for requests.
2009-01-27Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher1-1/+4
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-1/+1
2008-12-15Fix dependencies for LDBSumit Bose1-1/+1
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-1/+1
using the same binary to fork off all services.
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-0/+6
Changing the default SBUS locations to be configure script parameters
2008-10-24Integrate D-BUS support for use as IPC between parts.Stephen Gallagher1-0/+2
Integrates DBUS with the event system so that it is asynchronous.
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-0/+1
2008-10-07Fix build issues surrounding signal blocking and DEBUG macrosStephen Gallagher1-0/+1
2008-10-04Initital server code.Simo Sorce1-0/+51
Includes test monitor task.