HomeSort by relevance Sort by last modified time
    Searched full:pipe_in (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/
winbind.c 274 FILE *pipe_in; local
325 pipe_in = fdopen(child_in[1], "w");
333 fprintf(pipe_in, "Username:: %s\n", b64_username);
339 fprintf(pipe_in, "NT-Domain:: %s\n", b64_domain);
345 fprintf(pipe_in, "Full-Username:: %s\n", b64_full_username);
351 fprintf(pipe_in, "Password:: %s\n", b64_plaintext_password);
356 fprintf(pipe_in, "Request-User-Session-Key: yes\n");
363 fprintf(pipe_in, "LANMAN-Challenge: %s\n", challenge_hex);
373 fprintf(pipe_in, "LANMAN-response: %s\n", lm_hex_hash);
383 fprintf(pipe_in, "NT-response: %s\n", nt_hex_hash)
    [all...]

Completed in 418 milliseconds