Sylver Bruneau
Sylver Bruneau
Hello colourclash, maybe you could do a performance comparison with my fork https://github.com/sylverb/MWFeedParser which is using a different xml parser (based on libxml2 and GDataXMLNode). But I don't know if...
Thanks for the test. It should provide the same functionalities (At least I've done my changes to keep the same interface and same results). The main reason for my fork...
Hi, "\\mysharename\\\\myfolder\\\\file2.txt" -> Why are you having a share name in the path ? SMB is not allowing files to be moved from a share to another share so you...
I've done few quick tests, SMB server in 10.11.5 is returning a 0xC000A000 error as an answer to the NTLMSSP_AUTH request. This error is a SMB2 error defined as STATUS_INVALID_SIGNATURE...
Ok the problem is that OS X 10.11.5 smb server is telling to the client that security signature is mandatory and the client is telling that it is not supporting...
On interesting point is that smbclient 3.6.25 which is implementing security signature is not able to get share's list from server (same behaviour than with my modifications in libdsm :...
It's just changing the security policies returned by the server (singing is no more mandatory) and therefore making the server accepting not signed messages. Unfortunately wireshark will not help here...
I've done a test with smbclient Version 4.5.0pre1-GIT-3b5e3ef (git clone from today) and it's giving me a NT_STATUS_INVALID_SIGNATURE error in front of 10.11.5 server (when doing a smbclient -L server_ip)....
FYI i'm working on implementing signatures in libDSM ! But I'm facing a small problem : basically the signature is a part of the MD5 hash performed on a key...
I don't have this problem with my servers ! I've tested with MacOS X 10.10 (sharing my folders using default smb/cifs server). I also did test on a Synology server...