Skip to content

Tags: Nuix/jnode-fs

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Read reparse point attributes form non resident data. (#31)

* Read reparse point attributes form non resident data.

* get attribute more correctly.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NTFS, enhance LZNT1 decompression with more boundary checks and bit … (

…#30)

* NTFS, enhance LZNT1 decompression with  more boundary checks and bit manipulations.

* NTFS LZNT1, fix the bug that the offset maybe even before the start of the first chunk. We've no idea why it happens, but just log the error and continue the decompression to get more meaningful data.

* NTFS, handle combination of compressed DataRuns and sparse DataRuns correctly.

* NTFS, remove some debug log.

* NTFS, add test for dataRun decoder.

* NTFS, change some comments.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NTFS reparse point refactoring (#28)

* NTFS reparse point refactoring: support non-res reparse points, move tag data parsing out to the caller

* NTFS: allow missing attributes in size calculation

* NTFS: more logging improvements, and code linting

* NTFS: more logging improvements, and code linting

* Bump version due to breaking API changes

* NTFS: more logging improvements, and code linting

* NTFS: more logging improvements, and code linting

* NTFS: more logging improvements, and code linting

* NTFS: more logging improvements, and code linting

---------

Co-authored-by: Luke Quinane <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
Bump to version 0.4.0

Ignore XfsV4FileSystemTest.testSocket

v0.3.5-snapshot2

Toggle v0.3.5-snapshot2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from Tony-Nuix/master

Refactor, extract Flags classes out of superblock and inode class.

v0.3.5-snapshot1

Toggle v0.3.5-snapshot1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from Tony-Nuix/master

Fully support xfs SuperBlock extraction

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from Tony-Nuix/jdk17

Rollback jdk compile verison to make jnode-fs more backward compatible.

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from Tony-Nuix/jdk17

Remove the usage of java.security.acl which is entirely removed from …

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from Tony-Nuix/master

TRIAGE-3541, partially read properties for non-resident reparse point.

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from Nuix/xfs-feature

Xfs feature