search for: queryinfo

Displaying 12 results from an estimated 12 matches for "queryinfo".

2020 Sep 07
4
NT_STATUS_NETWORK_SESSION_EXPIRED
...g shows smbc_stat(smb://fileserver.domain.co.uk/share) SMBC_getatr: sending qpathinfo map_errno_from_nt_status: 32 bit codes: code=c000035c smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22 smb: send_reply(0x7fb930002840), failed=1 (Invalid argument) smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pid=24714) smb: Queued new job 0x7fb924007700 (GVfsJobQueryInfo) These Linux desktops also mount shares from a Windows Server 2012 server, using gio mount, and do not experience the same issue. Only when Linux desktops map to the Samba server do we see this issue Thanks This e-mail and any file...
2019 Feb 28
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
ACL management can be done for SMB2/SMB3 ACLs with two common tools depending on your preference. smbcacls (somewhat similar to using cacls.exe or icacls.exe in Windows but specifying the UNC name rather than a local path name). smbcacls sets up and tears down a network connection each time it is run and uses Samba user space code. or setcifsacl/getcifsacl (which calls cifs.ko to access the
2007 Dec 28
0
Wine release 0.9.52
...urlmon: Added BindProtocol::[Un]LockRequest. urlmon: Added more BindProtocol::ReportProgress implementation. urlmon: Added more binding tests. urlmon: Fixed BindToObject tests. mshtml: Use IBindCtx passed to Load in BindToStorage call. mshtml: Added AboutProtocolInfo::QueryInfo implementation. mshtml: Added ResProtocolInfo::QueryInfo implementation. mshtml: Added QueryInfo tests. urlmon: Added CoInternetQueryInfo implementation. urlmon: Added CoInternetQueryInfo tests. urlmon: RegisterNameSpace clean up. urlmon: Added [Un]RegisterMimeFi...
2019 Feb 28
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
On Fri, Mar 01, 2019 at 08:05:52AM +1000, ronnie sahlberg wrote: > In current kernels we have the new IOCTL / QueryInfo passthrough where > you can use a simple ioctl() on an object in a SMB2/3 share and pull > the full security descriptor. > It would be fairly trivial to expand this to allow setting the > security descriptor too using SetInfo. We can add that when there is a > need. > > Now,...
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
...fileserver.domain.co.uk/share) > SMBC_getatr: sending qpathinfo > map_errno_from_nt_status: 32 bit codes: code=c000035c > smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22 > smb: send_reply(0x7fb930002840), failed=1 (Invalid argument) > smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pid=24714) > smb: Queued new job 0x7fb924007700 (GVfsJobQueryInfo) > > > These Linux desktops also mount shares from a Windows Server 2012 > server, using gio mount, and do not experience the same issue. Only > when Linux desktops map to the Samba server do we see this issue >...
2020 Sep 07
0
NT_STATUS_NETWORK_SESSION_EXPIRED
...fileserver.domain.co.uk/share) > SMBC_getatr: sending qpathinfo > map_errno_from_nt_status: 32 bit codes: code=c000035c > smbc errno NT_STATUS_NETWORK_SESSION_EXPIRED -> 22 > smb: send_reply(0x7fb930002840), failed=1 (Invalid argument) > smb: backend_dbus_handler org.gtk.vfs.Mount:QueryInfo (pid=24714) > smb: Queued new job 0x7fb924007700 (GVfsJobQueryInfo) > > > These Linux desktops also mount shares from a Windows Server 2012 > server, using gio mount, and do not experience the same issue. Only > when Linux desktops map to the Samba server do we see this issue &g...
2019 Feb 28
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
In current kernels we have the new IOCTL / QueryInfo passthrough where you can use a simple ioctl() on an object in a SMB2/3 share and pull the full security descriptor. It would be fairly trivial to expand this to allow setting the security descriptor too using SetInfo. We can add that when there is a need. Now, since this is available through a s...
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
> > When you provide an exact vers= then no auto-negotiation happens (unless > you pass "vers=3" which essentially means 3.x: use 3.0 or above). You > either get the connection or mount fails. None the less, you can dump > the current SMB ressources managed by the kernel by looking at > /proc/fs/cifs/DebugData if your kernel is recent enough it should show > the SMB
2013 Feb 15
0
Wine release 1.5.24
...isterClassObjects). oleaut32: COM clean up of ITypeLib2 interface implementation. mshtml: Use VT_ERROR as return type in DispCallFunc call. oleaut32: Return error if VT_HRESULT is used as return type in DispCallFunc. urlmon: Clean up handling tested URLs. urlmon: Fixed QueryInfo tests during BINDSTATUS_PROXYDETECTING notification. urlmon: Skip reported_url tests when binding to object. urlmon: Fixed tests on IEs that report BINDSTATUS_DECODING. oleaut32: Don't free a string in SysFreeString if it's already in cache. oleaut32: Added some SysF...
2011 Apr 01
0
Wine release 1.3.17
...: Added asynchronous moniker to htmldoc tests. mshtml/tests: Added connection error handling tests. shdocvw: Report navigation error depending on HTTP status code. urlmon: Forward IWinInetHttpInfo calls to protocol implementations. urlmon: Added IWinInetHttpInfo_{QueryOption,QueryInfo} implementation. urlmon/tests: Added IWinInetHttpInfo tests. ntdll: Don't call compare function on memory not provided by user in qsort. msvcrt: Added space for nullbyte in size returned by wcstombs_s and mbstowcs_s. msvcrt: Correctly terminate string in wcsncat_s....
2018 Mar 02
0
Wine release 3.3
...fo. secur32/tests: Make GetComputerObjectName() tests pass when computer is part of a domain. adsldp: Implement IADsADSystemInfo::get_ComputerName(). secur32: Fix GetComputerObjectNameW for the cases of NULL or insufficient buffer size. advapi32: Initialize more fields in LsaQueryInformationPolicy(PolicyDnsDomainInformation). advapi32: Use GetWindowsAccountDomainSid() to retrieve the domain SID. advapi32: Return correct short domain name. advapi32: Also initialize DnsDomainName and DnsForestName in LsaQueryInformationPolicy. secur32: Add support for NameF...
2009 Sep 25
0
Wine release 1.1.30
...the host OpenAL lib so it can set the proper error state. openal32: Downgrade two FIXMEs to WARNs, since they test app-specified parameters. Damjan Jovanovic (2): sti.h: Add sti create function declarations. sti: Add sti class factory. Dan Kegel (5): ntdll: Add tests for NtQueryInformationFile. ntdll: Add initial test for NtQueryDirectoryFile(). ntdll: Fix NtQueryInformationFile test failures on Vista Home Basic. cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes. cmd: Make 'dir' hide hidden or system fil...