Searched refs:ntlm_auth (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_wb.c117 const char *ntlm_auth = NULL; local
121 /* Return if communication with ntlm_auth already set up */
143 ntlm_auth = ntlm_auth_alloc;
146 ntlm_auth = NTLM_WB_FILE;
148 if(access(ntlm_auth, X_OK) != 0) {
150 failf(conn->data, "Could not access ntlm_auth: %s errno %d: %s",
151 ntlm_auth, error, Curl_strerror(conn, error));
193 execl(ntlm_auth, ntlm_auth,
200 execl(ntlm_auth, ntlm_aut
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c62 static char *ntlm_auth = NULL; variable
70 option_error("ntlm_auth-helper argument must be full path");
75 novm("ntlm_auth-helper argument");
78 if (ntlm_auth != NULL)
79 free(ntlm_auth);
80 ntlm_auth = p;
85 { "ntlm_auth-helper", o_special, (void *) &set_ntlm_auth,
86 "Path to ntlm_auth executable", OPT_PRIV },
274 if (ntlm_auth == NULL)
309 execl("/bin/sh", "sh", "-c", ntlm_auth, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec370 %{_bindir}/ntlm_auth
392 %{_mandir}/man1/ntlm_auth.1*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec211 %global commonbin net,ntlm_auth,rpcclient,smbcacls,smbcquotas,smbpasswd,smbtree,testparm,testprns
2072 - Add profiles binary to server and ntlm_auth to common
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure1877 --enable-ntlm-wb[=FILE] Enable NTLM delegation to winbind's ntlm_auth
1878 helper, where FILE is ntlm_auth's absolute filename
1879 (default: /usr/bin/ntlm_auth)
1880 --disable-ntlm-wb Disable NTLM delegation to winbind's ntlm_auth
38888 want_ntlm_wb_file="/usr/bin/ntlm_auth"
[all...]

Completed in 150 milliseconds