summaryrefslogtreecommitdiff
path: root/src/responder/nss
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Add a new option to override primary GID numberJakub Hrozek2-2/+10
2011-05-06Allow changing the log level without restartStephen Gallagher1-1/+1
2011-05-06Do not leak netgroups hash tableJakub Hrozek1-0/+12
2011-04-25Don't use negative cache in netgroup lookupJan Zeleny2-20/+20
2011-04-15Fix regression where nonexistent entries were never added to the negative cacheStephen Gallagher1-21/+21
2011-04-15Fix a regression with the negative cache in multi-domain configurationsStephen Gallagher1-3/+18
2011-03-09Change state of hash entry if netgroup cannot be parsedSumit Bose1-0/+2
2011-03-07Refactor set_netgroup_entry()Sumit Bose1-4/+7
2011-03-07Add missing name to struct getent_ctx for missing netgroupSumit Bose1-0/+6
2011-01-14Fix missing hash table bugStephen Gallagher1-0/+1
2011-01-06Remove unused enumeration cache timeout checksSumit Bose3-33/+2
2011-01-06Post enumeration tevent request if neededSumit Bose2-8/+43
2011-01-06Return groups and users from all domains during enumerationSumit Bose1-3/+5
2010-12-17Fix possible NULL-dereference in lookup_netgr_step()Sumit Bose1-1/+1
2010-12-15Fix uninitialized value error in lookup_netgr_step()Sumit Bose1-146/+181
2010-10-26Always use talloc_zero() to allocate cmdctxSumit Bose2-3/+3
2010-10-26Remove all nss requests after a reconnectSumit Bose1-1/+5
2010-10-15sysdb interface for adding fake usersJakub Hrozek1-1/+1
2010-10-15sysdb interface for adding incomplete groupsJakub Hrozek1-1/+1
2010-10-13Also return member groups to the clientSumit Bose2-55/+85
2010-10-13Add handling of nested netgroups to nss clientSumit Bose1-1/+4
2010-10-13Add missing tevent_req_done()Sumit Bose1-0/+1
2010-10-13Add netgroup support to the NSS responderStephen Gallagher5-2/+915
2010-10-13Split out some helper functions for the NSS responderStephen Gallagher2-83/+147
2010-10-13Require explicit setting of callback context for check_cacheStephen Gallagher1-7/+13
2010-09-22Initgroups on a non-cached user should go to the data providerStephen Gallagher1-1/+2
2010-09-08Handle multiple simultaneous enumeration requestsStephen Gallagher1-289/+706
2010-09-08Dead assignments cleanup in NSS responderJan Zeleny1-5/+7
2010-06-17Move setup of filter_users and filter_groups to negcache.cStephen Gallagher1-187/+5
2010-06-17Refactor the negative cacheStephen Gallagher5-395/+23
2010-06-17Ensure that all domains are checked for users/groupsStephen Gallagher1-3/+15
2010-04-12sysdb: convert sysdb_initgroupsSimo Sorce1-222/+117
2010-04-12Adjust fill_pwent and fill_grentSimo Sorce1-13/+13
2010-04-12sysdb: convert sysdb_enumgrentSimo Sorce1-161/+106
2010-04-12sysdb: convert sysdb_enumpwentSimo Sorce1-172/+116
2010-04-12sysdb: convert sysdb_getgrgidSimo Sorce1-193/+109
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-223/+134
2010-04-12sysdb: convert sysdb_getpwuidSimo Sorce1-198/+107
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce1-229/+190
2010-03-25Fix warnings from -Wmissing-field-initializersSumit Bose1-1/+1
2010-03-08Make filter_users and filter_groups also per-domainJakub Hrozek1-13/+109
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-0/+1
2010-03-08Fixed alignment problems in nss client/serverGeorge McCollister1-6/+5
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy2-3/+3
2010-03-04Eliminate monitor reconfigStephen Gallagher1-14/+0
2010-02-22Remove unnecessary "domain" parameter from DP registrationStephen Gallagher1-1/+1
2010-02-18Rename server/ directory to src/Stephen Gallagher5-0/+3991