~ubuntu-branches/ubuntu/dapper/postfix/dapper-security

« back to all changes in this revision

Viewing changes to src/util/attr.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-12-07 15:39:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207153911-hutf07z6i8ty25z5
Tags: 2.2.6-1
* New upstream.
  - the *SQL clients did not uniformly choose the database host from
    the available pool
  - raise the "policy violation" flag when a client request exceeds
    a concurrency or rate limit.
  - don't do smtpd_end_of_data_restrictions after the transaction
    failed due to, e.g., a write error.
  - two messages could get the same message ID due to a race
    condition. This time window was increased when queue file creation
    was postponed from MAIL FROM until the first accepted RCPT TO.  The
    window is closed again.
  - the queue manager did not write a per-recipient defer logfile record
    when the delivery agent crashed after the initial handshake with the
    queue manager, and before reporting the delivery status to the queue
    manager.
  - moved code around from one place to another to make REDIRECT, FILTER,
    HOLD and DISCARD access(5) table actions work in
    smtpd_end_of_data_restrictions.  PREPEND will not be fixed; it must
    be specified before the message content is received.
* Updated Italian translations.  Closes: #336925
* Swedish translations.  Closes: #339746
* Switch to libdb4.3.  Closes: #336488
* Add Replaces: mail-transport-agent.  Closes: #325624
* Merge changes from ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define ATTR_TYPE_HASH          3       /* Hash table */
31
31
#define ATTR_TYPE_NV            3       /* Name-value table */
32
32
#define ATTR_TYPE_LONG          4       /* Unsigned long */
 
33
#define ATTR_TYPE_DATA          5       /* Binary data */
33
34
 
34
35
#define ATTR_HASH_LIMIT         1024    /* Size of hash table */
35
36
 
94
95
#define ATTR_NAME_NUM           "number"
95
96
#define ATTR_NAME_STR           "string"
96
97
#define ATTR_NAME_LONG          "long_number"
 
98
#define ATTR_NAME_DATA          "data"
97
99
#endif
98
100
 
99
101
/* LICENSE