[Citadel Development] Citadel commit log: revision 8301

2010-02-11 Thread dothebart

r8301 | dothebart | 2010-02-11 13:00:19 -0500 (Thu, 11 Feb 2010) | 2 lines
Changed paths:
   M /trunk/citadel/internet_addressing.c

* NULL is the abort condition for an invalid header




[Citadel Development] (no subject)

2010-02-11 Thread IGnatius T Foobar
New buffered I/O code crash:

#0  0x080594f2 in client_write (buf=0xb6dc4df0 250 Message accepted.\r\n, 
nbytes=23) at sysdep.c:488
488 FD_SET(Ctx-client_socket, wset);
(gdb) bt
#0  0x080594f2 in client_write (buf=0xb6dc4df0 250 Message accepted.\r\n, 
nbytes=23) at sysdep.c:488
#1  0x080596d2 in cprintf (format=0x80c2612 %s) at sysdep.c:545
#2  0x080b0e48 in smtp_data () at modules/smtp/serv_smtp.c:809
#3  0x080b1f95 in smtp_command_loop () at modules/smtp/serv_smtp.c:893
#4  0x08058af7 in worker_thread (arg=0x0) at sysdep.c:1067
#5  0x080779ef in ctdl_internal_thread_func (arg=0x85832e0) at threads.c:839
#6  0xb7e0b50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb7ac47ee in clone () from /lib/tls/i686/cmov/libc.so.6


[Citadel Development] Citadel commit log: revision 8302

2010-02-11 Thread ajc

r8302 | ajc | 2010-02-11 18:22:57 -0500 (Thu, 11 Feb 2010) | 1 line
Changed paths:
   M /trunk/citadel/control.c

* Eliminate HAVE_FLOCK from the build system.  Instead, test for the presence 
of LOCK_EX + LOCK_NB right where we need them.



[Citadel Development] Citadel commit log: revision 8303

2010-02-11 Thread ajc

r8303 | ajc | 2010-02-11 18:25:14 -0500 (Thu, 11 Feb 2010) | 1 line
Changed paths:
   M /trunk/citadel/control.c

* minor tweak to above