Mailing list header changes (fuck you Google)
[citadel.git] / webcit / setup.c
2021-12-27 Art CancroRemoved the obsolete 'setup' utility. It is not used...
2013-06-23 Wilfried GoesgensGETTEXT: optionaly allow to escape translated tokens.
2012-02-22 Art CancroRevert "Remove ENABLE_NLS definition. Either we HAVE_U...
2012-02-22 Art CancroRemove ENABLE_NLS definition. Either we HAVE_USELOCALE...
2012-01-04 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-03 Art Cancrosilenced some needless compiler warnings
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-01-14 Wilfried Göesgens* flip sequence, C99 Baby!
2009-11-20 Art Cancro* Silence warn_unused_result in setup.c
2009-10-28 Wilfried Göesgens* use the new regular way to get the accept language...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-08-26 Wilfried Göesgens* some c-compilers seem to be more picky...
2009-08-01 Wilfried Göesgens* remove deleted include
2009-08-01 Wilfried Göesgens* fix bug in locale declaration array (missing ,)
2009-07-19 Wilfried Göesgens* evaluate the return of fgets() to silence some warnings
2009-02-25 Wilfried Göesgens* ok, we want the LANG feature. but now we make it...
2009-01-12 Wilfried Göesgens+ let the admin select the locales to preset / not...
2009-01-12 Wilfried Göesgens+ link gettext.c into setup, so we know the servers...
2008-04-03 Wilfried Göesgens* due to demand of debian, we rename the webcit binary...
2007-10-01 Wilfried Göesgens* move to config-header similar to citserver.
2007-07-07 Art CancroWhen existing init scripts are detected during setup,
2007-03-19 Wilfried Göesgens* check for /etc/rc.d/init.d if /etc/init.d/ is not...
2007-01-16 Wilfried Göesgens* if /etc/init.d/ is not there, create the init script...
2006-12-29 Art Cancrosetup: extract ctdlhost and ctdlport from exiting ...
2006-12-28 Art CancroFixed pidfile handling
2006-12-28 Art CancroFixed deamonization code to erase the pid file
2006-12-28 Art Cancrosetup: if there are existing init scripts in place...
2006-12-28 Art Cancro* -d to daemonize, -D to daemonize with specifying
2006-12-28 Wilfried Göesgens* buildpackages can create deb source tarballs now.
2006-12-20 Art Cancro* Remove newt from the webcit build too.
2006-12-19 Art CancroWebCit: back to port 2000 by default
2006-12-19 Art CancroWebCit setup.c -- fixes for run on certain systems
2006-12-19 Art CancroComment out /etc/inittab entries instead of deleting...
2006-12-01 Art Cancro* Added a 'restart' option to the init scripts
2006-11-27 Art Cancrosetup now writes the /etc/rc*.d/ links to start and
2006-11-27 Art CancroRearranged some variables in the init script
2006-11-27 Art CancroMore tweaks to the previous commit
2006-11-27 Art Cancro* setup now deletes old inittab entries if they were...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-15 Art Cancro* setup.c: remove "--backtitle" from calls to "dialog...
2005-12-13 Art CancroDon't try to twiddle /etc/inittab on systems that don...
2005-11-28 Art Cancro* Eliminated the use of tmpnam() to shut up compiler...
2005-11-04 Art Cancrolower case tags
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-27 Art Cancro* Header file adjustments to make it work on FreeBSD
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-17 Art Cancro* After setup is complete, tell them how to log in.
2005-02-16 Art Cancro* inetconf.c: fixed memory management problem that...
2004-09-10 Art Cancro* Added 'dialog' mode to setup
2004-06-06 Art Cancro* Cleaned up a couple of FIXME's sitting around in...
2004-06-02 Art Cancro* setup.c: updated the setup script to configure two...
2004-04-27 Art Cancro*** empty log message ***
2004-04-27 Art Cancro* Prompt for HTTPS port number during setup. We may...
2004-04-20 Art Cancro* Allow setup to run seamlessly from within the Citadel...
2003-10-17 Art Cancro* Multi-line string literals are deprecated in GCC...
2003-08-24 Art Cancro* Finished the setup program
2003-08-22 Art Cancro* setup is now working, but it still needs a way to...
2003-08-22 Art Cancro* Added a skeleton "setup" program to the tree. It...