~ubuntu-branches/ubuntu/lucid/squid/lucid-201002101821

« back to all changes in this revision

Viewing changes to src/auth/digest/auth_digest.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-01-11 21:47:16 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080111214716-rf21i8x0l22x9vqt
Tags: 2.6.18-1ubuntu1
* Merge from Debian unstable (LP:# 182624), Ubuntu remaining changes:
  - 99-ubuntu-ssl-cert-snakeoil:
    + src/cf.data.pre:
      * Add reference to snakeoil certificates in /etc/ssl
  - debian/control:
    + Add ssl-cert to Depends: to bring in snakeoil certificates.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    struct {
44
44
        unsigned int authinfo_sent:1;
45
45
        unsigned int credentials_ok:2;  /*0=unchecked,1=ok,2=helper,3=failed */
46
 
        unsigned int nonce_stale:1;
 
46
        unsigned int invalid_password:1;
47
47
        unsigned int helper_queried:1;
48
48
    } flags;
49
49
    digest_nonce_h *nonce;