summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_netgroup.c
Commit message (Expand)AuthorAgeFilesLines
* NSS: Fix netgroup midpoint cache refresh1.9.2-35Jakub Hrozek2012-12-071-1/+1
* Add new option default_domain_suffixSumit Bose2012-10-011-1/+2
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-121-2/+2
* NSS: Expire in-memory netgroup cache before the nowait timeoutStephen Gallagher2012-05-161-1/+9
* Retrieve subdomains if there is a request for fully qualified userJan Zeleny2012-04-241-28/+57
* Modified responder_get_domain()Jan Zeleny2012-04-241-1/+1
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-1/+2
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-081-3/+10
* Save original name into the in-memory cacheJakub Hrozek2012-03-081-1/+1
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-291-2/+2
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-131-2/+2
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-051-11/+3
* NSS: Add individual timeouts for entry typesStephen Gallagher2012-02-041-1/+1
* NSS: Use sss_hash_create instead of destructorJakub Hrozek2012-02-041-0/+1
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-311-2/+2
* NSS: Improve DEBUG messages for netgroup cacheStephen Gallagher2012-01-171-2/+2
* sss_get_cased_name utility functionJakub Hrozek2011-12-211-3/+6
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-8/+13
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-161-1/+1
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-181-0/+7
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-2/+1
* Don't use negative cache in netgroup lookupJan Zeleny2011-04-251-20/+19
* Change state of hash entry if netgroup cannot be parsedSumit Bose2011-03-091-0/+2
* Refactor set_netgroup_entry()Sumit Bose2011-03-071-4/+7
* Add missing name to struct getent_ctx for missing netgroupSumit Bose2011-03-071-0/+6
* Fix missing hash table bugStephen Gallagher2011-01-141-0/+1
* 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-261-1/+1
* Also return member groups to the clientSumit Bose2010-10-131-54/+84
* 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-131-0/+863