summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-1/+2
|
* Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵Stephen Gallagher2009-01-271-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.
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-271-1/+4
|
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-1/+1
|
* Fix dependencies for LDBSumit Bose2008-12-151-1/+1
|
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-1/+1
| | | | using the same binary to fork off all services.
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-0/+6
| | | | Changing the default SBUS locations to be configure script parameters
* Integrate D-BUS support for use as IPC between parts.Stephen Gallagher2008-10-241-0/+2
| | | | Integrates DBUS with the event system so that it is asynchronous.
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-0/+1
|
* Fix build issues surrounding signal blocking and DEBUG macrosStephen Gallagher2008-10-071-0/+1
|
* Initital server code.Simo Sorce2008-10-041-0/+51
Includes test monitor task.