Skip to content

Releases: forensicmatt/RustyUsn

v1.5.0 - 2020-01-04

04 Jan 06:40
Compare
Choose a tag to compare

Added

  • Major improvements for file path enumeration for listen_usn (now v1.1.0)
  • Minor code cleanup
  • Version 3 records for live monitoring and full path resolution for monitor.

v1.3.0 - 2019-07-31

31 Jul 14:38
Compare
Choose a tag to compare

Added

  • print_folder_mapping example tool
  • path enumeration to rusty_usn tool (now v1.2.0)

Changed

  • file attributes are now flags and not a integer

v1.2.0 - 2019-06-15

15 Jun 14:15
Compare
Choose a tag to compare

Added

  • listen_usn tool (0.1.0)

v1.1.0 - 2019-06-02

02 Jun 03:30
Compare
Choose a tag to compare

Added

  • _source to output
  • directory processing

v1.0.0 - 2019-05-29

29 May 19:08
fb59c1b
Compare
Choose a tag to compare

Refactored release. See README.

RustyUsn 0.5.0

22 Jun 19:41
Compare
Choose a tag to compare

RustyUsn 0.4.0

14 Mar 04:54
Compare
Choose a tag to compare

Removed CSV output, Added JSON output.

RustyUsn 0.3.0

11 Feb 05:53
Compare
Choose a tag to compare

Added human readable flags by default and option for integer flags (-f --flag)

RustyUsn 0.2.1

10 Feb 02:46
Compare
Choose a tag to compare

Added buffering with the seek_bufread library for better File IO operations. The -j option is now much faster.

RustyUsn 0.2.0

09 Feb 06:35
Compare
Choose a tag to compare

Parse from a file or from stdin using the new -p option. Currently stdin is faster at parsing than file io (the -j option).