2013-05-13 Niels Rogalla * [r2091] daemon/include/daemon.global.class: list_files_in_directory(): fixed typos 2013-05-10 Niels Rogalla * [r2090] daemon/client/include/system.client.class, daemon/client/include/systemd.client.class, daemon/client/include/sysvinit.client.class: -use enable|disable commands to add|remove services from runlevels * [r2089] daemon/client/include/systemd.client.class: -auto-append .service to services when missing to fix a $MROOT issue * [r2088] daemon/client/include/sysvinit.client.class: -disable some command which not work with $MROOT set * [r2087] daemon/client/include/system.client.class: -honor $MROOT variable * [r2086] daemon/client/include/plymouth.client.class: -honor $MROOT variable * [r2085] daemon/client/include/boot.client.class: -honor $MROOT variable * [r2084] daemon/client/include/systemd.client.class: -honor $MROOT variable * [r2083] daemon/include/daemon.global.class: -added system_chroot() function * [r2082] dracut/module-setup.sh: -added some missing progs to check function and install systemd-nspawn * [r2081] dracut/run-mcored.sh: -mount sysroot writeable * [r2080] dracut/module-setup.sh: -fixed whitespaces * [r2079] Makefile, daemon/client/include/boot.client.class, daemon/client/include/fbsplash.client.class[ADD], daemon/client/include/plymouth.client.class[ADD], daemon/client/include/system.client.class, daemon/client/include/systemd.client.class[ADD], daemon/client/include/sysvinit.client.class[ADD]: -split systemd, sysvinit, fbsplash and plymouth functions in single classes so no runtime checks are required and the correct version get installed right away * [r2078] daemon/client/include/boot.client.class: -improved MROOT support * [r2077] daemon/include/daemon.global.class: -list_all_files_in_directory(): improved find and drop basename requirement * [r2076] daemon/client/include/network.client.class: -support get_ functions * [r2075] daemon/client/include/system.client.class: -support get_ functions * [r2074] daemon/client/include/boot.client.class: -support plymouth * [r2073] daemon/include/daemon.global.class: -list_files_in_directories(): support -name argument * [r2072] dracut/run-mcored.sh: -dracut-module: set MROOT to /sysroot on client daemon start 2013-05-08 Niels Rogalla * [r2071] dracut/run-mcored.sh: -dracut-module: honor cmdline with rd.mcored to enable/disable this module. default is enabled * [r2070] daemon/client/include/vnc.client.class: -re-worked vnc.class: added missing get_ functions and using now a vnc.service function to control the facility * [r2069] dracut/module-setup.sh: -dracut-module: removed xmlstartlet from install part too * [r2068] dracut/module-setup.sh: -dracut-module: xmlstarlet is not required by mcored, removed * [r2067] dracut/mcored.conf: dracut-module: module must be called without sort identifier * [r2066] dracut/module-setup.sh: -alx -> mcored * [r2065] dracut/mcored.conf[ADD]: -enable mcored module via dracut.conf.d * [r2064] Makefile: -install dracut-module * [r2063] dracut/module-setup.sh: -dracut-module: mysql is not required, dropped * [r2062] daemon/client/include/vnc.client.class: -use default vnc passwd location of tigervnc * [r2061] daemon/client/include/system.client.class: -support systemd units * [r2060] daemon/client/include/input.client.class: get_input_keymap(): eleminate all " * [r2059] daemon/client/include/input.client.class: get_input_keymap(): only run setxkbmap if X11 is running, if not always try to get the keymap from the xorg.config * [r2058] daemon/client/include/input.client.class: -set console keymap on systemd systemd too * [r2057] daemon/client/include/system.client.class: -use poweroff for shutdown * [r2056] Makefile, systemd[DEL]: -removed duplicates * [r2055] daemon/client/mcored.service: -fixed some typoes * [r2054] dracut/module-setup.sh: -let the dracut-module install the missing VERSION file * [r2053] Makefile: -split install to allow single client installations and be able to choose the init type (systemd/sysvinit) * [r2052] Makefile, daemon/client/mcored.sh, daemon/include/daemon.global.class: -added print_version() function and print proper version info on connect * [r2051] daemon/control[ADD], daemon/control/control-daemon.confd[ADD], daemon/control/control-daemon.rc[ADD], daemon/control/control-daemon.sh[ADD], daemon/control/include[ADD], daemon/control/include/graphic.control.class[ADD], daemon/control/include/input.control.class[ADD], daemon/control/include/session.control.class[ADD]: -added control daemon pieces, WIP * [r2050] daemon/cmdlets.txt[ADD]: -added cmdlets todo * [r2049] todo-hardware.txt[ADD]: -added hardware todo * [r2048] socket_send.php[ADD]: -added socket_send.php helper script * [r2047] nsslsay[ADD]: -added nsslsay helper script * [r2046] initialsetup.sh[ADD]: -added initialsetup helper script * [r2045] VERSION[ADD]: -version 0_preAlpha * [r2044] daemon/client/mcored.sh, daemon/include/daemon.global.class: -support version cmd * [r2043] systemd[ADD], systemd/mcored.service[ADD]: -added systemd service unit 2013-04-17 Niels Rogalla * [r2042] dracut[ADD], dracut/module-setup.sh[ADD], dracut/run-mcored.sh[ADD]: -added dracut module * [r2041] daemon/client/include/idesk.client.class[ADD]: -initial idesk support class - WIP * [r2040] daemon/client/include/input.client.class: -added systemd support and use systemd supported config file names * [r2039] daemon/client/include/graphic.client.class: -use list_files_in_directory() function * [r2038] daemon/client/include/citrix.client.class: -change ica-session handling: allow 'named' sessions * [r2037] daemon/client/include/system.client.class: -print service status 2012-12-03 Niels Rogalla * [r2036] daemon/client/mcored.confd: -start service with verbose mode * [r2035] daemon/client/mcored.service[ADD]: -added systemd unit 2012-08-13 Niels Rogalla * [r2034] conf/config.rc: -changed distribution name to 'mCore' * [r2033] ChangeLog[ADD]: -added ChangeLog * [r2032] daemon/client/include/network.client.class: -restart networking in MROOT environment * [r2031] daemon/client/include/hardware.client.class: -support $MROOT variable * [r2030] daemon/include/daemon.global.class: -use find to fix some annoying error messages and fixed variable declaration * [r2029] daemon/client/include/citrix.client.class: -always escape session, as it may contain spaces * [r2028] daemon/client/include/fluxbox.client.class: -fixed a typo * [r2027] daemon/client/include/fluxbox.client.class: -use find to fix some annoying error messages * [r2026] daemon/client/include/network.client.class: -support $MROOT variable * [r2025] daemon/client/include/input.client.class: -support $MROOT variable * [r2024] daemon/client/include/vnc.client.class: -support $MROOT variable * [r2023] daemon/client/include/citrix.client.class: use find to fix some annoying errors * [r2022] daemon/client/include/citrix.client.class: -make use of new list_files_in_directory() function * [r2021] daemon/client/include/citrix.client.class: -support $MROOT variable * [r2020] daemon/client/include/boot.client.class: -make use of new list_files_in_directory() function * [r2019] daemon/client/include/graphic.client.class: -added info line that some files are autogenerated * [r2018] daemon/client/include/graphic.client.class: -support $MROOT variable * [r2017] daemon/client/include/system.client.class: -support $MROOT variable * [r2016] daemon/client/include/fluxbox.client.class: -make use of MCORE_DISTRIBUTION variable and fixed coding style * [r2015] daemon/client/include/fluxbox.client.class: -use find to prevent annoying error messages if nothing was found * [r2014] daemon/client/include/fluxbox.client.class: -make use of new list_files_in_directory() function * [r2013] daemon/client/include/fluxbox.client.class: -support $MROOT variable * [r2012] daemon/client/include/printing.client.class: -make use of new list_files_in_directory() function * [r2011] daemon/client/include/printing.client.class: -support $MROOT variable * [r2010] daemon/client/mcored.rc: -use rc_print() and rc_echo() functions * [r2009] conf/config.rc: -added MCORE_DISTRIBUTION variable * [r2008] daemon/include/daemon.global.class: -added list_files_in_directory() function * [r2007] daemon/include/daemon.global.class: -added mroot applet * [r2006] daemon/client/mcored.sh, daemon/include/daemon.global.class: -added colors command, to re-enable colors after calling 'nocolors' cmd * [r2005] daemon/client/mcored.sh, daemon/include/daemon.global.class: -added stop_service() function * [r2004] daemon/client/mcored.sh: -use mecho instead of echo * [r2003] daemon/include/daemon.global.class: -fixed whitespaces 2011-11-09 Niels Rogalla * [r1925] daemon/include/daemon.global.class: -added new gobal cmds 'reload' and 'restart' to help * [r1924] daemon/client/include/boot.client.class: -fixed typos * [r1923] Makefile: -install boot client class * [r1922] daemon/client/include/mage.client.class: -support query of the whole mage inventory * [r1921] daemon/client/include/input.client.class: -requires fluxbox -support get input.keymap -support keyboard rate setup -improved help descriptions * [r1920] daemon/client/include/graphic.client.class: -clean up * [r1919] daemon/client/include/fluxbox.client.class: -added helper_rebuild_fluxbox_autostart() function * [r1918] daemon/client/include/boot.client.class[ADD]: -added boot and splash classes * [r1916] daemon/client/mcored.sh: -support the reload of client classes -support restart of the service * [r1915] daemon/include/daemon.global.class: -added functions to load client classes and to restart the service 2011-11-07 Niels Rogalla * [r1898] make-svn-snapshot.sh[ADD]: -added svn snapshot script 2011-11-04 Niels Rogalla * [r1897] conf/config.rc: - pruned unused variables * [r1896] daemon/client/include/network.client.class: - use dhcp_prog from /etc/conf.d/network * [r1895] daemon/client/include/printing.client.class: -enable spooler logging * [r1894] daemon/client/mcored.sh: -disable debug logging * [r1893] Makefile: -install service runtime directory 2011-03-11 Niels Rogalla * [r1666] daemon/include/daemon.global.class: -do not dirty the output of x11runas() with x11 pid ids 2011-03-10 Niels Rogalla * [r1648] daemon/client/include/system.client.class: -make use of error echo function eecho() -use rvecho() for function retvals * [r1647] daemon/client/include/printing.client.class: -helper_addprinter(): added a missing clearconfig call -use rvecho() for function retvals * [r1646] daemon/client/include/network.client.class: -use rvecho() for function retvals * [r1645] daemon/client/include/input.client.class: -x11runas checks for X, removed unnecessary checks * [r1644] daemon/client/include/hardware.client.class: -use rvecho() for function retvals -get_hardware_detect(): added a sanity check for allowed actions * [r1643] daemon/client/include/graphic.client.class: -x11runas checks for X, removed unnecessary checks -use rvecho() for function retvals * [r1642] daemon/client/include/fluxbox.client.class: -use [separator] in fluxbox menu instead of [nop] (____) -use rvecho() for function retvals * [r1641] daemon/client/include/citrix.client.class: -use rvecho() for function retvals * [r1640] daemon/include/sessionauth.global.class: -removed commented stuff -make use of error echo function eecho() -use mecho() for informal-only echos -use rvecho() for function retvals * [r1639] daemon/include/daemon.global.class: -x11runas(): let the function check for X11 -added decho() "debug-echo" function for debugging only messages -added rvecho() "retval echo" function to print retvals on quiet mode -support quiet mode in mecho() -make use of error echo function eecho() -make use of debug echo function decho() -make use of retval echo function rvecho() -fixed a typo in path_not_empty() function * [r1638] daemon/client/mcored.sh: -set NOCOLORS default value to false -set WEBCRLFS default value to false -support quiet option and default it to false 2011-03-04 Niels Rogalla * [r1605] daemon/client/include/network.client.class: -update etc hosts if the hostname was changed 2011-02-17 Niels Rogalla * [r1351] daemon/client/include/network.client.class: -fixed a typo in the discription of nameserver -add the new hostname to the x11 authority file to allow x11 interaction without restarting xorg * [r1350] daemon/include/daemon.global.class: -fixed whitespaces * [r1348] daemon/client/include/network.client.class: - renamed set_network_dns to set_network_nameserver - added more help descriptions for gateway and nameserver - added get functions for hostname, gateway and nameserver - sanitized arguments * [r1347] daemon/client/include/mage.client.class: - reverted update|upgrade|uppretend changes as we got them already - added uppretend to 'get mage.upgrade' and not to 'mage.update' * [r1346] daemon/client/include/hardware.client.class: -fixed change items on description * [r1345] daemon/client/include/system.client.class: -fixed broken autologon config * [r1344] daemon/client/mcored.sh: -do not print errors about missing serial config * [r1342] Makefile: added hardware.client.class for some hardware information and detection * [r1341] daemon/client/include/mage.client.class: added uppretend too * [r1338] daemon/client/include/hardware.client.class[ADD]: added hardware.client.class for some hardware information and detection * [r1337] daemon/client/include/mage.client.class: added mage update and upgrade functionality * [r1336] daemon/client/include/system.client.class: use MCORE_UNPRIV_USER variable instead of hardcoded mcore user * [r1335] daemon/include/hwdetection.global.class: added get_hwinfo_monitor() and add usb-host drivers when usb-storage was found 2011-02-16 Niels Rogalla * [r1330] daemon/include/daemon.global.class: -fixed a typo in global help description 2011-02-14 Niels Rogalla * [r1329] daemon/client/include/system.client.class: -added autologin configure feature 2011-02-07 Niels Rogalla * [r1327] daemon/client/include/fluxbox.client.class: -use full pathes to match sudoers file * [r1315] daemon/mcorepasswd.sh: -respect require and provide, added some dummy functions 2011-02-06 Niels Rogalla * [r1308] daemon/include/daemon.global.class: -renamed validate_session() to valid_session() -added nocolors and webcrlf options which are allowed to be called before login (needed by web-interfaces) -let addconfig() honor -e and -n echo variables * [r1307] daemon/include/hwdetection.global.class: updated hwdetection from upstream installer * [r1306] daemon/include/sessionauth.global.class: -renamed validate_session() to valid_session() * [r1305] daemon/client/mcored.sh: -renamed validate_session() to valid_session() -added nocolors and webcrlf options which are allowed to be called before login (needed by web-interfaces) * [r1304] daemon/client/mcored.rc: -fixed wrong variable, thats the chroot dir and not the keyring! -be more silent * [r1303] daemon/client/mcored.confd: -fixed wrong variable, thats the chroot dir and not the keyring! * [r1302] conf/config.rc: -disabled sql settings * [r1301] Makefile: -install default certificates * [r1300] daemon/certs[ADD], daemon/certs/mcored.key[ADD], daemon/certs/mcored.pem[ADD]: -added some default certificates for mcored * [r1284] daemon/client/include/network.client.class: - renamed function set_network_default_gw -> set_network_gateway - fixed missing argv for value 2011-02-04 Niels Rogalla * [r1267] Makefile: - added citrix plugin - renamed session plugin to fluxbox * [r1266] daemon/client/include/citrix.client.class[ADD]: -added plugin for citrix sessions * [r1265] daemon/include/hwdetection.global.class: -the hwdetecion provides hwdetection ;) * [r1264] daemon/include/daemon.global.class: - added missing quit command to global help topics - added hint about help [topic] - let x11runas determine the DISPLAY itself by using MCORE_XORG_DISPLAY - added no_duplicate() function for internal use - let require() and provide() check for duplicate items via no_duplicate() - added verify_requirements to be able to resolve missing plugin requirements - mecho() and eecho() should honor the '-n' echo option - added path_not_empty() functions which is used by helper_graphic_rebuild_xorg_conf_d() of the graphic plugin * [r1263] daemon/client/include/vnc.client.class: - use the new xorg.conf.d handling to en/disable the vnc module and its options - requires basic graphic to support the new xorg.conf.d handling * [r1262] daemon/client/include/system.client.class: - fixed spelling - merged system.console and system.rootconsole to one function - fixed the root console that it really opens up a root console with asking for roots password before changing the privileges - added system.service functionality - added system.passwd functionality - added system.vt functionality * [r1261] daemon/client/include/printing.client.class: - merged addprinter and delprinter into one printer functions - fixed the help functions according to the new printer function * [r1260] daemon/client/include/network.client.class: - requires basic-system for restarting system services - always use CONFIG=, clearconfig, addconfig paradigma - better sanity checks in set_network_iface() * [r1259] daemon/client/include/input.client.class: -x11runas selects the used Xorg display itself via MCORE_XORG_DISPLAY variable * [r1258] daemon/client/include/graphic.client.class: -only provide basic-video, x0vnc is another plugin -completly reworkd xorg.conf.d handling -added graphic.depth and graphic.driver functions -allways use clearconfig/addconfig for all config files * [r1257] daemon/client/include/fluxbox.client.class: -merged addmenuitem and delmenuitem to one menuitem command - added get_ menuitem functionality - added support for changing fluxbox themes - set wallpaper support on todo * [r1256] daemon/client/mcored.sh: -added require command to verify plugin requirements * [r1255] conf/config.rc: -added MCORE_XORG_DISPLAY variable 2011-02-02 Niels Rogalla * [r1254] daemon/client/include/fluxbox.client.class[CPY], daemon/client/include/session.client.class[DEL]: -renamed session.client.class -> fluxbox.client.class * [r1253] daemon/client/include/session.client.class: -reworked an renamed all functions to fluxbox, because they are fluxbox-specific * [r1252] daemon/include/daemon.global.class: -disabled mysql based functions atm -clearconfig: install config dir * [r1251] daemon/client/mcored.sh: -disabled mysql based functions atm * [r1250] conf/config.rc: -added MCORE_CONFIG_PATH variable * [r1249] Makefile[ADD]: -initial version * [r1248] .[ADD], conf[ADD], conf/config.rc[ADD], daemon[ADD], daemon/client[ADD], daemon/client/include[ADD], daemon/client/include/graphic.client.class[ADD], daemon/client/include/input.client.class[ADD], daemon/client/include/mage.client.class[ADD], daemon/client/include/network.client.class[ADD], daemon/client/include/printing.client.class[ADD], daemon/client/include/session.client.class[ADD], daemon/client/include/system.client.class[ADD], daemon/client/include/vnc.client.class[ADD], daemon/client/mcored.confd[ADD], daemon/client/mcored.rc[ADD], daemon/client/mcored.sh[ADD], daemon/generate-certificate.sh[ADD], daemon/include[ADD], daemon/include/daemon.global.class[ADD], daemon/include/hwdetection.global.class[ADD], daemon/include/sessionauth.global.class[ADD], daemon/mcorepasswd.sh[ADD]: -initial version