[Citadel Development] Some little LDAP beautifications

2010-07-21 Thread the_mgt


Ok, my LDAP connection now works fine, but I was confused by some things:

1. citadel setup should tell me, that any user account from the directory with euid=0 will be an admin on citadel

2. It should also tell me that i can specify another account *from the directory* as admin and omit the password question for that account (since the passwort is taked from the directory!)

3. The "Change password" in webcit (probably in citadel too?) should be removed (OR, what i would prefer :) citadel should really change the password for the user i the directory

4. The Openid config section should vanish from the advanced menu (unless webcit becomes a full blown openid server instantly, what i would also prefer)

Basically, these four things should be corrected so new users dont get confused and to get a more streamlined appearance.

Anyway, cheers and thanks for making such a nice application!




[Citadel Development] Citadel commit log: revision 8704

2010-07-21 Thread ajc

r8704 | ajc | 2010-07-21 13:37:10 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /branches/stable-78x/citadel/citadel.h
   M /branches/stable-78x/citadel/configure.ac
   M /branches/stable-78x/citadel/debian/changelog

* Version number to 782.  NOT A RELEASE



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

2010-07-21 Thread scianos
 > Jul 21 2010 9:56am from ajc  to 
 > room_citadel_development@uncensored.citadel.org
  
 >Subject: Citadel commit log: revision 8703  
 >
 
 >r8703 | ajc | 2010-07-21 12:56:29 -0400 (Wed, 21 Jul 2010) | 1 line  
 >Changed paths:  
 >   M /branches/stable-78x/citadel/modules/imap/imap_fetch.c  
 >   M /trunk/citadel/modules/imap/imap_fetch.c  
 >  
 >* imap_load_part() is expecting the desired_section to be a char*, not a
ChrPtr.  Fixed.  This probably fixes Alpine.  Also bac >kported to stable.
 
 >
 
 >  
  
 You guys beat me to the punch on trying to fix this one :) I'll give it a
test and see if the issue is resolved. Thanks so much! 
  
 - Stu 
 


[Citadel Development] (no subject)

2010-07-21 Thread IGnatius T Foobar
 >Looks like I'm seeing failures on IMAP partial fetch here... Citadel is
 
 >returning a null response after upgrading to 7.80. Also tried the   
 >newest 7.81.   
 >
 > To replicate, use Alpine to view messages with Quell-Partial-Fetch set
 
 >to off.   
  
 Fixed in r8703 (both trunk and stable).  Patched release will follow shortly.

 


[Citadel Development] Citadel commit log: revision 8703

2010-07-21 Thread ajc

r8703 | ajc | 2010-07-21 12:56:29 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /branches/stable-78x/citadel/modules/imap/imap_fetch.c
   M /trunk/citadel/modules/imap/imap_fetch.c

* imap_load_part() is expecting the desired_section to be a char*, not a 
ChrPtr.  Fixed.  This probably fixes Alpine.  Also backported to stable.



[Citadel Development] Citadel commit log: revision 8702

2010-07-21 Thread ajc

r8702 | ajc | 2010-07-21 12:50:53 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /branches/stable-78x/citadel/modules/imap/imap_fetch.c
   M /trunk/citadel/modules/imap/imap_fetch.c

* indentation fix



[Citadel Development] Citadel commit log: revision 8701

2010-07-21 Thread ajc

r8701 | ajc | 2010-07-21 12:49:24 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /branches/stable-78x/citadel/modules/imap/imap_fetch.c
   M /trunk/citadel/modules/imap/imap_fetch.c

* Fix a bug that caused a logging problem but did not affect protocol behavior



[Citadel Development] Citadel commit log: revision 8700

2010-07-21 Thread ajc

r8700 | ajc | 2010-07-21 12:39:48 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /branches/stable-78x/citadel/modules/imap/imap_fetch.c

* Backport r8699 to stable



[Citadel Development] Citadel commit log: revision 8699

2010-07-21 Thread ajc

r8699 | ajc | 2010-07-21 12:38:30 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /trunk/citadel/modules/imap/imap_fetch.c

* Minor logging change while I work on fixing imap fetch body section



[Citadel Development] Citadel commit log: revision 8698

2010-07-21 Thread ajc

r8698 | ajc | 2010-07-21 12:29:44 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /trunk/citadel/modules/smtp/serv_smtp.c

* Suppress Envelope-To: header during SMTP sends



[Citadel Development] Citadel commit log: revision 8697

2010-07-21 Thread ajc

r8697 | ajc | 2010-07-21 09:57:01 -0400 (Wed, 21 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/tcp_sockets.c

* Fix 100 percent cpu loop when ipv6 is enabled



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

2010-07-21 Thread dothebart


 

Di Jul 20 2010 17:38:20 EDT von  "ajc"   Betreff: Citadel commit log: revision 8694
 r8694 | ajc | 2010-07-20 17:38:19 -0400 (Tue, 20 Jul 2010) | 1 line Changed paths: M /trunk/webcit/configure.ac M /trunk/webcit/locate_host.c M /trunk/webcit/tcp_sockets.c M /trunk/webcit/webcit.h  * trunk webcit is now IPv6-enabled by default  

this breaks webcit, making it use 100%cpu in the accept loop; maybe something about the socket isn't right?