• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/

Lines Matching defs:vuid

257 	/* Normally we will always invalidate the intermediate vuid. */
298 * In this one case we don't invalidate the intermediate vuid.
520 /* current_user_info is changed on new vuid */
555 Get vuid and check first.
562 uint16 vuid,
593 /* current_user_info is changed on new vuid */
626 /* Kill the intermediate vuid */
627 invalidate_vuid(vuid);
680 uint16 vuid,
692 /* Kill the intermediate vuid */
693 invalidate_vuid(vuid);
706 /* Kill the intermediate vuid */
707 invalidate_vuid(vuid);
719 /* Kill the intermediate vuid */
720 invalidate_vuid(vuid);
729 reply_spnego_ntlmssp(conn, inbuf, outbuf, vuid, auth_ntlmssp_state,
743 uint16 vuid,
757 /* Kill the intermediate vuid */
758 invalidate_vuid(vuid);
778 /* Kill the intermediate vuid */
779 invalidate_vuid(vuid);
791 /* Kill the intermediate vuid */
792 invalidate_vuid(vuid);
803 reply_spnego_ntlmssp(conn, inbuf, outbuf, vuid,
854 static NTSTATUS check_spnego_blob_complete(uint16 smbpid, uint16 vuid, DATA_BLOB *pblob)
1001 pad->vuid = vuid;
1024 int vuid = SVAL(inbuf,smb_uid);
1078 vuser = get_partial_auth_user_struct(vuid);
1082 DEBUG(10,("reply_sesssetup_and_X_spnego: found pending vuid %u\n",
1083 (unsigned int)pad->vuid ));
1084 vuid = pad->vuid;
1085 vuser = get_partial_auth_user_struct(vuid);
1090 vuid = register_vuid(NULL, data_blob(NULL, 0), data_blob(NULL, 0), NULL);
1091 if (vuid == UID_FIELD_INVALID ) {
1096 vuser = get_partial_auth_user_struct(vuid);
1104 SSVAL(outbuf,smb_uid,vuid);
1111 status = check_spnego_blob_complete(smbpid, vuid, &blob1);
1114 /* Real error - kill the intermediate vuid */
1115 invalidate_vuid(vuid);
1123 ret = reply_spnego_negotiate(conn, inbuf, outbuf, vuid, length, bufsize, blob1,
1131 ret = reply_spnego_auth(conn, inbuf, outbuf, vuid, length, bufsize, blob1,
1142 /* Kill the intermediate vuid */
1143 invalidate_vuid(vuid);
1154 reply_spnego_ntlmssp(conn, inbuf, outbuf, vuid,
1559 /* current_user_info is changed on new vuid */