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