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