summaryrefslogtreecommitdiff
path: root/server/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Change initgroups code to use and check the cacheSimo Sorce1-196/+98
2009-11-12Fix check_cache bug in dealing with the callbackSimo Sorce1-97/+104
2009-11-05Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher3-9/+24
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce3-19/+8
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-29Fix infinite loop with empty group enumerationStephen Gallagher1-13/+15
2009-09-25Send debug messages to logfileJakub Hrozek1-1/+3
2009-09-25Upgrade confdb to version 2Stephen Gallagher2-23/+41
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-44/+36
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-36/+44
2009-09-11Fix getgrnam and getgrgid callsSimo Sorce1-7/+9
2009-09-09Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher3-2/+53
2009-09-09Consolidate cache lookups in the NSSStephen Gallagher1-177/+93
2009-09-08Split database in multiple filesSimo Sorce1-22/+183
2009-09-08Fix two possible uninitialized valuesSimo Sorce1-3/+4
2009-08-31Turn enumeration into a boolean valueSimo Sorce2-8/+4
2009-08-27Fix group replies when using member/memberofSimo Sorce1-191/+139
2009-08-21fix handling of filtersUsers in groupsSumit Bose3-31/+44
2009-08-17Fix reconnection codeSimo Sorce1-16/+24
2009-08-14Refactor responder_dp.cStephen Gallagher1-20/+20
2009-08-11Change the why DP clients identifySimo Sorce3-85/+15
2009-08-11Change services identification mechanismSimo Sorce1-74/+5
2009-08-11Make child processes exit when parent diesJakub Hrozek1-0/+6
2009-08-11Make socket paths a compile-time optionStephen Gallagher1-1/+0
2009-08-10Simplify interfaces initializationSimo Sorce3-23/+30
2009-08-10Cosmetic changesSimo Sorce2-17/+17
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-05-28Fix user enumeration bugSimo Sorce1-4/+0
2009-05-27Fix enumerations (bug #42)Simo Sorce1-12/+76
2009-05-26Silence warningsSimo Sorce2-4/+8
2009-05-26Do not fire up backend search when the data provider is localJakub Hrozek1-14/+14
2009-05-15added more flexible handling of client protocolSumit Bose1-0/+10
2009-05-06Fix some more return paths using uninitalized retSimo Sorce1-3/+3
2009-04-29Fix use of uninitialized return variableSimo Sorce1-5/+5
2009-04-17Force user check and discover user's domainSimo Sorce2-278/+0
2009-04-16Fix by_id enumeration with multiple domainsSimo Sorce1-0/+10
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-13Fix a couple of segfaults and timeout checksSimo Sorce1-30/+13
2009-04-13Fix segfaults when passing an unknown domainSimo Sorce1-9/+20
2009-04-09Serialize requests vs backends.Simo Sorce1-544/+702
2009-04-08Change the way we retrieve domainsSimo Sorce2-177/+87
2009-04-07Clean up warnings in SSSDStephen Gallagher1-8/+8
2009-04-07Unify name parsing and reposnder headersSimo Sorce3-149/+146
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce1-28/+91
2009-04-01Add a more flexible way to parse and filter names.Simo Sorce5-280/+885