Mercurial > libpst
annotate ChangeLog @ 87:3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 03 Aug 2008 15:42:37 -0700 |
parents | 582e927756d3 |
children | c664302d1606 |
rev | line source |
---|---|
87
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
1 LibPST 0.6.16 (2008-xx-xx) |
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
2 =============================== |
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
3 * Use inttypes.h for portable printing of 64 bit items. |
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
4 |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
5 LibPST 0.6.15 (2008-07-30) |
87
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
6 =============================== |
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
7 * Patch from Robert Simpson for file handle leak in error case. |
3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents:
85
diff
changeset
|
8 * Fix for missing length on lz decompression, bug found by Chris White. |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
9 |
82
b370d9e8aa10
Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
10 LibPST 0.6.14 (2008-06-15) |
b370d9e8aa10
Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
11 =============================== |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
12 * Fix my mistake in debian packaging. |
82
b370d9e8aa10
Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents:
79
diff
changeset
|
13 |
79
56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
14 LibPST 0.6.13 (2008-06-13) |
56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
15 =============================== |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
16 * Patch from Robert Simpson for encryption type 2. |
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
17 * Fix the order of testing item types to avoid claiming |
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
18 there are multiple message stores. |
79
56fa05fd5271
Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents:
78
diff
changeset
|
19 |
78
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
75
diff
changeset
|
20 LibPST 0.6.12 (2008-06-10) |
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
75
diff
changeset
|
21 =============================== |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
22 * Patch from Joachim Metz for debian packaging, and fix |
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
23 for incorrect length on lz decompression. |
78
535075b4d261
Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents:
75
diff
changeset
|
24 |
75
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
25 LibPST 0.6.11 (2008-06-03) |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
26 =============================== |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
27 * Use ftello/fseeko to properly handle large files. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
28 * Document and properly use datasize field in b5 blocks. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
29 * Fix some MSVC compile issues and collect MSVC dependencies into one place. |
987aa872294e
Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
30 |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
31 LibPST 0.6.10 (2008-05-29) |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
32 =============================== |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
33 * Patch from Robert Simpson <rsimpson@idiscoverglobal.com> |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
34 fix doubly-linked list in the cache_ptr code, and allow |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
35 arrays of unicode strings (without converting them). |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
36 * More changes for Fedora packaging (#434727) |
85
582e927756d3
Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents:
82
diff
changeset
|
37 * Fixes for const correctness. |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
38 |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
39 LibPST 0.6.9 (2008-05-16) |
70
b12f4e50e2e8
Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents:
67
diff
changeset
|
40 =============================== |
b12f4e50e2e8
Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents:
67
diff
changeset
|
41 * Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit |
73
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
42 compile. |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
43 * Signed/unsigned cleanup from 'CFLAGS=-Wextra ./configure'. |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
44 * Reindent vbuf.c to make it readable. |
3cb02cb1e6cd
Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents:
71
diff
changeset
|
45 * Fix pst format documentation for 8 byte backpointers. |
70
b12f4e50e2e8
Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents:
67
diff
changeset
|
46 |
67
90aa7814ad1f
Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
64
diff
changeset
|
47 LibPST 0.6.8 (2008-03-05) |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
48 =============================== |
64
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
49 * Initial version of pst2dii to convert to Summation dii load file format. |
2c6040b6e8f8
packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents:
63
diff
changeset
|
50 * Changes for Fedora packaging (#434727) |
63
cfd6175f9334
Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
51 |
60
97b7706bdda2
Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents:
59
diff
changeset
|
52 LibPST 0.6.7 (2008-02-16) |
59
7d5c637aaafb
General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents:
54
diff
changeset
|
53 =============================== |
61
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
54 * Work around bogus 7c.b5 blocks in some messages that have been |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
55 read. They appear to have attachments, but of some unknown format. |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
56 Before the message was read, it did not have any attachments. |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
57 * Use autoscan to cleanup our autoconf system. |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
58 * Use autoconf to detect when we need to use our XGetopt files |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
59 and other header files. |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
60 * More fields, including BCC. |
b4f025d95441
bump the version number in configure.in
Carl Byington <carl@five-ten-sg.com>
parents:
60
diff
changeset
|
61 * Fix missing LE32_CPU byte swapping for FILETIME types. |
59
7d5c637aaafb
General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents:
54
diff
changeset
|
62 |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
63 LibPST 0.6.6 (2008-01-31) |
52 | 64 =============================== |
65 | |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
66 * More code cleanup, removing unnecessary null terminations on |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
67 binary buffers. All pst file reads now go thru one function. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
68 Logging all pst reads to detect cases where we read the same data |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
69 multiple times - discovers node sizes are actually 512 bytes. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
70 * Switch from cvs to mercurial source control. |
52 | 71 |
51 | 72 LibPST 0.6.5 (2008-01-22) |
73 =============================== | |
74 | |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
75 * More code cleanup, removing obsolete code. All the boolean flags |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
76 of type 0xb have length 4, so these are all 32 bits in the file. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
77 Libpst treats them all as 16 bits, but at least we are consistent. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
78 * More fields decoded - for example, see |
51 | 79 <http://msdn2.microsoft.com/en-us/library/aa454925.aspx> |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
80 We should be able to use that data for much more complete decoding. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
81 * Move the rpm group to Applications/Productivity consistent with |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
82 Evolution. |
51 | 83 |
49 | 84 LibPST 0.6.4 (2008-01-19) |
48 | 85 =============================== |
86 | |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
87 * More fixes for Outlook 2003 64 bit parsing. We observed cases of |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
88 compressed RTF bodies (type 0x1009) with zero length. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
89 * Document type 0x0101 descriptor blocks and process them. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
90 * Fix large file support - we need to include config.h before any |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
91 standard headers. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
92 * Merge following changes from svn snapshot from Alioth: |
50 | 93 * Add new fields to appointment for recurring events |
94 (SourceForge #304198) | |
95 * Map IPM.Task items to PST_TYPE_TASK. | |
96 * Applied patch to remove compiler warnings, thanks! | |
97 (SourceForge #304314) | |
98 * Fix crash with unknown reference type | |
99 * Fix more memory issues detected by valgrind | |
100 * lspst - add usage mesage and option parsing using getopt | |
101 (SourceForge #304199) | |
102 * Fix crash caused by invalid free calls | |
103 * Fix crash when email subject is empty | |
104 * Fix memory and information leak in hex debug dump | |
48 | 105 |
47 | 106 LibPST 0.6.3 (2008-01-13) |
107 =============================== | |
108 | |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
109 * More type consistency issues found by splint. |
47 | 110 |
46 | 111 LibPST 0.6.2 (2008-01-12) |
112 =============================== | |
113 | |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
114 * More fixes for Outlook 2003 64 bit parsing. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
115 * All buffer sizes changed to size_t, all file offsets changed to off_t, |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
116 all function names start with pst_, many other type consistency issues |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
117 found by splint. Many changes to #llx in debug printing for 64 bit items. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
118 All id values are now uint64_t. |
46 | 119 |
43 | 120 LibPST 0.6.1 (2008-01-06) |
121 =============================== | |
122 | |
54
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
123 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
124 <alexandergrau@gmx.de> and patches from Sean Loaring <sloaring@tec-man.com>. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
125 * fix from Antonio Palama <palama@inwind.it> for email items |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
126 that happen to have item->contact non null, and were being processed |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
127 as contacts. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
128 * Add large file support so we can read .pst files larger than 2gb. |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
129 * Change lspst to be similar to readpst, properly using recursion to walk |
e109391424b5
some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents:
52
diff
changeset
|
130 the tree, and testing item types. Add a man page for lspst. |
43 | 131 |
41
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
132 LibPST 0.5.12 (2007-10-02) |
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
133 =============================== |
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
134 |
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
135 * security fix from Brad Hards <bradh@frogmouth.net> for buffer |
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
136 overruns in liv-zemple decoding for corrupted or malicious pst files. |
183ae993b9ad
security fix for potential buffer overrun in lz decompress
carl
parents:
40
diff
changeset
|
137 |
40 | 138 LibPST 0.5.11 (2007-08-24) |
139 =============================== | |
140 | |
141 * fix from Stevens Miller <smiller@novadatalabs.com> | |
142 for unitialized variable. | |
143 | |
39 | 144 LibPST 0.5.10 (2007-08-20) |
145 =============================== | |
146 | |
147 * fix yet more valgrind errors - finally have a clean memory check. | |
148 * restructure readpst.c for proper recursive tree walk. | |
149 * buffer overrun test was backwards, introduced at 0.5.6 | |
150 * fix broken email attachments, introduced at 0.5.6 | |
151 | |
38 | 152 LibPST 0.5.9 (2007-08-12) |
153 =============================== | |
154 | |
155 * fix more valgrind errors. | |
156 | |
37 | 157 LibPST 0.5.8 (2007-08-10) |
158 =============================== | |
159 | |
160 * fix more valgrind errors. lzfu_decompress needs to return the | |
161 actual buffer size, since the lz header overestimates the size. | |
162 This caused base64_encode to encode undefined bytes into the | |
163 email attachment. | |
164 | |
36 | 165 LibPST 0.5.7 (2007-08-09) |
166 =============================== | |
167 | |
168 * fix valgrind errors, using uninitialized data. | |
169 * improve debug logging and readpstlog for indented listings. | |
170 * cleanup documentation. | |
171 | |
35 | 172 LibPST 0.5.6 (2007-07-15) |
173 =============================== | |
174 | |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
175 * Fix to allow very small pst files with only one node in the |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
176 tree. We were mixing signed/unsigned types in comparisons. |
35 | 177 * More progress decoding the basic structure 7c blocks. Many |
178 four byte values may be ID2 indices with data outside the buffer. | |
179 * Start using doxygen to generate internal documentation. | |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
180 |
31 | 181 LibPST 0.5.5 (2007-07-10) |
182 =============================== | |
183 | |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
184 * merge the following changes from Joe Nahmias version: |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
185 * Lots of memory fixes. Thanks to Nigel Horne for his assistance |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
186 tracking these down! |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
187 * Fixed creation of vCards from contacts, thanks to Nigel Horne for |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
188 his help with this! |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
189 * fix for MIME multipart/alternative attachments. |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
190 * added -c options to readpst manpage. |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
191 * use 8.3 attachment filename if long filename isn't available. |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
192 * new -b option to skip rtf-body.rtf attachments. |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
193 * fix format of From header lines in mbox files. |
43 | 194 * Add more appointment fields, thanks to Chris Halls for tracking |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
31
diff
changeset
|
195 them down! |
31 | 196 |
197 | |
30 | 198 LibPST 0.5.4 (2006-02-25) |
199 =============================== | |
200 | |
201 * patches from Arne, adding MH mode, remove leading zeros | |
202 from the generated numbered filenames starting with one | |
203 rather than zero. Miscellaneous code cleanup. | |
204 | |
205 * document the "7c" descriptor block format. | |
206 | |
24 | 207 LibPST 0.5.3 (2006-02-20) |
16 | 208 =============================== |
209 | |
24 | 210 * switch to gnu autoconf/automake. This breaks the MS VC++ projects |
211 since the source code is now in the src subdirectory. | |
212 | |
16 | 213 * documentation switched to xml, building man pages and html |
214 from the master xml copy. | |
215 | |
24 | 216 * include rpm .spec file for building src and binary rpms. |
217 | |
16 | 218 |
12
3f627519a92d
properly ignore (second block zero) errors. that will just drop some unknown attachments, but the rest of the data is still found
carl
parents:
11
diff
changeset
|
219 LibPST 0.5.2 (2006-02-18) |
11 | 220 =============================== |
221 | |
222 * Added pst2ldif to convert the contacts to ldif format for import | |
223 into ldap databases. | |
224 | |
225 * Major changes to libpst.c to properly use the node depth values | |
226 from the b-tree nodes. We also use the item count values in the nodes | |
227 rather than trying to guess how many items are active. | |
228 | |
229 * Cleanup whitespace - using tabs for every four columns. | |
230 | |
231 | |
3 | 232 LibPST 0.5.1 (17 November 2004) |
233 =============================== | |
234 | |
235 Well, alot has happened since the last release of libpst. | |
236 | |
237 Release / Management: | |
238 | |
11 | 239 * The project has forked! The new maintainer is Joseph Nahmias. |
240 * We have changed hosting sites, thanks to sourceforge for hosting | |
241 to this point. From this point forward we will be using | |
242 alioth.debian.org. | |
243 * The project is now using SubVersioN for source control. You can | |
244 get the latest code by running: | |
245 svn co svn://svn.debian.org/svn/libpst/trunk . | |
246 * See | |
247 <http://lists.alioth.debian.org/pipermail/libpst-devel/2004-November/000000.html> | |
248 for more information. | |
3 | 249 |
250 Code Changes: | |
251 | |
11 | 252 * Added lspst program to list items in a PST. Still incomplete. |
253 * Added vim folding markers to readpst.c | |
254 * avoid the pseudo-prologue that MS prepends to the email headers | |
255 * fix build on msvc, since it doesn't have sys/param.h | |
256 * Re-vamped Makefile: | |
257 * Only define CFLAGS in Makefileif missing | |
258 * fixed {un,}install targets in Makefile | |
259 * Fixed up build process in Makefile | |
260 * Added mozilla conversion script from David Binard | |
261 * Fixed bogus creation of readpst.log on every invocation | |
262 * escaped dashes and apostrophe in manpages | |
263 * Updated TODO | |
264 * added manpages from debian pkg | |
265 * fix escaped-string length count to consider '\n', | |
266 thanks to Paul Bakker <bakker@fox-it.com>. | |
267 * ensure there's a blank line between header and body | |
268 patch from <johnh@aproposretail.com> (SourceForge #890745). | |
269 * Apply accumulated endian-related patches | |
270 * Removed unused files, upstream's debian/ dir | |
3 | 271 |
272 -- Joe Nahmias <joe@nahmias.net> | |
273 | |
274 LibPST v0.5 | |
275 =========== | |
276 | |
277 It is with GREAT relief that I bring you version 0.5 of the LibPST tools! | |
278 | |
279 Through great difficulties, this tool has survived and expanded to become even | |
280 better. | |
281 | |
282 The changes are as follows: | |
283 * RTF support. We can now decompress RTF bodies in emails, and are saved as attachments | |
284 * Better support in reading the indexes. Fixed many bugs with them | |
285 * Improved reliability. "Now we are getting somewhere!" | |
286 * Improved compiling. Hopefully we won't be hitting too many compile errors now. | |
287 * vCard handling. Contacts are now exported as vCard entries. | |
288 * vEvent handling. Support has begun on exporting Calendar entries as events | |
289 * Support for Journal entries has also begun | |
290 | |
291 If you have any problems with this release, don't hesitate to contact me. | |
292 | |
293 These changes come to you, as always, free under the GPL license!! What a wonderful | |
294 thing it is. It does mean that you can write your own program off of this library | |
295 and distribute it also for free. However, anyone with commercial interests for | |
296 developing applications they will be charging for are encouraged to get in touch | |
297 with me, as I am sure we can come to some arrangement. | |
298 | |
299 Dave Smith | |
300 <dave.s@earthcorp.com> | |
301 | |
302 LibPST v0.4.3 | |
303 ============= | |
304 | |
305 Bug fix release. No extra functionality | |
306 | |
307 Dave Smith | |
308 <dave.s@earthcorp.com> | |
309 | |
310 LibPST v0.4.2 | |
311 ============= | |
312 | |
313 The debug system has had an overhaul. The debug messages are no longer | |
314 printed to the screen when they are enabled. They are dumped to a | |
315 binary file. There is another utility called "readlog" that I have | |
316 written to handle these log files. It should make it easier to | |
317 selectively view bits of a log file. It also shows the position that | |
318 the log message was printed from. | |
319 | |
320 There is a new switch in readpst. It is -d. It enables the user to | |
321 specify the log file which the binary log is written to. If the switch | |
322 isn't used, the default file of "readpst.log" is used. | |
323 | |
324 The code is now Visual C++ compatible. It has compiled on Visual C++ | |
325 .net Standard edition, and produces the readpst.exe file. Use the project | |
326 file included in this distribution. | |
327 | |
328 There have been minor improvements elsewhere too. | |
329 | |
330 | |
331 LibPST v0.4.1 | |
332 ============= | |
333 | |
334 Fixed a couple more bugs. Is it me or do bugs just insert themselves | |
335 in random, hard to find places! | |
336 | |
337 Cured a few problems with regard to emails with multiple embeded | |
338 items. They are not fully re-created using Mime-types, but are | |
339 accessible with the -S switch (which saves everything as seperate | |
340 items) | |
341 | |
342 Fixed a problem reading the first index. Back sliders are now | |
343 detected. (ie when the value following the current one is smaller, not | |
344 bigger!) | |
345 | |
346 Added some error messages when we try and read outside of the PST | |
347 file, this was causing a few problems before, cause the return value | |
348 wasn't always checked, so it was possible to be reading random data, | |
349 and trying to make sense of it! | |
350 | |
351 Anyway, if you find any problems, don't hesitate to mail me | |
352 | |
353 Dave Smith | |
354 <dave.s@earthcorp.com> | |
355 | |
356 LibPST v0.4 | |
357 =========== | |
358 | |
359 Fixed a nasty bug that occasionally corrupted attachments. Another bug | |
360 with regard to reading of indexes (also occasional). | |
361 | |
362 Another output method has been added which is called "Seperate". It is | |
363 activated with the -S switch. It operates in the following manor: | |
364 | |
365 |--Inbox-->000000 | |
11 | 366 | 000001 |
367 | 000002 | |
3 | 368 |--Sentmail-->0000000 |
11 | 369 | 0000001 |
370 | 0000002 | |
3 | 371 |
372 All the emails are stored in seperate files counting from 0 upwards, | |
373 in a folder named as the PST folder. | |
374 | |
375 When an email has an attachment, it is saved as a seperate file. The | |
376 filename for the attachment is made up of 2 parts, the first is the | |
377 email number to which it belongs, the second is its filename. | |
378 | |
379 The should now be runnable on big-endian machines, if the define.h | |
380 file is first modified. The #define LITTLE_ENDIAN must be commented | |
381 out, and the #define BIG_ENDIAN must be uncommented. | |
382 | |
383 More verbose error messages have been added. Apparently people got | |
384 confused when the program stopped for no visible reason. This has now | |
385 been resolved. | |
386 | |
387 Thanks for the continued support of all people involved. | |
388 | |
389 Dave Smith | |
390 <dave.s@earthcorp.com> | |
391 | |
392 Libpst v0.3.4 | |
393 ============= | |
394 | |
395 Several more fixes. An Infinite loop and incorrect interpreting of | |
396 item index attributes. Work has started on making the code executable | |
397 on big endian CPUs. At present it should work with Linux on these | |
398 CPUs, but I would appreciate it if you could provide feedback with | |
399 regard to it's performance. I am also working with some other people | |
400 at make it operate on Solaris. | |
401 | |
402 A whole load more items are now recognized by the Item records. With | |
403 more items in Emails and Folders. I haven't got to the Contacts yet. | |
404 | |
405 Anyway, this is what I would call a minor feature enhancment and | |
406 bugfix release. | |
407 | |
408 Dave Smith | |
409 <dave.s@earthcorp.com> | |
410 | |
411 LibPST v0.3.3 | |
412 ============= | |
413 | |
414 Fixed several items. Mainly memory leaks. Loads of them! oops.. | |
415 | |
416 I have added a new program, mainly of debugging, which when passed | |
11 | 417 an ID value and a pst file, will extract and decrypt that ID from |
3 | 418 the pst file. I don't see it being a huge attraction, or of much use |
419 to most people, but it is another example of writing an application | |
420 to use the libpst interface. | |
421 | |
422 Another fix was in the reading of the item index. This has hopefully | |
423 now been corrected. The result of this bug was that not all the emails | |
424 in a folder were converted. Hopefully you should have more luck now. | |
425 | |
426 Dave Smith | |
427 <dave.s@earthcorp.com> | |
428 | |
429 LibPST v0.3.2 | |
430 ============= | |
431 | |
432 Quick bugfix release. There was a bug in the decryption of the basic | |
433 encryption that outlook uses. One byte, 0x6c, was incorrectly decrypted | |
434 to 0x6c instead of 0xcd. This release fixes this bug. Sorry... | |
435 | |
436 | |
437 LibPST v0.3.1 | |
438 ============= | |
439 | |
440 Minor improvements. Fixed bug when linking multiple blocks together, | |
441 so now the linking blocks are not "encrypted" when trying to read | |
442 them. | |
443 | |
444 | |
445 LibPST v0.3 | |
446 =========== | |
447 | |
448 A lot of bug fixing has been done for this release. Testing has been | |
449 done on the creation of the files by readpst. Better handling of | |
450 large binaries being extracted from the PST file has been implemented. | |
451 | |
452 Quite a few reports have come in about not being able to compile on | |
453 Darwin. This could be down to using macros with variable parameter | |
454 lists. This has now been changed to use C functions with variable | |
455 parameters. I hope this fixes a lot of problems. | |
456 | |
457 Added support for recreating the folder structure into normal | |
458 directories. For Instance: | |
459 | |
460 Personal Folders | |
461 |-Inbox | |
462 | |-Jokes | |
463 | |-Meetings | |
464 |-Send Items | |
465 | |
466 each folder containing an mbox file with the correct emails for that | |
467 folder. | |
468 | |
469 Dave Smith | |
470 <dave.s@earthcorp.com> | |
471 | |
472 | |
473 LibPST v0.3 beta1 | |
474 ================= | |
475 | |
476 Again, a shed load of enhancements. More work has been done on the | |
477 mime creation. A bug has been fixed that was letting part of the | |
11 | 478 attachments that were created disappear. |
3 | 479 |
480 A major enhancement is that "compressible encryption" support has been | |
481 added. This was an incredibly simple method to use. It is basically a | |
482 ceasar cipher. It has been noted by several users already that the PST | |
483 password that Outlook uses, serves *no purpose*. It is not used to | |
484 encrypt the PST, it is mearly stored there. This means that the | |
485 readpst application is able to convert PST files without knowing the | |
486 password. Microsoft have some explaning to do! | |
487 | |
488 Output files are now not overwritten if they already exist. This means | |
489 that if you have two folders in your PST file named "fred", the first | |
490 one encountered will be named "fred" and the second one will be named | |
491 "fred00000001". As you can see, there is enough room there for many | |
492 duplicate names! | |
493 | |
494 Output filenames are now restricted. Any "/" or "\" characters in the | |
495 name are replaced with "_". If you find that there are any other | |
496 characters that need to be changed, could you please make me aware! | |
497 | |
498 Thanks to Berry Wizard for help with supporting the encryption. | |
499 | |
500 Thanks to Auke Kok, Carolus Walraven and Yogesh Kumar Guatam for providing debugging | |
501 information and testing. | |
502 | |
503 Dave Smith | |
504 <dave.s@earthcorp.com> | |
505 | |
506 | |
507 LibPST v0.2 beta1 | |
508 ================= | |
509 | |
510 Hello once more... | |
511 | |
512 Attachments are now re-created in mime format. The method is very | |
513 crude and could be prone to over generalisation. Please test this | |
514 version, and if attachments are not recreated correctly, please send | |
515 me the email (complete message source) of the original and | |
516 converted. Cheers. | |
517 | |
518 I hope this will work for everyone who uses this program, but reality | |
519 can be very different! | |
520 | |
521 Let us see how it goes... | |
522 | |
523 Dave Smith | |
524 <dave.s@earthcorp.com> | |
525 | |
526 LibPST v0.2 alpha1 | |
527 =========== | |
528 | |
529 Hello! | |
530 | |
531 Some improvements. The internal code has been changed so that | |
532 attachments are now processed and loaded into the structures. The | |
533 readpst program is not finished yet. It needs to convert these binary | |
534 structs into mime data. At present it just saves them to the current | |
535 directory, overwriting any previous files with the attachment name. | |
536 | |
11 | 537 Improvements over previous version: |
3 | 538 * KMail output is supported - if the "-k" flag is specified, all the |
539 directory hierarchy is created using the KMail standard | |
540 * Lots of bugs and memory leaks fixed | |
541 | |
542 | |
543 Usage: | |
544 | |
545 ReadPST v0.2alpha1 implementing LibPST v0.2alpha1 | |
546 Usage: ./readpst [OPTIONS] {PST FILENAME} | |
547 OPTIONS: | |
548 -h - Help. This screen | |
549 -k - KMail. Output in kmail format | |
550 -o - Output Dir. Directory to write files to. CWD is changed *after* opening pst file | |
551 -V - Version. Display program version | |
552 | |
553 If you want to view lots of debug output, modify a line in "define.h" | |
554 from "//#define DEBUG_ALL" to "#define DEBUG_ALL". It would then be | |
555 advisable to pipe all output to a log file: | |
556 | |
557 ./readpst -o out pst_file &> logfile | |
558 | |
559 Dave Smith | |
560 | |
561 LibPST v0.1 | |
562 =========== | |
563 | |
564 Hi Folks! | |
565 | |
566 This has been a long, hard slog, but I now feel that I have got | |
567 somewhere useful. The included program "main" is able to read an | |
568 Outlook PST file and dump the emails into mbox files, separating each | |
569 folder into a different mbox file. All the mbox files are stored in | |
570 the current directory and no attempt is yet made to organise these | |
571 files into a directory hierarchy. This would not be too difficult to | |
572 achieve though. | |
573 | |
574 Email attachments are not yet handled, neither are Contacts. | |
575 | |
576 There is no pretty interface yet, but you can convert a PST file in | |
577 the following manner | |
578 | |
579 ./main {path to PST file} | |
580 | |
581 This is very much a work in progress, but I thought I should release | |
582 this code so that people can lose their conception that outlook files | |
583 will never be converted to Linux. | |
584 | |
585 I am intending that the code I am writing will be developed into | |
586 greater applications to provide USEFUL tools for accessing and | |
587 converting PST files into a variety of formats. | |
588 | |
589 One point I feel I should make is that Outlook, by default, creates | |
590 "Compressible Encryption" PST files. I have not, as yet, attempted to | |
591 write any decryption routines, so you will not be able to convert | |
592 these files. However, if you create a new PST file and choose not to | |
593 make an encrypted one, you can copy all your emails into this new one | |
594 and then convert the unencrypted one. | |
595 | |
596 I hope you enjoy, | |
597 | |
598 Dave Smith | |
599 |