2499 Commits

Author SHA1 Message Date
0xNF
89a0f5b65a Bug fix for EXIF module. No longer lists every picture in the image. 2012-09-20 13:43:26 -04:00
0xNF
f81e7a8e84 Pull from Devin 2012-09-20 13:41:54 -04:00
unknown
b7cdecf4da Update simple panel UIs. 2012-09-20 13:28:00 -04:00
unknown
008332e4e9 Update module development docs. 2012-09-20 12:53:22 -04:00
adam-m
7e939b1108 remove ingest module registration from layer.xml 2012-09-19 16:29:49 -04:00
adam-m
00a442134a TSK-596 Use XML file to setup pipelines.
Preliminary ingest module loader implementation (no module autodiscovery)
2012-09-19 16:21:48 -04:00
adam-m
e492e94487 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-19 15:48:43 -04:00
0xNF
3dba9afcc5 Exif reporting no longer prints "null" for blanks. 2012-09-19 15:09:46 -04:00
0xNF
c6ce06928c Got rid of old file 2012-09-19 15:07:03 -04:00
adam-m
4c8b83bfb4 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-09-19 15:05:20 -04:00
unknown
29ad9550ec Update Ingest module properties. 2012-09-19 14:56:31 -04:00
unknown
40e304b886 Bugfix to KeywordSearch Options panel. 2012-09-19 14:54:34 -04:00
adam-m
5b9fcf6bbc update file name, delete old file 2012-09-19 14:13:27 -04:00
adam-m
4ccbb06f2f Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-19 13:00:21 -04:00
adam-m
e237f50d90 improve resizing behavior 2012-09-19 12:59:35 -04:00
adam-m
ecb2ccdc64 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-18 15:14:29 -04:00
adam-m
44c0464a31 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-18 15:14:08 -04:00
0xNF
b21d368e2d TSK-583 2012-09-18 14:24:33 -04:00
adam-m
c13a64ad32 Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/SearchEngineURLQueryAnalyzer.java
2012-09-18 14:23:06 -04:00
adam-m
acebcb1064 Add version and args API to ingest modules 2012-09-18 14:20:25 -04:00
0xNF
0a6643ee7c Fixed random code duplications. 2012-09-18 14:17:00 -04:00
0xNF
51b2b31584 Merge http://www.github.com/0xNF/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
2012-09-18 14:14:53 -04:00
0xNF
4f549cb092 Merge https://www.github.com/sleuthkit/autopsy 2012-09-18 13:51:54 -04:00
0xNF
245fb13aa1 Marked locations of deprecated constructors. 2012-09-18 13:51:03 -04:00
0xNF
ba0bab1117 Marked locations of deprecated constructors. 2012-09-18 13:37:54 -04:00
adam-m
937de0a69e Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-18 13:04:23 -04:00
adam-m
48335162d3 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-18 12:59:04 -04:00
adam-m
abb456200d update attribute name 2012-09-18 12:58:57 -04:00
0xNF
70701df0d6 XML reporting now reports EXIF data. 2012-09-18 12:52:16 -04:00
0xNF
c333af7edf Search Engine changes. Additionally, now properly referred to as SEUQA(was SEQUA) 2012-09-18 12:43:02 -04:00
unknown
6cfc11487e Added exif data to HTML/Excel reports. XML due soon. 2012-09-18 10:59:51 -04:00
adam-m
ce5cc6b337 added utility to extract file from package to user dir 2012-09-17 17:44:59 -04:00
dhurd
c25d327de1 Reverted some changes to PropertyChangeEvents and Listeners. 2012-09-17 16:21:50 -04:00
dhurd
db098e50f2 Enabled the Plugins menu and hid core modules. 2012-09-17 15:54:30 -04:00
dhurd
2e83c35c57 Removed PropertyEvents and Listeners. 2012-09-17 15:43:54 -04:00
dhurd
bc056f4054 Updated tester to work with Options panels and logging. 2012-09-17 15:41:53 -04:00
adam-m
4ed8fa7250 update doc after last API change 2012-09-17 14:30:00 -04:00
adam-m
c3f1327614 TSK-570 Move result frequency setting to keyword search 2012-09-17 14:21:51 -04:00
adam-m
6629f6d8e7 TSK-562 Generalize search engine query parsing 2012-09-17 13:14:40 -04:00
adam-m
86cc39fb6c update comments 2012-09-17 11:15:41 -04:00
adam-m
42b5170a8c Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.java
2012-09-17 10:58:56 -04:00
adam-m
103f794e3d Logging tweaks, bring back console logging, add user actions logger, move setting handlers to constructor 2012-09-17 10:31:40 -04:00
dhurd
9589b27879 Merge git://github.com/sleuthkit/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel1.java
2012-09-17 09:06:02 -04:00
adam-m
9b2f582934 Switch remaining logging from java.util.logging.Logger to coreutils.Logger 2012-09-14 18:16:01 -04:00
adam-m
40bc71c5bb Initial custom Logger integration, utility in Coreutils.
Remove obsolete Log in Coreutils.
Custom logger now also logs actions.
2012-09-14 17:56:23 -04:00
dhurd
ae5e115ed1 Updates to comments. 2012-09-14 16:58:19 -04:00
adam-m
5c7cc52ebd header fixes 2012-09-14 16:44:39 -04:00
adam-m
b022681476 fix headers 2012-09-14 16:39:45 -04:00
adam-m
df9be41f28 add file name to log msg 2012-09-14 16:32:03 -04:00
dhurd
fd01f02b00 Merge branch 'options' 2012-09-14 16:29:20 -04:00