?? changes.txt
字號:
---------------- VERSION 3.00 --------------0/00/00: Update: Many, many, many API changes.2/14/08: Update: Added mmcat tool.2/26/08: Update: Added flags to mmls to specify partition types. 3/1/08: Update: Major update of man pages. 4/14/08: Bug Fix: Fixed the calculation of "actual" last block.Off by 1 error. Reported by steve.5/23/08: Bug Fix: Incorrect malloc return check in srch_strings.reported by Petri Latvala.5/29/08: Bug Fix: Fixed endian ordering bug in ISO9660 code. Reportedby Eduardo Aguiar de Oliveira.6/17/08: Update: 'sorter' now uses the ifind method for findingdeleted NTFS files (like Autopsy) does instead of relying on fls.Reported by John Lehr.6/17/08: Update: 'ifind -p' reports data on ADS.7/10/08: Update: FAT looks for a backup boot sector in FAT32 ifmagic is 07/21/08: Bug Fix: Changed define of strcasecmp to _stricmp insteadof _strnicmp in Windows. (reported by Darren Bilby).7/21/08: Bug Fix: Fall back to open "\\.\" image files on Windowswith SHARE_WRITE access so that drive devices can be opened.(reported by Darren Bilby).8/20/08: Bug Fix: Look for Windows objects when opening files inCygwin, not just Win32. Reported by Par Osterberg Medina.8/21/08: Update: Renamed library and install header files to have a '3'in them to allow parallel installations of v2 and v3. Suggested bySimson Garfinkel.8/22/08: Update: Added -b option to sorter to specify minimum file sizeto process. Suggested by Jeff Kell. 8/22/08: Update: Added libewf as a requirement to build win32 so that E01 files are supported. 8/29/08: Update: Added initial mingw patches for cross compiling andWindows. Patches by Michael Cohen.9/X/08: Update: Added ability to access attibutes9/6/08: Update: Added image layer cache.9/12/08: Bug Fix: Fixed crash from incorrectly cleared value in FS_DIR structure. Reported and patched by Jason Miller.9/13/08: Update: Changed d* tool names to blk*.9/17/08: Update: Finished mingw support so that both tools andlibrary work with Unicode file name support. 9/22/08: Update: Added new HFS+ code from Judson Powers and Rob Joyce (ATC-NY)9/24/08: Bug Fix: Fixed some cygwin compile errors about types on Cygwin.Reported by Phil Peacock.9/25/08: Bug Fix: Added O_BINARY to open() in raw and split because Cygwinwas having problems. Reported by Mark Stam.10/1/08: Update: Added ifndef to TSK_USE_HFS define to allow peopleto define it on the command line. Patch by RB.---------------- VERSION 2.52 --------------2/12/08: Bug Fix: Fixed warning messages in mactime about non-Numericdata. Reported by Pope.2/19/08: Bug Fix: Added #define to tsk_base_i.h to defineLARGEFILE64_SOURCE based on LARGEFILE_SOURCE for older Linux systems.2/20/08: Bug Fix: Updated afflib references and code.3/13/08: Update: Added more fixes to auto* so that AFF will compileon more systems. I have confirmed that AFFLIB 3.1.3 will run withOS X 10.4.11.3/14/08: Bug Fix: Added checks to FAT code that calcs size ofdirectories. If starting cluster of deleted dir points into acluster chain, then problems can occur. Reported by John Ward.3/19/08: Update: I have verified that this compiles with libewf-20070512.3/21/08: Bug Fix: Deleted Ext/FFS directories were not being recursedinto. This case was rare (because typically the metadata arewiped), but possible. Reported by JWalker.3/24/08: Update: I have verified that this compiles with libewf-20080322.Updates from Joachim Metz.3/26/08: Update: Changed some of the header file design for the toolsso that the define settings in tsk_config.h can be used (for large files).3/28/08: Update: Added config.h reference to srch_strings to get the LARGEFILE support.4/5/08: Update: Improved inode argument number parsing function. ---------------- VERSION 2.51 --------------1/30/08: Bug Fix: Fixed potential infinite loop in fls_lib.c. Patchby Nathaniel Pierce.2/7/08: Bug Fix: Defined some of the new constants that are usedin disktools because older Linux distros did not define them.Reported by Russell Reynolds.2/7/08: Bug Fix: Modified autoconf to check for large file buildrequirements and look for new 48-bit structures needed by disktools.Both of these were causing problems on older Linux distros.2/7/08: Update: hfind will normalize hash values in database so that they are case insensitive.---------------- VERSION 2.50 --------------12/19/07: Update: Finished upgrade to autotools building design. Nolonger include file, afflib, libewf. Resulted in many source code layoutchanges and sorter now searches for md5, sha1, etc. ---------------- VERSION 2.10 --------------7/12/07: Update: 0s are returned for AFF pages that were not imaged. 7/31/07: Bug Fix: ifind -p could crash if a deleted file name was foundthat did not point to a valid meta data stucture. (Reported by Andy Bontoft)8/5/07: Update: Added NSRL support back into sorter.8/15/07: Update: Errors are given if supplied sector offset is larger than disk image. Reported by Simson Garfinkel.8/16/07: Update: Renamed MD5 and SHA1 functions to TSK_MD5_.. and TSK_SHA_....8/16/07: Update: tsk_error_get() does not reset the error messages.9/26/07: Bug Fix: Changed FATFS check for valid dentries to considersecond values of 30. Reported by Alessandro Camillo.10/18/07: Update: inode_walk for NTFS and FAT will not abort ifdata corruption is found in one entry -- instead they will justskip it.10/18/07: Update: tsk_os.h uses standard gcc system names insteadof TSK specific ones.10/18/07: Update: Updated raw.c to use ioctl commands on OS X toget size of raw device because it does not work with SEEK_END.Patch by Rob Joyce.10/31/07: Update: Finished upgrade to fatfs_file_walk_off so thatwalking can start at a specific offset. Also finished upgrade thatcaches FAT run list to make the fatfs_file_walk_off more effecient.11/14/07: Update: Fixed few places where off_t was being used instead of OFF_T. Reported by GiHan Kim. 11/14/07: Update: Fixed a memory leak in aff.c to free AFF_INFO.Reported by GiHan Kim.11/24/07: Update: Finished review and update of ISO9660 code. 11/26/07: Bug Fix: Fixed 64-bit calculation in HFS+ code. Submittedby Rob Joyce. 11/29/07: Update: removed linking of srch_strings.c and libtsk. Reported bykwizart.11/30/07: Upate: Made a #define TSK_USE_HFS compile flag for incorporatingthe HFS support (flag is in src/fstools/fs_tools_i.h)11/30/07: Update: restricted the FAT dentry sanity checks to verifyspace padding in the name and latin-only extensions. 12/5/07: Bug Fix: fs_read_file_int had a bug that ignored the type passedfor NTFS files. Reported by Dave Collett.12/12/07: Update: Changed teh FAT dentry sanity checks to allow spacesin volume labels and do more checking on the attribute flag.---------------- VERSION 2.09 --------------4/6/07: Bug Fix: Inifite loop in ext2 and ffs istat code because of usingunsigned size_t variable. Reported by Makoto Shiotsuki.4/16/07: Bug Fix: Changed use of fseek() to fseeko() in hashtools. Patch by Andy Bontoft.4/16/07: Bug Fix: Changed Win32 SetFilePointer to use LARGE_INTEGER.Reported by Kim GiHan.4/19/07: Bug Fix: Not all FAT orphan files were being found because ofand offset error.4/26/07: Bug Fix: ils -O was not working (link value not beingchecked). Reported by Christian Perst.4/27/07: Bug Fix: ils -r was showing UNUSED inodes. Reported byChristian Perst.5/10/07: Update: Redefined the USED and UNUSED flags for NTFS so that UNUSED is set when no attributes exist. 5/16/07: Bug Fix: Fixed several bounds checking bugs that may causea crash if the disk image is corrupt. Reported by Tim Newsham (iSec Partners)5/17/07: Update: Updated AFFLIB to 2.2.115/17/07: Update: Updated libewf to libewf-200705125/17/07: Update: Updated file to 4.205/29/07: Update: Removed NTFS SID/SDS contributed code because it causes crashes on some systems and its output is not entirely clear. (most recent bugreported by Andy Scott)6/11/07: Update: Updated AFFLIB to 2.2.12.6/12/07: Bug Fix: ifind -p was not reporting back info on the allocated namewhen one existed (because strtok was overwritting the name when the searchcontinued). Reported by Andy Bontoft. 6/13/07: Update: Updated file to 4.21---------------- VERSION 2.08 --------------12/19/06: Bug Fix: ifind_path was not setting *result when root inodewas searched for. patch by David Collett.12/29/06: Update: Removed 'strncpy' in ntfs.c to manual assignment of text for '$Data' and 'N/A' for performance reasons. 1/11/07: Update: Added duname to FS_INFO that contains a string of name for a file system's data unit -- Cluster for example.1/19/07: Bug Fix: ifind_path was returning an error even after somefiles were found. Errors are now ignored if a file was found. Reported by Michael Cohen. 1/26/07: Bug Fix: Fixed calcuation of inode numbers in fatfs.c (reported by Simson Garfinkel).2/1/07: Update: Changed aff-install to support symlinked directory. 2/1/07: Update: img_open modified so that it does not report errors fors3:// and http:// files that do not exist.2/5/07: Update: updated *_read() return values to look for "<0" instead of simply "== -1". (suggested by Simson Garfinkel).2/8/07: Update: removed typedef for uintptr in WIN32 code. 2/13/07: Update: Applied patch from Kim Kulak to update HFS+ code to internal design changes. 2/16/07: Update: Renamed many of the external data structures and flagsso that they start with TSK_ or tsk_ to prevent name collisions.2/16/07: Update: Moved MD5 and SHA1 routines and binaries to auxtoolsinstead of hashtools so that they are more easy to access.2/16/07: Update: started redesign and port of hashtools.2/21/07: Update: Changed inode_walk callback API to remove the flagsvariable -- this was redundant since flags are also in TSK_FS_INODE.Same for TSK_FS_DENT.3/7/07: Bug Fix: fs_read_file failed for NTFS resident files. Reportedby Michael Cohen.3/8/07: Bug Fix: FATFS assumed a 512-byte sector in a couple of locations.3/13/07: Update: Finished hashtools update.3/13/07: Update: dcat reads block by block instead of all at once.3/23/07: Update: Change ntfs_load_secure to allocate all of itsneeded memory at once instead of doing reallocs.3/23/07: Update: Updated AFFLIB to 2.2.03/24/07: Bug Fix: Fixed many locations where return value from strtoullwas not being properly checked and therefore invalid numbers were notbeing detected.3/24/07: Bug Fix: A couple of error messages in ntfs_file_walk shouldhave been converted to _RECOVER when the _RECOVERY flag was given. 3/24/07: Update: Changed behavior of ntfs_file_walk. If no type isgiven, then a default type is chosen for files and dirs. Now, no erroris generated if that type does not exist -- similar to how no error isgenerated if a FAT file has 0 file size.3/26/07: Update: cleaned up and documented fs_data code more.3/29/07: Update: Updated AFF to 2.2.2.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -