Handle return values in Setup; catch errors & remove unneeded code.
[citadel.git] / citadel / utils / setup.c
2011-09-07 Wilfried GoesgensHandle return values in Setup; catch errors & remove...
2011-07-04 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-03 Wilfried Goesgensfix crash with wrong pointer indirection in setup.c
2011-07-02 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-07-02 Wilfried Goesgensremove duplicate var instance.
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-12 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-12 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-12 Wilfried GoesgensMake config defaults seteable by environment variables...
2011-05-12 Wilfried GoesgensMake config defaults seteable by environment variables...
2011-04-12 Art CancroRemoved single-quotes from setup dialogs. They confuse...
2011-04-12 Art CancroRemoved single-quotes from setup dialogs. They confuse...
2010-09-28 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-28 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-27 Wilfried Goesgens* make all strings of setup.c i18n'able that are worth it.
2010-09-27 Wilfried Goesgens* make all strings of setup.c i18n'able that are worth it.
2010-09-27 Wilfried Goesgens* finish setting the wanted locale.
2010-09-27 Wilfried Goesgens* finish setting the wanted locale.
2010-09-27 Wilfried Goesgens* synchronize strings with debian.org strings (where...
2010-09-27 Wilfried Goesgens* synchronize strings with debian.org strings (where...
2010-09-27 Wilfried Goesgens* get long message texts translateable
2010-09-27 Wilfried Goesgens* get long message texts translateable
2010-09-05 Wilfried Goesgens* add missing entry in list of environment variables...
2010-09-05 Wilfried Goesgens* add missing entry in list of environment variables...
2010-09-03 Art CancroGratuitous style cleanup
2010-09-03 Art CancroGratuitous style cleanup
2010-09-01 Art CancroMore removal of $Id$ tags
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-20 Art Cancro* Cleanup and tuning of previous commit
2010-08-20 Art Cancro* Cleanup and tuning of previous commit
2010-08-16 Wilfried Göesgens* edit_value(): if no environment variable specified...
2010-08-16 Wilfried Göesgens* edit_value(): if no environment variable specified...
2010-08-15 Wilfried Göesgens* fix crash when the env requested isn't set
2010-08-15 Wilfried Göesgens* fix crash when the env requested isn't set
2010-07-29 Wilfried Göesgens* call SetTitles()
2010-07-29 Wilfried Göesgens* remove setup_dir and lean on what citadel_dirs.c...
2010-07-29 Wilfried Göesgens* move config file loading into its own function
2010-07-29 Wilfried Göesgens* move init script handling into its own function
2010-07-29 Wilfried Göesgens* move stuff cleaning up old, now unneeded files into...
2010-07-29 Wilfried Göesgens* move default initializing into its own subfunciton
2010-07-29 Wilfried Göesgens* call new directory creation function
2010-07-29 Wilfried Göesgens* switch to enum for better readability
2010-02-17 Art Cancro* During setup, the default LDAP port number is now...
2009-11-18 Art Cancro* Silenced the remaining warn_unused_result in setup.c
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-24 Dave WestMoved some files around into sub dirs to clean up the...