Searched refs:nt_pw (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlm_check.c167 * @param nt_pw MD4 unicode password from our passdb or similar
182 const uint8 *lm_pw, const uint8 *nt_pw,
189 if (nt_pw == NULL) {
194 if (nt_interactive_pwd && nt_interactive_pwd->length && nt_pw) {
201 if (memcmp(nt_interactive_pwd->data, nt_pw, 16) == 0) {
204 SMBsesskeygen_ntv1(nt_pw, NULL, user_sess_key->data);
241 if (nt_pw && nt_response->length) {
244 if (memcmp(pwhash, nt_pw, sizeof(pwhash)) == 0) {
285 if (nt_response->length >= 24 && nt_pw) {
292 nt_pw, challeng
173 ntlm_password_check(TALLOC_CTX *mem_ctx, const DATA_BLOB *challenge, const DATA_BLOB *lm_response, const DATA_BLOB *nt_response, const DATA_BLOB *lm_interactive_pwd, const DATA_BLOB *nt_interactive_pwd, const char *username, const char *client_username, const char *client_domain, const uint8 *lm_pw, const uint8 *nt_pw, DATA_BLOB *user_sess_key, DATA_BLOB *lm_sess_key) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c752 const uint8 *lanman_pw, *nt_pw; local
792 nt_pw = null_pw;
801 nt_pw = pdb_get_nt_passwd(sampass);
804 if (nt_pw && nt_pass_set) {
809 encryption_key = nt_pw;
859 if (nt_pw) {
863 E_old_pw_hash(new_nt_hash, nt_pw, verifier);
943 const uint8 *nt_pw; local
962 nt_pw = pdb_get_nt_passwd(sampass);
966 if (!memcmp(nt_pw, new_nt_p1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_sam.c42 const uint8 *lm_pw, *nt_pw; local
57 nt_pw = pdb_get_nt_passwd(sampass);
65 lm_pw, nt_pw, user_sess_key, lm_sess_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/pam_smbpass/
H A Dsupport.c312 uchar nt_pw[16]; local
360 nt_lm_owf_gen(p, nt_pw, lm_pw);
364 if (!memcmp( nt_pw, pdb_get_nt_passwd(sampass), 16 )) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_get_set.c134 SMB_ASSERT((!sampass->private.nt_pw.data)
135 || sampass->private.nt_pw.length == NT_HASH_LEN);
136 return ((uint8*)sampass->private.nt_pw.data);
958 data_blob_clear_free(&sampass->private.nt_pw);
961 sampass->private.nt_pw = data_blob(pwd, NT_HASH_LEN);
963 sampass->private.nt_pw = data_blob(NULL, 0);
H A Dpdb_interface.c236 const char *lm_pw, *nt_pw; local
248 nt_pw = pdb_get_nt_passwd( sam_acct );
250 if ( !lm_pw && !nt_pw && !(acb_flags&ACB_PWNOTREQ) ) {
265 const char *lm_pw, *nt_pw; local
282 nt_pw = pdb_get_nt_passwd( sam_acct );
284 if ( !lm_pw && !nt_pw && !(acb_flags&ACB_PWNOTREQ) ) {
H A Dpassdb.c107 data_blob_clear_free(&((*user)->private.nt_pw));
400 data_blob_clear_free(&(user->private.nt_pw));
1990 const uint8 *nt_pw; local
2098 nt_pw = pdb_get_nt_passwd(sampass);
2099 if (!nt_pw) {
2161 nt_pw_len, nt_pw, /* B */
2205 nt_pw_len, nt_pw, /* B */
H A Dpdb_ldap.c1074 const uchar *nt_pw = pdb_get_nt_passwd(sampass); local
1075 if (nt_pw) {
1076 pdb_sethexpwd(temp, nt_pw,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dntlm_auth.c436 uint8 lm_pw[16], nt_pw[16]; local
438 nt_lm_owf_gen (opt_password, nt_pw, lm_pw);
448 lm_pw, nt_pw, user_session_key, lm_session_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dpassdb.h178 DATA_BLOB nt_pw; /* .data is Null if no password */ member in struct:sam_passwd::user_data

Completed in 123 milliseconds