* 'Enable system auth' site config option has been renamed
[citadel.git] / citadel /
2007-01-23 Art Cancro* Add serv_funambol.h to version control
2007-01-23 Art Cancro* Applied matt's funambol patch
2007-01-23 Art Cancro* ACL extension - GETACL and MYRIGHTS share output...
2007-01-21 Wilfried Göesgens* use message purger api function instead of jut free...
2007-01-21 Wilfried Göesgens* free buffer in config reader
2007-01-21 Wilfried Göesgens* don't loose pointers to cal structs and destruct...
2007-01-21 Wilfried Göesgens* shut down libical apropriate.
2007-01-20 Wilfried Göesgens* free the other lists in here too on shutdown.
2007-01-20 Wilfried Göesgens* free the validated recipients
2007-01-20 Wilfried Göesgens* flush networker caching list on exit
2007-01-20 Wilfried Göesgens* use getpwent_r
2007-01-20 Art CancroDon't advertise the ACL extension. It isn't finished
2007-01-20 Art Cancro* Initialize more variables during declaration,
2007-01-20 Wilfried Göesgens* Close the fd to our control file.
2007-01-20 Wilfried Göesgens* strlen is sloouuw.... don't use it over and over.
2007-01-20 Wilfried Göesgens* more message pointers initialized.
2007-01-20 Wilfried Göesgens* if the message is not valid, try to free the message...
2007-01-20 Wilfried Göesgens * cleanup ourselfs on exit.
2007-01-20 Art Cancro* svn add serv_funambol.c
2007-01-20 Art Cancro* Applied Matt's patches to submit messages to Funambol
2007-01-19 Michael HamptonFix problem where HTML listsub subscribe/unsubscribe...
2007-01-18 Art Cancro* CtdlCheckRoomAccess() now sets a new bit UA_ADMINALLOWED
2007-01-18 Art Cancro* Removed ctdl_ssl_dir because there was already ctdl_k...
2007-01-17 Wilfried Göesgens* corrected files to open
2007-01-16 Wilfried Göesgens* corrected pid file calcing in debian init script
2007-01-16 Wilfried Göesgens* make the crypto functions use precalculated files...
2007-01-16 Wilfried Göesgens* if /etc/init.d/ is not there, create the init script...
2007-01-15 Wilfried Göesgens* use more of our precalculated dirs and files.
2007-01-15 Art CancroChecked in matt's patches for TCP performance on Mac OS:
2007-01-14 Wilfried Göesgens* added sourcedist targets for building tgz's with...
2007-01-11 Art CancroFixed a syntax error
2007-01-11 Art CancroChanged some of the ACL logic
2007-01-10 Art Cancro* Augmented the access control model and API
2007-01-10 Art CancroWorked on GETACL a little bit
2007-01-09 Art Cancro* Allow ACL commands without having a folder selected.
2007-01-09 Art CancroChecking in a skeleton of RFC 2086 (IMAP ACL extension).
2007-01-07 Wilfried Göesgens* created common package.
2007-01-06 Art Cancro* Updated some comments
2007-01-06 Wilfried Göesgens* remove unwanted blanks.
2007-01-06 Art Cancro* Replaced citadel.pam with one that ought to be
2007-01-05 Fathi Boudra* update changelog
2007-01-05 Wilfried Göesgens* send welcome mail on first debian package installation.
2007-01-04 Fathi Boudra* some cleanup and debian code beautification (tab...
2007-01-04 Art Cancro* CtdlOutputPreLoadedMessage() -- buffer up to 1K chara...
2007-01-03 Wilfried Göesgens* more debian build added.
2007-01-03 Wilfried Göesgens* say what we got and what we want
2007-01-03 Art Cancroconfig.c: more verbose error reporting on citadel.config
2007-01-03 Art Cancro* Removed some of the extra sleep() calls in setup
2007-01-03 Wilfried Göesgens* purge the last remains of ctdlsvc
2007-01-03 Wilfried Göesgens* more changes towards the debian.org packaging.
2007-01-03 Wilfried Göesgens* another place to add we're sending utf-8
2007-01-02 Wilfried Göesgens*merge together into .install
2007-01-02 Wilfried Göesgens* removed unneded file.
2007-01-02 Wilfried Göesgens* moved another file to ETC_DIR
2007-01-02 Wilfried Göesgens* removed unused files.
2007-01-02 Wilfried Göesgens* cleanup init scripts
2007-01-02 Wilfried Göesgens* added patches from Fathi boudra
2007-01-02 Art CancroReduced the size of some of the string buffers in the...
2007-01-01 Art CancroUpdated copyright notice to 2007
2007-01-01 Wilfried Göesgens* i was wrong on the position of help & message files...
2006-12-30 Wilfried Göesgens* encode message subjects in rfc2047 style if they...
2006-12-28 Wilfried Göesgens* we don't have a changelog anymore.
2006-12-28 Wilfried Göesgens* bumped verison to 7.02
2006-12-28 Art CancroFixed pidfile handling
2006-12-28 Wilfried Göesgens* replaced $(root) in make file with standart name...
2006-12-28 Wilfried Göesgens* cleanup
2006-12-28 Wilfried Göesgens* correct spelling of options.
2006-12-27 Art Cancrosetup.c: include -h option when calling citserver
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-12-27 Wilfried Göesgens* if called with 'buildpackage debian src' we will...
2006-12-27 Art Cancroupdated roadmap.txt
2006-12-27 Wilfried Göesgens* purge ctdlsvc.c
2006-12-27 Art CancroSieve FILEINTO was failing to locate public rooms in
2006-12-27 Wilfried Göesgens* purged existance of the unixlogin package, as we...
2006-12-26 Wilfried Göesgens* depend on libical0, as this is the SONAME
2006-12-26 Wilfried Göesgens* call db_stop to avoid waiting endlessly for the deamon
2006-12-25 Art Cancro* serv_expire.c: don't allow Aides to be purged.
2006-12-24 Art Cancro* citserver.c: we now ask locate_host() to fill in
2006-12-23 Wilfried Göesgens* detach the tty, change pgid.
2006-12-23 Art Cancro* Minor changes to debug logging
2006-12-23 Art CancroReport IMAP command completion times in seconds instead...
2006-12-23 Art Cancro* Committed matt's latest patch set
2006-12-22 Art Cancro* Reference count adjustments are now deferred by queuing
2006-12-21 Wilfried Göesgens* ask the question added.
2006-12-21 Art Cancro* Mention in the roadmap that we want to tackle
2006-12-21 Michael HamptonMake Citadel init script chkconfig-compatible
2006-12-21 Art Cancro* Addition of ENABLE_UNIX_AUTH environment variable
2006-12-21 Wilfried Göesgens* depend on bdb 4.3 or 4.4
2006-12-20 Art Cancro* Updated documentation to reflect the change from...
2006-12-20 Art Cancro* Lock citadel.control using flock() immediately after
2006-12-20 Art Cancro* ctdlsvc: Instead of closing stdin/stdout/stderr,...
2006-12-20 Art Cancro* Updated setup dialog for host auth mode.
2006-12-19 Wilfried Göesgens* check if we have a modern installation, and if utiliz...
2006-12-19 Art Cancro* Bumped version number to 7.01
2006-12-19 Art CancroIf /etc/inittab is not found, return quietly instead of
2006-12-19 Art CancroSleep for 3 seconds after starting the service
2006-12-19 Art CancroDon't run init scripts while dialog is running.
2006-12-19 Art Cancrosetup.c: close stdin when starting the service
2006-12-19 Art CancroComment out /etc/inittab entries instead of deleting...
2006-12-19 Art CancroUpdated some error messages in setup
next