Skip to content
  • rswindell's avatar
    Created smb_initsmbhdr() which performs a subset of what smb_create() does, · adfd3ac7
    rswindell authored
    it justs initializes/re-initializes the SMB header and status header
    records.
    Created smb_t.continue_on_error which (currently) allows an smb_open() to
    continue event though some (normally fatal) errors have been detected
    (e.g. corrupted SMB header).
    This is all in the name of being able to recover message bases after more
    forms of corruption.
    adfd3ac7