Show
Ignore:
Timestamp:
2008-08-26 23:09:13 (3 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Properly set the SASL external auth name when using SSL client certs.
Also zero out the account structure before filling it with available
data. Client certificates + SASL EXTERNAL were only working by luck.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5495 r5497  
    1 2008-08-25 00:16 -0700  Brendan Cully  <brendan@kublai.com>  (53d9210aa4ee) 
     12008-08-26 02:07 -0700  Brendan Cully  <brendan@kublai.com>  (22498996719f) 
     2 
     3        * imap/imap.c: Remove leftover IMAP IDLE handling from before 
     4        [53d9210aa4ee]. 
     5 
     62008-08-25 00:52 -0700  Brendan Cully  <brendan@kublai.com>  (36aa1130091a) 
     7 
     8        * UPDATING, globals.h, imap/command.c, imap/imap.c, 
     9        imap/imap_private.h, imap/util.c, init.c, init.h: Introduce 
     10        $imap_pipeline_depth. This lets users control the number of 
     11        commands that mutt will queue up before sending them to the 
     12        server. Setting this to 0 disables pipelining, which should close 
     13        #2892. 
    214 
    315        * imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c: