summaryrefslogtreecommitdiff
path: root/server/responder/nss/nsssrv.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-367/+0
2009-11-18Make the password field configurable in NSSJakub Hrozek1-0/+7
2009-11-05Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher1-5/+6
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-10/+0
2009-10-15Remove two unused functions.Stephen Gallagher1-8/+0
2009-10-09Remove DP processSimo Sorce1-16/+16
2009-10-06Remove unused btreemap codeStephen Gallagher1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-1/+3
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-21/+41
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-18/+10
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-10/+18
2009-09-09Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher1-0/+16
2009-08-21fix handling of filtersUsers in groupsSumit Bose1-17/+22
2009-08-17Fix reconnection codeSimo Sorce1-16/+24
2009-08-11Change the why DP clients identifySimo Sorce1-3/+15
2009-08-11Change services identification mechanismSimo Sorce1-74/+5
2009-08-11Make child processes exit when parent diesJakub Hrozek1-0/+6
2009-08-10Simplify interfaces initializationSimo Sorce1-20/+19
2009-08-10Cosmetic changesSimo Sorce1-15/+15
2009-08-10Remove redundant memory contextsSimo Sorce1-3/+3
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher1-0/+20
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce1-11/+13
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-5/+2
2009-04-14Add reconnection code between the NSS responder and the Data providerStephen Gallagher1-1/+52
2009-04-08Change the way we retrieve domainsSimo Sorce1-24/+8
2009-04-07Unify name parsing and reposnder headersSimo Sorce1-23/+5
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce1-8/+120
2009-03-27Make nsssrv use the common responder functionsSimo Sorce1-355/+18
2009-03-24Fix buildSimo Sorce1-1/+1
2009-03-20Retrieve some options from confdbSimo Sorce1-6/+39
2009-03-20Enhance server_setupSimo Sorce1-1/+1
2009-03-13Implement Negative cache for NSSSimo Sorce1-0/+8
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose1-0/+5
2009-03-04Add enumeration backout period.Simo Sorce1-0/+1
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher1-80/+3
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce1-1/+9
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-16/+16
2009-02-24Add PAM responderSumit Bose1-0/+590