summaryrefslogtreecommitdiff
path: root/server/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Fix potential uninitialized value errors in nsssrv_cmd.cStephen Gallagher1-1/+2
2009-12-03Use the custom password field in groups too.Simo Sorce1-3/+5
2009-12-03Use memberuid and not member in group enumerationsSimo Sorce1-53/+8
2009-11-23Fix ticket #289Simo Sorce1-0/+18
2009-11-23Speed up user requests while offlineStephen Gallagher1-10/+12
2009-11-20Filter by id range before actually storing entries.Simo Sorce1-16/+0
2009-11-20Optimize sysdb_enumgrentSimo Sorce1-172/+178
2009-11-18Make the password field configurable in NSSJakub Hrozek3-4/+14
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