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