summaryrefslogtreecommitdiffstats
path: root/server/providers/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Fix nested group membershipsSimo Sorce2009-12-071-11/+60
* Really check return value from pam_set_itemSumit Bose2009-11-231-3/+3
* Make backend request type a bitfieldStephen Gallagher2009-11-231-1/+1
* Filter by id range before actually storing entries.Simo Sorce2009-11-201-15/+62
* Fixes for proxy providerSumit Bose2009-11-121-6/+23
* Refactor delete functions and add a fewSimo Sorce2009-11-101-20/+17
* Fix tevent_req error checking.Simo Sorce2009-11-091-21/+3
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-8/+22
* Return the dp error from the providersSimo Sorce2009-10-151-30/+49
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-2/+3
* Don't try to use initgroups_dyn if not availableSimo Sorce2009-09-231-0/+3
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-12/+12
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-12/+12
* Better handle groups w/o membersSimo Sorce2009-09-171-6/+122
* Fix copy&paste error.Simo Sorce2009-09-171-4/+4
* Make the offline status backend-globalSimo Sorce2009-09-141-67/+13
* Complete the removal of "legacy" option.Simo Sorce2009-09-111-4/+4
* Fix proxy enumerationSimo Sorce2009-09-031-86/+123
* Remove redunant function and always pass attrs.Simo Sorce2009-08-271-8/+12
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-1/+0
* Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2009-07-311-6/+9
* add handling of the new backend targets to proxy backendSumit Bose2009-07-211-0/+30
* add infrastructure to handle new backend targetsSumit Bose2009-07-201-11/+12
* Unify password caching ops in sysdbSimo Sorce2009-07-081-128/+27
* fixed some typos which prevented password cachingSumit Bose2009-07-081-3/+5
* Convert proxy internals to tevent_req styleSimo Sorce2009-07-031-865/+1438
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-226/+491
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-031-45/+45
* Remove redundant libPath option from proxy providerStephen Gallagher2009-06-301-3/+7
* Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce2009-06-101-11/+0
* Silence warningsSimo Sorce2009-05-261-4/+5
* Implement approximate offline detection in proxySimo Sorce2009-05-181-5/+98
* Move actual password caching into sysdbSimo Sorce2009-05-181-11/+113
* fix for pam proxy chauthtokSumit Bose2009-04-271-9/+17
* Always pass full domain infoSimo Sorce2009-04-131-7/+11
* Split modules types in Identity and AuthenticatorSimo Sorce2009-04-071-13/+60
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-011-11/+65
* Enable autoreconnection of Data Provider Backends to the Data ProviderStephen Gallagher2009-03-201-3/+10
* use pam_data as main data structure for dbus communicationSumit Bose2009-03-191-4/+2
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-281-350/+610
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-0/+1
* Add PAM responderSumit Bose2009-02-241-1/+131
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-31/+189
* Make backend requests asyncSimo Sorce2009-02-131-48/+349
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-121-12/+12
* Regroup database rleated functions under db andSimo Sorce2009-01-121-4/+7
* Add support for getpwuid in proxy backendSimo Sorce2009-01-111-1/+60
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-0/+281