Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-06 | Specfile changes related to package review, package initscript Call ldconfig | Jakub Hrozek | 1 | -0/+1 | |
2009-03-06 | minor fixes for the build process | Sumit Bose | 1 | -1/+2 | |
enable --without-tests | |||||
2009-03-02 | Make tests configurable | Jakub Hrozek | 1 | -1/+3 | |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+1 | |
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -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-24 | Add PAM responder | Sumit Bose | 1 | -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-24 | Spec file patch Take 2: | Stephen Gallagher | 1 | -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-24 | Add D-BUS introspection to InfoPipe This function is necessary to play nice ↵ | Stephen Gallagher | 1 | -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-12 | Adding sysdb_store_group_posix with unit test | Stephen Gallagher | 1 | -1/+2 | |
2009-01-27 | Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. ↵ | Stephen Gallagher | 1 | -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-27 | Automatically generate the config.ldb if it doesn't exist (i.e. First startup) | Stephen Gallagher | 1 | -1/+4 | |
2009-01-27 | Refactoring the monitor code and SBUS utility functions. | Stephen Gallagher | 1 | -1/+1 | |
2008-12-15 | Fix dependencies for LDB | Sumit Bose | 1 | -1/+1 | |
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -1/+1 | |
using the same binary to fork off all services. | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -0/+6 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-10-24 | Integrate D-BUS support for use as IPC between parts. | Stephen Gallagher | 1 | -0/+2 | |
Integrates DBUS with the event system so that it is asynchronous. | |||||
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -0/+1 | |
2008-10-07 | Fix build issues surrounding signal blocking and DEBUG macros | Stephen Gallagher | 1 | -0/+1 | |
2008-10-04 | Initital server code. | Simo Sorce | 1 | -0/+51 | |
Includes test monitor task. |