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