summaryrefslogtreecommitdiff
path: root/server/providers/data_provider.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-219/+0
2010-02-18Eliminate separate build tree for sss_clientStephen Gallagher1-1/+1
2009-11-23Speed up user requests while offlineStephen Gallagher1-0/+1
2009-11-23Make backend request type a bitfieldStephen Gallagher1-3/+3
2009-10-22Add support for offline auth cache timeoutStephen Gallagher1-0/+1
2009-10-20Start implementing ipa specific options.Simo Sorce1-0/+18
2009-10-14Make options parser available to all providersSimo Sorce1-0/+58
2009-10-09Remove DP processSimo Sorce1-20/+12
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-2/+1
2009-09-14Let the PAM client send its PIDSumit Bose1-0/+1
2009-09-11use fork+exec for kerberos helperSumit Bose1-0/+2
2009-08-17Fix reconnection codeSimo Sorce1-4/+12
2009-08-11Change the why DP clients identifySimo Sorce1-1/+6
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-0/+2
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher1-0/+1
2009-04-27fix for pam proxy chauthtokSumit Bose1-0/+1
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-0/+47
2009-03-19Remove references to FreeIPA from D-BUS interfacesStephen Gallagher1-2/+2
2009-02-24Add PAM responderSumit Bose1-0/+6
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce1-0/+1
2009-02-12Remove dp_cli_sbus_initSimo Sorce1-8/+0
2009-01-27Refactoring the monitor code and SBUS utility functions.Stephen Gallagher1-2/+2
2009-01-14Add code to make it easier to reconnect in case the serverSimo Sorce1-0/+2
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-4/+30
2008-12-22libevents renamed upstream to libteventSimo Sorce1-1/+1
2008-12-10Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce1-0/+4
2008-12-08Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce1-25/+8
2008-11-24point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce1-1/+1
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-4/+2
2008-11-24change structure nameSimo Sorce1-3/+8
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher1-7/+1
2008-11-20Make it possible to use an arbitrary command to start servicesSimo Sorce1-1/+1
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-1/+0
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-0/+73