Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / config.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-12 Art CancroGenerate a random 100-byte string to be used as a host...
2022-01-06 Art Cancrorandom acts of style cleanup
2021-11-15 Art CancroRemoved the remaining code where LDAP was optional.
2021-09-03 Art CancroCtdlPutSysConfig() don't delete the old copy of the...
2021-08-01 Art CancroCtdlGetSysConfig() and CtdlPutSysConfig() now have...
2021-06-04 Art Cancrorandom boilerplate
2021-01-27 Art CancroOfficially declare war on LHFS
2021-01-02 Art CancroRemoved calls to chdir() from citserver. Not needed...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-11 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2020-07-11 Art CancroRemove managesieve framework because we are removing...
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2018-10-12 Art CancroRemoved ical_dezonify() from the citserver build ....
2017-12-26 Art CancroWhen a server port number is unset (value 0) , don...
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2017-08-28 Art CancroMerge branch 'master' of ssh://git.citadel.org:/appl...
2017-07-30 Art CancroRemoved remaining bits of funambol config from server
2017-06-11 Art Cancrosyntax cleanup
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-24 Art CancroUpdated more modules to the new logging standard
2016-04-14 Art CancroBegin removing the decimal point from our version numbe...
2016-01-01 Art Cancro* New function CtdlDelConfig() to delete a config db...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensModularise msgbase
2015-06-03 Art CancroExcluded c_min_workers from the temporary config loggin...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art CancroCheck for existing non-legacy configuration needs to...
2015-05-06 Art Cancromerge
2015-05-05 Art CancroCtdlGetConfigInt() and CtdlGetConfigLong() converted...
2015-05-05 Art Cancrotemporary noisy logging of config activity
2015-05-05 Art Cancroconfig migration endless typing meow
2015-05-05 Art Cancroconfig migration endless typing meow
2015-04-29 Art Cancroconfig.c ported to new system BROKEN BUILD ALERT
2015-04-25 Art CancroCompleted the get/set config functions.
2015-04-24 Art Cancrostarted setting up new config system
2015-04-20 Art Cancroctdluid is now specified on the command line with the...
2015-04-10 Art CancroRemoved the whole configlen thing. Seriously, WTF?
2015-04-10 Art CancroCall get_config() only once, not twice
2015-01-01 Wilfried GoesgensAdd more plausability checks during startup so the...
2014-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-13 Art CancroCompleted the merge of a read-only, reader-only NNTP...
2014-05-10 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-03-03 Art CancroAdded config.c_nntp_port to server and to conf protocol...
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensmove config message loading from msgbase.c -> config.c
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-03 Art CancroInstant expunge is now the only mode of operation....
2012-02-27 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-27 Art CancroShow system contexts when RWHO is run via admin socket
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroRandom chmod() and chown() calls to help things out...
2012-01-27 Art CancroMore sane behavior on a new installation
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-27 Art CancroCompleted the overhaul of setup.
2012-01-18 Art Cancroconfig.c - annotated the comments to point out that...
2011-12-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-20 Art CancroFound some more instances of the phrase 'free software...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-01-17 Art Cancro* Fixed another fread() bug
2010-01-05 Wilfried Göesgens* memset config before reading it
2009-12-14 Art Cancro* Silenced a couple more warn_unused_result warnings
2009-10-24 Dave WestCleaning the API a bit more.
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-04-10 Art Cancro* Added a separate authentication mode AUTHMODE_LDAP_AD...
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete
2009-04-07 Art Cancro* Prepped portions of the code for imminent merge of...
2009-03-20 Art Cancro* When aborting because of unsafe permissions on citade...
2008-03-18 Dave WestOops, managed to commit a partial change regarding...
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2007-07-26 Dave WestMoved to new module init structure.
2007-03-28 Art CancroWhen self-service user creation is disabled, also disable
2007-03-05 Wilfried Göesgens* create format strings different for solaris
2007-02-25 Wilfried Göesgens* solaris compatibility patches.
2007-01-16 Wilfried Göesgens* make the crypto functions use precalculated files...
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
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-04 Art Cancro* config.c: default setting for "maxmsglen" is now...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2001-11-14 Art Cancro* Network run frequency is now a site-definable setting
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-04-13 Art Cancro* Fixed a problem that crashed the client during <G...
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-04 Art Cancro* Changed 'number of worker threads' from a sysconfig...
next