summaryrefslogtreecommitdiff
path: root/server/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
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.