summaryrefslogtreecommitdiffstats
path: root/server/providers/data_provider.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for offline auth cache timeoutStephen Gallagher2009-10-221-0/+1
* Start implementing ipa specific options.Simo Sorce2009-10-201-0/+18
* Make options parser available to all providersSimo Sorce2009-10-141-0/+58
* Remove DP processSimo Sorce2009-10-091-20/+12
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-2/+1
* Let the PAM client send its PIDSumit Bose2009-09-141-0/+1
* use fork+exec for kerberos helperSumit Bose2009-09-111-0/+2
* Fix reconnection codeSimo Sorce2009-08-171-4/+12
* Change the why DP clients identifySimo Sorce2009-08-111-1/+6
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-0/+2
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-041-0/+1
* fix for pam proxy chauthtokSumit Bose2009-04-271-0/+1
* Implement credentials caching in pam responder.Simo Sorce2009-04-131-0/+47
* Remove references to FreeIPA from D-BUS interfacesStephen Gallagher2009-03-191-2/+2
* Add PAM responderSumit Bose2009-02-241-0/+6
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-0/+1
* Remove dp_cli_sbus_initSimo Sorce2009-02-121-8/+0
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-2/+2
* Add code to make it easier to reconnect in case the serverSimo Sorce2009-01-141-0/+2
* Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce2009-01-061-4/+30
* libevents renamed upstream to libteventSimo Sorce2008-12-221-1/+1
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-0/+4
* Change data provider into a hub, where backends (ldap, nis, ipa providers)Simo Sorce2008-12-081-25/+8
* point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce2008-11-241-1/+1
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-4/+2
* change structure nameSimo Sorce2008-11-241-3/+8
* Created a helper function sssd_service_sbus_init() to simplify creating the i...Stephen Gallagher2008-11-201-7/+1
* Make it possible to use an arbitrary command to start servicesSimo Sorce2008-11-201-1/+1
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-1/+0
* Add some infrastructure code to add data providers.Simo Sorce2008-11-191-0/+73