home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1505.txt < prev    next >
Text File  |  1996-05-07  |  65KB  |  990 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        A. Costanzo Request for Comments: 1505                                AKC Consulting Obsoletes: 1154                                              D. Robinson                                               Computervision Corporation                                                               R. Ullmann                                                              August 1993 
  8.  
  9.                Encoding Header Field for Internet Messages 
  10.  
  11. Status of this Memo 
  12.  
  13.    This memo defines an Experimental Protocol for the Internet    community.  It does not specify an Internet standard.  Discussion and    suggestions for improvement are requested.  Please refer to the    current edition of the "IAB Official Protocol Standards" for the    standardization state and status of this protocol.  Distribution of    this memo is unlimited. 
  14.  
  15. IESG Note 
  16.  
  17.    Note that a standards-track technology already exists in this area    [11]. 
  18.  
  19. Abstract 
  20.  
  21.    This document expands upon the elective experimental Encoding header    field which permits the mailing of multi-part, multi-structured    messages.  It replaces RFC 1154 [1]. 
  22.  
  23. Table of Contents 
  24.  
  25.           1.      Introduction . . . . . . . . . . . . . . . . . . . . 3           2.      The Encoding Field . . . . . . . . . . . . . . . . . 3           2.1       Format of the Encoding Field . . . . . . . . . . . 3           2.2       <count>  . . . . . . . . . . . . . . . . . . . . . 4           2.3       <keyword>  . . . . . . . . . . . . . . . . . . . . 4           2.3.1       Nested Keywords  . . . . . . . . . . . . . . . . 4           2.4       Comments . . . . . . . . . . . . . . . . . . . . . 4           3.      Encodings  . . . . . . . . . . . . . . . . . . . . . 5           3.1       Text . . . . . . . . . . . . . . . . . . . . . . . 5           3.2       Message  . . . . . . . . . . . . . . . . . . . . . 6           3.3       Hex  . . . . . . . . . . . . . . . . . . . . . . . 6           3.4       EVFU . . . . . . . . . . . . . . . . . . . . . . . 6           3.5       EDI-X12 and EDIFACT  . . . . . . . . . . . . . . . 7           3.6       FS   . . . . . . . . . . . . . . . . . . . . . . . 7           3.7       LZJU90 . . . . . . . . . . . . . . . . . . . . . . 7           3.8       LZW  . . . . . . . . . . . . . . . . . . . . . . . 7 
  26.  
  27.  
  28.  
  29. Costanzo, Robinson & Ullmann                                    [Page 1] 
  30.  RFC 1505                 Encoding Header Field               August 1993 
  31.  
  32.            3.9       UUENCODE . . . . . . . . . . . . . . . . . . . . . 7           3.10      PEM and PEM-Clear  . . . . . . . . . . . . . . . . 8           3.11      PGP  . . . . . . . . . . . . . . . . . . . . . . . 8           3.12      Signature  . . . . . . . . . . . . . . . . . . .  10           3.13      TAR  . . . . . . . . . . . . . . . . . . . . . .  10           3.14      PostScript . . . . . . . . . . . . . . . . . . .  10           3.15      SHAR . . . . . . . . . . . . . . . . . . . . . .  10           3.16      Uniform Resource Locator . . . . . . . . . . . .  10           3.17      Registering New Keywords . . . . . . . . . . . .  11           4.      FS (File System) Object Encoding . . . . . . . . .  11           4.1       Sections . . . . . . . . . . . . . . . . . . . .  12           4.1.1       Directory  . . . . . . . . . . . . . . . . . .  12           4.1.2       Entry  . . . . . . . . . . . . . . . . . . . .  13           4.1.3       File . . . . . . . . . . . . . . . . . . . . .  13           4.1.4       Segment  . . . . . . . . . . . . . . . . . . .  13           4.1.5       Data . . . . . . . . . . . . . . . . . . . . .  14           4.2       Attributes . . . . . . . . . . . . . . . . . . .  14           4.2.1       Display  . . . . . . . . . . . . . . . . . . .  14           4.2.2       Comment  . . . . . . . . . . . . . . . . . . .  15           4.2.3       Type . . . . . . . . . . . . . . . . . . . . .  15           4.2.4       Created  . . . . . . . . . . . . . . . . . . .  15           4.2.5       Modified . . . . . . . . . . . . . . . . . . .  15           4.2.6       Accessed . . . . . . . . . . . . . . . . . . .  15           4.2.7       Owner  . . . . . . . . . . . . . . . . . . . .  15           4.2.8       Group  . . . . . . . . . . . . . . . . . . . .  16           4.2.9       ACL  . . . . . . . . . . . . . . . . . . . . .  16           4.2.10      Password . . . . . . . . . . . . . . . . . . .  16           4.2.11      Block  . . . . . . . . . . . . . . . . . . . .  16           4.2.12      Record . . . . . . . . . . . . . . . . . . . .  17           4.2.13      Application  . . . . . . . . . . . . . . . . .  17           4.3       Date Field . . . . . . . . . . . . . . . . . . .  17           4.3.1       Syntax . . . . . . . . . . . . . . . . . . . .  17           4.3.2       Semantics  . . . . . . . . . . . . . . . . . .  17           5.      LZJU90: Compressed Encoding  . . . . . . . . . . .  18           5.1       Overview . . . . . . . . . . . . . . . . . . . .  18           5.2       Specification of the LZJU90 compression  . . . .  19           5.3       The Decoder  . . . . . . . . . . . . . . . . . .  21           5.3.1       An example of an Encoder . . . . . . . . . . .  27           5.3.2       Example LZJU90 Compressed Object . . . . . . .  33           6.      Alphabetical Listing of Defined Encodings  . . . .  34           7.      Security Considerations  . . . . . . . . . . . . .  34           8.      References . . . . . . . . . . . . . . . . . . . .  34           9.      Acknowledgements . . . . . . . . . . . . . . . . .  35           10.     Authors' Addresses . . . . . . . . . . . . . . . .  36 
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. Costanzo, Robinson & Ullmann                                    [Page 2] 
  41.  RFC 1505                 Encoding Header Field               August 1993 
  42.  
  43.  1.  Introduction 
  44.  
  45.    STD 11, RFC 822 [2] defines an electronic mail message to consist of    two parts, the message header and the message body, separated by a    blank line. 
  46.  
  47.    The Encoding header field permits the message body itself to be    further broken up into parts, each part also separated from the next    by a blank line.  Thus, conceptually, a message has a header part,    followed by one or more body parts, all separated by apparently blank    lines.  Each body part has an encoding type.  The default (no    Encoding field in the header) is a one part message body of type    "Text". 
  48.  
  49.    The purpose of Encoding is to be descriptive of the content of a mail    message without placing constraints on the content or requiring    additional structure to appear in the body of the message that will    interfere with other processing. 
  50.  
  51.    A similar message format is used in the network news facility, and    posted articles are often transferred by gateways between news and    mail.  The Encoding field is perhaps even more useful in news, where    articles often are uuencoded or shar'd, and have a number of    different nested encodings of graphics images and so forth.  In news    in particular, the Encoding header keeps the structural information    within the (usually concealed) article header, without affecting the    visual presentation by simple news-reading software. 
  52.  
  53. 2.  The Encoding Field 
  54.  
  55.    The Encoding field consists of one or more subfields, separated by    commas.  Each subfield corresponds to a part of the message, in the    order of that part's appearance.  A subfield consists of a line count    and a keyword or a series of nested keywords defining the encoding.    The line count is optional in the last subfield. 
  56.  
  57. 2.1  Format of the Encoding Field 
  58.  
  59.    The format of the Encoding field is: 
  60.  
  61.         [  <count> <keyword> [ <keyword> ]* ,  ]*                 [ <count> ] <keyword> [ <keyword> ]* 
  62.  
  63.         where: 
  64.  
  65.         <count>    := a decimal integer         <keyword>  := a single alphanumeric token starting with an alpha 
  66.  
  67.  
  68.  
  69.  Costanzo, Robinson & Ullmann                                    [Page 3] 
  70.  RFC 1505                 Encoding Header Field               August 1993 
  71.  
  72.  2.2  <count> 
  73.  
  74.    The line count is a decimal number specifying the number of text    lines in the part.  Parts are separated by a blank line, which is not    included in the count of either the preceding or following part.    Blank lines consist only of CR/LF.  Count may be zero, it must be    non-negative. 
  75.  
  76.    It is always possible to determine if the count is present because a    count always begins with a digit and a keyword always begins with a    letter. 
  77.  
  78.    The count is not required on the last or only part.  A multi-part    message that consists of only one part is thus identical to a    single-part message. 
  79.  
  80. 2.3  <keyword> 
  81.  
  82.    Keyword defines the encoding type.  The keyword is a common single-    word name for the encoding type and is not case-sensitive. 
  83.  
  84.              Encoding: 107 Text 
  85.  
  86. 2.3.1  Nested Keywords 
  87.  
  88.    Nested keywords are a series of keywords defining a multi-encoded    message part.  The encoding keywords may either be an actual series    of encoding steps the encoder used to generate the message part or    may merely be used to more precisely identify the type of encoding    (as in the use of the keyword "Signature"). 
  89.  
  90.    Nested keywords are parsed and generated from left to right.  The    order is significant.  A decoding application would process the list    from left to right, whereas, an encoder would process the Internet    message and generate the nested keywords in the reverse order of the    actual encoding process. 
  91.  
  92.         Encoding: 458 uuencode LZW tar (Unix binary object) 
  93.  
  94. 2.4  Comments 
  95.  
  96.    Comments enclosed in parentheses may be inserted anywhere in the    encoding field.  Mail reading systems may pass the comments to their    clients.  Comments must not be used by mail reading systems for    content interpretation.  Other parameters defining the type of    encoding must be contained within the body portion of the Internet    message or be implied by a keyword in the encoding field. 
  97.  
  98.  
  99.  
  100.  Costanzo, Robinson & Ullmann                                    [Page 4] 
  101.  RFC 1505                 Encoding Header Field               August 1993 
  102.  
  103.  3.  Encodings 
  104.  
  105.    This section describes some of the defined encodings used.  An    alphabetical listing is provided in Section 6. 
  106.  
  107.    As with the other keyword-defined parts of the header format    standard, new keywords are expected and welcomed.  Several basic    principles should be followed in adding encodings.  The keyword    should be the most common single word name for the encoding,    including acronyms if appropriate.  The intent is that different    implementors will be likely to choose the same name for the same    encoding.  Keywords should not be too general:  "binary" would have    been a bad choice for the "hex" encoding. 
  108.  
  109.    The encoding should be as free from unnecessary idiosyncracies as    possible, except when conforming to an existing standard, in which    case there is nothing that can be done. 
  110.  
  111.    The encoding should, if possible, use only the 7 bit ASCII printing    characters if it is a complete transformation of a source document    (e.g., "hex" or "uuencode").  If it is essentially a text format, the    full range may be used.  If there is an external standard, the    character set may already be defined.  Keywords beginning with "X-"    are permanently reserved to implementation-specific use.  No standard    registered encoding keyword will ever begin with "X-". 
  112.  
  113.    New encoding keywords which are not reserved for implementation-    specific use must be registered with the Internet Assigned Numbers    Authority (IANA).  Refer to section 3.17 for additional information. 
  114.  
  115. 3.1  Text 
  116.  
  117.    This indicates that the message is in no particular encoded format,    but is to be presented to the user as-is. 
  118.  
  119.    The text is ISO-10646-UTF-1 [3].  As specified in STD 10, RFC 821    [10], the message is expected to consist of lines of reasonable    length (less than or equal to 1000 characters). 
  120.  
  121.    On some older implementations of mail and news, only the 7 bit subset    of ISO-10646-UTF-1 can be used.  This is identical to the ASCII 7 bit    code.  On some mail transports that are not compliant with STD 10,    RFC 821 [10], line length may be restricted by the service. 
  122.  
  123.    Text may be followed by a nested keyword to define the encoded part    further, e.g., "signature": 
  124.  
  125.         Encoding: 496 Text, 8 Text Signature 
  126.  
  127.  
  128.  
  129. Costanzo, Robinson & Ullmann                                    [Page 5] 
  130.  RFC 1505                 Encoding Header Field               August 1993 
  131.  
  132.     An automated file sending service may find this useful, for example,    to differentiate between and ignore the signature area when parsing    the body of a message for file requests. 
  133.  
  134. 3.2  Message 
  135.  
  136.    This encoding indicates that the body part is itself in the format of    an Internet message, with its own header part and body part(s).  A    "message" body part's message header may be a full Internet message    header or it may consist only of an Encoding field. 
  137.  
  138.    Using the message encoding on returned mail makes it practical for a    mail reading system to implement a reliable automatic resending    function, if the mailer generates it when returning contents.  It is    also useful in a "copy append" MUA (mail user agent) operation. 
  139.  
  140.    MTAs (mail transfer agents) returning mail should generate an    Encoding header.  Note that this does not require any parsing or    transformation of the returned message; the message is simply    appended un-modified; MTAs are prohibited from modifying the content    of messages. 
  141.  
  142.         Encoding: 7 Text (Return Reason), Message (Returned Mail) 
  143.  
  144. 3.3  Hex 
  145.  
  146.    The encoding indicates that the body part contains binary data,    encoded as 2 hexadecimal digits per byte, highest significant nibble    first. 
  147.  
  148.    Lines consist of an even number of hexadecimal digits.  Blank lines    are not permitted.  The decode process must accept lines with between    2 and 1000 characters, inclusive. 
  149.  
  150.    The Hex encoding is provided as a simple way of providing a method of    encoding small binary objects. 
  151.  
  152. 3.4  EVFU 
  153.  
  154.    EVFU (electronic vertical format unit) specifies that each line    begins with a one-character "channel selector".  The original purpose    was to select a channel on a paper tape loop controlling the printer. 
  155.  
  156.    This encoding is sometimes called "FORTRAN" format.  It is the    default output format of FORTRAN programs on a number of computer    systems. 
  157.  
  158.  
  159.  
  160.  
  161.  
  162. Costanzo, Robinson & Ullmann                                    [Page 6] 
  163.  RFC 1505                 Encoding Header Field               August 1993 
  164.  
  165.     The legal characters are '0' to '9', '+', '-', and space.  These    correspond to the 12 rows (and absence of a punch) on a printer    control tape (used when the control unit was electromechanical). 
  166.  
  167.    The channels that have generally agreed definitions are: 
  168.  
  169.         1          advances to the first print line on the next page         0          skip a line, i.e., double-space         +          over-print the preceeding line         -          skip 2 lines, i.e., triple-space         (space)    print on the next line, single-space 
  170.  
  171. 3.5  EDI-X12 and EDIFACT 
  172.  
  173.    The EDI-X12 and EDIFACT keywords indicate that the message or part is    a EDI (Electronic Document Interchange) business document, formatted    according to ANSI X12 or the EDIFACT standard. 
  174.  
  175.    A message containing a note and 2 X12 purchase orders might have an    encoding of: 
  176.  
  177.         Encoding: 17 TEXT, 146 EDI-X12, 69 EDI-X12 
  178.  
  179. 3.6  FS 
  180.  
  181.    The FS (File System) keyword specifies a section consisting of    encoded file system objects.  This encoding method (defined in    section 4) allows the moving of a structured set of files from one    environment to another while preserving all common elements. 
  182.  
  183. 3.7  LZJU90 
  184.  
  185.    The LZJU90 keyword specifies a section consisting of an encoded    binary or text object.  The encoding (defined in section 5) provides    both compression and representation in a text format. 
  186.  
  187. 3.8  LZW 
  188.  
  189.    The LZW keyword specifies a section consisting of the data produced    by the Unix compress program. 
  190.  
  191. 3.9  UUENCODE 
  192.  
  193.    The uuencode keyword specifies a section consisting of the output of    the uuencode program supplied as part of uucp. 
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  Costanzo, Robinson & Ullmann                                    [Page 7] 
  200.  RFC 1505                 Encoding Header Field               August 1993 
  201.  
  202.  3.10  PEM and PEM-Clear 
  203.  
  204.    The PEM and PEM-Clear keywords indicate that the section is encrypted    with the methods specified in RFCs 1421-1424 [4,5,6,7] or uses the    MIC-Clear encapsulation specified therein. 
  205.  
  206.    A simple text object encrypted with PEM has the header: 
  207.  
  208.              Encoding: PEM Text 
  209.  
  210.    Note that while this indicates that the text resulting from the PEM    decryption is ISO-10646-UTF-1 text, the present version of PEM    further restricts this to only the 7 bit subset.  A future version of    PEM may lift this restriction. 
  211.  
  212.    If the object resulting from the decryption starts with Internet    message header(s), the encoding is: 
  213.  
  214.              Encoding: PEM Message 
  215.  
  216.    This is useful to conceal both the encoding within and the headers    not needed to deliver the message (such as Subject:). 
  217.  
  218.    PEM does not provide detached signatures, but rather provides the    MIC-Clear mode to send messages with integrity checks that are not    encrypted.  In this mode, the keyword PEM-Clear is used: 
  219.  
  220.              Encoding: PEM-Clear EDIFACT 
  221.  
  222.    The example being a non-encrypted EDIFACT transaction with a digital    signature.  With the proper selection of PEM parameters and    environment, this can also provide non-repudiation, but it does not    provide confidentiality. 
  223.  
  224.    Decoders that are capable of decrypting PEM treat the two keywords in    the same way, using the contained PEM headers to distinguish the    mode.  Decoders that do not understand PEM can use the PEM-Clear    keyword as a hint that it may be useful to treat the section as text,    or even continue the decode sequence after removing the PEM headers. 
  225.  
  226.    When Encoding is used for PEM, the RFC934 [9] encapsulation specified    in RFC1421 is not used. 
  227.  
  228. 3.11  PGP 
  229.  
  230.    The PGP keyword indicates that the section is encrypted using the    Pretty Good Privacy specification, or is a public key block, keyring,    or detached signature meaningful to the PGP program.  (These objects 
  231.  
  232.  
  233.  
  234. Costanzo, Robinson & Ullmann                                    [Page 8] 
  235.  RFC 1505                 Encoding Header Field               August 1993 
  236.  
  237.     are distinguished by internal information.) 
  238.  
  239.    The keyword actually implies 3 different transforms:  a compression    step, the encryption, and an ASCII encoding.  These transforms are    internal to the PGP encoder/decoder.  A simple text message encrypted    with PGP is specified by: 
  240.  
  241.         Encoding: PGP Text 
  242.  
  243.    An EDI transaction using ANSI X12 might be: 
  244.  
  245.         Encoding: 176 PGP EDI-X12 
  246.  
  247.    Since an evesdropper can still "see" the nested type (Text or EDI in    these examples), thus making information available to traffic    analysis which is undesirable in some applications, the sender may    prefer to use: 
  248.  
  249.         Encoding: PGP Message 
  250.  
  251.    As discussed in the description of the Message keyword, the enclosed    object may have a complete header or consist only of an Encoding:    header describing its content.     When PGP is used to transmit an encoded key or keyring, with no    object significant to the mail user agent as a result of the decoding    (e.g., text to display), the keyword is used by itself. 
  252.  
  253.    Another case of the PGP keyword occurs in "clear-signing" a message.    That is, sending an un-encrypted message with a digital signature    providing authentication and (in some environments) non-deniability. 
  254.  
  255.         Encoding: 201 Text, 8 PGP Signature, 4 Text Signature 
  256.  
  257.    This example indicates a 201 line message, followed by an 8 line (in    its encoded form) PGP detached signature.  The processing of the PGP    section is expected (in this example) to result in a text object that    is to be treated by the receiver as a signature, possibly something    like: 
  258.  
  259.         [PGP signed Ariel@Process.COM Robert L Ullmann  VALID/TRUSTED] 
  260.  
  261.    Note that the PGP signature algorithm is applied to the encoded form    of the clear-text section, not the object(s) before encoding.  (Which    would be quite difficult for encodings like tar or FS).  Continuing    the example, the PGP signature is then followed by a 4 line    "ordinary" signature section. 
  262.  
  263.  
  264.  
  265.  Costanzo, Robinson & Ullmann                                    [Page 9] 
  266.  RFC 1505                 Encoding Header Field               August 1993 
  267.  
  268.  3.12  Signature 
  269.  
  270.    The signature keyword indicates that the section contains an Internet    message signature.  An Internet message signature is an area of an    Internet message (usually located at the end) which contains a single    line or multiple lines of characters.  The signature may comprise the    sender's name or a saying the sender is fond of.  It is normally    inserted automatically in all outgoing message bodies.  The encoding    keyword "Signature" must always be nested and follow another keyword. 
  271.  
  272.         Encoding: 14 Text, 3 Text Signature 
  273.  
  274.    A usenet news posting program should generate an encoding showing    which is the text and which is the signature area of the posted    message. 
  275.  
  276. 3.13  TAR 
  277.  
  278.    The tar keyword specifies a section consisting of the output of the    tar program supplied as part of Unix. 
  279.  
  280. 3.14  PostScript 
  281.  
  282.    The PostScript keyword specifies a section formatted according to the    PostScript [8] computer program language definition.  PostScript is a    registered trademark of Adobe Systems Inc. 
  283.  
  284. 3.15  SHAR 
  285.  
  286.    The SHAR keyword specifies a section encoded in shell archive format.    Use of shar, although supported, is not recommended. 
  287.  
  288.    WARNING:  Because the shell archive may contain commands you may not    want executed, the decoder should not automatically execute decoded    shell archived statements.  This warning also applies to any future    types that include commands to be executed by the receiver. 
  289.  
  290. 3.16  Uniform Resource Locator 
  291.  
  292.    The URL keyword indicates that the section consists of zero or more    references to resources of some type.  URL provides a facility to    include by reference arbitrary external resources from various    sources in the Internet.  The specification of URL is a work in    progress in the URI working group of the IETF. 
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. Costanzo, Robinson & Ullmann                                   [Page 10] 
  301.  RFC 1505                 Encoding Header Field               August 1993 
  302.  
  303.  3.17  Registering New Keywords 
  304.  
  305.    New encoding keywords which are not reserved for implementation-    specific use must be registered with the Internet Assigned Numbers    Authority (IANA).  IANA acts as a central registry for these values.    IANA may reject or modify the keyword registration request if it does    not meet the criteria as specified in section 3.  Keywords beginning    with "X-" are permanently reserved to implementation-specific use.    IANA will not register an encoding keyword that begins with "X-".    Registration requests should be sent via electronic mail to IANA as    follows: 
  306.  
  307.              To:  IANA@isi.edu              Subject:  Registration of a new EHF-MAIL Keyword 
  308.  
  309.    The mail message must specify the keyword for the encoding and    acronyms if appropriate.  Documentation defining the keyword and its    proposed purpose must be included.  The documentation must either    reference an external non-Internet standards document or an existing    or soon to be RFC.  If applicable, the documentation should contain a    draft version of the future RFC.  The draft must be submitted as a    RFC according to the normal procedure within a reasonable amount of    time after the keyword's registration has been approved. 
  310.  
  311. 4.  FS (File System) Object Encoding 
  312.  
  313.    The file system encoding provides a standard, transportable encoding    of file system objects from many different operating systems.  The    intent is to allow the moving of a structured set of files from one    environment to another while preserving common elements.  At the same    time, files can be moved within a single environment while preserving    all attributes. 
  314.  
  315.    The representations consist of a series of nested sections, with    attributes defined at the appropriate levels.  Each section begins    with an open bracket "[" followed by a directive keyword and ends    with a close bracket "]".  Attributes are lines, beginning with a    keyword.  Lines which begin with a LWSP (linear white space)    character are continuation lines. 
  316.  
  317.    Any string-type directive or attribute may be a simple string not    starting with a quotation mark ( " ) and not containing special    characters (e.g.  newline) or LWSP (space and tab).  The string name    begins with the first non-LWSP character on the line following the    attribute or directive keyword and ends with the last non-LWSP    character. 
  318.  
  319.  
  320.  
  321.  
  322.  
  323. Costanzo, Robinson & Ullmann                                   [Page 11] 
  324.  RFC 1505                 Encoding Header Field               August 1993 
  325.  
  326.     Otherwise, the character string name is enclosed in quotes.  The    string itself contains characters in ISO-10646-UTF-1 but is quoted    and escaped at octet level (as elsewhere in RFC822 [2]).  The strings    begin and end with a quotation mark ( " ).  Octets equal to quote in    the string are escaped, as are octets equal to the escape characters    (\" and \\).  The escaped octets may be part of a UTF multi-octet    character.  Octets that are not printable are escaped with \nnn octal    representation.  When an escape (\) occurs at the end of a line, the    escape, the end of the line, and the first character of the next    line, which must be one of the LWSP characters, are removed    (ignored). 
  327.  
  328.     [ file Simple-File.Name 
  329.  
  330.     [ file "   Long file name starting with spaces and having a couple\       [sic] of nasties in it like this newline\012near the end." 
  331.  
  332.    Note that in the above example, there is one space (not two) between    "couple" and "[sic]".  The encoder may choose to use the nnn sequence    for any character that might cause trouble.  Refer to section 5.1 for    line length recommendations. 
  333.  
  334. 4.1  Sections 
  335.  
  336.    A section starts with an open bracket, followed by a keyword that    defines the type of section. 
  337.  
  338.    The section keywords are: 
  339.  
  340.              directory              entry              file              segment              data 
  341.  
  342.    The encoding may start with either a file, directory or entry.  A    directory section may contain zero or more file, entry, and directory    sections.  A file section contains a data section or zero or more    segment sections.  A segment section contains a data section or zero    or more segment sections. 
  343.  
  344. 4.1.1  Directory 
  345.  
  346.    This indicates the start of a directory.  There is one parameter, the    entry name of the directory: 
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  Costanzo, Robinson & Ullmann                                   [Page 12] 
  353.  RFC 1505                 Encoding Header Field               August 1993 
  354.  
  355.               [ directory foo              ...              ] 
  356.  
  357. 4.1.2  Entry 
  358.  
  359.    The entry keyword represents an entry in a directory that is not a    file or a sub-directory.  Examples of entries are soft links in Unix,    or access categories in Primos.  A Primos access category might look    like this: 
  360.  
  361.              [ entry SYS.ACAT              type ACAT              created 27 Jan 1987 15:31:04.00              acl SYADMIN:* ARIEL:DALURWX $REST:              ] 
  362.  
  363. 4.1.3  File 
  364.  
  365.    The file keyword is followed by the entry name of the file.  The    section then continues with attributes, possibly segments, and then    data. 
  366.  
  367.              [ file MY.FILE              created 27 Feb 1987 12:10:20.07              modified 27 Mar 1987 16:17:03.02              type DAM              [ data LZJU90              * LZJU90              ...              ]] 
  368.  
  369. 4.1.4  Segment 
  370.  
  371.    This is used to define segments of a file.  It should only be used    when encoding files that are actually segmented.  The optional    parameter is the number or name of the segment. 
  372.  
  373.    When encoding Macintosh files, the two forks of the file are treated    as segments: 
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385. Costanzo, Robinson & Ullmann                                   [Page 13] 
  386.  RFC 1505                 Encoding Header Field               August 1993 
  387.  
  388.               [ file A.MAC.FILE              display "A Mac File"              type MAC              comment "I created this myself"              ...              [ segment resource              [ data ...              ...              ]]              [ segment data              [ data ...              ...              ]]] 
  389.  
  390. 4.1.5  Data 
  391.  
  392.    The data section contains the encoded data of the file.  The encoding    method is defined in section 5.  The data section must be last within    the containing section. 
  393.  
  394. 4.2  Attributes 
  395.  
  396.    Attributes may occur within file, entry, directory, and segment    sections.  Attributes must occur before sub-sections. 
  397.  
  398.    The attribute directives are: 
  399.  
  400.              display              type              created              modified              accessed              owner              group              acl              password              block              record              application 
  401.  
  402. 4.2.1  Display 
  403.  
  404.    This indicates the display name of the object.  Some systems, such as    the Macintosh, use a different form of the name for matching or    uniqueness. 
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  Costanzo, Robinson & Ullmann                                   [Page 14] 
  411.  RFC 1505                 Encoding Header Field               August 1993 
  412.  
  413.  4.2.2  Comment 
  414.  
  415.    This contains an arbitrary comment on the object.  The Macintosh    stores this attribute with the file. 
  416.  
  417. 4.2.3  Type 
  418.  
  419.    The type of an object is usually of interest only to the operating    system that the object was created on. 
  420.  
  421.    Types are: 
  422.  
  423.           ACAT       access category (Primos)           CAM        contiguous access method (Primos)           DAM        direct access method (Primos)           FIXED      fixed length records (VMS)           FLAT       `flat file', sequence of bytes (Unix, DOS, default)           ISAM       indexed-sequential access method (VMS)           LINK       soft link (Unix)           MAC        Macintosh file           SAM        sequential access method (Primos)           SEGSAM     segmented direct access method (Primos)           SEGDAM     segmented sequential access method (Primos)           TEXT       lines of ISO-10646-UTF-1 text ending with CR/LF           VAR        variable length records (VMS) 
  424.  
  425. 4.2.4  Created 
  426.  
  427.    Indicates the creation date of the file.  Dates are in the format    defined in section 4.3. 
  428.  
  429. 4.2.5  Modified 
  430.  
  431.    Indicates the date and time the file was last modified or closed    after being open for write. 
  432.  
  433. 4.2.6  Accessed 
  434.  
  435.    Indicates the date and time the file was last accessed on the    original file system. 
  436.  
  437. 4.2.7  Owner 
  438.  
  439.    The owner directive gives the name or numerical ID of the owner or    creator of the file. 
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  Costanzo, Robinson & Ullmann                                   [Page 15] 
  446.  RFC 1505                 Encoding Header Field               August 1993 
  447.  
  448.  4.2.8  Group 
  449.  
  450.    The group directive gives the name(s) or numerical IDs of the group    or groups to which the file belongs. 
  451.  
  452. 4.2.9  ACL 
  453.  
  454.    This directive specifies the access control list attribute of an    object (the ACL attribute may occur more than once within an object).    The list consist of a series of pairs of IDs and access codes in the    format: 
  455.  
  456.                 user-ID:access-list 
  457.  
  458.     There are four reserved IDs: 
  459.  
  460.                 $OWNER  the owner or creator                 $GROUP  a member of the group or groups                 $SYSTEM a system administrator                 $REST   everyone else 
  461.  
  462.    The access list is zero or more single letters: 
  463.  
  464.                 A    add (create file)                 D    delete                 L    list (read directory)                 P    change protection                 R    read                 U    use                 W    write                 X    execute                 *    all possible access 
  465.  
  466. 4.2.10  Password 
  467.  
  468.    The password attribute gives the access password for this object.    Since the content of the object follows (being the raison d'etre of    the encoding), the appearance of the password in plain text is not    considered a security problem.  If the password is actually set by    the decoder on a created object, the security (or lack) is the    responsibility of the application domain controlling the decoder as    is true of ACL and other protections. 
  469.  
  470. 4.2.11  Block 
  471.  
  472.    The block attribute gives the block size of the file as a decimal    number of bytes. 
  473.  
  474.  
  475.  
  476. Costanzo, Robinson & Ullmann                                   [Page 16] 
  477.  RFC 1505                 Encoding Header Field               August 1993 
  478.  
  479.  4.2.12  Record 
  480.  
  481.    The record attribute gives the record size of the file as a decimal    number of bytes. 
  482.  
  483. 4.2.13  Application 
  484.  
  485.    This specifies the application that the file was created with or    belongs to.  This is of particular interest for Macintosh files. 
  486.  
  487. 4.3  Date Field 
  488.  
  489.    Various attributes have a date and time subsequent to and associated    with them. 
  490.  
  491. 4.3.1  Syntax 
  492.  
  493.    The syntax of the date field is a combination of date, time, and    timezone: 
  494.  
  495.        DD Mon YYYY HH:MM:SS.FFFFFF [+-]HHMMSS 
  496.  
  497.        Date :=  DD Mon YYYY      1 or 2 Digits " " 3 Alpha " " 4 Digits        DD   :=  Day              e.g. "08", " 8", "8"        Mon  :=  Month            "Jan" | "Feb" | "Mar" | "Apr" |                                  "May" | "Jun" | "Jul" | "Aug" |                                  "Sep" | "Oct" | "Nov" | "Dec"        YYYY :=  Year        Time :=  HH:MM:SS.FFFFFF  2 Digits ":" 2 Digits [ ":" 2 Digits                                  ["." 1 to 6 Digits ] ]                                  e.g. 00:00:00, 23:59:59.999999        HH   :=  Hours            00 to 23        MM   :=  Minutes          00 to 59        SS   :=  Seconds          00 to 60 (60 only during a leap second)        FFFFF:=  Fraction        Zone :=  [+-]HHMMSS       "+" | "-" 2 Digits [ 2 Digits                                  [ 2 Digits ] ]        HH   :=  Local Hour Offset        MM   :=  Local Minutes Offset        SS   :=  Local Seconds Offset 
  498.  
  499. 4.3.2  Semantics 
  500.  
  501.    The date information is that which the file system has stored in    regard to the file system object.  Date information is stored    differently and with varying degrees of precision by different    computer file systems.  An encoder must include as much date    information as it has available concerning the file system object.  A 
  502.  
  503.  
  504.  
  505. Costanzo, Robinson & Ullmann                                   [Page 17] 
  506.  RFC 1505                 Encoding Header Field               August 1993 
  507.  
  508.     decoder which receives an object encoded with a date field containing    greater precision than its own must disregard the excessive    information.  Zone is Co-ordinated Universal Time "UTC" (formerly    called "Greenwich Mean Time").  The field specifies the time zone of    the file system object as an offset from Universal Time.  It is    expressed as a signed [+-] two, four or six digit number. 
  509.  
  510.    A file that was created April 15, 1993 at 8:05 p.m.  in Roselle Park,    New Jersey, U.S.A.  might have a date field which looks like: 
  511.  
  512.    15 Apr 1993 20:05:22.12 -0500 
  513.  
  514. 5.  LZJU90:  Compressed Encoding 
  515.  
  516.    LZJU90 is an encoding for a binary or text object to be sent in an    Internet mail message.  The encoding provides both compression and    representation in a text format that will successfully survive    transmission through the many different mailers and gateways that    comprise the Internet and connected mail networks. 
  517.  
  518. 5.1  Overview 
  519.  
  520.    The encoding first compresses the binary object, using a modified    LZ77 algorithm, called LZJU90.  It then encodes each 6 bits of the    output of the compression as a text character, using a character set    chosen to survive any translations between codes, such as ASCII to    EBCDIC.  The 64 six-bit strings 000000 through 111111 are represented    by the characters "+", "-", "0" to "9", "A" to "Z", and "a" to "z".    The output text begins with a line identifying the encoding.  This is    for visual reference only, the "Encoding:" field in the header    identifies the section to the user program.  It also names the object    that was encoded, usually by a file name. 
  521.  
  522.    The format of this line is: 
  523.  
  524.                 * LZJU90 <name> 
  525.  
  526.     where <name> is optional.  For example: 
  527.  
  528.                 * LZJU90 vmunix 
  529.  
  530.    This is followed by the compressed and encoded data, broken into    lines where convenient.  It is recommended that lines be broken every    78 characters to survive mailers than incorrectly restrict line    length.  The decoder must accept lines with 1 to 1000 characters on    each line.  After this, there is one final line that gives the number    of bytes in the original data and a CRC of the original data.  This 
  531.  
  532.  
  533.  
  534. Costanzo, Robinson & Ullmann                                   [Page 18] 
  535.  RFC 1505                 Encoding Header Field               August 1993 
  536.  
  537.     should match the byte count and CRC found during decompression. 
  538.  
  539.    This line has the format: 
  540.  
  541.                 * <count> <CRC> 
  542.  
  543.     where <count> is a decimal number, and CRC is 8 hexadecimal digits.    For example: 
  544.  
  545.                 * 4128076 5AC2D50E 
  546.  
  547.    The count used in the Encoding:  field in the message header is the    total number of lines, including the start and end lines that begin    with *.  A complete example is given in section 5.3.2. 
  548.  
  549. 5.2  Specification of the LZJU90 compression 
  550.  
  551.    The Lempel-Ziv-Storer-Szymanski model of mixing pointers and literal    characters is used in the compression algorithm.  Repeat occurrences    of strings of octets are replaced by pointers to the earlier    occurrence. 
  552.  
  553.    The data compression is defined by the decoding algorithm.  Any    encoder that emits symbols which cause the decoder to produce the    original input is defined to be valid. 
  554.  
  555.    There are many possible strategies for the maximal-string matching    that the encoder does, section 5.3.1 gives the code for one such    algorithm.  Regardless of which algorithm is used, and what tradeoffs    are made between compression ratio and execution speed or space, the    result can always be decoded by the simple decoder. 
  556.  
  557.    The compressed data consists of a mixture of unencoded literal    characters and copy pointers which point to an earlier occurrence of    the string to be encoded. 
  558.  
  559.    Compressed data contains two types of codewords: 
  560.  
  561.    LITERAL pass the literal directly to the uncompressed output. 
  562.  
  563.    COPY    length, offset            go back offset characters in the output and copy length            characters forward to the current position. 
  564.  
  565.    To distinguish between codewords, the copy length is used.  A copy    length of zero indicates that the following codeword is a literal    codeword.  A copy length greater than zero indicates that the 
  566.  
  567.  
  568.  
  569. Costanzo, Robinson & Ullmann                                   [Page 19] 
  570.  RFC 1505                 Encoding Header Field               August 1993 
  571.  
  572.     following codeword is a copy codeword. 
  573.  
  574.    To improve copy length encoding, a threshold value of 2 has been    subtracted from the original copy length for copy codewords, because    the minimum copy length is 3 in this compression scheme. 
  575.  
  576.    The maximum offset value is set at 32255.  Larger offsets offer    extremely low improvements in compression (less than 1 percent,    typically). 
  577.  
  578.    No special encoding is done on the LITERAL characters.  However,    unary encoding is used for the copy length and copy offset values to    improve compression.  A start-step-stop unary code is used. 
  579.  
  580.    A (start, step, stop) unary code of the integers is defined as    follows:  The Nth codeword has N ones followed by a zero followed by    a field of size START + (N * STEP).  If the field width is equal to    STOP then the preceding zero can be omitted.  The integers are laid    out sequentially through these codewords.  For example, (0, 1, 4)    would look like: 
  581.  
  582.              Codeword      Range 
  583.  
  584.              0             0              10x           1-2              110xx         3-6              1110xxx       7-14              1111xxxx      15-30 
  585.  
  586.    Following are the actual values used for copy length and copy offset: 
  587.  
  588.    The copy length is encoded with a (0, 1, 7) code leading to a maximum    copy length of 256 by including the THRESHOLD value of 2. 
  589.  
  590.              Codeword       Range 
  591.  
  592.              0              0              10x            3-4              110xx          5-8              1110xxx        9-16              11110xxxx      17-32              111110xxxxx    33-64              1111110xxxxxx  65-128              1111111xxxxxxx 129-256 
  593.  
  594.    The copy offset is encoded with a (9, 1, 14) code leading to a    maximum copy offset of 32255.  Offset 0 is reserved as an end of    compressed data flag. 
  595.  
  596.  
  597.  
  598. Costanzo, Robinson & Ullmann                                   [Page 20] 
  599.  RFC 1505                 Encoding Header Field               August 1993 
  600.  
  601.               Codeword       Range 
  602.  
  603.              0xxxxxxxxx                0-511              10xxxxxxxxxx            512-1535              110xxxxxxxxxxx         1536-3583              1110xxxxxxxxxxxx       3485-7679              11110xxxxxxxxxxxxx     7680-15871              11111xxxxxxxxxxxxxx   15872-32255 
  604.  
  605.    The 0 has been chosen to signal the start of the field for ease of    encoding.  (The bit generator can simply encode one more bit than is    significant in the binary representation of the excess.) 
  606.  
  607.    The stop values are useful in the encoding to prevent out of range    values for the lengths and offsets, as well as shortening some codes    by one bit. 
  608.  
  609.    The worst case compression using this scheme is a 1/8 increase in    size of the encoded data.  (One zero bit followed by 8 character    bits).  After the character encoding, the worst case ratio is 3/2 to    the original data. 
  610.  
  611.    The minimum copy length of 3 has been chosen because the worst case    copy length and offset is 3 bits (3) and 19 bits (32255) for a total    of 22 bits to encode a 3 character string (24 bits). 
  612.  
  613. 5.3  The Decoder 
  614.  
  615.    As mentioned previously, the compression is defined by the decoder.    Any encoder that produced output that is correctly decoded is by    definition correct. 
  616.  
  617.    The following is an implementation of the decoder, written more for    clarity and as much portability as possible, rather than for maximum    speed. 
  618.  
  619.    When optimized for a specific environment, it will run significantly    faster. 
  620.  
  621.     /* LZJU 90 Decoding program */ 
  622.  
  623.     /* Written By Robert Jung and Robert Ullmann, 1990 and 1991. */ 
  624.  
  625.     /* This code is NOT COPYRIGHT, not protected. It is in the true        Public Domain. */ 
  626.  
  627.     #include <stdio.h>     #include <string.h> 
  628.  
  629.  
  630.  
  631. Costanzo, Robinson & Ullmann                                   [Page 21] 
  632.  RFC 1505                 Encoding Header Field               August 1993 
  633.  
  634.      typedef unsigned char uchar;     typedef unsigned int  uint; 
  635.  
  636.     #define N          32255     #define THRESHOLD      3 
  637.  
  638.     #define STRTP          9     #define STEPP          1     #define STOPP         14     #define STRTL          0     #define STEPL          1     #define STOPL          7 
  639.  
  640.     static FILE *in;     static FILE *out; 
  641.  
  642.     static int   getbuf;     static int   getlen;     static long  in_count;     static long  out_count;     static long  crc;     static long  crctable[256];     static uchar xxcodes[] =     "+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\     abcdefghijklmnopqrstuvwxyz";     static uchar ddcodes[256]; 
  643.  
  644.     static uchar text[N]; 
  645.  
  646.     #define CRCPOLY         0xEDB88320     #define CRC_MASK        0xFFFFFFFF     #define UPDATE_CRC(crc, c)  \             crc = crctable[((uchar)(crc) ^ (uchar)(c)) & 0xFF] \                   ^ (crc >> 8)     #define START_RECD      "* LZJU90" 
  647.  
  648.       void MakeCrctable()     /* Initialize CRC-32 table */     {     uint i, j;     long r;         for (i = 0; i <= 255; i++) {             r = i;             for (j = 8; j > 0; j--) {                 if (r & 1)                     r = (r >> 1) ^ CRCPOLY;                 else 
  649.  
  650.  
  651.  
  652. Costanzo, Robinson & Ullmann                                   [Page 22] 
  653.  RFC 1505                 Encoding Header Field               August 1993 
  654.  
  655.                      r >>= 1;                 }             crctable[i] = r;             }     } 
  656.  
  657.  
  658.  
  659.     int GetXX()             /* Get xxcode and translate */     {     int c;         do {             if ((c = fgetc(in)) == EOF)                 c = 0;             } while (c == '\n');         in_count++;         return ddcodes[c];     } 
  660.  
  661.  
  662.  
  663.     int GetBit()            /* Get one bit from input buffer */     {     int c;         while (getlen <= 0) {             c = GetXX();             getbuf |= c << (10-getlen);             getlen += 6;             }         c = (getbuf & 0x8000) != 0;         getbuf <<= 1;         getbuf &= 0xFFFF;         getlen--;         return(c);     } 
  664.  
  665.  
  666.  
  667.     int GetBits(int len)        /* Get len bits */     {     int c;         while (getlen <= 10) {             c = GetXX();             getbuf |= c << (10-getlen);             getlen += 6;             }         if (getlen < len) {             c = (uint)getbuf >> (16-len); 
  668.  
  669.  
  670.  
  671. Costanzo, Robinson & Ullmann                                   [Page 23] 
  672.  RFC 1505                 Encoding Header Field               August 1993 
  673.  
  674.              getbuf = GetXX();             c |= getbuf >> (6+getlen-len);             getbuf <<= (10+len-getlen);             getbuf &= 0xFFFF;             getlen -= len - 6;             }         else {             c = (uint)getbuf >> (16-len);             getbuf <<= len;             getbuf &= 0xFFFF;             getlen -= len;             }         return(c);     } 
  675.  
  676.  
  677.  
  678.     int DecodePosition()    /* Decode offset position pointer */     {     int c;     int width;     int plus;     int pwr;         plus = 0;         pwr = 1 << STRTP;         for (width = STRTP; width < STOPP; width += STEPP) {             c = GetBit();             if (c == 0)                 break;             plus += pwr;             pwr <<= 1;             }         if (width != 0)             c = GetBits(width);         c += plus;         return(c);     } 
  679.  
  680.  
  681.  
  682.     int DecodeLength()      /* Decode code length */     {     int c;     int width;     int plus;     int pwr;         plus = 0;         pwr = 1 << STRTL; 
  683.  
  684.  
  685.  
  686. Costanzo, Robinson & Ullmann                                   [Page 24] 
  687.  RFC 1505                 Encoding Header Field               August 1993 
  688.  
  689.          for (width = STRTL; width < STOPL; width += STEPL) {             c = GetBit();             if (c == 0)                 break;             plus += pwr;             pwr <<= 1;             }         if (width != 0)             c = GetBits(width);         c += plus;     return(c);     } 
  690.  
  691.      void InitCodes()        /* Initialize decode table */     {     int i;         for (i = 0; i < 256; i++) ddcodes[i] = 0;         for (i = 0; i < 64; i++) ddcodes[xxcodes[i]] = i;     return;     } 
  692.  
  693.     main(int ac, char **av)            /* main program */     {     int r;     int j, k;     int c;     int pos;     char buf[80];     char name[3];     long num, bytes; 
  694.  
  695.         if (ac < 3) {             fprintf(stderr, "usage: judecode in out\n");             return(1);             } 
  696.  
  697.         in = fopen(av[1], "r");         if (!in){             fprintf(stderr, "Can't open %s\n", av[1]);             return(1);             } 
  698.  
  699.          out = fopen(av[2], "wb");         if (!out) {             fprintf(stderr, "Can't open %s\n", av[2]);             fclose(in); 
  700.  
  701.  
  702.  
  703. Costanzo, Robinson & Ullmann                                   [Page 25] 
  704.  RFC 1505                 Encoding Header Field               August 1993 
  705.  
  706.          return(1);             } 
  707.  
  708.         while (1) {             if (fgets(buf, sizeof(buf), in) == NULL) {                 fprintf(stderr, "Unexpected EOF\n");             return(1);                 }             if (strncmp(buf, START_RECD, strlen(START_RECD)) == 0)                 break;             } 
  709.  
  710.         in_count = 0;         out_count = 0;         getbuf = 0;         getlen = 0; 
  711.  
  712.         InitCodes();         MakeCrctable(); 
  713.  
  714.         crc = CRC_MASK;         r = 0; 
  715.  
  716.         while (feof(in) == 0) {             c = DecodeLength();             if (c == 0) {                 c = GetBits(8);                 UPDATE_CRC(crc, c);                 out_count++;                 text[r] = c;                 fputc(c, out);                 if (++r >= N)                     r = 0;                 } 
  717.  
  718.             else {                 pos = DecodePosition();                 if (pos == 0)                     break;                 pos--;                 j = c + THRESHOLD - 1;                 pos = r - pos - 1;                 if (pos < 0)                     pos += N;                 for (k = 0; k < j; k++) {                     c = text[pos];                     text[r] = c;                     UPDATE_CRC(crc, c); 
  719.  
  720.  
  721.  
  722. Costanzo, Robinson & Ullmann                                   [Page 26] 
  723.  RFC 1505                 Encoding Header Field               August 1993 
  724.  
  725.                      out_count++;                     fputc(c, out);                     if (++r >= N)                         r = 0;                     if (++pos >= N)                         pos = 0;                     }                 }             } 
  726.  
  727.         fgetc(in); /* skip newline */ 
  728.  
  729.         if (fscanf(in, "* %ld %lX", &bytes, &num) != 2) {             fprintf(stderr, "CRC record not found\n");             return(1);             } 
  730.  
  731.         else if (crc != num) {             fprintf(stderr,                  "CRC error, expected %lX, found %lX\n",                  crc, num);             return(1);             } 
  732.  
  733.         else if (bytes != out_count) {             fprintf(stderr,                  "File size error, expected %lu, found %lu\n",                  bytes, out_count);         return(1);             } 
  734.  
  735.         else             fprintf(stderr,                  "File decoded to %lu bytes correctly\n",                  out_count); 
  736.  
  737.         fclose(in);         fclose(out);     return(0);     } 
  738.  
  739.  5.3.1  An example of an Encoder 
  740.  
  741.    Many algorithms are possible for the encoder, with different    tradeoffs between speed, size, and complexity.  The following is a    simple example program which is fairly efficient; more sophisticated    implementations will run much faster, and in some cases produce 
  742.  
  743.  
  744.  
  745. Costanzo, Robinson & Ullmann                                   [Page 27] 
  746.  RFC 1505                 Encoding Header Field               August 1993 
  747.  
  748.     somewhat better compression. 
  749.  
  750.    This example also shows that the encoder need not use the entire    window available.  Not using the full window costs a small amount of    compression, but can greatly increase the speed of some algorithms. 
  751.  
  752.     /* LZJU 90 Encoding program */ 
  753.  
  754.     /* Written By Robert Jung and Robert Ullmann, 1990 and 1991. */ 
  755.  
  756.     /* This code is NOT COPYRIGHT, not protected. It is in the true        Public Domain. */ 
  757.  
  758.     #include <stdio.h> 
  759.  
  760.     typedef unsigned char uchar;     typedef unsigned int  uint; 
  761.  
  762.     #define N          24000    /* Size of window buffer */     #define F            256   /* Size of look-ahead buffer */     #define THRESHOLD      3     #define K          16384    /* Size of hash table */ 
  763.  
  764.     #define STRTP          9     #define STEPP          1     #define STOPP         14 
  765.  
  766.     #define STRTL          0     #define STEPL          1     #define STOPL          7 
  767.  
  768.     #define CHARSLINE     78 
  769.  
  770.     static FILE *in;     static FILE *out; 
  771.  
  772.     static int   putlen;     static int   putbuf;     static int   char_ct;     static long  in_count;     static long  out_count;     static long  crc;     static long  crctable[256];     static uchar xxcodes[] =     "+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\     abcdefghijklmnopqrstuvwxyz";     uchar window_text[N + F + 1]; 
  773.  
  774.  
  775.  
  776.  Costanzo, Robinson & Ullmann                                   [Page 28] 
  777.  RFC 1505                 Encoding Header Field               August 1993 
  778.  
  779.      /* text contains window, plus 1st F of window again        (for comparisons) */ 
  780.  
  781.     uint hash_table[K];     /* table of pointers into the text */ 
  782.  
  783.     #define CRCPOLY         0xEDB88320     #define CRC_MASK        0xFFFFFFFF     #define UPDATE_CRC(crc, c)  \       crc = crctable[((uchar)(crc) ^ (uchar)(c)) & 0xFF] \       ^ (crc >> 8) 
  784.  
  785.      void MakeCrctable()     /* Initialize CRC-32 table */     {     uint i, j;     long r;         for (i = 0; i <= 255; i++) {             r = i;             for (j = 8; j > 0; j--) {                 if (r & 1)                     r = (r >> 1) ^ CRCPOLY;                 else                     r >>= 1;             }             crctable[i] = r;         }     } 
  786.  
  787.  
  788.  
  789.     void PutXX(int c)           /* Translate and put xxcode */     {         c = xxcodes[c & 0x3F];         if (++char_ct > CHARSLINE) {             char_ct = 1;             fputc('\n', out);         }         fputc(c, out);         out_count++;     } 
  790.  
  791.      void PutBits(int c, int len)  /* Put rightmost "len" bits of "c" */     {         c <<= 16 - len;         c &= 0xFFFF;         putbuf |= (uint) c >> putlen; 
  792.  
  793.  
  794.  
  795. Costanzo, Robinson & Ullmann                                   [Page 29] 
  796.  RFC 1505                 Encoding Header Field               August 1993 
  797.  
  798.          c <<= 16 - putlen;         c &= 0xFFFF;         putlen += len;         while (putlen >= 6) {             PutXX(putbuf >> 10);             putlen -= 6;             putbuf <<= 6;             putbuf &= 0xFFFF;             putbuf |= (uint) c >> 10;             c = 0;             }     } 
  799.  
  800.      void EncodePosition(int ch) /* Encode offset position pointer */     {     int width;     int prefix;     int pwr;         pwr = 1 << STRTP;         for (width = STRTP; ch >= pwr; width += STEPP, pwr <<= 1)             ch -= pwr;         if ((prefix = width - STRTP) != 0)             PutBits(0xffff, prefix);         if (width < STOPP)             width++;         /* else if (width > STOPP)         abort(); do nothing */         PutBits(ch, width);     } 
  801.  
  802.      void EncodeLength(int ch)   /* Encode code length */     {     int width;     int prefix;     int pwr;         pwr = 1 << STRTL;         for (width = STRTL; ch >= pwr; width += STEPL, pwr <<= 1)             ch -= pwr;         if ((prefix = width - STRTL) != 0)             PutBits(0xffff, prefix);         if (width < STOPL)             width++;         /* else if (width > STOPL)         abort(); do nothing */         PutBits(ch, width);     } 
  803.  
  804.  
  805.  
  806. Costanzo, Robinson & Ullmann                                   [Page 30] 
  807.  RFC 1505                 Encoding Header Field               August 1993 
  808.  
  809.      main(int ac, char **av)            /* main program */     {     uint r, s, i, c;     uchar *p, *rp;     int match_position;     int match_length;     int len;     uint hash, h; 
  810.  
  811.         if (ac < 3) {             fprintf(stderr, "usage: juencode in out\n");         return(1);             } 
  812.  
  813.         in = fopen(av[1], "rb");         if (!in) {             fprintf(stderr, "Can't open %s\n", av[1]);         return(1);             } 
  814.  
  815.         out = fopen(av[2], "w");         if (!out) {             fprintf(stderr, "Can't open %s\n", av[2]);             fclose(in);         return(1);             } 
  816.  
  817.         char_ct = 0;         in_count = 0;         out_count = 0;         putbuf = 0;         putlen = 0;         hash = 0; 
  818.  
  819.         MakeCrctable();         crc = CRC_MASK; 
  820.  
  821.         fprintf(out, "* LZJU90 %s\n", av[1]); 
  822.  
  823.         /* The hash table inititialization is somewhat arbitrary */         for (i = 0; i < K; i++) hash_table[i] = i % N; 
  824.  
  825.         r = 0;         s = 0; 
  826.  
  827.         /* Fill lookahead buffer */ 
  828.  
  829.         for (len = 0; len < F && (c = fgetc(in)) != EOF; len++) { 
  830.  
  831.  
  832.  
  833. Costanzo, Robinson & Ullmann                                   [Page 31] 
  834.  RFC 1505                 Encoding Header Field               August 1993 
  835.  
  836.              UPDATE_CRC(crc, c);         in_count++;         window_text[s++] = c;         } 
  837.  
  838.          while (len > 0) {         /* look for match in window at hash position */         h = ((((window_text[r] << 5) ^ window_text[r+1])                 << 5) ^ window_text[r+2]);         p = window_text + hash_table[h % K];         rp = window_text + r;         for (i = 0, match_length = 0; i < F; i++) {                 if (*p++ != *rp++) break;                 match_length++;                 }         match_position = r - hash_table[h % K];         if (match_position <= 0) match_position += N; 
  839.  
  840.         if (match_position > N - F - 2) match_length = 0;         if (match_position > in_count - len - 2)             match_length = 0; /* ! :-) */ 
  841.  
  842.         if (match_length > len)             match_length = len;         if (match_length < THRESHOLD) {             EncodeLength(0);             PutBits(window_text[r], 8);             match_length = 1;             }         else {             EncodeLength(match_length - THRESHOLD + 1);             EncodePosition(match_position);             } 
  843.  
  844.         for (i = 0; i < match_length &&                         (c = fgetc(in)) != EOF; i++) {                 UPDATE_CRC(crc, c);                 in_count++;             window_text[s] = c;                 if (s < F - 1)                 window_text                 [s + N] = c;             if (++s > N - 1) s = 0;             hash = ((hash << 5) ^ window_text[r]);             if (r > 1) hash_table[hash % K] = r - 2;             if (++r > N - 1) r = 0;             } 
  845.  
  846.  
  847.  
  848. Costanzo, Robinson & Ullmann                                   [Page 32] 
  849.  RFC 1505                 Encoding Header Field               August 1993 
  850.  
  851.          while (i++ < match_length) {             if (++s > N - 1) s = 0;             hash = ((hash << 5) ^ window_text[r]);             if (r > 1) hash_table[hash % K] = r - 2;             if (++r > N - 1 ) r = 0;             len--;                 }         } 
  852.  
  853.          /* end compression indicator */         EncodeLength(1);         EncodePosition(0);         PutBits(0, 7); 
  854.  
  855.         fprintf(out, "\n* %lu %08lX\n", in_count, crc);         fprintf(stderr, "Encoded %lu bytes to %lu symbols\n",                 in_count, out_count); 
  856.  
  857.         fclose(in);         fclose(out); 
  858.  
  859.     return(0);     } 
  860.  
  861.  5.3.2  Example LZJU90 Compressed Object 
  862.  
  863.    The following is an example of an LZJU90 compressed object.  Using    this as source for the program in section 5.3 will reveal what it is. 
  864.  
  865.       Encoding: 7 LZJU90 Text 
  866.  
  867.       * LZJU90 example       8-mBtWA7WBVZ3dEBtnCNdU2WkE4owW+l4kkaApW+o4Ir0k33Ao4IE4kk       bYtk1XY618NnCQl+OHQ61d+J8FZBVVCVdClZ2-LUI0v+I4EraItasHbG       VVg7c8tdk2lCBtr3U86FZANVCdnAcUCNcAcbCMUCdicx0+u4wEETHcRM       7tZ2-6Btr268-Eh3cUAlmBth2-IUo3As42laIE2Ao4Yq4G-cHHT-wCEU       6tjBtnAci-I++       * 190 081E2601 
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879. Costanzo, Robinson & Ullmann                                   [Page 33] 
  880.  RFC 1505                 Encoding Header Field               August 1993 
  881.  
  882.  6.  Alphabetical Listing of Defined Encodings 
  883.  
  884.          Keyword         Description             Section  Reference(s)         _______         ___________             _______  ____________ 
  885.  
  886.         EDIFACT         EDIFACT format          3.5         EDI-X12         EDI X12 format          3.5      ANSI X12         EVFU            FORTRAN format          3.4         FS              File System format      3.6, 4         Hex             Hex binary format       3.3         LZJU90          LZJU90 format           3.7, 5         LZW             LZW format              3.8         Message         Encapsulated Message    3.2      STD 11, RFC 822         PEM, PEM-Clear  Privacy Enhanced Mail   3.10     RFC 1421-1424         PGP             Pretty Good Privacy     3.11         Postscript      Postscript format       3.14     [8]         Shar            Shell Archive format    3.15         Signature       Signature               3.12         Tar             Tar format              3.13         Text            Text                    3.1      IS 10646         uuencode        uuencode format         3.9         URL             external URL-reference  3.16 
  887.  
  888. 7.  Security Considerations 
  889.  
  890.    Security of content and the receiving (decoding) system is discussed    in sections 3.10, 3.11, 3.15, and 4.2.10.  The considerations    mentioned also apply to other encodings and attributes with similar    functions. 
  891.  
  892. 8.  References 
  893.  
  894.    [1] Robinson, D. and R. Ullmann, "Encoding Header Field for Internet        Messages", RFC 1154, Prime Computer, Inc., April 1990. 
  895.  
  896.    [2] Crocker, D., "Standard for the Format of ARPA Internet Text        Messages", STD 11, RFC 822, University of Delaware, August 1982. 
  897.  
  898.    [3] International Organization for Standardization, Information        Technology -- Universal Coded Character Set (UCS).  ISO/IEC        10646-1:1993, June 1993. 
  899.  
  900.    [4] Linn, J., "Privacy Enhancement for Internet Electronic Mail: Part        I: Message Encryption and Authentication Procedures" RFC 1421,        IAB IRTF PSRG, IETF PEM WG, February 1993. 
  901.  
  902.  
  903.  
  904.  
  905.  
  906. Costanzo, Robinson & Ullmann                                   [Page 34] 
  907.  RFC 1505                 Encoding Header Field               August 1993 
  908.  
  909.     [5] Kent, S., "Privacy Enhancement for Internet Electronic Mail: Part        II: Certificate-Based Key Management", RFC 1422, IAB IRTF PSRG,        IETF PEM, BBN, February 1993. 
  910.  
  911.    [6] Balenson, D., "Privacy Enhancement for Internet Electronic Mail:        Part III: Algorithms, Modes, and Identifiers", RFC 1423, IAB IRTF        PSRG, IETF PEM WG, TIS, February 1993. 
  912.  
  913.    [7] Kaliski, B., "Privacy Enhancement for Internet Electronic Mail:        Part IV: Key Certification and Related Services", RFC 1424, RSR        Laboratories, February 1993. 
  914.  
  915.    [8] Adobe Systems Inc., PostScript Language Reference Manual.  2nd        Edition, 2nd Printing, January 1991. 
  916.  
  917.    [9] Rose, M. and E. Steffererud, "Proposed Standard for Message        Encapsulation", RFC 934, Delaware and NMA, January 1985. 
  918.  
  919.   [10] Postel, J., "Simple Mail Transfer Protocol", STD 10, RFC 821,        USC/Information Sciences Institute, August 1982. 
  920.  
  921.   [11] Borenstein, N., and N. Freed, "MIME (Multipurpose Internet Mail        Extensions): Mechanisms for Specifying and Describing the Format        of Internet Message Bodies", RFC 1341, Bellcore, Innosoft, June        1992. 
  922.  
  923.   [12] Borenstein, N., and M. Linimon, "Extension of MIME Content-Types        to a New Medium", RFC 1437, 1 April 1993. 
  924.  
  925. 9.  Acknowledgements 
  926.  
  927.    The authors would like to thank Robert Jung for his contributions to    this work, in particular the public domain sample code for LZJU90. 
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  Costanzo, Robinson & Ullmann                                   [Page 35] 
  946.  RFC 1505                 Encoding Header Field               August 1993 
  947.  
  948.  10.  Authors' Addresses 
  949.  
  950.    Albert K. Costanzo    AKC Consulting Inc.    P.O. Box 4031    Roselle Park, NJ  07204-0531 
  951.  
  952.    Phone: +1 908 298 9000    Email: AL@AKC.COM 
  953.  
  954.     David Robinson    Computervision Corporation    100 Crosby Drive    Bedford, MA  01730 
  955.  
  956.    Phone: +1 617 275 1800 x2774    Email: DRB@Relay.CV.COM 
  957.  
  958.     Robert Ullmann 
  959.  
  960.    Phone: +1 617 247 7959    Email: ariel@world.std.com 
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988. Costanzo, Robinson & Ullmann                                   [Page 36] 
  989.  
  990.