Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2025-11-03
| ||
| 16:57 | got relative path links working for pdf and a different color. Leaf check-in: e83a689d36 user: pasquale tags: trunk | |
| 15:12 | got initial linking working, just need to fix link box highlight. check-in: 4c701d8e88 user: pasquale tags: trunk | |
|
2025-10-31
| ||
| 17:28 | got most formatting done, working on linking supplemental files check-in: 40d49b727b user: pasquale tags: trunk | |
| 16:30 | added export to pdf functionality. need to link the supplemental files for wombatforensics, but otherwise it is working pretty well. check-in: 3023e53106 user: pasquale tags: trunk | |
| 13:10 | working on pdf exporting. need to add tagging to tags in the contents. check-in: e6b84d4449 user: pasquale tags: trunk | |
|
2025-10-30
| ||
| 16:41 | continuing to work through generating report in pdf check-in: 0488bd775a user: pasquale tags: trunk | |
| 15:56 | making progress on pdf reporting check-in: 8bf76720ec user: pasquale tags: trunk | |
| 14:13 | working on implementing pdf exports. got page number started, content next check-in: c3e235b20d user: pasquale tags: trunk | |
| 12:39 | working on adding pdf export check-in: 27b56b841b user: pasquale tags: trunk | |
| 12:32 | working on building pdf report exporting check-in: df2cbea277 user: pasquale tags: trunk | |
|
2025-10-23
| ||
| 13:08 | updated reporting to include links for html where appropriate check-in: 1ff4bd6d5b user: pasquale tags: trunk | |
| 11:17 | cleaned up makefile check-in: 14bafecf83 user: pasquale tags: trunk | |
|
2025-10-21
| ||
| 13:55 | removed an include no longer needed check-in: 731ef36bcb user: pasquale tags: trunk | |
| 13:52 | removed a few files i forgot check-in: 6747844350 user: pasquale tags: trunk | |
| 13:51 | converting to lib and removing unnecessary code and files check-in: 04bd47252f user: pasquale tags: trunk | |
| 11:14 | got lib working and integrated into registry. will do the same for other tools. check-in: fc81d19031 user: pasquale tags: trunk | |
|
2025-10-20
| ||
| 17:35 | removed all libfox from reporter code. need to fix the 1 function to do what i need, then i can test it with registry check-in: 139082ec0f user: pasquale tags: trunk | |
| 16:57 | working on making wombatreporter a library, and the main just calls the generate report, but doesn't display anything, that will be from the respective program which called it. but keeping the executable for now until i get this working properly. check-in: ad0fc2e07f user: pasquale tags: trunk | |
|
2025-08-06
| ||
| 16:52 | fixed missing fox headers check-in: 5be22ed9c5 user: pasquale tags: trunk | |
|
2025-06-28
| ||
| 16:39 | updated fox check-in: ddaf7d965c user: pasquale tags: trunk | |
|
2025-05-23
| ||
| 15:19 | fixed issues with formatting reports. check-in: 3c4252f739 user: pasquale tags: trunk | |
| 15:00 | got it mostly working. need to fix html,ps and then get the usedtags vector in the same order as the tags... check-in: 31b40c342a user: pasquale tags: trunk | |
| 14:11 | working on fixing tag cnt and display of contents only once. check-in: 1e758be3fa user: pasquale tags: trunk | |
|
2025-05-19
| ||
| 11:28 | updated foxtoolkit check-in: c7e27f7087 user: pasquale tags: trunk | |
|
2024-12-23
| ||
| 18:29 | initial base64 decoding works for mailviewer. need to check for registry viewer and then implement proper mail formatting for the key value and the contents. check-in: df4766d83d user: pasquale tags: trunk | |
| 18:17 | added licensing for fox toolkit, base64 code and will need to decide if i'm going to encode all reporting content and decode it here or just for mailviewer. i feel even the registry may have xml tags <> and so i should encode/decode it... so i'll need to update registry as well as mailviewer. and release a new version of reporter, registry and mailviewer once i get attachments exported. check-in: 5611d4f15a user: pasquale tags: trunk | |
|
2024-12-17
| ||
| 12:18 | finished Man and Makefile, need to update repository info check-in: ef36e935ac user: pasquale tags: trunk, v0.2 | |
|
2024-12-16
| ||
| 20:16 | working on makefile and manpage check-in: ed30c95371 user: pasquale tags: trunk | |
| 20:14 | working on makefile changes and man page for reporter tool check-in: 7c0819dc96 user: pasquale tags: trunk | |
|
2024-12-12
| ||
| 18:58 | file cleanup check-in: db8f160eff user: pasquale tags: trunk | |
| 18:46 | finished postscript parsing for new xml format. wombatreporter is working and will update as issues arise when implementing other reporting contents check-in: e46007b9a1 user: pasquale tags: trunk | |
|
2024-12-09
| ||
| 15:16 | working on adding postscript support with the new xml format check-in: 20734286c7 user: pasquale tags: trunk | |
|
2024-12-04
| ||
| 23:14 | just need to implement postscript, but that is for tomorrow check-in: ec06d501f9 user: pasquale tags: trunk | |
| 23:09 | html and plain text are done. now to postscript check-in: a772c079ae user: pasquale tags: trunk | |
| 22:25 | working on new xml based reporting check-in: db422aad33 user: pasquale tags: trunk | |
| 19:27 | working on new reporting methodology check-in: 2f742b0dd6 user: pasquale tags: trunk | |
| 17:44 | xml is parsed, just need to implement this new method into the txt,html, and ps report generation which should eliminate a loop and simplify the coding check-in: cbc296bf9e user: pasquale tags: trunk | |
| 15:43 | working on reporter changes and renaming code/class from viewer to wombatreporter check-in: 3492598510 user: pasquale tags: trunk | |
| 14:03 | added rapidxml and its license to use in parsing the new reportformat to digest and parse to txt, html, and ps check-in: 88d120aecb user: pasquale tags: trunk | |
|
2024-12-03
| ||
| 13:19 | added title to license file check-in: b4a0c811df user: pasquale tags: trunk | |
|
2024-10-10
| ||
| 20:05 | added license file and switched licensing to 2-clause bsd patent check-in: 469948ba95 user: pasquale tags: trunk | |
|
2024-09-05
| ||
| 14:52 | working on formatting for the ps file. check-in: 802b022476 user: pasquale tags: trunk | |
| 14:37 | added page numbers and fixed the ps output with command comments. need to code cleanup and version and copyright, and then push out. check-in: 86dceaeea6 user: pasquale tags: trunk | |
| 12:58 | made some changes to postscript code so it will print all pages, but it displays an extra blank page. will see if ps comments about pages will help. check-in: e1732dc886 user: pasquale tags: trunk | |
| 12:48 | implemented initial ps support. will have to modify as i test other tools and generate various types of reports and fix layout, but it works for current test registry report. check-in: c95404d531 user: pasquale tags: trunk | |
|
2024-09-02
| ||
| 13:36 | working on postcript generation, getting there.. it might work out. check-in: 81ca66f87d user: pasquale tags: trunk | |
|
2024-09-01
| ||
| 19:24 | txt and html are implemented, working on postscript implementation. check-in: 574b11e79c user: pasquale tags: trunk | |
|
2024-08-31
| ||
| 21:02 | got viewer working properly. just need to implement html and postscript reports and then it will be working. need to fix the registry where i call SetText() report string and might want to make it read from the report or tmp file for the preview... check-in: 8d3b55924b user: pasquale tags: trunk | |
| 02:21 | still haven't figured out how to exit without launching and closing. check-in: c03eaae66c user: pasquale tags: trunk | |
| 02:17 | working on exiting viewer when i don't launch it. check-in: ca3ce13dbb user: pasquale tags: trunk | |