search for: temp_buf

Displaying 1 result from an estimated 1 matches for "temp_buf".

Did you mean: resp_buf
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
...str_upper(entry->name, len); + break; + case SMB_CASE_LOWER: + str_lower(entry->name, len); + break; + default: + break; + } + return result; } @@ -1366,6 +1594,8 @@ char *p, *mask, *param = server->temp_buf; __u16 command; int first, entries, entries_seen; + + /* Both NT and OS/2 accept info level 1 (but see note below). */ int info_level = 260; const int max_matches = 512; @@ -1375,11 +1605,18 @@ int resp_param_len = 0; int ff_searchcount = 0;...