summaryrefslogtreecommitdiff
path: root/server/responder/nss/nsssrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-29Fix infinite loop with empty group enumerationStephen Gallagher1-13/+15
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-26/+26
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-26/+26
2009-09-11Fix getgrnam and getgrgid callsSimo Sorce1-7/+9
2009-09-09Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher1-1/+34
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 Sorce1-4/+4
2009-08-27Fix group replies when using member/memberofSimo Sorce1-191/+139
2009-08-21fix handling of filtersUsers in groupsSumit Bose1-14/+20
2009-08-14Refactor responder_dp.cStephen Gallagher1-20/+20
2009-05-28Fix user enumeration bugSimo Sorce1-4/+0
2009-05-27Fix enumerations (bug #42)Simo Sorce1-12/+76
2009-05-26Silence warningsSimo Sorce1-0/+4
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-16Fix by_id enumeration with multiple domainsSimo Sorce1-0/+10
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 Sorce1-153/+79
2009-04-07Clean up warnings in SSSDStephen Gallagher1-8/+8
2009-04-07Unify name parsing and reposnder headersSimo Sorce1-117/+140
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 Sorce1-253/+670
2009-03-27Make nsssrv use the common responder functionsSimo Sorce1-175/+167
2009-03-27Fix uninitailized pointer and cut&paste errorSimo Sorce1-1/+5
2009-03-20Retrieve some options from confdbSimo Sorce1-4/+6
2009-03-18Fix getgrent and getpwent callsSimo Sorce1-2/+6
2009-03-13Implement Negative cache for NSSSimo Sorce1-3/+256
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-5/+8
2009-03-10Treat uids and gids as 32 bit numbers not 64Simo Sorce1-23/+21
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce1-27/+15
2009-03-06Fix reporting non-default users.Simo Sorce1-300/+311
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-10/+10
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher1-2/+2
2009-03-04Add enumeration backout period.Simo Sorce1-2/+34
2009-02-28Fix confdb issues.Simo Sorce1-5/+5
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher1-12/+24
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce1-29/+44
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+1
2009-02-24Add PAM responderSumit Bose1-0/+2238