summaryrefslogtreecommitdiffstats
path: root/server/external
Commit message (Collapse)AuthorAgeFilesLines
* make openldap the only used LDAP librarySumit Bose2009-03-091-36/+25
|
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-262-7/+7
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add PAM responderSumit Bose2009-02-242-0/+56
| | | | | | | Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Spec file patch Take 2:Stephen Gallagher2009-02-241-3/+4
| | | | | | | | | | | | | | | 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
* libevents renamed upstream to libteventSimo Sorce2008-12-222-4/+4
| | | | events.h -> tevent.h
* Fix dependencies for LDBSumit Bose2008-12-151-1/+1
|
* First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce2008-10-081-0/+7
|
* Initital server code.Simo Sorce2008-10-045-0/+184
Includes test monitor task.