search for: status_success

Displaying 20 results from an estimated 29 matches for "status_success".

2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...fn = %08x\n", xen_store_mfn)); //KdPrint((__DRIVER_NAME " xen_store_evtchn = %08x\n", xen_store_evtchn)); @@ -273,6 +271,8 @@ EvtChn_Init() } shared_info_area->vcpu_info[0].evtchn_upcall_pending = 0; shared_info_area->vcpu_info[0].evtchn_pending_sel = 0; + + return STATUS_SUCCESS; } static ev_action_t ev_actions[NR_EVENTS]; diff -r b26bdba50c41 xenpci/gnttbl.c --- a/xenpci/gnttbl.c Thu Nov 01 16:21:24 2007 -0700 +++ b/xenpci/gnttbl.c Fri Nov 02 09:52:30 2007 -0700 @@ -63,7 +63,7 @@ GntTab_Map(unsigned int start_idx, unsig xatp.domid = DOMID_SELF; xatp.idx = i;...
2017 Apr 30
1
NAS SMB server not accepting packets > 65k size. Does SMB2->Negotiate_Protocol_Response->Max_Write_Size = 65536 Matters?
...| =SMB 2/3= | | sending data>65k Passes Max Write/Read Size[8388608] *From Packet Captures*: 1. For FSCTL_VALIDATE_NEGOTIATE_INFO message: Win12 returned STATUS_SUCCESS 2. SMB2->Negotiate_Protocol_Response->Max_Write_Size = 8388608, Max_Read_Size = 8388608 * **[RHEL SMB-server] [RHEL-7.1-Client]* | =SMB 2/3= | | sending...
2011 Aug 13
3
User32::MENU_CopySysPopup problem
When this code may fail? Code: /*********************************************************************** * MENU_CopySysPopup * * Return the default system menu. */ static HMENU MENU_CopySysPopup(BOOL mdi) { static const WCHAR sysmenuW[] = {'S','Y','S','M','E','N','U',0}; static const WCHAR sysmenumdiW[] =
2008 Apr 30
8
Playing with NtQueryInformationFile
...::Handle include Windows::Error NtQueryInformationFile = API.new(''NtQueryInformationFile'', ''LPPLL'', ''L'', ''ntdll'') # http://msdn.microsoft.com/en-us/library/cc232064.aspx FileNameInformation = 9 FileStandardInformation = 5 STATUS_SUCCESS = 0 fh = File.open(''test.txt'', ''w'') fh.puts "hello" handle = get_osfhandle(fh.fileno) if handle == INVALID_HANDLE_VALUE puts "ERROR, get_osfhandle() : " + get_last_error fh.close rescue nil File.delete(''test.txt...
2006 Apr 28
2
: Win XP Client does not remove directories
Hello mailinglist, I have a strange problem, which occurs sometimes on some WinXP clients. It is not 100% reproducable for me, but it returns regular. The problem is, that somehow a user can't delete a directory. All files in the directory will be removed successfully, but the directory itself not. Deleting with the Explorer or over the cmd-console returns in the same result. First the
2010 Jul 06
0
*update* SMB Trans2 Response STATUS_OBJECT_NAME_NOT_FOUND Problem
...GET command works without any problem. It looks like i've an issue on Windows :/ The same problem happen with smb: \> allinfo autoexec.bat as well as many other files. *update* Using FileSpy (from osronline.com) i can see the following, in response to the allinfo command: C:\autoexec.bat STATUS_SUCCESS FILE_OPEN CreOpts: 00200000 Access: 00000080 Share: 00000007 Attrib: 0 Result: FILE_OPENED <-- So it shouldn't be a permissions issue System ... IRP_MJ_QUERY_INFORMATION ..C:\autoexec.bat STATUS_OBJECT_NAME_NOT_FOUND FileAlternateNameInformation FileAlternateNameInformation - From htt...
2004 Jan 20
1
Help! Samba 3.0 can't use null password with OS X
.... 3. the "primary domain" sent by 2.2.8a is the client's default domain, while the "primary domain" sent by 3.0 is the domain of the share being accessed 4. 2.2.8a sends "SMB Command: Session Setup AndX (0x73)" and gets response "NT Status: STATUS_SUCCESS (0x00000000)" 3.0 sends same command and gets response "NT Status: STATUS_LOGON_FAILURE (0xc000006d)" Any suggestions how to get 3.0 to work with null passwords? Thanks, Dave
2013 Mar 24
1
Cannot access share from Kodak printer
...68.11.1 (192.168.11.1) Transmission Control Protocol, Src Port: 4758 (4758), Dst Port: microsoft-ds (445), Seq: 1, Ack: 1, Len: 51 NetBIOS Session Service SMB (Server Message Block Protocol) SMB Header Server Component: SMB [Response in: 6] SMB Command: Negotiate Protocol (0x72) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x00 0... .... = Request/Response: Message is a request to the server .0.. .... = Notify: Notify client only on open ..0. .... = Oplocks: OpLock not requested/granted ...0 .... = Canonicalized Pathnames: Pathnames are not canonicalized .... 0... = Case Sensitivity: Path na...
2008 Aug 05
2
Leopard Macs using Kerberos: Failed to parse negTokenTarg
...rk); I think the problem is the section labeled "Padding" and "reqFlags" inside the security blob: SMB (Server Message Block Protocol) SMB Header Server Component: SMB [Response in: 78] SMB Command: Session Setup AndX (0x73) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x08 Flags2: 0xc801 Session Setup AndX Request (0x73) Word Count (WCT): 12 AndXCommand: No further commands (0xff) Reserved: 00 AndXOffset: 0 Max Buffer: 16644 Max Mpx Count: 50 VC Number: 111...
2015 Jul 09
2
Constant error messages about failure to remove oplock
...secs later Set-file-info/end-of-file comes 282.867285 10.48.66.95 10.6.0.101 SMB2 162 SetInfo Request FILE_INFO/SMB2_FILE_ENDOFFILE_INFO File: ~test.pst.tmp InfoLevel: SMB2_FILE_ENDOFFILE_INFO (0x14) End Of File: 65536 282.887473 10.6.0.101 10.48.66.95 SMB2 124 SetInfo Response NT Status: STATUS_SUCCESS (0x00000000) Set-file-info/file-allocation-info comes 282.900740 10.48.66.95 10.6.0.101 SMB2 162 SetInfo Request FILE_INFO/SMB2_FILE_ALLOCATION_INFO File: ~test.pst.tmp InfoLevel: SMB2_FILE_ALLOCATION_INFO (0x13) Allocation Size: 65536 282.909077 10.6.0.101 10.48.66.95 SMB2 124 SetInfo Resp...
2005 Dec 02
0
Permission problems after an NT4 -> Samba LDAP PDC migration
...Checksum: 0xd924 (correct) NetBIOS Session Service Message Type: Session message Flags: 0x00 .... ...0 = Add 0 to length Length: 120 SMB (Server Message Block Protocol) SMB Header Server Component: SMB SMB Command: NT Create AndX (0xa2) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x18 0... .... = Request/Response: Message is a request to the server .0.. .... = Notify: Notify client only on open ..0. .... = Oplocks: OpLock not requested/granted ...1 .... = Canonicalized Pathnames: Pathnames are canon...
2008 May 16
0
Access Denied, Roaming Profile -- no apparent reason...
...The data is in this packet as well !! -> Close Request, FID: 0x1402 <- Close Response, FID: 0x1402 b. failed read: -> Read AndX Request, FID: 0x13a2, 227 bytes at offset 0 <- Read AndX Response, FID: 0x13a2, 227 bytes This response is "NT Status: STATUS_SUCCESS" and the data is there in this response packet. -> Session Setup AndX Request, NTLMSSP_NEGOTIATE <- Session Setup AndX Response, NTLMSSP_CHALLENGE, Error: STATUS_MORE_PROCESSING_REQUIRED -> Session Setup AndX Request, NTLMSSP_AUT...
2003 Dec 17
1
smbclient null-password behavior differs between 3.0 and 2.2.8a
.... 3. the "primary domain" sent by 2.2.8a is the client's default domain, while the "primary domain" sent by 3.0 is the domain of the share being accessed 4. 2.2.8a sends "SMB Command: Session Setup AndX (0x73)" and gets response "NT Status: STATUS_SUCCESS (0x00000000)" 3.0 sends same command and gets response "NT Status: STATUS_LOGON_FAILURE (0xc000006d)" Any suggestions how to get 3.0 to work with null passwords? Thanks, Dave
2006 Mar 23
8
DRY principle - how to implement?
Hi all! I have ''send_status'' table which looks something like these: id code title 1 sent Sent 2 error Sending error 3 success Success Next I would like to associate some processed records with their ''send_status''. Is it better to use: 1) record.status_id = SendStatus.find(:one, :condition => "code=''sent''").id to
2009 Jul 26
0
server response does not appear to correspond to request
...Window size: 65700 (scaled) Checksum: 0xf3d6 [validation disabled] [SEQ/ACK analysis] NetBIOS Session Service SMB (Server Message Block Protocol) SMB Header Server Component: SMB [Response in: 110] SMB Command: NT Create AndX (0xa2) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x18 Flags2: 0xc807 Process ID High: 0 Signature: 0000000000000000 Reserved: 0000 Tree ID: 4 (\\UNREAL\PROFDATA) Process ID: 980 User ID: 102 (LARC\jon) Multiplex ID: 2304 NT Create AndX Requ...
2003 Jul 15
0
ntconfig.pol policies for groups
...ers in the domain Referent ID: 0x00000001 Max Count: 19 Offset: 0 Actual Count: 19 Account Desc: Users in the domain Return code: STATUS_SUCCESS (0x00000000) ---------------------------------------- The LDAP entries for the groups are: # ldapsearch -x -h localhost -b 'ou=Groups,dc=rk-klbg,dc=at' 'cn=Domain Admins' version: 2 # # filter: cn=Domain Admins # requesting: ALL # # Domain Admins, Groups, rk-klbg, at dn: cn=Do...
2010 Sep 19
0
No subject
...Tree Connect AndX Request and Response, but then the client shuts down the session without trying to enumerate the LANMAN servers. This cycle repeats 4 times for every failed browse attempt indicating that the client believes it should be able to get an answer from the server. Both responses show STATUS_SUCCESS in the SMB message. The only potential difference that I can see between them is that the Samba response shows "Security signatures are not supported" in the reply message. Perhaps this is preventing the client from following up with the LANMAN request to enumerate the servers? Also I hav...
2004 Feb 10
0
ACK's overhead
...ype: Session message Flags: 0x00 .... ...0 = Add 0 to length Length: 75 SMB (Server Message Block Protocol) SMB Header Server Component: SMB Response to: 94415 Time from request: 0.000092000 seconds SMB Command: Read AndX (0x2e) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x88 1... .... = Request/Response: Message is a response to the client/redirector .0.. .... = Notify: Notify client only on open ..0. .... = Oplocks: OpLock not requested/granted ...0 .... = Canonicalized Pathnames: Pathnam...
2004 Feb 20
0
FW: ACK's overhead (AGAIN)
...ype: Session message Flags: 0x00 .... ...0 = Add 0 to length Length: 75 SMB (Server Message Block Protocol) SMB Header Server Component: SMB Response to: 94415 Time from request: 0.000092000 seconds SMB Command: Read AndX (0x2e) NT Status: STATUS_SUCCESS (0x00000000) Flags: 0x88 1... .... = Request/Response: Message is a response to the client/redirector .0.. .... = Notify: Notify client only on open ..0. .... = Oplocks: OpLock not requested/granted ...0 .... = Canonicalized Pathnames: Pathnam...
2020 Jun 05
0
Wine release 5.10
...RF:G is Incredibly Laggy, Then Crashes 44115 vcrun2012's vcredist_arm.exe crashes in riched20::isurlneutral() 44432 AArch64: assertion fail in alloc_pages_vprot with qemu_aarch64 Ubuntu 16.04 44925 Multiple kernel drivers require 'ntoskrnl.exe.ExCreateCallback' stub to return STATUS_SUCCESS (StarForce v3, TrackMania Nations ESWC. Denuvo Anti-Cheat) 45536 Total Commander 9.x crashes on unimplemented function usp10.dll.ScriptGetFontAlternateGlyphs when Wine is not detected via named export 'ntdll.wine_get_version' 46788 RtlIpv6AddressToStringA is not supported 49045 Jap...