Files
Jimmy Fjällid a7a9c97889 Fix bugs, improve code quality, and update to go-smb v0.7.0
Fix SHA256 rounds parameter being ignored, LSA VistaStyle fallback
  broken by fmt.Errorf comparison, missing return after invalid flag
  combination, format string argument mismatch in revertDacl, duplicate
  registry handle close in getSysKey, and incorrect pad64 alignment
  formula. Fix log.Errorln calls with format verbs to use log.Errorf.

  Rename snake_case types to camelCase, rename receiver parameters from
  self to idiomatic single-letter names, rename global m to originalDacls,
  fix function name typo addToListIfNotExit, replace bytes.Compare with
  bytes.Equal, remove deprecated rand.Seed init, and update CI to Go 1.24.
2026-02-27 17:21:45 +01:00
..