summaryrefslogtreecommitdiff
path: root/server/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+1
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-02-24Add PAM responderSumit Bose1-0/+2
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>
2009-02-24Spec file patch Take 2:Stephen Gallagher1-1/+3
Adding support for generating RPMS for sssd. Fixing TDB autoconf macros to require version 1.1.3 and support for the tdb_repack symbol (required by LDB) Updating tdb.h to #include <sys/stat.h> for proper autoconf Build system modifications to simplify RPM generation Fixing RPM build system as recommended during code review Minor tweaks to Makefile and sssd.spec Make policykit and infopipe configurable Soname and symlinks
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.