summaryrefslogtreecommitdiff
path: root/server/responder/nss/nsssrv.c
AgeCommit message (Expand)AuthorFilesLines
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