summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_netgroup.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-08NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik1-0/+30
2013-08-08NSS: allow removing entries from netgroup hash tableLukas Slebodnik1-0/+27
2013-07-31Fix netgroup lookup when using fully qualified namePavel Březina1-2/+2
2013-07-29Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher1-8/+6
2013-06-27Handle too many results from getnetgr.Lukas Slebodnik1-1/+13
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-1/+1
2013-04-26DB: Switch to new libini_config APIOndrej Kos1-1/+1
2013-02-10Add function get_next_domain()Simo Sorce1-5/+5
2013-01-15Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce1-1/+1
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek1-1/+1
2012-10-01Add new option default_domain_suffixSumit Bose1-1/+2
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-2/+2
2012-05-16NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher1-1/+9
2012-04-24Retrieve subdomains if there is a request for fully qualified userJan Zeleny1-28/+57
2012-04-24Modified responder_get_domain()Jan Zeleny1-1/+1
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-1/+2
2012-03-08Handle errors from lookup_netgr_step gracefullyJakub Hrozek1-3/+10
2012-03-08Save original name into the in-memory cacheJakub Hrozek1-1/+1
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-2/+2
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek1-2/+2
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek1-11/+3
2012-02-04NSS: Add individual timeouts for entry typesStephen Gallagher1-1/+1
2012-02-04NSS: Use sss_hash_create instead of destructorJakub Hrozek1-0/+1
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek1-2/+2
2012-01-17NSS: Improve DEBUG messages for netgroup cacheStephen Gallagher1-2/+2
2011-12-21sss_get_cased_name utility functionJakub Hrozek1-3/+6
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek1-8/+13
2011-12-16Responders: Split getting domain by name into separate functionJakub Hrozek1-1/+1
2011-12-08Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher1-1/+1
2011-11-18RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher1-0/+7
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-2/+1
2011-04-25Don't use negative cache in netgroup lookupJan Zeleny1-20/+19
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
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 Bose1-1/+1
2010-10-13Also return member groups to the clientSumit Bose1-54/+84
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 Gallagher1-0/+863