Results 3 issues of Naxos

Looks like everything worked with OS X 10.11.4 but the update to 10.11.5 broke the functionality. Login now always runs into status 0xC000A000 (NT_STATUS_INVALID_SIGNATURE).

enhancement

On a directory, smb_fstat seems to always return NULL. Current workaround: ``` c smb_stat stat = smb_fstat(s, tid, path); if (stat == NULL) { smb_stat_list stats = smb_find(s, tid, path);...

bug

Hi, I wonder, if anybody can help me on this issue: Connecting to a file share on Windows XP works alright, but a SAMBA share fails. Password encryption on the...