summaryrefslogtreecommitdiff
path: root/src/responder/nss/nsssrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20NSS: Add override_shell optionStephen Gallagher1-2/+12
2012-06-21Fix re_expression matching with subdomainsJan Zeleny1-36/+98
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-9/+13
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-31Ghost members - NSS responder changesJan Zeleny1-89/+147
2012-05-24NSS: Fix segfault when mmap cache cannot be initializedStephen Gallagher1-2/+2
2012-05-15Use sized_string correctly in FQDN domainsJakub Hrozek1-2/+2
2012-05-15NSS: keep a pointer to body after body is reallocatedJakub Hrozek1-0/+3
2012-05-10Send the correct enumeration requestJakub Hrozek1-1/+1
2012-05-09NSS: Add default_shell optionStephen Gallagher1-1/+7
2012-05-09NSS: Add fallback_homedir optionStephen Gallagher1-2/+21
2012-05-02NSS: fix returning group from cacheJakub Hrozek1-1/+1
2012-05-02NSS: Check return code of sss_mmap_cache_gr_storeJakub Hrozek1-0/+5
2012-04-24NSS: Only return data from initgroups onceJakub Hrozek1-3/+10
2012-04-24Lowercase group members in case-insensitive domainsJakub Hrozek1-1/+7
2012-04-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny1-108/+1
2012-04-24Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose1-4/+26
2012-04-24Ask for subdomains in responder in the first request after startupJan Zeleny1-0/+30
2012-04-24Retrieve subdomains if there is a request for fully qualified userJan Zeleny1-3/+132
2012-04-24Modified responder_get_domain()Jan Zeleny1-3/+3
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-3/+6
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce1-3/+13
2012-03-19nsssrv: add handling of memory cache passwd mapSimo Sorce1-3/+17
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-14/+14
2012-02-13Avoid uninitialized value comparisonStephen Gallagher1-0/+3
2012-02-13Allocate setent structure on state, not on the client contextJakub Hrozek1-4/+4
2012-02-13Remove setent structure when callback is calledJakub Hrozek1-9/+4
2012-02-10Fix group enumerationJakub Hrozek1-0/+2
2012-02-05Split the logic to check cache expiration into separate functionJakub Hrozek1-43/+17
2012-02-05RESPONDERS: Refactor setent_req_listJakub Hrozek1-51/+24
2012-02-02RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek1-13/+1
2012-01-31Refactor nss_cmd_send_emptyJakub Hrozek1-34/+3
2012-01-27NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher1-0/+6
2012-01-23Move sized_string declaration to utilsStephen Gallagher1-11/+0
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher1-0/+1
2012-01-21RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher1-4/+4
2012-01-09nsssrv: use sized_string in fill_grentSimo Sorce1-35/+48
2012-01-09nsssrv: use sized_string in fill_pwentSimo Sorce1-41/+56
2012-01-09nsssrv: add string manipulation helperSimo Sorce1-0/+11
2011-12-21Return user and group names lowercased in case insensitive domainsJakub Hrozek1-12/+32
2011-12-21sss_get_cased_name utility functionJakub Hrozek1-6/+3
2011-12-19Pass client context to sss_dp_get_account_sendJakub Hrozek1-1/+1
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek1-12/+27
2011-12-16Responders: Split getting domain by name into separate functionJakub Hrozek1-16/+3
2011-12-07Pass the correct private data into Data Provider callbackJakub Hrozek1-1/+1
2011-12-05Ignore NULL-terminator when checking UTF8-validityStephen Gallagher1-3/+3
2011-11-29RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher1-50/+111
2011-11-18RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher1-0/+21
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-7/+7
2011-08-08Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek1-16/+19