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