summaryrefslogtreecommitdiffstats
path: root/server/responder/nss
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
* Fix infinite loop with empty group enumerationStephen Gallagher2009-09-291-13/+15
* Send debug messages to logfileJakub Hrozek2009-09-251-1/+3
* Upgrade confdb to version 2Stephen Gallagher2009-09-252-23/+41
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-232-44/+36
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-212-36/+44
* Fix getgrnam and getgrgid callsSimo Sorce2009-09-111-7/+9
* Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher2009-09-093-2/+53
* Consolidate cache lookups in the NSSStephen Gallagher2009-09-091-177/+93
* Split database in multiple filesSimo Sorce2009-09-081-22/+183
* Fix two possible uninitialized valuesSimo Sorce2009-09-081-3/+4
* Turn enumeration into a boolean valueSimo Sorce2009-08-312-8/+4
* Fix group replies when using member/memberofSimo Sorce2009-08-271-191/+139
* fix handling of filtersUsers in groupsSumit Bose2009-08-213-31/+44
* Fix reconnection codeSimo Sorce2009-08-171-16/+24
* Refactor responder_dp.cStephen Gallagher2009-08-141-20/+20
* Change the why DP clients identifySimo Sorce2009-08-113-85/+15
* Change services identification mechanismSimo Sorce2009-08-111-74/+5
* Make child processes exit when parent diesJakub Hrozek2009-08-111-0/+6
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-1/+0
* Simplify interfaces initializationSimo Sorce2009-08-103-23/+30
* Cosmetic changesSimo Sorce2009-08-102-17/+17
* Remove redundant memory contextsSimo Sorce2009-08-101-3/+3
* Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2009-07-201-0/+20
* Fix user enumeration bugSimo Sorce2009-05-281-4/+0
* Fix enumerations (bug #42)Simo Sorce2009-05-271-12/+76
* Silence warningsSimo Sorce2009-05-262-4/+8
* Do not fire up backend search when the data provider is localJakub Hrozek2009-05-261-14/+14
* added more flexible handling of client protocolSumit Bose2009-05-151-0/+10
* Fix some more return paths using uninitalized retSimo Sorce2009-05-061-3/+3
* Fix use of uninitialized return variableSimo Sorce2009-04-291-5/+5
* Force user check and discover user's domainSimo Sorce2009-04-172-278/+0
* Fix by_id enumeration with multiple domainsSimo Sorce2009-04-161-0/+10
* 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
* Fix a couple of segfaults and timeout checksSimo Sorce2009-04-131-30/+13
* Fix segfaults when passing an unknown domainSimo Sorce2009-04-131-9/+20
* Serialize requests vs backends.Simo Sorce2009-04-091-544/+702
* Change the way we retrieve domainsSimo Sorce2009-04-082-177/+87
* Clean up warnings in SSSDStephen Gallagher2009-04-071-8/+8
* Unify name parsing and reposnder headersSimo Sorce2009-04-073-149/+146
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-011-28/+91
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-015-280/+885
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-271-0/+9
* Make nsssrv use the common responder functionsSimo Sorce2009-03-274-687/+200
* Fix uninitailized pointer and cut&paste errorSimo Sorce2009-03-271-1/+5
* Fix buildSimo Sorce2009-03-242-1/+4