summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* Fix missing hash table bugStephen Gallagher2011-01-141-0/+1
* Remove unused enumeration cache timeout checksSumit Bose2011-01-063-33/+2
* Post enumeration tevent request if neededSumit Bose2011-01-062-8/+43
* Return groups and users from all domains during enumerationSumit Bose2011-01-061-3/+5
* Fix possible NULL-dereference in lookup_netgr_step()Sumit Bose2010-12-171-1/+1
* Fix uninitialized value error in lookup_netgr_step()Sumit Bose2010-12-151-146/+181
* Always use talloc_zero() to allocate cmdctxSumit Bose2010-10-262-3/+3
* Remove all nss requests after a reconnectSumit Bose2010-10-261-1/+5
* sysdb interface for adding fake usersJakub Hrozek2010-10-151-1/+1
* sysdb interface for adding incomplete groupsJakub Hrozek2010-10-151-1/+1
* Also return member groups to the clientSumit Bose2010-10-132-55/+85
* Add handling of nested netgroups to nss clientSumit Bose2010-10-131-1/+4
* Add missing tevent_req_done()Sumit Bose2010-10-131-0/+1
* Add netgroup support to the NSS responderStephen Gallagher2010-10-135-2/+915
* Split out some helper functions for the NSS responderStephen Gallagher2010-10-132-83/+147
* Require explicit setting of callback context for check_cacheStephen Gallagher2010-10-131-7/+13
* Initgroups on a non-cached user should go to the data providerStephen Gallagher2010-09-221-1/+2
* Handle multiple simultaneous enumeration requestsStephen Gallagher2010-09-081-289/+706
* Dead assignments cleanup in NSS responderJan Zeleny2010-09-081-5/+7
* Move setup of filter_users and filter_groups to negcache.cStephen Gallagher2010-06-171-187/+5
* Refactor the negative cacheStephen Gallagher2010-06-175-395/+23
* Ensure that all domains are checked for users/groupsStephen Gallagher2010-06-171-3/+15
* sysdb: convert sysdb_initgroupsSimo Sorce2010-04-121-222/+117
* Adjust fill_pwent and fill_grentSimo Sorce2010-04-121-13/+13
* sysdb: convert sysdb_enumgrentSimo Sorce2010-04-121-161/+106
* sysdb: convert sysdb_enumpwentSimo Sorce2010-04-121-172/+116
* sysdb: convert sysdb_getgrgidSimo Sorce2010-04-121-193/+109
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-223/+134
* sysdb: convert sysdb_getpwuidSimo Sorce2010-04-121-198/+107
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-121-229/+190
* Fix warnings from -Wmissing-field-initializersSumit Bose2010-03-251-1/+1
* Make filter_users and filter_groups also per-domainJakub Hrozek2010-03-081-13/+109
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-081-0/+1
* Fixed alignment problems in nss client/serverGeorge McCollister2010-03-081-6/+5
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-042-3/+3
* Eliminate monitor reconfigStephen Gallagher2010-03-041-14/+0
* Remove unnecessary "domain" parameter from DP registrationStephen Gallagher2010-02-221-1/+1
* Rename server/ directory to src/Stephen Gallagher2010-02-185-0/+3991