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