summaryrefslogtreecommitdiff
path: root/server/external
AgeCommit message (Collapse)AuthorFilesLines
2009-04-07Clean up warnings in SSSDStephen Gallagher1-1/+1
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce1-0/+7
A new nss_parse_name function uses pcre to parse names, this makes it possible, in future, to make the filter user configurable. Add a new filter mechanism to filter out users that uses the negative cache by setting a permanet negative entry. Rework the entry points where the negative cache is checked for.
2009-03-09make openldap the only used LDAP librarySumit Bose1-36/+25
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2-7/+7
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 Bose2-0/+56
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-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
2008-12-22libevents renamed upstream to libteventSimo Sorce2-4/+4
events.h -> tevent.h
2008-12-15Fix dependencies for LDBSumit Bose1-1/+1
2008-10-08First retrieval of a user (getpwnam only) from an actual ldb fileSimo Sorce1-0/+7
2008-10-04Initital server code.Simo Sorce5-0/+184
Includes test monitor task.