Print out the compile relevant info once before starting the build.
[citadel.git] / citadel / Makefile.in
2012-01-14 Wilfried GoesgensPrint out the compile relevant info once before startin...
2011-09-16 Art CancroUse autoconf to locate the diff and patch executables...
2011-09-08 Wilfried GoesgensRemove unused AUTH variable from the buildsystem
2011-08-31 Wilfried Goesgensadd .silent and some echo logic to our makefiles; thank...
2010-12-21 Wilfried GoesgensLibevent integration
2010-10-21 Wilfried Goesgens* move around pots so launchpad likes us
2010-10-10 Wilfried Goesgens* load the url shortener links from a config file
2010-09-28 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-27 Wilfried Goesgens* add locale detection / fix naming of .mo files
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2009-12-19 Michael HamptonAllow citadel / libcitadel to be built outside their...
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-24 Dave WestFix the VPATH build.
2009-10-24 Dave WestMakefile now knows how to regenerate the svn_revision...
2009-10-24 Dave WestMoved some files around into sub dirs to clean up the...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-04 Wilfried Göesgens* disable dspam stuff its anywhere near production...
2009-07-07 Wilfried Göesgens* add json notification template
2009-04-24 Art Cancro* ctdlmigrate utility (not finished)
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete
2009-03-20 Wilfried Göesgens* if we fail to open the template, bail out with an...
2009-03-08 Wilfried Göesgens* moved CRC16 to the fulltextindexer module since its...
2008-09-15 Wilfried Göesgens* where did this find get lost?
2008-09-11 Wilfried Göesgens* move messages/ to /etc/ since the admin should edit...
2008-07-21 Wilfried Göesgens* added a.n.o patches for solaris compatibility
2008-05-20 Wilfried Göesgens* remove hacked kerboros flag
2008-05-10 Wilfried Göesgens* use $(EXEEXT) all over the place.
2008-04-22 Wilfried Göesgens* move utility binaries to /usr/lib/citadel-server...
2008-04-14 Wilfried Göesgens* remove stress binary from the install target, since...
2008-03-20 Dave WestNow the server records the SVN revision in the log...
2008-03-17 Dave WestRe-ordered the sequence of checking email addresses...
2008-02-29 Wilfried Göesgens* html.c is in libcitadel now, don't try to compile...
2008-02-28 Wilfried Göesgens* distribute the ldap schemata on make install-doc
2008-02-28 Art Cancrohtml_to_ascii() moved into libcitadel
2008-02-04 Wilfried Göesgens* build the modules stuff while configuring. it's funct...
2008-02-04 Wilfried Göesgens* don't link unused libs
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-06 Art CancroBacked out previous change
2007-12-06 Art CancroAdded a SHA1 function to the build. I need it for...
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-11-19 Wilfried Göesgens* add a script that tries to migrate the systems /etc...
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-15 Wilfried Göesgens* tiny tool for message retrieval, first draft.
2007-10-14 Dave WestAdded a simple comment to include/ctdl_module.h
2007-10-06 Dave WestNow make upgrade doesn't balk on already existing unstr...
2007-10-06 Wilfried Göesgens* install a copy of the unstripped binaries for debugging.
2007-10-04 Art CancroApplied Matt's patch for pager config -- NOT TESTED
2007-09-24 Art Cancro* Citadel configuration screens in the text mode client
2007-09-17 Art CancroSkeleton module for POP3 client
2007-09-08 Wilfried Göesgens* use AC_CHECK_FUNCS to check for flock()
2007-08-30 Wilfried Göesgens* modify the ld + cflags for gprof and backtrace if...
2007-08-27 Dave WestGet ecrash.o to build automatically.
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-09 Wilfried Göesgens* clean up compiled binaries on make clean too. where...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave WestContinue phase 2 of modules stuff.
2007-07-28 Dave WestMakefile.in now cleans the modules subtree as well
2007-07-28 Dave WestBegun phase 2 of modules stuff.
2007-07-26 Dave WestMoved to new module init structure.
2007-07-22 Wilfried Göesgens* fixed missing targets in make clean. thanks, davew...
2007-06-20 Wilfried Göesgens* move chkpw d to the utilbin section.
2007-06-19 Wilfried Göesgens* check whether our chkpwd binary exists or not
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-06-18 Art CancroRemoved the --disable-chkpwd option, because it generates
2007-06-13 Art CancroChecked in a skeleton of the IMAP METADATA extension
2007-06-10 Wilfried Göesgens* create directory before installing files into it.
2007-05-29 Wilfried Göesgens* move arround some files in the configured build accor...
2007-05-28 Art Cancrocitmail: completed the '-t' option (extract recipients
2007-05-24 Wilfried Göesgens* corrected spelling error in make clean.
2007-04-26 Wilfried Göesgens* don't use the config to get the hostname anymore...
2007-04-26 Art CancroMoved IMAP LIST/LSUB to a separate source file
2007-02-27 Wilfried Göesgens* added include files containing structural information...
2007-01-20 Art Cancro* Applied Matt's patches to submit messages to Funambol
2007-01-09 Art CancroChecking in a skeleton of RFC 2086 (IMAP ACL extension).
2007-01-05 Wilfried Göesgens* send welcome mail on first debian package installation.
2007-01-02 Wilfried Göesgens* moved another file to ETC_DIR
2007-01-01 Wilfried Göesgens* i was wrong on the position of help & message files...
2006-12-28 Wilfried Göesgens* replaced $(root) in make file with standart name...
2006-12-27 Wilfried Göesgens* purge ctdlsvc.c
2006-11-28 Art CancroFinished converting Citadel setup to ctdlsvc + initscripts.
2006-09-11 Art CancroAdd serv_sieve.c and initialize it...
2006-09-07 Wilfried Göesgens* initiall sieve listing support. authentication works...
2006-03-20 Wilfried Göesgens* removed last occurance of static paths in favour...
2006-01-20 Art Cancromake change
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-04 Art CancroBegan implementation of Journaling and Envelope Journaling.
2005-12-16 Art Cancro* Include a pre-fixed parsedate.c in the source tree...
2005-10-08 Art Cancrocvs to svn
2005-10-01 Art Cancro* Began writing code to index messages by euid per...
2005-09-14 Art Cancro* Bumped internal version number to 5.66
2005-08-02 Art Cancro* Applied W. Goegens' dirconfig patch for more install...
2005-05-17 Art Cancro* Completed the wordbreaker for the fulltext indexer.
2005-05-16 Art Cancro* Added in skeleton modules for fulltext indexer
2005-04-12 Art Cancro* 'make install' now installs citadel-openldap.schema
2005-01-09 Art Cancro* Applied a patch sent in by David Given for handling...
2004-10-22 Art Cancro* serv_notes.c: added skeleton module
2004-08-27 Art Cancro* Fleshed out contemplate_ldap() a bit
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
next