[Citadel Development] Citadel commit log: revision 8470

2010-03-17 Thread IGnatius T Foobar


Cool, I'll test it when I get a chance.




[Citadel Development] Citadel commit log: revision 8470

2010-03-17 Thread dothebart


 

Mi Mär 17 2010 18:52:36 EDT von  "dothebart"   Betreff: Citadel commit log: revision 8470
 r8470 | dothebart | 2010-03-17 18:52:36 -0400 (Wed, 17 Mar 2010) | 4 lines Changed paths: M /trunk/citadel/modules/crypto/serv_crypto.c M /trunk/citadel/modules/crypto/serv_crypto.h M /trunk/citadel/sysdep.c  * CtdlClientGetLine(): we don't support Error while SSL I/O; remove it. * client_readline_sslbuffer() put in Pos from the outside * client_readline_sslbuffer() rewrite contents with StrBufTCP_read_buffered_line_fast() as sample   

that fixes the ssl posting from the textclient.




[Citadel Development] Citadel commit log: revision 8470

2010-03-17 Thread dothebart

r8470 | dothebart | 2010-03-17 18:52:36 -0400 (Wed, 17 Mar 2010) | 4 lines
Changed paths:
   M /trunk/citadel/modules/crypto/serv_crypto.c
   M /trunk/citadel/modules/crypto/serv_crypto.h
   M /trunk/citadel/sysdep.c

* CtdlClientGetLine(): we don't support Error while SSL I/O; remove it.
* client_readline_sslbuffer() put in Pos from the outside
* client_readline_sslbuffer() rewrite contents with 
StrBufTCP_read_buffered_line_fast() as sample




[Citadel Development] Citadel commit log: revision 8469

2010-03-17 Thread dothebart


ok, found that via imap. now lets test the text client.

Mi Mär 17 2010 15:14:30 EDT von  "dothebart"   Betreff: Citadel commit log: revision 8469
 r8469 | dothebart | 2010-03-17 15:14:29 -0400 (Wed, 17 Mar 2010) | 2 lines Changed paths: M /trunk/citadel/modules/crypto/serv_crypto.c  * client_read_sslblob(): don't leave CC->Pos on an invalid position   

 




[Citadel Development] Citadel commit log: revision 8469

2010-03-17 Thread dothebart

r8469 | dothebart | 2010-03-17 15:14:29 -0400 (Wed, 17 Mar 2010) | 2 lines
Changed paths:
   M /trunk/citadel/modules/crypto/serv_crypto.c

* client_read_sslblob(): don't leave CC->Pos on an invalid position




[Citadel Development] Citadel commit log: revision 8468

2010-03-17 Thread dothebart

r8468 | dothebart | 2010-03-17 15:13:19 -0400 (Wed, 17 Mar 2010) | 2 lines
Changed paths:
   M /trunk/citadel/sysdep.c

* some null'ing of our debug codes




[Citadel Development] Re: Citadel commit log: revision 8466

2010-03-17 Thread IGnatius T Foobar
Ok, I looked at those diffs and they were indeed quite straightforward without a
lot of surface area for new bugs. 
   
  I'm at a VMware seminar this week so I have limited computer time, but I'll
update my dev system when I get a chance to test the most recent fixes.