summaryrefslogtreecommitdiffstats
path: root/server/responder/nss/nsssrv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove two unused functions.Stephen Gallagher2009-10-151-8/+0
* Remove DP processSimo Sorce2009-10-091-16/+16
* Remove unused btreemap codeStephen Gallagher2009-10-061-1/+0
* Send debug messages to logfileJakub Hrozek2009-09-251-1/+3
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-21/+41
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-18/+10
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-10/+18
* Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher2009-09-091-0/+16
* fix handling of filtersUsers in groupsSumit Bose2009-08-211-17/+22
* Fix reconnection codeSimo Sorce2009-08-171-16/+24
* Change the why DP clients identifySimo Sorce2009-08-111-3/+15
* Change services identification mechanismSimo Sorce2009-08-111-74/+5
* Make child processes exit when parent diesJakub Hrozek2009-08-111-0/+6
* Simplify interfaces initializationSimo Sorce2009-08-101-20/+19
* Cosmetic changesSimo Sorce2009-08-101-15/+15
* Remove redundant memory contextsSimo Sorce2009-08-101-3/+3
* Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2009-07-201-0/+20
* Add common function to retrieve comma sep. listsSimo Sorce2009-04-141-11/+13
* Make reconnection to the Data Provider a global settingStephen Gallagher2009-04-141-5/+2
* Add reconnection code between the NSS responder and the Data providerStephen Gallagher2009-04-141-1/+52
* Change the way we retrieve domainsSimo Sorce2009-04-081-24/+8
* Unify name parsing and reposnder headersSimo Sorce2009-04-071-23/+5
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-011-8/+120
* Make nsssrv use the common responder functionsSimo Sorce2009-03-271-355/+18
* Fix buildSimo Sorce2009-03-241-1/+1
* Retrieve some options from confdbSimo Sorce2009-03-201-6/+39
* Enhance server_setupSimo Sorce2009-03-201-1/+1
* Implement Negative cache for NSSSimo Sorce2009-03-131-0/+8
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-091-0/+5
* Add enumeration backout period.Simo Sorce2009-03-041-0/+1
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-271-80/+3
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-261-1/+9
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-16/+16
* Add PAM responderSumit Bose2009-02-241-0/+590