Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
xfs_support
Select Git revision
Branches
19
xfs_support
default
develop
protected
ntfs_time_range_fix
ct-3.9.0
new_table_load
master
ct-3.8.0
ct-3.7.0
tgist
ct-3.6.0
ct-3.5.0
case-0.4.0
revert-2654-8271-removeVisitorCode
release-4.11.1
new_cr_artifacts
libewf-upgrade
file-repository
ignore_idx_root
installer_size_reduction
Tags
20
sleuthkit-4.12.1
sleuthkit-4.12.0
sleuthkit-4.11.1
sleuthkit-4.11.0
sleuthkit-4.10.2
sleuthkit-4.10.1
sleuthkit-4.10.0
sleuthkit-4.9.0
sleuthkit-4.8.0-fixed
sleuthkit-4.8.0
sleuthkit-4.7.0
sleuthkit-4.6.7
sleuthkit-4.6.6
sleuthkit-4.6.5
sleuthkit-4.6.4
sleuthkit-4.6.3
sleuthkit-4.6.2
sleuthkit-4.6.1
sleuthkit-4.6.0
sleuthkit-4.5.0
39 results
sleuthkit
Author
Search by author
Any Author
authors
David Byers
davby02
Karl-Johan Karlsson
karka36
2 authors
Feb 01, 2024
V5 support (crossing fingers)
· a73ef106
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
a73ef106
Calculating xfs_btree_sblock header length correctly for v4/v5 fs
· 6944def0
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
6944def0
Replacing xfsfs with xfs
· c14a0b3a
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
c14a0b3a
Parsing XFS_DINODE_FMT_BTREE directories for v5 (tested on RHEL)
· 974b8eeb
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
974b8eeb
Proper function naming, small bugfixes
· 91ddf980
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
91ddf980
More sanity-checking tsk_fs_read, minor syntax issues
· f3b88166
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
f3b88166
Fixed some compiler warnings
· 4c1a4f59
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
4c1a4f59
Rewrote in plain C, fixed a bug with shortform attributes calculation and with header padding
· aecad3fb
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
aecad3fb
Filling file type as saved in the file name structure for fls
· 1a571ad9
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
1a571ad9
Initializing data runs properly, with offset calculation and linear <-> xfs...
· 68487541
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
68487541
Fix integer overflow while calculating inode allocation status (bitmask)
· d4a4764d
isciurus
authored
5 years ago
and
Karl-Johan Karlsson
committed
1 year ago
d4a4764d
Fix sizes of variables used to determine file types
· 42c62101
Daniel Kouril
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
42c62101
Duplicated code concentrated to a single place
· b3853108
Daniel Kouril
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
b3853108
Using nextents to determine the format of a directory inode instead of inode size
· f7584985
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
f7584985
Calculating proper inode offset for XFS_DINODE_FMT_BTREE
· dfaccee6
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
dfaccee6
Initial support for XFS V5 and RHEL image
· 786d5afa
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
786d5afa
Initialize data run offset
· 573d02a7
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
573d02a7
Initialize attribute name/val properly
· fc866d01
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
fc866d01
Taking into account XFS version and print it inside fsstat (sb_versionnum and its bitmask)
· a279ac5d
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
a279ac5d
Fixed an issue with traversing AGI tree. Do not forget: arrays are aligned to...
· f85e8b79
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
f85e8b79
Parsing file short-form attributes
· 3fd4750e
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
3fd4750e
Minor fixes (remove unused include, add forgotten return)
· 9090de51
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
9090de51
Proper indentation and max line length for readability
· 87bc80d8
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
87bc80d8
Header cleanup
· a980c385
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
a980c385
Forgotten static cast for xfs_dir2_data_unused
· bc917009
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
bc917009
More compiler error fixes
· d04a7c8b
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
d04a7c8b
MSVC fixes
· 6c23b5e1
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
6c23b5e1
Addressing compiler warnings, static_cast for tsk_malloc, sanity checks, and minor fixes
· 22c0bcf6
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
22c0bcf6
Fixes typos from previous commit
· f8d9cc9f
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
f8d9cc9f
Freeing allocated structures (they are innocent)
· 23419bb8
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
23419bb8
XFS_DINODE_FMT_BTREE directories
· 6738d166
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
6738d166
- Fixed a bug with walking the multi-level inode btree
· a4e8b8c8
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
a4e8b8c8
Read the xfs_dinode_fmt_t flags properly
· 6c3341b2
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
6c3341b2
Addressing issues with addressing (blocks, inodes, AGs)
· af76cad2
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
af76cad2
Initial version of XFS support.
· 85086fb8
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
85086fb8
Initial version of XFS support.
· d30ffae3
isciurus
authored
6 years ago
and
Karl-Johan Karlsson
committed
1 year ago
d30ffae3
Jan 29, 2024
Merge pull request #2893 from sleuthkit/ntfs_time_range_fix
· bbeb6005
Ann Priestman
authored
1 year ago
bbeb6005
Ensure NTFS date ranges out of Unix EPOCH are 0s. From...
· d109f1bf
Brian Carrier
authored
1 year ago
d109f1bf
Jan 19, 2024
Merge pull request #2892 from eugene7646/tsk_content_tag_fix_7939
· 08eb2efe
Jayaram Sreevalsan
authored
1 year ago
08eb2efe
Jan 17, 2024
PostgreSQL bug fix
· 4ba14242
eugene.livis
authored
1 year ago
4ba14242
Loading