annotate xml/libpst.in @ 104:39ba19372732

many fixes in pst2ldif by Robert Harris
author Carl Byington <carl@five-ten-sg.com>
date Thu, 09 Oct 2008 12:04:40 -0700
parents 1fc33da23175
children 0f1492b7fe8b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 <reference>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2 <title>@PACKAGE@ Utilities - Version @VERSION@</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
3 <partintro>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
4 <title>Packages</title>
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
5
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
6 <para>This is a fork of the libpst project at SourceForge. Another fork
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
7 is located at <ulink
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
8 url="http://alioth.debian.org/projects/libpst/">http://alioth.debian.org/projects/libpst/</ulink>
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
9 </para>
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
10
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
11 <para>The various source and binary packages are available at <ulink
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
12 url="http://www.five-ten-sg.com/@PACKAGE@/packages/">http://www.five-ten-sg.com/@PACKAGE@/packages/</ulink>.
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
13 The most recent documentation is available at <ulink
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
14 url="http://www.five-ten-sg.com/@PACKAGE@/">http://www.five-ten-sg.com/@PACKAGE@/</ulink>.
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
15 </para>
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
16
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
17 <para>A <ulink
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
18 url="http://www.selenic.com/mercurial/wiki/">Mercurial</ulink> source
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
19 code repository for this project is available at <ulink
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
20 url="http://hg.five-ten-sg.com/@PACKAGE@/">http://hg.five-ten-sg.com/@PACKAGE@/</ulink>.
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
21 </para>
54
e109391424b5 some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents: 52
diff changeset
22
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
23 <para>This version can now convert both 32 bit Outlook files (pre 2003), and the
64
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 63
diff changeset
24 64 bit Outlook 2003 pst files. Utilities are supplied to convert email messages
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 63
diff changeset
25 to both mbox and MH mailbox formats, and to DII load file format for use with
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 63
diff changeset
26 many of the <ulink url="http://www.ctsummation.com">CT Summation</ulink> products.
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 63
diff changeset
27 Contacts can be converted to a simple list, to vcard format, or to ldif format
2c6040b6e8f8 packaging for Fedora (#434727)
Carl Byington <carl@five-ten-sg.com>
parents: 63
diff changeset
28 for import to an LDAP server.
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
29 </para>
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
30
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
31 </partintro>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
32
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
33
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
34 <refentry id="readpst.1">
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
35 <refentryinfo>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
36 <date>2008-10-09</date>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
37 </refentryinfo>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
38
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
39 <refmeta>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
40 <refentrytitle>readpst</refentrytitle>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
41 <manvolnum>1</manvolnum>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
42 <refmiscinfo>readpst @VERSION@</refmiscinfo>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
43 </refmeta>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
44
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
45 <refnamediv id='readpst.name.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
46 <refname>readpst</refname>
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
47 <refpurpose>convert PST (MS Outlook Personal Folders) files to mbox and other formats</refpurpose>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
48 </refnamediv>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
49
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
50 <refsynopsisdiv id='readpst.synopsis.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
51 <title>Synopsis</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
52 <cmdsynopsis>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
53 <command>readpst</command>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
54 <arg><option>-C</option></arg>
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
55 <arg><option>-D</option></arg>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
56 <arg><option>-M</option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
57 <arg><option>-S</option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
58 <arg><option>-V</option></arg>
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
59 <arg><option>-b</option></arg>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
60 <arg><option>-c <replaceable class="parameter">format</replaceable></option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
61 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
62 <arg><option>-h</option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
63 <arg><option>-k</option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
64 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
65 <arg><option>-q</option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
66 <arg><option>-r</option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
67 <arg><option>-w</option></arg>
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
68 <arg choice='plain'>pstfile</arg>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
69 </cmdsynopsis>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
70 </refsynopsisdiv>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
71
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
72 <refsect1 id='readpst.description.1'>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
73 <title>Description</title>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
74 <para><command>readpst</command> is a program that can read an Outlook
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
75 PST (Personal Folders) file and convert it into an mbox file, a format
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
76 suitable for KMail, a recursive mbox structure, or separate emails.
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
77 </para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
78 </refsect1>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
79
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
80 <refsect1 id='readpst.options.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
81 <title>Options</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
82 <variablelist>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
83 <varlistentry>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
84 <term>-C</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
85 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
86 Decrypt the entire pst file and dump it to stdout.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
87 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
88 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
89 <varlistentry>
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
90 <term>-D</term>
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
91 <listitem><para>
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
92 Include deleted items in the output.
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
93 </para></listitem>
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
94 </varlistentry>
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
95 <varlistentry>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
96 <term>-M</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
97 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
98 Output messages in MH format as separate files. This will create
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
99 folders as named in the PST file, and will put each email together with
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
100 any attachments into its own file. These files will be numbered from 1
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
101 to n with no leading zeros.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
102 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
103 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
104 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
105 <term>-S</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
106 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
107 Output messages into separate files. This will create folders as named
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
108 in the PST file, and will put each email in its own file. These files
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
109 will be numbered from 1 increasing in intervals of 1 (ie 1, 2, 3, ...).
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
110 Any attachments are saved alongside each email as XXXXXXXXX-attach1,
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
111 XXXXXXXXX-attach2 and so on, or with the name of the attachment if one
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
112 is present.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
113 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
114 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
115 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
116 <term>-V</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
117 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
118 Show program version and exit.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
119 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
120 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
121 <varlistentry>
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
122 <term>-b</term>
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
123 <listitem><para>
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
124 Do not save the attachments for the RTF format of the email body.
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
125 </para></listitem>
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
126 </varlistentry>
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
127 <varlistentry>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
128 <term>-c <replaceable class="parameter">format</replaceable></term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
129 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
130 Set the Contact output mode. Use -cv for vcard format or -cl for an email list.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
131 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
132 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
133 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
134 <term>-d <replaceable class="parameter">debug-file</replaceable></term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
135 <listitem><para>
33
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
136 Specify name of debug log file. The
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
137 log file is not an ascii file, it is a binary file readable
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
138 by <command>readpstlog</command>.
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
139 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
140 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
141 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
142 <term>-h</term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
143 <listitem><para>
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 28
diff changeset
144 Show summary of options and exit.
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
145 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
146 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
147 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
148 <term>-k</term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
149 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
150 Changes the output format to KMail.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
151 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
152 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
153 <varlistentry>
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
154 <term>-o <replaceable class="parameter">output-directory</replaceable></term>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
155 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
156 Specifies the output directory. The directory must already exist, and
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
157 is entered after the PST file is opened, but before any processing of
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
158 files commences.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
159 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
160 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
161 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
162 <term>-q</term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
163 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
164 Changes to silent mode. No feedback is printed to the screen, except
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
165 for error messages.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
166 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
167 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
168 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
169 <term>-r</term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
170 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
171 Changes the output format to Recursive. This will create folders as
21
e5418051878c switch to automake/autoconf
carl
parents: 20
diff changeset
172 named in the PST file, and will put all emails in a file called "mbox"
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
173 inside each folder. These files are then compatible with all
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
174 mbox-compatible email clients.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
175 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
176 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
177 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
178 <term>-w</term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
179 <listitem><para>
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
180 Overwrite any previous output files. Beware: When used with the -S
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
181 switch, this will remove all files from the target folder before
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
182 writing. This is to keep the count of emails and attachments correct.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
183 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
184 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
185 </variablelist>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
186 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
187
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
188 <refsect1 id='readpst.also.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
189 <title>See Also</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
190 <para>
25
73e8959cd86b patches from Arne
carl
parents: 24
diff changeset
191 <citerefentry><refentrytitle>readpstlog</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
192 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
193 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
194
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
195 <refsect1 id='readpst.author.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
196 <title>Author</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
197 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
198 This manual page was originally written by Dave Smith
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
199 &lt;dave.s@earthcorp.com&gt;, and updated by Joe Nahmias &lt;joe@nahmias.net&gt;
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
200 for the Debian GNU/Linux system (but may be used by others). It was
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
201 subsequently updated by Brad Hards &lt;bradh@frogmouth.net&gt;, and converted to
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
202 xml format by Carl Byington &lt;carl@five-ten-sg.com&gt;.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
203 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
204 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
205
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
206 <refsect1 id='readpst.copyright.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
207 <title>Copyright</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
208 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
209 Copyright (C) 2002 by David Smith &lt;dave.s@earthcorp.com&gt;.
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
210 XML version Copyright (C) 2008 by 510 Software Group &lt;carl@five-ten-sg.com&gt;.
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
211 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
212 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
213 This program is free software; you can redistribute it and/or modify it
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
214 under the terms of the GNU General Public License as published by the
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
215 Free Software Foundation; either version 2, or (at your option) any
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
216 later version.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
217 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
218 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
219 You should have received a copy of the GNU General Public License along
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
220 with this program; see the file COPYING. If not, please write to the
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
221 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
222 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
223 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
224
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
225 <refsect1 id='readpst.version.1'>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
226 <title>Version</title>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
227 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
228 @VERSION@
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
229 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
230 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
231 </refentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
232
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
233
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
234 <refentry id="lspst.1">
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
235 <refentryinfo>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
236 <date>2008-10-09</date>
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
237 </refentryinfo>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
238
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
239 <refmeta>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
240 <refentrytitle>lspst</refentrytitle>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
241 <manvolnum>1</manvolnum>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
242 <refmiscinfo>lspst @VERSION@</refmiscinfo>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
243 </refmeta>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
244
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
245 <refnamediv id='lspst.name.1'>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
246 <refname>lspst</refname>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
247 <refpurpose>list PST (MS Outlook Personal Folders) file data</refpurpose>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
248 </refnamediv>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
249
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
250 <refsynopsisdiv id='lspst.synopsis.1'>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
251 <title>Synopsis</title>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
252 <cmdsynopsis>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
253 <command>lspst</command>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
254 <arg><option>-V</option></arg>
50
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
255 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
256 <arg><option>-h</option></arg>
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
257 <arg choice='plain'>pstfile</arg>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
258 </cmdsynopsis>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
259 </refsynopsisdiv>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
260
50
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
261 <refsect1 id='lspst.options.1'>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
262 <title>Options</title>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
263 <variablelist>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
264 <varlistentry>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
265 <term>-V</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
266 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
267 Show program version and exit.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
268 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
269 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
270 <varlistentry>
50
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
271 <term>-d <replaceable class="parameter">debug-file</replaceable></term>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
272 <listitem><para>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
273 Specify name of debug log file. The
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
274 log file is not an ascii file, it is a binary file readable
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
275 by <command>readpstlog</command>.
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
276 </para></listitem>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
277 </varlistentry>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
278 <varlistentry>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
279 <term>-h</term>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
280 <listitem><para>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
281 Show summary of options and exit.
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
282 </para></listitem>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
283 </varlistentry>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
284 </variablelist>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
285 </refsect1>
fb3818370dd6 more fixes for 64 bit format
carl
parents: 49
diff changeset
286
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
287 <refsect1 id='lspst.description.1'>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
288 <title>Description</title>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
289 <para><command>lspst</command> is a program that can read an Outlook
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
290 PST (Personal Folders) file and produce a simple listing of the
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
291 data (contacts, email subjects, etc).
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
292 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
293 </refsect1>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
294
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
295 <refsect1 id='lspst.also.1'>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
296 <title>See Also</title>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
297 <para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
298 <citerefentry><refentrytitle>readpstlog</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
299 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
300 </refsect1>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
301
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
302 <refsect1 id='lspst.author.1'>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
303 <title>Author</title>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
304 <para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
305 lspst was written by Joe Nahmias &lt;joe@nahmias.net&gt; based on readpst.
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
306 This man page was written by 510 Software Group &lt;carl@five-ten-sg.com&gt;.
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
307 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
308 </refsect1>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
309
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
310 <refsect1 id='lspst.copyright.1'>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
311 <title>Copyright</title>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
312 <para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
313 Copyright (C) 2004 by Joe Nahmias &lt;joe@nahmias.net&gt;.
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
314 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
315 <para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
316 This program is free software; you can redistribute it and/or modify it
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
317 under the terms of the GNU General Public License as published by the
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
318 Free Software Foundation; either version 2, or (at your option) any
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
319 later version.
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
320 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
321 <para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
322 You should have received a copy of the GNU General Public License along
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
323 with this program; see the file COPYING. If not, please write to the
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
324 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
325 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
326 </refsect1>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
327
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
328 <refsect1 id='lspst.version.1'>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
329 <title>Version</title>
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
330 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
331 @VERSION@
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
332 </para>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
333 </refsect1>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
334 </refentry>
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
335
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 36
diff changeset
336
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
337 <refentry id="readpstlog.1">
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
338 <refentryinfo>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
339 <date>2008-10-09</date>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
340 </refentryinfo>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
341
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
342 <refmeta>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
343 <refentrytitle>readpstlog</refentrytitle>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
344 <manvolnum>1</manvolnum>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
345 <refmiscinfo>readpstlog @VERSION@</refmiscinfo>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
346 </refmeta>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
347
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
348 <refnamediv id='readpstlog.name.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
349 <refname>readpstlog</refname>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
350 <refpurpose>convert a <command>readpst</command> logfile to text format</refpurpose>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
351 </refnamediv>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
352
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
353 <refsynopsisdiv id='readpstlog.synopsis.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
354 <title>Synopsis</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
355 <cmdsynopsis>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
356 <command>readpstlog</command>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
357 <arg><option>-f <replaceable class="parameter">format</replaceable></option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
358 <arg><option>-t <replaceable class="parameter">include-types</replaceable></option></arg>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
359 <arg><option>-x <replaceable class="parameter">exclude-types</replaceable></option></arg>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
360 <arg choice='plain'>logfile</arg>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
361 </cmdsynopsis>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
362 </refsynopsisdiv>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
363
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
364 <refsect1 id='readpstlog.description.1'>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
365 <title>Description</title>
21
e5418051878c switch to automake/autoconf
carl
parents: 20
diff changeset
366 <para><command>readpstlog</command>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
367 is a program that converts the binary logfile generated
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
368 by <command>readpst</command> to a more desirable text format.
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
369 </para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
370 </refsect1>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
371
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
372 <refsect1 id='readpstlog.options.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
373 <title>Options</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
374 <variablelist>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
375 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
376 <term>-f <replaceable class="parameter">format</replaceable></term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
377 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
378 Sets the format of the text log output. Currently, the only valid output
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
379 formats are T, for single line text, D for the default default multi line
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
380 format, and I for an indented style with single line text.
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
381 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
382 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
383 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
384 <term>-t <replaceable class="parameter">include-types</replaceable></term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
385 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
386 Print only the specified types of log messages.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
387 Types are specified in a comma-delimited list (e.g. 3,10,5,6).
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
388 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
389 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
390 <varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
391 <term>-x <replaceable class="parameter">exclude-types</replaceable></term>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
392 <listitem><para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
393 Exclude the specified types of log messages.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
394 Types are specified in a comma-delimited list (e.g. 3,10,5,6).
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
395 </para></listitem>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
396 </varlistentry>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
397 </variablelist>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
398 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
399
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
400 <refsect1 id='readpstlog.message.types.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
401 <title>Message Types</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
402 <para><command>readpstlog</command> understands the following types of log
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
403 messages:
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
404 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
405 <variablelist>
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
406 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
407 <term>1</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
408 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
409 File accesses
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
410 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
411 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
412 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
413 <term>2</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
414 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
415 Index accesses
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
416 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
417 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
418 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
419 <term>3</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
420 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
421 New email found
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
422 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
423 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
424 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
425 <term>4</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
426 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
427 Warnings
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
428 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
429 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
430 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
431 <term>5</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
432 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
433 Read accesses
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
434 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
435 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
436 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
437 <term>6</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
438 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
439 Informational messages
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
440 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
441 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
442 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
443 <term>7</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
444 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
445 Main function calls
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
446 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
447 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
448 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
449 <term>8</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
450 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
451 Decrypting calls
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
452 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
453 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
454 <varlistentry>
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
455 <term>9</term>
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
456 <listitem><para>
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
457 Function entries
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
458 </para></listitem>
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
459 </varlistentry>
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
460 <varlistentry>
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
461 <term>10</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
462 <listitem><para>
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
463 Function exits
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
464 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
465 </varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
466 <varlistentry>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
467 <term>11</term>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
468 <listitem><para>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
469 HexDump calls
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
470 </para></listitem>
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
471 </varlistentry>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
472 </variablelist>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
473 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
474
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
475 <refsect1 id='readpstlog.author.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
476 <title>Author</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
477 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
478 This manual page was written by Joe Nahmias &lt;joe@nahmias.net&gt;
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
479 for the Debian GNU/Linux system (but may be used by others). It was
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
480 converted to xml format by Carl Byington &lt;carl@five-ten-sg.com&gt;.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
481 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
482 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
483
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
484 <refsect1 id='readpstlog.todo.1'>
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
485 <title>TODO</title>
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
486 <para>
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
487 The binary debug log file is generally much larger than the .pst file,
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
488 so we need to switch to ftello/fseeko there also to handle files
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
489 larger than 2GB.
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
490 </para>
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
491 </refsect1>
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
492
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
493 <refsect1 id='readpstlog.copyright.1'>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
494 <title>Copyright</title>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
495 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
496 Copyright (C) 2002 by David Smith &lt;dave.s@earthcorp.com&gt;.
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
497 XML version Copyright (C) 2008 by 510 Software Group &lt;carl@five-ten-sg.com&gt;.
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
498 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
499 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
500 This program is free software; you can redistribute it and/or modify it
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
501 under the terms of the GNU General Public License as published by the
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
502 Free Software Foundation; either version 2, or (at your option) any
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
503 later version.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
504 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
505 <para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
506 You should have received a copy of the GNU General Public License along
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
507 with this program; see the file COPYING. If not, please write to the
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
508 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
509 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
510 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
511
20
1acd3231c3a4 switch to automake/autoconf
carl
parents: 16
diff changeset
512 <refsect1 id='readpstlog.version.1'>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
513 <title>Version</title>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
514 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
515 @VERSION@
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
516 </para>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
517 </refsect1>
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
518 </refentry>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
519
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
520
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
521 <refentry id="pst2ldif.1">
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
522 <refentryinfo>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
523 <date>2008-10-09</date>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
524 </refentryinfo>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
525
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
526 <refmeta>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
527 <refentrytitle>pst2ldif</refentrytitle>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
528 <manvolnum>1</manvolnum>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
529 <refmiscinfo>pst2ldif @VERSION@</refmiscinfo>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
530 </refmeta>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
531
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
532 <refnamediv id='pst2ldif.name.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
533 <refname>pst2ldif</refname>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
534 <refpurpose>extract contacts from a MS Outlook .pst file in .ldif format</refpurpose>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
535 </refnamediv>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
536
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
537 <refsynopsisdiv id='pst2ldif.synopsis.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
538 <title>Synopsis</title>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
539 <cmdsynopsis>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
540 <command>pst2ldif</command>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
541 <arg><option>-V</option></arg>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
542 <arg><option>-b <replaceable class="parameter">ldap-base</replaceable></option></arg>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
543 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
544 <arg><option>-C <replaceable class="parameter">character-set</replaceable></option></arg>
33
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
545 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
546 <arg><option>-l <replaceable class="parameter">extra-line</replaceable></option></arg>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
547 <arg><option>-o</option></arg>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
548 <arg><option>-h</option></arg>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
549 <arg choice='plain'>pstfilename</arg>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
550 </cmdsynopsis>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
551 </refsynopsisdiv>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
552
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
553 <refsect1 id='pst2ldif.options.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
554 <title>Options</title>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
555 <variablelist>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
556 <varlistentry>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
557 <term>-V</term>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
558 <listitem><para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
559 Show program version. Subsequent options are then ignored.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
560 </para></listitem>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
561 </varlistentry>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
562 <varlistentry>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
563 <term>-b <replaceable class="parameter">ldap-base</replaceable></term>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
564 <listitem><para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
565 Sets the ldap base value used in the dn records. You probably want to
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
566 use something like "o=organization, c=US".
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
567 </para></listitem>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
568 </varlistentry>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
569 <varlistentry>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
570 <term>-c <replaceable class="parameter">class</replaceable></term>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
571 <listitem><para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
572 Sets the objectClass values for the contact items. This class needs to be
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
573 defined in the schema used by your LDAP server, and at a minimum it must
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
574 contain the ldap attributes given below. This option may be specified
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
575 multiple times to generate entries with multiple object classes.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
576 </para></listitem>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
577 </varlistentry>
33
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
578 <varlistentry>
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
579 <term>-C <replaceable class="parameter">character-set</replaceable></term>
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
580 <listitem><para>
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
581 Specify the name of the character set used in your pst file for contacts.
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
582 </para></listitem>
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
583 </varlistentry>
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
584 <varlistentry>
33
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
585 <term>-d <replaceable class="parameter">debug-file</replaceable></term>
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
586 <listitem><para>
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
587 Specify name of debug log file. The
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
588 log file is not an ascii file, it is a binary file readable
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
589 by <command>readpstlog</command>.
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
590 </para></listitem>
12cac756bc05 enable -d option, but if not specified, don't generate a debug file
carl
parents: 32
diff changeset
591 </varlistentry>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
592 <varlistentry>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
593 <term>-l <replaceable class="parameter">extra-line</replaceable></term>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
594 <listitem><para>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
595 Specify an extra line to be added to each ldap entry. This
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
596 option may be specified multiple times to add multiple lines
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
597 to each ldap entry.
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
598 </para></listitem>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
599 </varlistentry>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
600 <varlistentry>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
601 <term>-o</term>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
602 <listitem><para>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
603 Use the old ldap schema, rather than the default new ldap schema.
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
604 The old schema generates multiple postalAddress attributes for
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
605 a single entry. The new schema generates a single postalAddress
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
606 (and homePostalAddress when available) attribute with $ delimiters
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
607 as specified in RFC4517. Using the old schema also generates two
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
608 extra leading entries, one for "dn:ldap base", and one for
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
609 "dn: cn=root, ldap base".
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
610 </para></listitem>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
611 </varlistentry>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
612 <varlistentry>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
613 <term>-h</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
614 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
615 Show summary of options. Subsequent options are then ignored.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
616 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
617 </varlistentry>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
618 </variablelist>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
619 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
620
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
621 <refsect1 id='pst2ldif.description.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
622 <title>Description</title>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
623 <para><command>pst2ldif</command>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
624 reads the contact information from a MS Outlook .pst file
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
625 and produces a .ldif file that may be used to import those contacts
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
626 into an LDAP database. The following ldap attributes are generated
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
627 for the old ldap schema:
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
628 <simplelist>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
629 <member>cn </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
630 <member>givenName </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
631 <member>sn </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
632 <member>personalTitle </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
633 <member>company </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
634 <member>mail </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
635 <member>postalAddress </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
636 <member>l </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
637 <member>st </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
638 <member>postalCode </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
639 <member>c </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
640 <member>homePhone </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
641 <member>telephoneNumber </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
642 <member>facsimileTelephoneNumber </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
643 <member>mobile </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
644 <member>description </member>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
645 </simplelist>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
646 The following attributes are generated for the new ldap schema:
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
647 <simplelist>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
648 <member>cn </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
649 <member>givenName </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
650 <member>sn </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
651 <member>title </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
652 <member>o </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
653 <member>mail </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
654 <member>postalAddress </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
655 <member>homePostalAddress </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
656 <member>l </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
657 <member>st </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
658 <member>postalCode </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
659 <member>c </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
660 <member>homePhone </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
661 <member>telephoneNumber </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
662 <member>facsimileTelephoneNumber </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
663 <member>mobile </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
664 <member>description </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
665 <member>labeledURI </member>
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
666 </simplelist>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
667 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
668 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
669
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
670 <refsect1 id='pst2ldif.copyright.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
671 <title>Copyright</title>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
672 <para>
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
673 Copyright (C) 2008 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
674 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
675 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
676 This program is free software; you can redistribute it and/or modify it
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
677 under the terms of the GNU General Public License as published by the
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
678 Free Software Foundation; either version 2, or (at your option) any
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
679 later version.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
680 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
681 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
682 You should have received a copy of the GNU General Public License along
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
683 with this program; see the file COPYING. If not, please write to the
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
684 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
685 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
686 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
687
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
688 <refsect1 id='pst2ldif.version.1'>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
689 <title>Version</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
690 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
691 @VERSION@
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
692 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
693 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
694 </refentry>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
695
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
696
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
697 <refentry id="pst2dii.1">
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
698 <refentryinfo>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
699 <date>2008-10-09</date>
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
700 </refentryinfo>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
701
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
702 <refmeta>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
703 <refentrytitle>pst2dii</refentrytitle>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
704 <manvolnum>1</manvolnum>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
705 <refmiscinfo>pst2dii @VERSION@</refmiscinfo>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
706 </refmeta>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
707
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
708 <refnamediv id='pst2dii.name.1'>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
709 <refname>pst2dii</refname>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
710 <refpurpose>extract email messages from a MS Outlook .pst file in DII load format</refpurpose>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
711 </refnamediv>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
712
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
713 <refsynopsisdiv id='pst2dii.synopsis.1'>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
714 <title>Synopsis</title>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
715 <cmdsynopsis>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
716 <command>pst2dii</command>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
717 <arg><option>-B <replaceable class="parameter">bates-prefix</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
718 <arg><option>-O <replaceable class="parameter">dii-output-file</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
719 <arg><option>-V</option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
720 <arg><option>-b <replaceable class="parameter">bates-number</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
721 <arg><option>-c <replaceable class="parameter">bates-color</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
722 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
723 <arg><option>-f <replaceable class="parameter">ttf-font-file</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
724 <arg><option>-h</option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
725 <arg><option>-o <replaceable class="parameter">output-directory</replaceable></option></arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
726 <arg choice='plain'>pstfilename</arg>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
727 </cmdsynopsis>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
728 </refsynopsisdiv>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
729
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
730 <refsect1 id='pst2dii.options.1'>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
731 <title>Options</title>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
732 <variablelist>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
733 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
734 <term>-B <replaceable class="parameter">bates-prefix</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
735 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
736 Sets the bates prefix string. The bates sequence number is appended to
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
737 this string, and printed on each page.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
738 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
739 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
740 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
741 <term>-O <replaceable class="parameter">dii-output-file</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
742 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
743 Name of the output DII load file.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
744 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
745 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
746 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
747 <term>-V</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
748 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
749 Show program version. Subsequent options are then ignored.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
750 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
751 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
752 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
753 <term>-b <replaceable class="parameter">bates-number</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
754 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
755 Starting bates sequence number. The default is zero.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
756 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
757 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
758 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
759 <term>-c <replaceable class="parameter">bates-color</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
760 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
761 Font color for the bates stamp on each page, specified as 6 hex digits
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
762 as rrggbb values. The default is ff0000 for bright red.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
763 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
764 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
765 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
766 <term>-d <replaceable class="parameter">debug-file</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
767 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
768 Specify name of debug log file. The
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
769 log file is not an ascii file, it is a binary file readable
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
770 by <command>readpstlog</command>.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
771 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
772 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
773 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
774 <term>-f <replaceable class="parameter">ttf-font-file</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
775 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
776 Specify name of a true type font file. This should be a fixed pitch font.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
777 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
778 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
779 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
780 <term>-h</term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
781 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
782 Show summary of options. Subsequent options are then ignored.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
783 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
784 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
785 <varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
786 <term>-o <replaceable class="parameter">output-directory</replaceable></term>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
787 <listitem><para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
788 Specifies the output directory. The directory must already exist.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
789 </para></listitem>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
790 </varlistentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
791 </variablelist>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
792 </refsect1>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
793
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
794 <refsect1 id='pst2dii.description.1'>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
795 <title>Description</title>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
796 <para><command>pst2dii</command>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
797 reads the email messages from a MS Outlook .pst file
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
798 and produces a DII load file that may be used to import message
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
799 summaries into a Summation DII system. The DII output file contains
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
800 references to the image and attachment files in the output directory.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
801 </para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
802 </refsect1>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
803
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
804 <refsect1 id='pst2dii.copyright.1'>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
805 <title>Copyright</title>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
806 <para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
807 Copyright (C) 2008 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
808 </para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
809 <para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
810 This program is free software; you can redistribute it and/or modify it
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
811 under the terms of the GNU General Public License as published by the
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
812 Free Software Foundation; either version 2, or (at your option) any
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
813 later version.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
814 </para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
815 <para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
816 You should have received a copy of the GNU General Public License along
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
817 with this program; see the file COPYING. If not, please write to the
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
818 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
819 </para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
820 </refsect1>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
821
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
822 <refsect1 id='pst2dii.version.1'>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
823 <title>Version</title>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
824 <para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
825 @VERSION@
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
826 </para>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
827 </refsect1>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
828 </refentry>
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
829
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
830
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
831 <refentry id="pst.5">
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
832 <refentryinfo>
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 101
diff changeset
833 <date>2008-10-09</date>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
834 </refentryinfo>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
835
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
836 <refmeta>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
837 <refentrytitle>outlook.pst</refentrytitle>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
838 <manvolnum>5</manvolnum>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
839 </refmeta>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
840
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
841 <refnamediv id='pst.name.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
842 <refname>outlook.pst</refname>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
843 <refpurpose>format of MS Outlook .pst file</refpurpose>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
844 </refnamediv>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
845
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
846 <refsynopsisdiv id='pst.synopsis.1'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
847 <title>Synopsis</title>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
848 <cmdsynopsis>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
849 <command>outlook.pst</command>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
850 </cmdsynopsis>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
851 </refsynopsisdiv>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
852
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
853 <refsect1 id='pst.file.overview.5'>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
854 <title>Overview</title>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
855 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
856 Each item in a .pst file is identified by two id values ID1 and ID2.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
857 There are two separate b-trees indexed by these ID1 and ID2 values.
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
858 Starting with Outlook 2003, the file format changed from one with 32
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
859 bit pointers, to one with 64 bit pointers. We describe both formats
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
860 here.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
861 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
862 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
863
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
864 <refsect1 id='pst.file.header.32.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
865 <title>32 bit File Header</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
866 <para>
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
867 The 32 bit file header is located at offset 0 in the .pst file.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
868 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
869 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
870 0000 21 42 44 4e 49 f8 64 d9 53 4d 0e 00 13 00 01 01
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
871 0010 00 00 00 00 00 00 00 00 50 d6 03 00 bd 1e 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
872 0020 08 4c 00 00 00 04 00 00 00 04 00 00 0f 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
873 0030 0d 40 00 00 99 0a 01 00 18 04 00 00 0d 40 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
874 0040 0d 40 00 00 11 80 00 00 02 04 00 00 0a 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
875 0050 00 04 00 00 00 04 00 00 0f 04 00 00 0f 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
876 0060 0f 04 00 00 0d 40 00 00 00 04 00 00 00 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
877 0070 04 40 00 00 00 04 00 00 00 04 00 00 00 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
878 0080 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
879 0090 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
880 00a0 0c 09 00 00 00 00 00 00 00 04 27 00 00 24 23 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
881 00b0 c0 09 0a 00 00 c8 00 00 bc 1e 02 00 00 7e 0c 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
882 00c0 b4 1e 02 00 00 54 00 00 01 00 00 00 23 55 44 d1
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
883 00d0 5a 4f ce 6b 80 ff ff ff 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
884 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
885 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
886 0100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
887 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
888 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
889 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
890 0140 00 00 00 00 00 00 00 00 00 00 00 00 3f ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
891 0150 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
892 0160 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
893 0170 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
894 0180 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
895 0190 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
896 01a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
897 01b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
898 01c0 ff ff ff ff ff ff ff ff ff ff ff ff 80 01 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
899 01d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
900 01e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
901 01f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
902
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
903 0000 signature [4 bytes] 0x4e444221 constant
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
904 000a indexType [1 byte] 0x0e constant
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
905 01cd encryptionType [1 byte] 0x01 in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
906 00a8 total file size [4 bytes] 0x270400 in this case
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
907 00c0 backPointer1 [4 bytes] 0x021eb4 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
908 00c4 offsetIndex1 [4 bytes] 0x005400 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
909 00b8 backPointer2 [4 bytes] 0x021ebc in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
910 00bc offsetIndex2 [4 bytes] 0x0c7e00 in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
911 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
912 <para>
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
913 We only support index types 0x0e and 0x17, and encryption types
79
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 77
diff changeset
914 0x00, 0x01 and 0x02. Index type 0x0e is the older 32 bit Outlook format.
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
915 Index type 0x17 is the newer 64 bit Outlook format. Encryption
79
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 77
diff changeset
916 type 0x00 is no encryption, type 0x01 is "compressible" encryption
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 77
diff changeset
917 which is a simple substitution cipher, and type 0x02 is "strong"
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 77
diff changeset
918 encryption, which seems to be related to a three rotor Enigma cipher.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
919 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
920 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
921 offsetIndex1 is the file offset of the root of the
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
922 index1 b-tree, which contains (ID1, offset, size, unknown) tuples
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
923 for each item in the file. backPointer1 is the value that should
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
924 appear in the parent pointer of that root node.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
925 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
926 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
927 offsetIndex2 is the file offset of the root of the
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
928 index2 b-tree, which contains (ID2, DESC-ID1, LIST-ID1, PARENT-ID2)
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
929 tuples for each item in the file. backPointer2 is the value that should
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
930 appear in the parent pointer of that root node.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
931 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
932 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
933
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
934 <refsect1 id='pst.file.header.64.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
935 <title>64 bit File Header</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
936 <para>
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
937 The 64 bit file header is located at offset 0 in the .pst file.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
938 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
939 <literallayout class="monospaced"><![CDATA[
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
940 0000 21 42 44 4e 03 02 23 b2 53 4d 17 00 13 00 01 01
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
941 0010 00 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
942 0020 8b 00 00 00 00 00 00 00 1d 00 00 00 00 04 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
943 0030 00 04 00 00 04 04 00 00 00 40 00 00 02 00 01 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
944 0040 00 04 00 00 00 04 00 00 00 04 00 00 00 80 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
945 0050 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
946 0060 04 04 00 00 04 04 00 00 04 04 00 00 00 04 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
947 0070 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
948 0080 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
949 0090 00 04 00 00 00 04 00 00 00 04 00 00 00 04 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
950 00a0 00 04 00 00 00 04 00 00 02 04 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
951 00b0 00 00 00 00 00 00 00 00 00 24 04 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
952 00c0 00 44 00 00 00 00 00 00 00 71 03 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
953 00d0 00 22 00 00 00 00 00 00 83 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
954 00e0 00 6a 00 00 00 00 00 00 8a 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
955 00f0 00 60 00 00 00 00 00 00 01 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
956 0100 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
957 0110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
958 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
959 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
960 0140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
961 0150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
962 0160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
963 0170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
964 0180 7f ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
965 0190 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
966 01a0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
967 01b0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
968 01c0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
969 01d0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
970 01e0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
971 01f0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
972 0200 80 00 00 00 e8 00 00 00 00 00 00 00 c4 68 cb 89
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
973
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
974 0000 signature [4 bytes] 0x4e444221 constant
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
975 000a indexType [1 byte] 0x17 constant
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
976 0201 encryptionType [1 byte] 0x00 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
977 00b8 total file size [8 bytes] 0x042400 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
978 00e8 backPointer1 [8 bytes] 0x00008a in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
979 00f0 offsetIndex1 [8 bytes] 0x006000 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
980 00d8 backPointer2 [8 bytes] 0x000083 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
981 00e0 offsetIndex2 [8 bytes] 0x006a00 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
982 ]]></literallayout>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
983 </refsect1>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
984
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
985 <refsect1 id='pst.file.node1.32.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
986 <title>32 bit Index 1 Node</title>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
987 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
988 The 32 bit index1 b-tree nodes are 512 byte blocks with the
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
989 following format.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
990 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
991 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
992 0000 04 00 00 00 8a 1e 02 00 00 1c 0b 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
993 000c 58 27 03 00 b3 1e 02 00 00 52 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
994 0018 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
995 0024 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
996 0030 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
997 003c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
998 0048 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
999 0054 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1000 0060 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1001 006c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1002 0078 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1003 0084 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1004 0090 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1005 009c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1006 00a8 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1007 00b4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1008 00c0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1009 00cc 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1010 00d8 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1011 00e4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1012 00f0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1013 00fc 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1014 0108 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1015 0114 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1016 0120 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1017 012c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1018 0138 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1019 0144 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1020 0150 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1021 015c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1022 0168 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1023 0174 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1024 0180 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1025 018c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1026 0198 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1027 01a4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1028 01b0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1029 01bc 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1030 01c8 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1031 01d4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1032 01e0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1033 01ec 00 00 00 00 02 29 0c 02 80 80 b6 4a
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1034 01f8 b4 1e 02 00 27 9c cc 56
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1035
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1036 01f0 itemCount [1 byte] 0x02 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1037 01f1 maxItemCount [1 byte] 0x29 constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1038 01f2 itemSize [1 byte] 0x0c constant
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1039 01f3 nodeLevel [1 byte] 0x02 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1040 01f8 backPointer [4 bytes] 0x021eb4 in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1041 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1042 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1043 The itemCount specifies the number of 12 byte records that
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1044 are active. The nodeLevel is non-zero for this style of nodes.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1045 The leaf nodes have a different format. The backPointer must
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1046 match the backPointer from the triple that pointed to this node.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1047 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1048 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1049 Each item in this node is a triple of (ID1, backPointer, offset)
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1050 where the offset points to the next deeper node in the tree, the
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1051 backPointer value must match the backPointer in that deeper node,
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1052 and ID1 is the lowest ID1 value in the subtree.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1053 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1054 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1055
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1056 <refsect1 id='pst.file.node1.64.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1057 <title>64 bit Index 1 Node</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1058 <para>
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1059 The 64 bit index1 b-tree nodes are 512 byte blocks with the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1060 following format.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1061 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1062 <literallayout class="monospaced"><![CDATA[
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1063 0000 04 00 00 00 00 00 00 00 88 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1064 000C 00 00 00 00 00 48 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1065 0018 74 00 00 00 00 00 00 00 86 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1066 0024 00 00 00 00 00 54 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1067 0030 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1068 003C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1069 0048 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1070 0054 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1071 0060 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1072 006C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1073 0078 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1074 0084 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1075 0090 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1076 009C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1077 00A8 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1078 00B4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1079 00C0 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1080 00CC 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1081 00D8 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1082 00E4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1083 00F0 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1084 00FC 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1085 0108 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1086 0114 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1087 0120 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1088 012C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1089 0138 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1090 0144 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1091 0150 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1092 015C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1093 0168 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1094 0174 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1095 0180 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1096 018C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1097 0198 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1098 01A4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1099 01B0 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1100 01BC 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1101 01C8 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1102 01D4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1103 01E0 00 00 00 00 00 00 00 00 02 14 18 01
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1104 01EC 00 00 00 00 80 80 8a 60 68 e5 b5 19
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1105 01F8 8a 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1106
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1107 01e8 itemCount [1 byte] 0x02 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1108 01e9 maxItemCount [1 byte] 0x14 constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1109 01ea itemSize [1 byte] 0x18 constant
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1110 01eb nodeLevel [1 byte] 0x01 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1111 01f8 backPointer [8 bytes] 0x00008a in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1112 ]]></literallayout>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1113 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1114 The itemCount specifies the number of 24 byte records that
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1115 are active. The nodeLevel is non-zero for this style of nodes.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1116 The leaf nodes have a different format. The backPointer must
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1117 match the backPointer from the triple that pointed to this node.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1118 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1119 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1120 Each item in this node is a triple of (ID1, backPointer, offset)
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1121 where the offset points to the next deeper node in the tree, the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1122 backPointer value must match the backPointer in that deeper node,
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1123 and ID1 is the lowest ID1 value in the subtree.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1124 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1125 </refsect1>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1126
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1127 <refsect1 id='pst.file.leaf1.32.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1128 <title>32 bit Index 1 Leaf Node</title>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1129 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1130 The 32 bit index1 b-tree leaf nodes are 512 byte blocks with the
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1131 following format.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1132 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1133 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1134 0000 04 00 00 00 00 58 00 00 64 00 0f 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1135 000c 08 00 00 00 80 58 00 00 ac 00 06 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1136 0018 0c 00 00 00 40 59 00 00 ac 00 06 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1137 0024 10 00 00 00 00 5a 00 00 bc 00 03 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1138 0030 14 00 00 00 00 5b 00 00 a4 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1139 003c 18 00 00 00 c0 5b 00 00 64 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1140 0048 1c 00 00 00 40 5c 00 00 5c 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1141 0054 50 00 00 00 80 62 00 00 60 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1142 0060 74 00 00 00 00 77 00 00 5e 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1143 006c 7c 00 00 00 80 77 00 00 66 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1144 0078 84 00 00 00 00 76 00 00 ca 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1145 0084 88 00 00 00 00 63 00 00 52 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1146 0090 90 00 00 00 00 79 00 00 58 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1147 009c cc 00 00 00 c0 61 00 00 76 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1148 00a8 e0 00 00 00 00 61 00 00 74 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1149 00b4 f4 00 00 00 80 65 00 00 6e 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1150 00c0 8c 01 00 00 40 60 00 00 70 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1151 00cc ea 01 00 00 80 61 00 00 10 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1152 00d8 ec 01 00 00 40 8a 00 00 f3 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1153 00e4 f0 01 00 00 80 93 00 00 f4 1f 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1154 00f0 fa 01 00 00 c0 7f 00 00 10 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1155 00fc 00 02 00 00 00 89 00 00 34 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1156 0108 1c 02 00 00 40 ec 00 00 12 06 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1157 0114 22 02 00 00 00 84 00 00 10 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1158 0120 24 02 00 00 c0 ea 00 00 3c 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1159 012c 40 02 00 00 00 f4 00 00 0a 06 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1160 0138 46 02 00 00 40 8c 00 00 10 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1161 0144 48 02 00 00 80 f2 00 00 36 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1162 0150 64 02 00 00 80 fb 00 00 bf 07 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1163 015c 6a 02 00 00 80 63 00 00 10 00 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1164 0168 6c 02 00 00 40 fa 00 00 2a 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1165 0174 6c 02 00 00 40 fa 00 00 2a 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1166 0180 6c 02 00 00 40 fa 00 00 2a 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1167 018c 6c 02 00 00 40 fa 00 00 2a 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1168 0198 6c 02 00 00 40 fa 00 00 2a 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1169 01a4 6c 02 00 00 40 fa 00 00 2a 01 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1170 01b0 64 02 00 00 80 fb 00 00 bf 07 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1171 01bc 64 02 00 00 80 fb 00 00 bf 07 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1172 01c8 64 02 00 00 80 fb 00 00 bf 07 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1173 01d4 64 02 00 00 80 fb 00 00 bf 07 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1174 01e0 64 02 00 00 80 fb 00 00 bf 07 02 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1175 01ec 00 00 00 00 1f 29 0c 00 80 80 5b b3
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1176 01f8 5a 67 01 00 4f ae 70 a7
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1177
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1178 01f0 itemCount [1 byte] 0x1f in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1179 01f1 maxItemCount [1 byte] 0x29 constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1180 01f2 itemSize [1 byte] 0x0c constant
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1181 01f3 nodeLevel [1 byte] 0x00 defines a leaf node
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1182 01f8 backPointer [4 bytes] 0x01675a in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1183 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1184 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1185 The itemCount specifies the number of 12 byte records that
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1186 are active. The nodeLevel is zero for these leaf nodes.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1187 The backPointer must match the backPointer from the triple
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1188 that pointed to this node.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1189 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1190 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1191 Each item in this node is a tuple of (ID1, offset, size, unknown)
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1192 The two low order bits of the ID1 value seem to be flags. I have
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1193 never seen a case with bit zero set. Bit one indicates that the
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1194 item is <emphasis>not</emphasis> encrypted. Note that references
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1195 to these ID1 values elsewhere may have the low order bit set (and
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1196 I don't know what that means), but when we do the search in this
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1197 tree we need to clear that bit so that we can find the correct item.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1198 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1199 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1200
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1201 <refsect1 id='pst.file.leaf1.64.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1202 <title>64 bit Index 1 Leaf Node</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1203 <para>
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1204 The 64 bit index1 b-tree leaf nodes are 512 byte blocks with the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1205 following format.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1206 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1207 <literallayout class="monospaced"><![CDATA[
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1208 0000 04 00 00 00 00 00 00 00 00 58 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1209 000C 00 00 00 00 6c 00 05 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1210 0018 08 00 00 00 00 00 00 00 80 58 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1211 0024 00 00 00 00 b4 00 06 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1212 0030 0c 00 00 00 00 00 00 00 80 59 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1213 003C 00 00 00 00 ac 00 07 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1214 0048 10 00 00 00 00 00 00 00 40 5a 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1215 0054 00 00 00 00 bc 00 03 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1216 0060 14 00 00 00 00 00 00 00 40 5b 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1217 006C 00 00 00 00 a4 00 02 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1218 0078 18 00 00 00 00 00 00 00 00 5c 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1219 0084 00 00 00 00 64 00 02 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1220 0090 1c 00 00 00 00 00 00 00 80 5c 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1221 009C 00 00 00 00 5c 00 02 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1222 00A8 24 00 00 00 00 00 00 00 80 5d 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1223 00B4 00 00 00 00 72 00 02 00 d8 22 37 08
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1224 00C0 34 00 00 00 00 00 00 00 00 70 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1225 00CC 00 00 00 00 8c 00 02 00 00 0d 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1226 00D8 38 00 00 00 00 00 00 00 c0 71 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1227 00E4 00 00 00 00 5c 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1228 00F0 40 00 00 00 00 00 00 00 40 72 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1229 00FC 00 00 00 00 26 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1230 0108 4c 00 00 00 00 00 00 00 80 5f 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1231 0114 00 00 00 00 3e 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1232 0120 5c 00 00 00 00 00 00 00 c0 76 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1233 012C 00 00 00 00 8c 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1234 0138 64 00 00 00 00 00 00 00 40 75 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1235 0144 00 00 00 00 76 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1236 0150 6c 00 00 00 00 00 00 00 c0 73 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1237 015C 00 00 00 00 5e 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1238 0168 70 00 00 00 00 00 00 00 80 72 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1239 0174 00 00 00 00 1e 01 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1240 0180 70 00 00 00 00 00 00 00 80 72 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1241 018C 00 00 00 00 1e 01 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1242 0198 70 00 00 00 00 00 00 00 80 72 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1243 01A4 00 00 00 00 1e 01 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1244 01B0 74 00 00 00 00 00 00 00 40 74 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1245 01BC 00 00 00 00 e0 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1246 01C8 7c 00 00 00 00 00 00 00 80 77 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1247 01D4 00 00 00 00 dc 00 02 00 d8 22 9c 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1248 01E0 00 00 00 00 00 00 00 00 10 14 18 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1249 01EC 00 00 00 00 80 80 88 48 3f 50 0b 04
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1250 01F8 88 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1251
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1252 01e8 itemCount [1 byte] 0x10 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1253 01e9 maxItemCount [1 byte] 0x14 constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1254 01ea itemSize [1 byte] 0x18 constant
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1255 01eb nodeLevel [1 byte] 0x00 defines a leaf node
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1256 01f8 backPointer [8 bytes] 0x000088 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1257 ]]></literallayout>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1258 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1259 The itemCount specifies the number of 24 byte records that
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1260 are active. The nodeLevel is zero for these leaf nodes.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1261 The backPointer must match the backPointer from the triple
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1262 that pointed to this node.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1263 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1264 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1265 Each item in this node is a tuple of (ID1, offset, size, unknown)
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1266 The two low order bits of the ID1 value seem to be flags. I have
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1267 never seen a case with bit zero set. Bit one indicates that the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1268 item is <emphasis>not</emphasis> encrypted. Note that references
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1269 to these ID1 values elsewhere may have the low order bit set (and
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1270 I don't know what that means), but when we do the search in this
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1271 tree we need to clear that bit so that we can find the correct item.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1272 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1273 </refsect1>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1274
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1275 <refsect1 id='pst.file.node2.32.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1276 <title>32 bit Index 2 Node</title>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1277 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1278 The 32 bit index2 b-tree nodes are 512 byte blocks with the
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1279 following format.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1280 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1281 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1282 0000 21 00 00 00 bb 1e 02 00 00 e2 0b 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1283 000c 64 78 20 00 8c 1e 02 00 00 dc 0b 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1284 0018 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1285 0024 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1286 0030 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1287 003c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1288 0048 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1289 0054 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1290 0060 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1291 006c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1292 0078 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1293 0084 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1294 0090 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1295 009c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1296 00a8 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1297 00b4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1298 00c0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1299 00cc 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1300 00d8 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1301 00e4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1302 00f0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1303 00fc 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1304 0108 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1305 0114 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1306 0120 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1307 012c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1308 0138 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1309 0144 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1310 0150 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1311 015c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1312 0168 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1313 0174 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1314 0180 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1315 018c 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1316 0198 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1317 01a4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1318 01b0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1319 01bc 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1320 01c8 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1321 01d4 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1322 01e0 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1323 01ec 00 00 00 00 02 29 0c 02 81 81 b2 60
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1324 01f8 bc 1e 02 00 7e 70 dc e3
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1325
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1326 01f0 itemCount [1 byte] 0x02 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1327 01f1 maxItemCount [1 byte] 0x29 constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1328 01f2 itemSize [1 byte] 0x0c constant
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1329 01f3 nodeLevel [1 byte] 0x02 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1330 01f8 backPointer [4 bytes] 0x021ebc in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1331 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1332 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1333 The itemCount specifies the number of 12 byte records that
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1334 are active. The nodeLevel is non-zero for this style of nodes.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1335 The leaf nodes have a different format. The backPointer must
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1336 match the backPointer from the triple that pointed to this node.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1337 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1338 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1339 Each item in this node is a triple of (ID2, backPointer, offset)
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1340 where the offset points to the next deeper node in the tree, the
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1341 backPointer value must match the backPointer in that deeper node,
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1342 and ID2 is the lowest ID2 value in the subtree.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1343 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1344 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1345
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1346 <refsect1 id='pst.file.node2.64.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1347 <title>64 bit Index 2 Node</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1348 <para>
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1349 The 64 bit index2 b-tree nodes are 512 byte blocks with the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1350 following format.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1351 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1352 <literallayout class="monospaced"><![CDATA[
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1353 0000 21 00 00 00 00 00 00 00 77 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1354 000C 00 00 00 00 00 56 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1355 0018 4c 06 00 00 00 00 00 00 82 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1356 0024 00 00 00 00 00 68 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1357 0030 4f 80 00 00 00 00 00 00 84 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1358 003C 00 00 00 00 00 6e 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1359 0048 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1360 0054 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1361 0060 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1362 006C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1363 0078 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1364 0084 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1365 0090 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1366 009C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1367 00A8 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1368 00B4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1369 00C0 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1370 00CC 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1371 00D8 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1372 00E4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1373 00F0 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1374 00FC 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1375 0108 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1376 0114 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1377 0120 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1378 012C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1379 0138 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1380 0144 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1381 0150 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1382 015C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1383 0168 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1384 0174 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1385 0180 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1386 018C 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1387 0198 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1388 01A4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1389 01B0 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1390 01BC 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1391 01C8 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1392 01D4 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1393 01E0 00 00 00 00 00 00 00 00 03 14 18 01
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1394 01EC 00 00 00 00 81 81 83 6a 49 da f3 d3
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1395 01F8 83 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1396
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1397 01e8 itemCount [1 byte] 0x03 in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1398 01e9 maxItemCount [1 byte] 0x14 constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1399 01ea itemSize [1 byte] 0x18 constant
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1400 01eb nodeLevel [1 byte] 0x01 in this case
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1401 01f8 backPointer [8 bytes] 0x000083 in this case
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1402 ]]></literallayout>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1403 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1404 The itemCount specifies the number of 24 byte records that
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1405 are active. The nodeLevel is non-zero for this style of nodes.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1406 The leaf nodes have a different format. The backPointer must
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1407 match the backPointer from the triple that pointed to this node.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1408 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1409 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1410 Each item in this node is a triple of (ID2, backPointer, offset)
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1411 where the offset points to the next deeper node in the tree, the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1412 backPointer value must match the backPointer in that deeper node,
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1413 and ID2 is the lowest ID2 value in the subtree.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1414 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1415 </refsect1>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1416
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1417 <refsect1 id='pst.file.leaf2.32.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1418 <title>32 bit Index 2 Leaf Node</title>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1419 <para>
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1420 The 32 bit index2 b-tree leaf nodes are 512 byte blocks with the
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1421 following format.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1422 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1423 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1424 0000 21 00 00 00 38 e6 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1425 0010 61 00 00 00 2c a8 02 00 36 a8 02 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1426 0020 22 01 00 00 20 a2 02 00 00 00 00 00 22 01 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1427 0030 2d 01 00 00 88 7b 03 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1428 0040 2e 01 00 00 08 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1429 0050 2f 01 00 00 0c 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1430 0060 e1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1431 0070 01 02 00 00 b4 e4 02 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1432 0080 61 02 00 00 a0 e4 02 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1433 0090 0d 06 00 00 04 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1434 00A0 0e 06 00 00 08 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1435 00B0 0f 06 00 00 0c 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1436 00C0 10 06 00 00 10 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1437 00D0 2b 06 00 00 84 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1438 00E0 4c 06 00 00 1c 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1439 00F0 71 06 00 00 18 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1440 0100 92 06 00 00 14 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1441 0110 23 22 00 00 14 a0 02 00 00 00 00 00 22 01 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1442 0120 26 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1443 0130 27 22 00 00 1c a0 02 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1444 0140 22 80 00 00 50 00 00 00 00 00 00 00 22 01 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1445 0150 2d 80 00 00 f8 9f 02 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1446 0160 2e 80 00 00 08 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1447 0170 2f 80 00 00 34 e6 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1448 0180 42 80 00 00 3c 6d 02 00 00 00 00 00 22 80 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1449 0190 4d 80 00 00 04 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1450 01A0 4e 80 00 00 10 6d 02 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1451 01B0 4f 80 00 00 ec 23 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1452 01C0 62 80 00 00 38 78 02 00 00 00 00 00 22 01 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1453 01D0 6d 80 00 00 34 78 02 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1454 01E0 6e 80 00 00 08 00 00 00 00 00 00 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1455 01F0 10 1f 10 00 81 81 a0 9a ae 1e 02 00 89 44 6a 0f
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1456
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1457 01f0 itemCount [1 byte] 0x10 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1458 01f1 maxItemCount [1 byte] 0x1f constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1459 01f2 itemSize [1 byte] 0x10 constant
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1460 01f3 nodeLevel [1 byte] 0x00 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1461 01f8 backPointer [4 bytes] 0x021eae in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1462 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1463 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1464 The itemCount specifies the number of 16 byte records that
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1465 are active. The nodeLevel is zero for these leaf nodes.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1466 The backPointer must match the backPointer from the triple
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1467 that pointed to this node.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1468 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1469 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1470 Each item in this node is a tuple of (ID2, DESC-ID1, LIST-ID1, PARENT-ID2)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1471 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1472 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1473
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1474 <refsect1 id='pst.file.leaf2.64.5'>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1475 <title>64 bit Index 2 Leaf Node</title>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1476 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1477 The 64 bit index2 b-tree leaf nodes are 512 byte blocks with the
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1478 following format.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1479 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1480 <literallayout class="monospaced"><![CDATA[
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1481 0000 21 00 00 00 00 00 00 00 74 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1482 0010 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1483 0020 61 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1484 0030 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1485 0040 22 01 00 00 00 00 00 00 4c 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1486 0050 00 00 00 00 00 00 00 00 22 01 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1487 0060 2d 01 00 00 00 00 00 00 70 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1488 0070 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1489 0080 2e 01 00 00 00 00 00 00 08 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1490 0090 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1491 00A0 2f 01 00 00 00 00 00 00 0c 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1492 00B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1493 00C0 e1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1494 00D0 00 00 00 00 00 00 00 00 00 00 00 00 d8 e3 13 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1495 00E0 01 02 00 00 00 00 00 00 8c 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1496 00F0 00 00 00 00 00 00 00 00 00 00 00 00 b0 e3 13 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1497 0100 61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1498 0110 00 00 00 00 00 00 00 00 00 00 00 00 d8 e3 13 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1499 0120 0d 06 00 00 00 00 00 00 04 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1500 0130 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1501 0140 0e 06 00 00 00 00 00 00 08 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1502 0150 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1503 0160 0f 06 00 00 00 00 00 00 0c 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1504 0170 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1505 0180 10 06 00 00 00 00 00 00 10 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1506 0190 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1507 01A0 2b 06 00 00 00 00 00 00 24 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1508 01B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1509 01C0 71 06 00 00 00 00 00 00 18 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1510 01D0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1511 01E0 00 00 00 00 00 00 00 00 0e 0f 20 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1512 01F0 81 81 77 56 f8 32 43 49 77 00 00 00 00 00 00 00
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1513
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1514 01e8 itemCount [1 byte] 0x0e in this case
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1515 01e9 maxItemCount [1 byte] 0x0f constant
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1516 01ea itemSize [1 byte] 0x20 constant
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1517 01eb nodeLevel [1 byte] 0x00 defines a leaf node
71
1bd4491cf8ff fix documentation of 8 byte backpointers
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
1518 01f8 backPointer [8 bytes] 0x000077 in this case
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1519 ]]></literallayout>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1520 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1521 The itemCount specifies the number of 32 byte records that
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1522 are active. The nodeLevel is zero for these leaf nodes.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1523 The backPointer must match the backPointer from the triple
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1524 that pointed to this node.
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1525 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1526 <para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1527 Each item in this node is a tuple of (ID2, DESC-ID1, LIST-ID1, PARENT-ID2)
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1528 </para>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1529 </refsect1>
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1530
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1531 <refsect1 id='pst.file.list.32.5'>
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1532 <title>32 bit Associated List Item 0x0002</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1533 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1534 Contains associations between id1 and id2 for the items controlled by the record.
44
d4606d460daf more fixes for 64 bit format
carl
parents: 43
diff changeset
1535 In the above 32 bit leaf node, we have a tuple of (0x61, 0x02a82c, 0x02a836, 0)
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1536 0x02a836 is the ID1 of the associated list, and we can lookup that ID1 value
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1537 in the index1 b-tree to find the (offset,size) of the data in the .pst file.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1538 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1539 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1540 0000 02 00 01 00 9f 81 00 00 30 a8 02 00 00 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1541
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1542 0000 signature [2 bytes] 0x0002 constant
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1543 0002 count [2 bytes] 0x0001 in this case
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1544 repeating
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1545 0004 id2 [4 bytes] 0x00819f in this case
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1546 0008 id [4 bytes] 0x02a830 in this case
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1547 000c table2 [4 bytes] 0 in this case
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1548 ]]></literallayout>
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1549 </refsect1>
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1550
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1551 <refsect1 id='pst.file.list.64.5'>
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1552 <title>64 bit Associated List Item 0x0002</title>
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1553 <para>
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1554 Contains associations between id1 and id2 for the items controlled by the record.
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1555 </para>
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1556 <literallayout class="monospaced"><![CDATA[
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1557 0000 02 00 02 00 00 00 00 00 92 06 00 00 00 00 00 00
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1558 0010 a8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1559 0020 3f 80 00 00 00 00 00 00 98 00 00 00 00 00 00 00
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1560 0030 00 00 00 00 00 00 00 00
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1561
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1562 0000 signature [2 bytes] 0x0002 constant
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1563 0002 count [2 bytes] 0x0002 in this case
57
de3753c3160a add archive directory with history of alioth versions that have been merged here
Carl Byington <carl@five-ten-sg.com>
parents: 55
diff changeset
1564 0004 unknown [4 bytes] 0 possibly constant
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 44
diff changeset
1565 repeating
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1566 0008 id2 [4 bytes] 0x000692 in this case
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1567 000c unknown1 [2 bytes] 0 may be a count or size
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1568 000e unknown2 [2 bytes] 0 may be a count or size
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1569 0010 id [8 bytes] 0x0000a8 in this case
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
1570 0018 table2 [8 bytes] 0 in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1571 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1572 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1573
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1574 <refsect1 id='pst.file.desc.5'>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1575 <title>Associated Descriptor Item 0xbcec</title>
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1576 <para>
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1577 Contains information about the item, which may be email, contact, or
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1578 other outlook types. In the above leaf node, we have a tuple of (0x21,
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1579 0x00e638, 0, 0) 0x00e638 is the ID1 of the associated descriptor, and we
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1580 can lookup that ID1 value in the index1 b-tree to find the (offset,size)
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1581 of the data in the .pst file.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1582 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1583 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1584 0000 3c 01 ec bc 20 00 00 00 00 00 00 00 b5 02 06 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1585 0010 40 00 00 00 f9 0f 02 01 60 00 00 00 01 30 1e 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1586 0020 80 00 00 00 04 30 1e 00 00 00 00 00 df 35 03 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1587 0030 ff 00 00 00 e0 35 02 01 a0 00 00 00 e2 35 02 01
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1588 0040 e0 00 00 00 e3 35 02 01 c0 00 00 00 e4 35 02 01
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1589 0050 00 01 00 00 e5 35 02 01 20 01 00 00 e6 35 02 01
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1590 0060 40 01 00 00 e7 35 02 01 60 01 00 00 1e 66 0b 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1591 0070 00 00 00 00 ff 67 03 00 00 00 00 00 d2 7f 17 d8
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1592 0080 64 8c d5 11 83 24 00 50 04 86 95 45 53 74 61 6e
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1593 0090 6c 65 79 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1594 00A0 24 00 50 04 86 95 45 22 80 00 00 00 00 00 00 d2
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1595 00B0 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 42
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1596 00C0 80 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1597 00D0 24 00 50 04 86 95 45 a2 80 00 00 00 00 00 00 d2
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1598 00E0 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 c2
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1599 00F0 80 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1600 0100 24 00 50 04 86 95 45 e2 80 00 00 00 00 00 00 d2
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1601 0110 7f 17 d8 64 8c d5 11 83 24 00 50 04 86 95 45 02
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1602 0120 81 00 00 00 00 00 00 d2 7f 17 d8 64 8c d5 11 83
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1603 0130 24 00 50 04 86 95 45 62 80 00 00 00 0b 00 00 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1604 0140 0c 00 14 00 7c 00 8c 00 93 00 ab 00 c3 00 db 00
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1605 0150 f3 00 0b 01 23 01 3b 01
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1606
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1607 0000 indexOffset [2 bytes] 0x013c in this case
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1608 0002 signature [2 bytes] 0xbcec constant
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1609 0004 b5offset [4 bytes] 0x0020 index reference
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1610 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1611 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1612 Note the signature of 0xbcec. There are other descriptor block formats
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1613 with other signatures. Note the indexOffset of 0x013c - starting at
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1614 that position in the descriptor block, we have an array of two byte
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1615 integers. The first integer (0x000b) is a (count-1) of the number of
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1616 overlapping pairs following the count. The first pair is (0, 0xc), the
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1617 next pair is (0xc, 0x14) and the last (12th) pair is (0x123, 0x13b).
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1618 These pairs are (start,end+1) offsets of items in this block. So we
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1619 have count+2 integers following the count value.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1620 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1621 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1622 Note the b5offset of 0x0020, which is a type that I will call an index
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1623 reference. Such index references have at least two different forms,
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1624 and may point to data either in this block, or in some other block.
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1625 External pointer references have the low order 4 bits all set, and are
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1626 ID2 values that can be used to fetch data. This value of 0x0020 is an
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1627 internal pointer reference, which needs to be right shifted by 4 bits
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1628 to become 0x0002, which is then a byte offset to be added to the above
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1629 indexOffset plus two (to skip the count), so it points to the (0xc,
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1630 0x14) pair.
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1631 </para>
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1632 <para>
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1633 So far we have only described internal index references where the high
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1634 order 16 bits are zero. That suffices for single descriptor
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1635 blocks. But in the case of the type 0x0101 descriptor block, we have
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1636 an array of subblocks. In this case, the high order 16 bits of an
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1637 internal index reference are used to select the subblock. Each
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1638 subblock starts with a 16 bit indexOffset which points to the count
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1639 and array of 16 bit integer pairs which are offsets in the current
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1640 subblock.
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1641 </para>
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
1642 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1643 Finally, we have the offset and size of the "b5" block located at offset 0xc
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1644 with a size of 8 bytes in this descriptor block. The "b5" block has the
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1645 following format:
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1646 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1647 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1648 0000 signature [2 bytes] 0x02b5 constant
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
1649 0002 datasize [2 bytes] 0x0006 constant +2 for 8 byte entries
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1650 0004 descoffset [4 bytes] 0x0040 index reference
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1651 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1652 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1653 Note the descoffset of 0x0040, which again is an index reference. In this
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1654 case, it is an internal pointer reference, which needs to be right shifted by 4 bits
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1655 to become 0x0004, which is then a byte offset to be added to the above
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1656 indexOffset plus two (to skip the count), so it points to the (0x14, 0x7c)
77
87216aefc6df spelling fixup
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
1657 pair. The datasize (6) plus the b5 code (02) gives the size of the entries,
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
1658 in this case 8 bytes. We now have the offset 0x14 of the descriptor array,
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
1659 composed of 8 byte entries. Each descriptor entry has the following format:
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1660 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1661 <literallayout class="monospaced"><![CDATA[
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1662 0000 itemType [2 bytes]
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1663 0002 referenceType [2 bytes]
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1664 0004 value [4 bytes]
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1665 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1666 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1667 For some reference types (2, 3, 0xb) the value is used directly. Otherwise,
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1668 the value is an index reference, which is either an ID2 value, or an
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1669 offset, to be right shifted by 4 bits and used to fetch a pair from the
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1670 index table to find the offset and size of the item in this descriptor block.
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1671 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1672 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1673 The following reference types are known, but not all of these
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1674 are implemented in the code yet.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1675 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1676 <literallayout class="monospaced"><![CDATA[
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1677 0x0002 - Signed 16bit value
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1678 0x0003 - Signed 32bit value
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1679 0x0004 - 4-byte floating point
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1680 0x0005 - Floating point double
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1681 0x0006 - Signed 64-bit int
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1682 0x0007 - Application Time
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1683 0x000A - 32-bit error value
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1684 0x000B - Boolean (non-zero = true)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1685 0x000D - Embedded Object
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1686 0x0014 - 8-byte signed integer (64-bit)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1687 0x001E - Null terminated String
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1688 0x001F - Unicode string
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1689 0x0040 - Systime - Filetime structure
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1690 0x0048 - OLE Guid
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1691 0x0102 - Binary data
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1692 0x1003 - Array of 32bit values
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1693 0x1014 - Array of 64bit values
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1694 0x101E - Array of Strings
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1695 0x1102 - Array of Binary data
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1696 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1697 <para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1698 The following item types are known, but not all of these
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1699 are implemented in the code yet.
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1700 </para>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1701 <literallayout class="monospaced"><![CDATA[
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1702 0002 Alternate recipient allowed
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1703 0003 Extended Attributes Table
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1704 0017 Importance Level
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1705 001a IPM Context, message class
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1706 0023 Global delivery report requested
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1707 0026 Priority
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1708 0029 Read Receipt
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1709 002b Reassignment Prohibited
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1710 002e Original Sensitivity
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1711 0036 Sensitivity
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1712 0037 Email Subject
60
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1713 0039 Client submit time / date sent
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1714 003b Outlook Address of Sender
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1715 003f Outlook structure describing the recipient
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1716 0040 Name of the Outlook recipient structure
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1717 0041 Outlook structure describing the sender
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1718 0042 Name of the Outlook sender structure
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1719 0043 Another structure describing the recipient
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1720 0044 Name of the second recipient structure
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1721 004f Reply-To Outlook Structure
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1722 0050 Name of the Reply-To structure
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1723 0051 Outlook Name of recipient
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1724 0052 Second Outlook name of recipient
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1725 0057 My address in TO field
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1726 0058 My address in CC field
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1727 0059 Message addressed to me
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1728 0063 Response requested
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1729 0064 Sender's Address access method (SMTP, EX)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1730 0065 Sender's Address
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
1731 0070 Conversation topic, processed subject (with Fwd:, Re, ... removed)
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
1732 0071 Conversation index
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
1733 0072 Original display BCC
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
1734 0073 Original display CC
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 60
diff changeset
1735 0074 Original display TO
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1736 0075 Recipient Address Access Method (SMTP, EX)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1737 0076 Recipient's Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1738 0077 Second Recipient Access Method (SMTP, EX)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1739 0078 Second Recipient Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1740 007d Email Header. This is the header that was attached to the email
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1741 0c17 Reply Requested
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1742 0c19 Second sender structure
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
1743 0c1a Name of second sender structure
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1744 0c1d Second outlook name of sender
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1745 0c1e Second sender access method (SMTP, EX)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1746 0c1f Second Sender Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1747 0e01 Delete after submit
60
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1748 0e02 BCC Addresses
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1749 0e03 CC Addresses
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1750 0e04 SentTo Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1751 0e06 Date.
60
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1752 0e07 Flag bits
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1753 0x01 - Read
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1754 0x02 - Unmodified
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1755 0x04 - Submit
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1756 0x08 - Unsent
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1757 0x10 - Has Attachments
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1758 0x20 - From Me
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1759 0x40 - Associated
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1760 0x80 - Resend
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1761 0x100 - RN Pending
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
1762 0x200 - NRN Pending
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1763 0e08 Message Size
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1764 0e0a Sentmail EntryID
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1765 0e1f Compressed RTF in Sync
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1766 0e20 Attachment Size
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1767 0ff9 binary record header
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1768 1000 Plain Text Email Body. Does not exist if the email doesn't have a plain text version
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1769 1006 RTF Sync Body CRC
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1770 1007 RTF Sync Body character count
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1771 1008 RTF Sync body tag
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1772 1009 RTF Compressed body
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1773 1010 RTF whitespace prefix count
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1774 1011 RTF whitespace tailing count
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
1775 1013 HTML Email Body. Does not exist if the email doesn't have an HTML version
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1776 1035 Message ID
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1777 1042 In-Reply-To or Parent's Message ID
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1778 1046 Return Path
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1779 3001 Folder Name? I have seen this value used for the contacts record aswell
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1780 3002 Address Type
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1781 3003 Contact Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1782 3004 Comment
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1783 3007 Date item creation
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1784 3008 Date item modification
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1785 300b binary record header
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1786 35df Valid Folder Mask
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1787 35e0 binary record contains a reference to "Top of Personal Folder" item
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1788 35e2 binary record contains a reference to default outbox item
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1789 35e3 binary record contains a reference to "Deleted Items" item
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1790 35e4 binary record contains a reference to sent items folder item
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1791 35e5 binary record contains a reference to user views folder item
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1792 35e6 binary record contains a reference to common views folder item
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1793 35e7 binary record contains a reference to "Search Root" item
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1794 3602 the number of emails stored in a folder
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1795 3603 the number of unread emails in a folder
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1796 360a Has Subfolders
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1797 3613 the folder content description
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1798 3617 Associate Content count
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1799 3701 Binary Data attachment
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1800 3704 Attachment Filename
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1801 3705 Attachement method
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1802 3707 Attachment Filename long
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1803 370b Attachment Position
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1804 370e Attachment mime encoding
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1805 3710 Attachment mime Sequence
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1806 3a00 Contact's Account name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1807 3a01 Contact Alternate Recipient
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1808 3a02 Callback telephone number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1809 3a03 Message Conversion Prohibited
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1810 3a05 Contacts Suffix
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1811 3a06 Contacts First Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1812 3a07 Contacts Government ID Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1813 3a08 Business Telephone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1814 3a09 Home Telephone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1815 3a0a Contacts Initials
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1816 3a0b Keyword
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1817 3a0c Contact's Language
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1818 3a0d Contact's Location
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1819 3a0e Mail Permission
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1820 3a0f MHS Common Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1821 3a10 Organizational ID #
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1822 3a11 Contacts Surname
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1823 3a12 original entry id
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1824 3a13 original display name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1825 3a14 original search key
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1826 3a15 Default Postal Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1827 3a16 Company Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1828 3a17 Job Title
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1829 3a18 Department Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1830 3a19 Office Location
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1831 3a1a Primary Telephone
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1832 3a1b Business Phone Number 2
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1833 3a1c Mobile Phone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1834 3a1d Radio Phone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1835 3a1e Car Phone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1836 3a1f Other Phone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1837 3a20 Transmittable Display Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1838 3a21 Pager Phone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1839 3a22 user certificate
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1840 3a23 Primary Fax Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1841 3a24 Business Fax Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1842 3a25 Home Fax Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1843 3a26 Business Address Country
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1844 3a27 Business Address City
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1845 3a28 Business Address State
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1846 3a29 Business Address Street
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1847 3a2a Business Postal Code
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1848 3a2b Business PO Box
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1849 3a2c Telex Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1850 3a2d ISDN Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1851 3a2e Assistant Phone Number
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1852 3a2f Home Phone 2
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1853 3a30 Assistant's Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1854 3a40 Can receive Rich Text
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1855 3a41 Wedding Anniversary
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1856 3a42 Birthday
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1857 3a43 Hobbies
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1858 3a44 Middle Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1859 3a45 Display Name Prefix (Title)
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1860 3a46 Profession
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1861 3a47 Preferred By Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1862 3a48 Spouse's Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1863 3a49 Computer Network Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1864 3a4a Customer ID
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1865 3a4b TTY/TDD Phone
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1866 3a4c Ftp Site
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1867 3a4d Gender
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1868 3a4e Manager's Name
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1869 3a4f Nickname
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1870 3a50 Personal Home Page
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1871 3a51 Business Home Page
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1872 3a57 Company Main Phone
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1873 3a58 childrens names
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1874 3a59 Home Address City
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1875 3a5a Home Address Country
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1876 3a5b Home Address Postal Code
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1877 3a5c Home Address State or Province
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1878 3a5d Home Address Street
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1879 3a5e Home Address Post Office Box
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1880 3a5f Other Address City
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1881 3a60 Other Address Country
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1882 3a61 Other Address Postal Code
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1883 3a62 Other Address State
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1884 3a63 Other Address Street
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1885 3a64 Other Address Post Office box
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1886 65e3 Entry ID
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1887 67f2 Attachment ID2 value
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
1888 67ff Password checksum
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1889 6f02 Secure HTML Body
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1890 6f04 Secure Text Body
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
1891 7c07 Top of folders RecID
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1892 8005 Contact Fullname
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1893 801a Home Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1894 801b Business Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1895 801c Other Address
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1896 8045 Work Address Street
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1897 8046 Work Address City
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1898 8047 Work Address State
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1899 8048 Work Address Postal Code
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1900 8049 Work Address Country
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1901 804a Work Address Post Office Box
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1902 8082 Email Address 1 Transport
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1903 8083 Email Address 1 Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1904 8084 Email Address 1 Description
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1905 8085 Email Address 1 Record
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1906 8092 Email Address 2 Transport
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1907 8093 Email Address 2 Address
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
1908 8094 Email Address 2 Description
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1909 8095 Email Address 2 Record
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
1910 80a2 Email Address 3 Transport
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1911 80a3 Email Address 3 Address
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1912 80a4 Email Address 3 Description
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1913 80a5 Email Address 3 Record
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1914 80d8 Internet Free/Busy
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1915 8205 Appointment shows as
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1916 8208 Appointment Location
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1917 820d Appointment start
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1918 820e Appointment end
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1919 8214 Label for appointment
32
c03974357771 mege changes from Joe Nahmias
carl
parents: 31
diff changeset
1920 8215 All day appointment flag
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1921 8231 Recurrence type
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1922 8232 Recurrence description
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1923 8234 TimeZone of times
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1924 8235 Recurrence Start Time
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1925 8236 Recurrence End Time
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1926 8501 Reminder minutes before appointment start
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1927 8503 Reminder alarm
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1928 8516 Common Time Start
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1929 8517 Common Time End
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1930 851f Play reminder sound filename
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1931 8530 Followup String
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1932 8534 Mileage
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1933 8535 Billing Information
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1934 8554 Outlook Version
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1935 8560 Appointment Reminder Time
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1936 8700 Journal Entry Type
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1937 8706 Start Timestamp
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1938 8708 End Timestamp
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
1939 8712 Journal Entry Type - duplicate?
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1940 ]]></literallayout>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1941 </refsect1>
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
1942
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1943 <refsect1 id='pst.file.desc2.5'>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1944 <title>Associated Descriptor Item 0x7cec</title>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1945 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1946 This style of descriptor block is similar to the 0xbcec format.
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1947 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1948 <literallayout class="monospaced"><![CDATA[
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1949 0000 7a 01 ec 7c 40 00 00 00 00 00 00 00 b5 04 02 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1950 0010 60 00 00 00 7c 18 60 00 60 00 62 00 65 00 20 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1951 0020 00 00 80 00 00 00 00 00 00 00 03 00 20 0e 0c 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1952 0030 04 03 1e 00 01 30 2c 00 04 0b 1e 00 03 37 28 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1953 0040 04 0a 1e 00 04 37 14 00 04 05 03 00 05 37 10 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1954 0050 04 04 1e 00 07 37 24 00 04 09 1e 00 08 37 20 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1955 0060 04 08 02 01 0a 37 18 00 04 06 03 00 0b 37 08 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1956 0070 04 02 1e 00 0d 37 1c 00 04 07 1e 00 0e 37 40 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1957 0080 04 10 02 01 0f 37 30 00 04 0c 1e 00 11 37 34 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1958 0090 04 0d 1e 00 12 37 3c 00 04 0f 1e 00 13 37 38 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1959 00A0 04 0e 03 00 f2 67 00 00 04 00 03 00 f3 67 04 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1960 00B0 04 01 03 00 09 69 44 00 04 11 03 00 fa 7f 5c 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1961 00C0 04 15 40 00 fb 7f 4c 00 08 13 40 00 fc 7f 54 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1962 00D0 08 14 03 00 fd 7f 48 00 04 12 0b 00 fe 7f 60 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1963 00E0 01 16 0b 00 ff 7f 61 00 01 17 45 82 00 00 00 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1964 00F0 45 82 00 00 78 3c 00 00 ff ff ff ff 49 1e 00 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1965 0100 06 00 00 00 00 00 00 00 a0 00 00 00 00 00 00 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1966 0110 00 00 00 00 00 00 00 00 00 00 00 00 c0 00 00 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1967 0120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1968 0130 00 00 00 00 00 00 00 00 00 00 00 00 00 40 dd a3
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1969 0140 57 45 b3 0c 00 40 dd a3 57 45 b3 0c 02 00 00 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1970 0150 00 00 fa 10 3e 2a 86 48 86 f7 14 03 0a 03 02 01
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1971 0160 4a 2e 20 44 61 76 69 64 20 4b 61 72 61 6d 27 73
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1972 0170 20 42 69 72 74 68 64 61 79 00 06 00 00 00 0c 00
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1973 0180 14 00 ea 00 f0 00 55 01 60 01 79 01
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1974
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1975 0000 indexOffset [2 bytes] 0x017a in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1976 0002 signature [2 bytes] 0x7cec constant
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1977 0004 7coffset [4 bytes] 0x0040 index reference
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1978 ]]></literallayout>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1979 <para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1980 Note the signature of 0x7cec. There are other descriptor block
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1981 formats with other signatures.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1982 Note the indexOffset of 0x017a - starting at that position in the
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1983 descriptor block, we have an array of two byte integers. The first
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1984 integer (0x0006) is a (count-1) of the number of overlapping pairs
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1985 following the count. The first pair is (0, 0xc), the next pair is (0xc, 0x14)
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1986 and the last (7th) pair is (0x160, 0x179). These pairs are (start,end+1)
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1987 offsets of items in this block. So we have count+2 integers following
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1988 the count value.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1989 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1990 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1991 Note the 7coffset of 0x0040, which is an index reference. In this case,
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
1992 it is an internal reference pointer, which needs to be right shifted by 4 bits
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1993 to become 0x0004, which is then a byte offset to be added to the above
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1994 indexOffset plus two (to skip the count), so it points to the (0x14, 0xea)
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1995 pair. We have the offset and size of the "7c" block located at offset 0x14
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1996 with a size of 214 bytes in this case. The "7c" block starts with
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1997 a header with the following format:
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1998 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
1999 <literallayout class="monospaced"><![CDATA[
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2000 0000 signature [1 bytes] 0x7c constant
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2001 0001 itemCount [1 bytes] 0x18 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2002 0002 unknown [2 bytes] 0x0060 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2003 0004 unknown [2 bytes] 0x0060 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2004 0006 unknown [2 bytes] 0x0062 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2005 0008 recordSize [2 bytes] 0x0065 in this case
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2006 000a b5Offset [4 bytes] 0x0020 index reference
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2007 000e index2Offset [4 bytes] 0x0080 index reference
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2008 0012 unknown [2 bytes] 0x0000 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2009 0014 unknown [2 bytes] 0x0000 in this case
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2010 ]]></literallayout>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2011 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2012 Note the b5Offset of 0x0020, which is an index reference. In this case,
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2013 it is an internal reference pointer, which needs to be right shifted by 4 bits
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2014 to become 0x0002, which is then a byte offset to be added to the above
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2015 indexOffset plus two (to skip the count), so it points to the (0xc,
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2016 0x14) pair. Finally, we have the offset and size of the "b5" block
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2017 located at offset 0xc with a size of 8 bytes in this descriptor block.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2018 The "b5" block has the following format:
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2019 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2020 <literallayout class="monospaced"><![CDATA[
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2021 0000 signature [2 bytes] 0x04b5 constant
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
2022 0002 datasize [2 bytes] 0x0002 +4 for 6 byte entries in this case
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2023 0004 descoffset [4 bytes] 0x0060 index reference
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2024 ]]></literallayout>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2025 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2026 Note the descoffset of 0x0060, which again is an index reference. In this
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2027 case, it is an internal pointer reference, which needs to be right shifted by 4
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2028 bits to become 0x0006, which is then a byte offset to be added to the
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2029 above indexOffset plus two (to skip the count), so it points to the
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
2030 (0xea, 0xf0) pair. The datasize (2) plus the b5 code (04) gives the size
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
2031 of the entries, in this case 6 bytes. We now have the offset 0xea of an
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
2032 unused block of data in an unknown format, composed of 6 byte entries.
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
2033 That gives us (0xf0 - 0xea)/6 = 1, so we have a recordCount of one.
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2034 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2035 <para>
60
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
2036 We have seen cases where the descoffset in the b5 block is zero, and
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
2037 the index2Offset in the 7c block is zero. This has been seen for
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
2038 objects that seem to be attachments on messages that have been
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
2039 read. Before the message was read, it did not have any attachments.
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
2040 </para>
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 58
diff changeset
2041 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2042 Note the index2Offset above of 0x0080, which again is an index reference. In this
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2043 case, it is an internal pointer reference, which needs to be right shifted
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2044 by 4 bits to become 0x0008, which is then a byte offset to be added to
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2045 the above indexOffset plus two (to skip the count), so it points to the
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2046 (0xf0, 0x155) pair. This is an array of tables of four byte integers.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2047 We will call these the IND2 tables. The size of each of these tables is
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2048 specified by the recordSize field of the "7c" header. The number of
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2049 these tables is the above recordCount value derived from the "b5" block.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2050 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2051 <para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2052 Now the remaining data in the "7c" block after the header starts at
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2053 offset 0x2a. There should be itemCount 8 byte items here, with the
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2054 following format:
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2055 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2056 <literallayout class="monospaced"><![CDATA[
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2057 0000 referenceType [2 bytes]
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2058 0002 itemType [2 bytes]
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2059 0004 ind2Offset [2 bytes]
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2060 0006 size [1 byte]
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2061 0007 unknown [1 byte]
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2062 ]]></literallayout>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2063 <para>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2064 The ind2Offset is a byte offset into the current IND2 table of some value.
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2065 If that is a four byte integer value, then once we fetch that, we have
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2066 the same triple (item type, reference type, value) as we find in the
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2067 0xbcec style descriptor blocks. If not, then this value is used directly.
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2068 These 8 byte descriptors are processed recordCount times, each
28
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2069 time using the next IND2 table. The item and reference types are as
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2070 described above for the 0xbcec format descriptor block.
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2071 </para>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2072 </refsect1>
51d826f31329 more cleanup from Arne, document 7c block format
carl
parents: 25
diff changeset
2073
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2074 <refsect1 id='pst.file.desc3.32.5'>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2075 <title>32 bit Associated Descriptor Item 0x0101</title>
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2076 <para>
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2077 This descriptor block contains a list of ID1 values. It is used when
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2078 an ID1 (that would normally point to a type 0x7cec or 0xbcec
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2079 descriptor block) contains more data than can fit in any single
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2080 descriptor of those types. In this case, it points to a type 0x0101
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2081 block, which contains a list of ID1 values that themselves point to
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2082 the actual descriptor blocks. The total length value in the 0x0101
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2083 header is the sum of the lengths of the blocks pointed to by the list
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2084 of ID1 values. The result is an array of subblocks, that may contain
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2085 index references where the high order 16 bits specify which descriptor
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2086 subblock to use. Only the first descriptor subblock contains the
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2087 signature (0xbcec or 0x7cec).
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2088 </para>
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2089 <literallayout class="monospaced"><![CDATA[
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2090 0000 01 01 02 00 26 28 00 00 18 77 0c 00 b8 04 00 00
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2091
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2092 0000 signature [2 bytes] 0x0101 constant
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2093 0002 count [2 bytes] 0x0002 in this case
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2094 0004 total length [4 bytes] 0x002826 in this case
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2095 repeating
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2096 0008 id1 [4 bytes] 0x0c7718 in this case
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2097 000c id1 [4 bytes] 0x0004b8 in this case
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2098 ]]></literallayout>
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2099 </refsect1>
b2f247463b83 better decoding of 7c blocks
carl
parents: 33
diff changeset
2100
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2101 <refsect1 id='pst.file.desc3.64.5'>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2102 <title>64 bit Associated Descriptor Item 0x0101</title>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2103 <para>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2104 This descriptor block contains a list of ID1 values.
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2105 </para>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2106 <literallayout class="monospaced"><![CDATA[
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2107 0000 01 01 02 00 ea 29 00 00 10 83 00 00 00 00 00 00
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2108 0010 1c 83 00 00 00 00 00 00
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2109
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2110 0000 signature [2 bytes] 0x0101 constant
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2111 0002 count [2 bytes] 0x0002 in this case
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2112 0004 total length [4 bytes] 0x0029ea in this case
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2113 repeating
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2114 0008 id1 [8 bytes] 0x008310 in this case
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
2115 0010 id1 [8 bytes] 0x00831c in this case
48
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2116 ]]></literallayout>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2117 </refsect1>
f66078abed38 more fixes for 64 bit format
carl
parents: 46
diff changeset
2118
24
f4643b609bdf switch to automake/autoconf
carl
parents: 21
diff changeset
2119 </refentry>
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2120 </reference>