Jeroen van Erp

Results 267 comments of Jeroen van Erp
trafficstars

@tomvtomv Which version of SMBJ is running? Did you try the latest 0.11.5 already?

@msayed96 If you purposefully open the file for an overwrite operation, it will indeed be truncated by the server before starting the write. You're better off writing to a temporary...

Yes, but that's the only fail-safe way of overriding a completely uploaded file vs writing a corrupted one.

The DFS would not lead to a LOGON_FAILURE status, unless you're redirected to a server you don't have access to. Op do 20 jun. 2019 om 18:53 schreef Bill Stephens...

According to the `MS-ERREF` specification the `STATUS_LOGON_FAILURE` indicates: 0xC000006D STATUS_LOGON_FAILURE | The attempted logon is invalid. This is either due to a bad username or authentication information. -- | --

@AbhayGpta A word of advice: 1. Don't spam all the issues with this. Please create a separate issue with your problem. 2. I don't work for you, you don't pay...

@palevi67 How long is the username? you might be hitting the above problem. Otherwise, you need to obtain the server log, as that contains the actual problem.

@palevi67 Good find. Should make a FAQ entry for that one!

Can you grab a pcap file with jcifs-ng working and one with smbj failing? Then I can investigate and try to fix the problem. Thanks!

1. The reason why SMBJ will never print the encryption keys should be self-explanatory I hope.... 2. Without having at least some insight into what your code is doing I...