summaryrefslogtreecommitdiffstats
path: root/server/providers
Commit message (Expand)AuthorAgeFilesLines
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-025-0/+845
* Remove redundant libPath option from proxy providerStephen Gallagher2009-06-301-3/+7
* Control sssd_be exported functionsStephen Gallagher2009-06-161-0/+4
* Remove extra implementation of password_destructorStephen Gallagher2009-06-111-11/+0
* Turn sssd_mem_takeover into sssd_mem_attachSimo Sorce2009-06-101-11/+0
* added tls_reqcert option for native LDAP backendSumit Bose2009-06-021-0/+32
* Silence warningsSimo Sorce2009-05-263-10/+12
* call tevent_add_fd only onceSumit Bose2009-05-191-27/+11
* Implement approximate offline detection in proxySimo Sorce2009-05-181-5/+98
* Move actual password caching into sysdbSimo Sorce2009-05-182-17/+230
* Split ldap backend into auth and identity filesSimo Sorce2009-05-182-19/+798
* Move ldap_be.c into ldap/ldap_auth.cSimo Sorce2009-05-181-0/+0
* added check for NULL valuesSumit Bose2009-05-141-0/+7
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-041-0/+1
* enable offline handling for native LDAP backendSumit Bose2009-04-281-4/+48
* handle pam acct_mgmt, setcred and open/close_session before user bind in ldap...Sumit Bose2009-04-271-0/+17
* fix for pam proxy chauthtokSumit Bose2009-04-273-9/+21
* Make reconnection to the Data Provider a global settingStephen Gallagher2009-04-141-2/+2
* Fix a couple of segfaults and timeout checksSimo Sorce2009-04-131-18/+17
* Implement credentials caching in pam responder.Simo Sorce2009-04-134-2/+255
* Always pass full domain infoSimo Sorce2009-04-133-14/+23
* Split modules types in Identity and AuthenticatorSimo Sorce2009-04-074-60/+222
* Remove useless fileSimo Sorce2009-04-031-35/+0
* Do not use the ldap libraries ldap_ prefixSimo Sorce2009-04-021-76/+76
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-012-19/+65
* Do not file a sure segfault.Simo Sorce2009-04-011-0/+2
* Enhance server_setupSimo Sorce2009-03-202-3/+11
* Enable autoreconnection of Data Provider Backends to the Data ProviderStephen Gallagher2009-03-204-7/+124
* Remove references to FreeIPA from D-BUS interfacesStephen Gallagher2009-03-192-4/+4
* use pam_data as main data structure for dbus communicationSumit Bose2009-03-195-108/+31
* minor fixes for the build processSumit Bose2009-03-061-0/+7
* 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-267-20/+24
* added more ldap backend options and an example configurationSumit Bose2009-02-251-68/+92
* Add PAM responderSumit Bose2009-02-246-2/+1232
* Proper fix for memory handling problem.Simo Sorce2009-02-242-57/+79
* Revert "Fixing serious memory allocation bug in sbus_message_handler."Simo Sorce2009-02-242-51/+66
* Fixing serious memory allocation bug in sbus_message_handler.Stephen Gallagher2009-02-232-66/+51
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-202-31/+190
* Make backend requests asyncSimo Sorce2009-02-134-72/+599
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-1/+1
* Remove dp_cli_sbus_initSimo Sorce2009-02-123-128/+5
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-121-12/+12
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-276-20/+247
* Add code to make it easier to reconnect in case the serverSimo Sorce2009-01-143-15/+15
* Fix return, dbus would abort because we were passing values andSimo Sorce2009-01-131-3/+3
* Add placeholders for new configuration reload methods. The monitor will be ab...Stephen Gallagher2009-01-121-0/+12
* Regroup database rleated functions under db andSimo Sorce2009-01-125-475/+11
* Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce2009-01-111-27/+28
* Add support for getpwuid in proxy backendSimo Sorce2009-01-113-25/+160