Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2694 - (hide annotations) (download)
Fri Dec 11 13:02:41 2015 UTC (8 years, 5 months ago) by niro
File size: 89405 byte(s)
-updated ChangeLog
1 niro 2694 2015-12-11 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2693] src/modules/citrix/Makefile,
4     src/modules/citrix/systemd[ADD],
5     src/modules/citrix/systemd/Makefile[ADD],
6     src/modules/citrix/systemd/mcore-citrix.service.in[ADD],
7     src/modules/citrix/systemd/mcore-citrix.timer[ADD],
8     src/modules/citrix/systemd/mcore-storefront.service.in[ADD],
9     src/modules/citrix/systemd/mcore-storefront.timer[ADD]:
10     -added systemd services and timers
11     * [r2692] src/modules/pxeconfig/Makefile:
12     -fixed ordering
13     * [r2691] src/modules/citrix/Makefile,
14     src/modules/idesk/idesk-generate-all-desktop-icons.in,
15     src/modules/pxeconfig/Makefile:
16     -removed hardcoded /usr/sbin pathes
17     * [r2690] src/modules/pxeconfig/Makefile:
18     -install lpxelinux-skeleton file
19     * [r2689] src/modules/pxeconfig/systemd/mcore-pxeconfig.timer:
20     -updated timer configuration that it actually works
21     * [r2688] src/modules/pxeconfig/mcore-pxeconfig.in:
22     -fixed deletion logic
23     * [r2687] src/modules/pxeconfig/systemd/mcore-pxeconfig.service.in:
24     -fixed timer Unit
25     * [r2686] src/modules/pxeconfig/mcore-pxeconfig-cron.in:
26     -prefix exec with mcore too
27     * [r2685] src/modules/pxeconfig/systemd/mcore-pxeconfig.timer:
28     -fixed timer Unit
29     * [r2684] src/modules/pxeconfig/Makefile,
30     src/modules/pxeconfig/mcore-pxeconfig-cron.in[CPY],
31     src/modules/pxeconfig/mcore-pxeconfig.in[CPY],
32     src/modules/pxeconfig/pxeconfig-cron.in[DEL],
33     src/modules/pxeconfig/pxeconfig.in[DEL],
34     src/modules/pxeconfig/systemd/Makefile,
35     src/modules/pxeconfig/systemd/mcore-pxeconfig.service.in[CPY],
36     src/modules/pxeconfig/systemd/mcore-pxeconfig.timer[CPY],
37     src/modules/pxeconfig/systemd/pxeconfig.service.in[DEL],
38     src/modules/pxeconfig/systemd/pxeconfig.timer[DEL]:
39     -prefixed everything with mcore-
40     * [r2683] src/modules/pxeconfig/Makefile,
41     src/modules/pxeconfig/systemd/Makefile[ADD]:
42     -updated Makefiles for systemd services
43     * [r2682] src/modules/pxeconfig/Makefile:
44     -removed pxeconfig.service
45     * [r2681] src/modules/pxeconfig/pxeconfig.service.in[DEL],
46     src/modules/pxeconfig/pxeconfig.timer[DEL],
47     src/modules/pxeconfig/systemd/pxeconfig.service.in[CPY],
48     src/modules/pxeconfig/systemd/pxeconfig.timer[CPY]:
49     -moved systemd files to systemd subdir
50     * [r2680] src/modules/pxeconfig/systemd[ADD]:
51     -added systemd subdir
52     * [r2679] src/modules/pxeconfig/pxeconfig-cron.in:
53     -prefix with sbindir, PATH maybe not exist
54     * [r2678] src/modules/pxeconfig/Makefile,
55     src/modules/pxeconfig/pxeconfig.service[DEL],
56     src/modules/pxeconfig/pxeconfig.service.in[CPY]:
57     -renamed pxeconfig.service to pxeconfig.service.in and do not use
58     hardcoded pathes anymore
59     * [r2677] src/modules/pxeconfig/Makefile:
60     -fixed broken TFTP_DIRECTORY
61     * [r2676] src/modules/Makefile:
62     -added pxeconfig module
63     * [r2675] src/modules/pxeconfig/pxeconfig.service[ADD],
64     src/modules/pxeconfig/pxeconfig.timer[ADD]:
65     -added systemd service and timer
66     * [r2674] src/modules/pxeconfig[ADD],
67     src/modules/pxeconfig/Makefile[ADD],
68     src/modules/pxeconfig/lpxelinux-skeleton[ADD],
69     src/modules/pxeconfig/pxeconfig-cron.in[ADD],
70     src/modules/pxeconfig/pxeconfig.in[ADD]:
71     -added pxeconfig module
72    
73     2015-12-07 Niels Rogalla <niro@magellan-linux.de>
74    
75     * [r2673] src/modules/basic-video/graphic.control.class.in:
76     -fixed broken push config controls
77    
78 niro 2670 2015-12-04 Niels Rogalla <niro@magellan-linux.de>
79    
80 niro 2694 * [r2672] src/modules/network/network.client.class.in:
81     -fixed several typos
82     * [r2671] src/modules/systemd/mcore-system-service.in:
83     -argv support breaks systemd logic, removed
84     * [r2670] ChangeLog:
85     updated ChangeLog
86 niro 2670 * [r2669] src/modules/network/network.client.class.in:
87     -reload network configuration to inform a dhcp server about any
88     hostname changes
89     * [r2668] src/modules/network/network.client.class.in:
90     -set_network_iface() is only supported by sysvinit atm
91     * [r2667] src/modules/network/network.client.class.in:
92     -use new service restart method
93     * [r2666] src/modules/systemd/mcore-system-service.in,
94     src/modules/sysvinit/mcore-system-service.in:
95     -support additional argvs
96    
97     2015-11-19 Niels Rogalla <niro@magellan-linux.de>
98    
99     * [r2665] src/modules/basic-video/graphic.client.class.in:
100     -ignore driver settings while autodetection was requested
101     * [r2664] src/modules/basic-video/graphic.control.class.in:
102     -ignore driver settings while autodetection was requested
103    
104     2015-11-12 Niels Rogalla <niro@magellan-linux.de>
105    
106     * [r2663] dracut/mcored-citrix/module-setup.sh.in:
107     -print the correct module name on error
108    
109     2015-11-10 Niels Rogalla <niro@magellan-linux.de>
110    
111     * [r2662] src/modules/lprng/printing.client.class.in:
112     -fixed a typo
113     * [r2661] src/modules/lprng/printing.client.class.in:
114     -updated printcap location
115     * [r2660] src/modules/lprng/printing.client.class.in:
116     -fixed typos and print debug messages
117     * [r2659] src/modules/lprng/printing.client.class.in:
118     -always restart lpd daemon
119     * [r2658] src/modules/lprng/printing.client.class.in,
120     src/modules/systemd/systemd.client.class.in,
121     src/modules/sysvinit/sysvinit.client.class.in:
122     -fixed command pathes
123     * [r2657] src/modules/systemd/mcore-system-service.in:
124     -always restart systemd services atm
125     * [r2656] src/modules/basic-kernel/mcore-kernel-module.in:
126     -fixed logic
127     * [r2655] src/modules/lprng/printing.client.class.in:
128     -install missing kernel modules as well
129     * [r2654] src/modules/basic-kernel/Makefile,
130     src/modules/basic-kernel/kernel.client.class.in,
131     src/modules/basic-kernel/mcore-kernel-module.in[ADD]:
132     -use helper script to add modules
133     * [r2653] src/modules/basic-kernel/kernel.client.class.in:
134     -fixed broken command syntax
135     * [r2652] src/modules/systemd/systemd.client.class.in,
136     src/modules/sysvinit/sysvinit.client.class.in:
137     -fixed broken command syntax
138     * [r2651] src/modules/systemd/mcore-system-service.in,
139     src/modules/sysvinit/mcore-system-service.in:
140     -fixed a typo
141     * [r2650] src/modules/Makefile:
142     -added basic kernel modules support
143     * [r2649] src/modules/basic-kernel[ADD],
144     src/modules/basic-kernel/Makefile[ADD],
145     src/modules/basic-kernel/kernel.client.class.in[ADD]:
146     -added basic kernel modules support
147     * [r2648] src/modules/systemd/Makefile,
148     src/modules/systemd/mcore-system-service.in[ADD],
149     src/modules/systemd/systemd.client.class.in:
150     -use a helper script to control system services and to be able to
151     control services with other modules
152     * [r2647] src/modules/sysvinit/Makefile,
153     src/modules/sysvinit/mcore-system-service.in[ADD],
154     src/modules/sysvinit/sysvinit.client.class.in:
155     -use a helper script to control system services and to be able to
156     control services with other modules
157    
158     2015-11-09 Niels Rogalla <niro@magellan-linux.de>
159    
160     * [r2646] src/modules/lprng/printing.client.class.in:
161     -fixed lprng config loop
162    
163     2015-10-09 Niels Rogalla <niro@magellan-linux.de>
164    
165     * [r2645] src/sysvinit/Makefile:
166     -install control services
167     * [r2644] src/systemd/Makefile:
168     -install control services
169    
170 niro 2643 2015-10-08 Niels Rogalla <niro@magellan-linux.de>
171    
172 niro 2670 * [r2643] ChangeLog:
173     -updated ChangeLog
174 niro 2643 * [r2642] src/modules/citrix/citrix-session.in,
175     src/modules/citrix/citrix.client.class.in,
176     src/modules/citrix/citrix.control.class.in,
177     src/modules/citrix/storefront-session.in,
178     src/modules/citrix/storefront.client.class.in,
179     src/modules/citrix/storefront.control.class.in:
180     -added autostart option
181     * [r2641] src/modules/citrix/storefront-cron.in:
182     -added store information
183    
184     2015-10-02 Niels Rogalla <niro@magellan-linux.de>
185    
186     * [r2640] src/modules/basic-video/graphic.control.class.in:
187     -fixed a typo
188    
189 niro 2638 2015-09-29 Niels Rogalla <niro@magellan-linux.de>
190    
191 niro 2643 * [r2639] src/modules/citrix/Makefile,
192     src/modules/citrix/citrix-session.in,
193     src/modules/citrix/launch-ica.in[ADD]:
194     -introduce ica launcher launch-ica
195     * [r2638] ChangeLog:
196     -updated ChangeLog
197 niro 2638 * [r2637] src/include/common.global.class.in:
198     -disabled echo stderr atm for eecho
199     * [r2636] src/modules/basic-video/graphic.control.class.in:
200     -enhanced graphic control class
201     * [r2635] src/modules/citrix/citrix.client.class.in:
202     -no escaping
203     * [r2634] src/modules/citrix/citrix-session.in,
204     src/modules/citrix/citrix.client.class.in,
205     src/modules/citrix/citrix.control.class.in:
206     -allow serverlist override per session
207     * [r2633] src/include/common.global.class.in:
208     -add more debug messages
209     * [r2632] src/include/common.global.class.in:
210     -honor all flavors of xorg-server
211     * [r2631] src/include/common.global.class.in:
212     -eecho(): print output to stderr
213     * [r2630] src/modules/citrix/citrix.control.class.in:
214     -fixed a typo
215     * [r2629] src/modules/citrix/citrix.control.class.in:
216     -removed cruft
217     * [r2628] src/modules/citrix/storefront.control.class.in:
218     -fixed typos
219     * [r2627] src/modules/citrix/Makefile,
220     src/modules/citrix/citrix.control.class.in:
221     -reworked citrix control class and install it
222    
223     2015-09-28 Niels Rogalla <niro@magellan-linux.de>
224    
225     * [r2626] icons/Makefile, icons/terminal.png[ADD]:
226     -added terminal icon
227    
228     2015-09-25 Niels Rogalla <niro@magellan-linux.de>
229    
230     * [r2625] src/modules/fluxbox/fluxbox-autostart.in,
231     src/modules/fluxbox/fluxbox.client.class.in,
232     src/modules/fluxbox/fluxbox.control.class.in:
233     -drop useless comment
234     * [r2624] src/modules/fluxbox/fluxbox-rebuild-autostart.in:
235     -fixed broken shared dir
236     * [r2623] src/modules/fluxbox/fluxbox.client.class.in,
237     src/modules/fluxbox/fluxbox.control.class.in:
238     -added autostart mechanics
239     * [r2622] socket_send.php:
240     -use sslv3 in socket send example
241     * [r2621] src/modules/fluxbox/Makefile,
242     src/modules/fluxbox/fluxbox-rebuild-autostart.in,
243     src/modules/fluxbox/fluxbox-rebuild-menu.in:
244     -make fluxbox dir configurable and include global fluxbox apps
245     file on autostart rebuild
246     * [r2620] src/modules/tigervnc/vnc.control.class.in:
247     -fail on unknown action
248     * [r2619] src/modules/tigervnc/vnc.control.class.in:
249     -fixed typos
250     * [r2618] src/modules/hwinfo/hardware.control.class.in:
251     -enable vnc service by default
252     * [r2617] src/modules/hwinfo/hardware.control.class.in:
253     -add an vnc db entry on hardware-detection
254     * [r2616] src/modules/tigervnc/Makefile,
255     src/modules/tigervnc/vnc.control.class.in[ADD]:
256     -added vnc control class
257    
258     2015-09-24 Niels Rogalla <niro@magellan-linux.de>
259    
260     * [r2615] src/modules/hwinfo/Makefile:
261     -install hardware control class
262     * [r2614] src/modules/hwinfo/hardware.control.class.in:
263     -get necard driver from actual used netcard, not from all
264     detected card
265     * [r2613] src/modules/hwinfo/hardware.client.class.in:
266     -added connecte-iface info and driver class
267    
268 niro 2611 2015-09-22 Niels Rogalla <niro@magellan-linux.de>
269    
270 niro 2638 * [r2612] src/systemd/mcore-request-configuration.service.in:
271     -start mcore-request-configuration before X11 to fix broken
272     keyboard settings caused by a race condition when started at the
273     same time
274     * [r2611] ChangeLog:
275     -updated ChangeLog
276 niro 2611 * [r2610] src/modules/citrix/citrix-session.in:
277     -add HttpBrowserAddress to support storefront and newer xenapp
278     servers
279    
280     2015-09-21 Niels Rogalla <niro@magellan-linux.de>
281    
282     * [r2609] src/systemd/mcore-request-configuration.service.in:
283     -fixed a broken dependency mcore-register-clients.service ->
284     mcore-register-client.service
285     * [r2608] src/systemd/mcore-request-configuration.service.in:
286     -run mcore-request-configuration after default.target was
287     reached, to ensure the system was setup probably
288     * [r2607] src/modules/citrix/storefront-store.in:
289     -always create an .eula_accepted file if missing
290     * [r2606] src/modules/citrix/storefront-store.in:
291     -added stores must be lowercase to be accepted by the citrix
292     client
293    
294     2015-09-18 Niels Rogalla <niro@magellan-linux.de>
295    
296     * [r2605] src/modules/citrix/storefront-store.in:
297     -fixed .ICAClient directory permissions
298     * [r2604] src/modules/citrix/storefront-store.in,
299     src/modules/citrix/storefront.client.class.in:
300     -renamed store_uri variable and flags to store
301     * [r2603] src/modules/citrix/storefront-session.in,
302     src/modules/citrix/storefront-store.in,
303     src/modules/citrix/storefront.client.class.in,
304     src/modules/citrix/storefront.control.class.in:
305     -renamed store_uri variable and flags to store
306     * [r2602] src/modules/citrix/storefront.client.class.in:
307     -updated help
308     * [r2601] src/modules/citrix/storefront-store.in:
309     -fixed a typo NOCOLOR -> NOCOLORS
310     * [r2600] src/modules/citrix/storefront-store.in:
311     -fixed pathes with source
312     * [r2599] src/modules/citrix/storefront-store.in:
313     -fixed pathes with source
314     * [r2598] src/modules/citrix/storefront-store.in:
315     -check if the config actually exist on print
316     * [r2597] src/modules/citrix/storefront-store.in:
317     -fixed a typo
318     * [r2596] src/modules/citrix/storefront-store.in:
319     -fixed a typo
320     * [r2595] src/modules/citrix/storefront-store.in:
321     -fixed a typo
322     * [r2594] src/modules/citrix/storefront-store.in:
323     -always create the storefront store dir
324     * [r2593] src/modules/citrix/Makefile,
325     src/modules/citrix/storefront-session.in,
326     src/modules/citrix/storefront-store.in[ADD],
327     src/modules/citrix/storefront.client.class.in,
328     src/modules/citrix/storefront.control.class.in:
329     -added storefront-store cmd to add storefront stores via xml file
330     to save a lot of time and workaround serveral issues with the new
331     ica receiver
332     * [r2592] src/systemd/mcore-request-configuration.service.in:
333     -restart=always not possible with type oneshot
334    
335     2015-09-17 Niels Rogalla <niro@magellan-linux.de>
336    
337     * [r2591] src/systemd/Makefile:
338     -install mcore-request-configuration.service file
339     * [r2590] src/mcore-request-configuration.in[ADD]:
340     -added mcore-request-configuration executable and systemd service
341     * [r2589] src/systemd/mcore-request-configuration.service.in:
342     -always restart the service after a failure
343     * [r2588] src/Makefile,
344     src/systemd/mcore-request-configuration.service.in[ADD]:
345     -added mcore-request-configuration executable and systemd service
346     * [r2587] src/modules/lprng/printing.control.class.in:
347     -fixed wrong name: name->printer_name
348     * [r2586] src/modules/lprng/Makefile,
349     src/modules/lprng/printing.client.class.in:
350     -make lprng spooler user and group configurable
351     * [r2585] src/modules/lprng/Makefile,
352     src/modules/lprng/printing.control.class.in[ADD]:
353     -added printing control class
354     * [r2584] src/modules/lprng/printing.client.class.in:
355     -disable all lpd/socket traces
356     * [r2583] src/modules/lprng/printing.client.class.in:
357     -no socket or lpd printing possible atm
358     * [r2582] src/modules/lprng/printing.client.class.in:
359     -provide printing too
360     * [r2581] src/modules/basic-system/system.control.class.in:
361     -added initial push_config support
362     * [r2580] src/modules/network/network.control.class.in:
363     -fixed a typo
364     * [r2579] src/modules/basic-video/graphic.control.class.in:
365     -set push-config prio
366     * [r2578] src/modules/basic-input/input.control.class.in:
367     -set push-config prio
368     * [r2577] src/modules/idesk/idesk.control.class.in:
369     -set push-config prio
370     * [r2576] src/modules/fluxbox/fluxbox.control.class.in:
371     -set push-config prio
372     * [r2575] src/modules/citrix/storefront.control.class.in:
373     -set push-config prio
374     * [r2574] src/modules/network/network.control.class.in:
375     -set push-config prio
376     * [r2573] src/modules/network/Makefile,
377     src/modules/network/network.control.class.in[ADD]:
378     -added initial network control class
379     * [r2572] src/modules/idesk/idesk.control.class.in:
380     -removed cruft
381     * [r2571] src/modules/basic-input/input.control.class.in:
382     -fixed spelling
383     * [r2570] src/modules/citrix/storefront.control.class.in:
384     -fixed session not empty
385     * [r2569] src/modules/citrix/storefront.control.class.in:
386     -renamed functions to run storefront_store before
387     storefront_session with push_config
388     * [r2568] src/modules/citrix/Makefile,
389     src/modules/citrix/storefront.control.class.in[ADD]:
390     -added storefront control class
391     * [r2567] src/modules/fluxbox/fluxbox.control.class.in:
392     -name must not be empty
393     * [r2566] src/modules/idesk/idesk.control.class.in:
394     -name must not be empty
395     * [r2565] src/modules/idesk/idesk.control.class.in:
396     -push_config support
397     * [r2564] src/modules/fluxbox/fluxbox.control.class.in:
398     -push_config support
399     * [r2563] src/include/control.global.class.in:
400     -fixed broken argument evalution: do not remove serial from every
401     place in the argument string. use argv evalution and remove
402     argv[0]. serial='4' command='set graphic.resolution 1024x768'
403     resulted in a broken 'set graphic.resolution 102x786'
404     * [r2562] src/mcore-controld.in:
405     -support push-config|push_config
406     * [r2561] src/modules/basic-video/graphic.control.class.in:
407     -initial push_config support
408     * [r2560] src/modules/basic-video/graphic.control.class.in:
409     -database table name is refresh_rate, not hz
410     * [r2559] src/modules/basic-input/input.control.class.in:
411     -do not run push_config on empty database retvals
412     * [r2558] src/include/daemon.global.class.in:
413     -run_push_config(): no colors in variable evaluation
414     * [r2557] src/include/daemon.global.class.in:
415     -run_push_config(): be more verbose in debug mode
416     * [r2556] src/include/daemon.global.class.in:
417     -run_push_config(): serial var is an requirement
418     * [r2555] src/include/daemon.global.class.in:
419     -fixed a typo
420     * [r2554] src/modules/basic-input/input.control.class.in:
421     -added push_config functionality
422     * [r2553] src/include/daemon.global.class.in:
423     -added push_config functions
424    
425     2015-09-16 Niels Rogalla <niro@magellan-linux.de>
426    
427     * [r2552] src/modules/plymouth/plymouth.client.class.in:
428     -do not rebuild grub config on live-media or netboot systems
429     * [r2551] src/modules/idesk/idesk-generate-icon-info.in:
430     -try to find an existing icon with the same name first
431     * [r2550] src/modules/idesk/idesk.control.class.in:
432     -fixed logic issues
433     * [r2549] src/modules/idesk/idesk.control.class.in:
434     -allow empty command
435     * [r2548] src/modules/fluxbox/fluxbox.control.class.in:
436     -allow empty exec
437     * [r2547] src/modules/fluxbox/fluxbox.control.class.in,
438     src/modules/idesk/idesk.control.class.in:
439     -fixed missing then
440     * [r2546] src/modules/fluxbox/fluxbox.control.class.in,
441     src/modules/idesk/idesk.control.class.in:
442     -fixed missing fi
443     * [r2545] src/modules/fluxbox/fluxbox.control.class.in:
444     -reworked the whole logic
445     * [r2544] src/modules/idesk/idesk.control.class.in:
446     -reworked the whole logic
447     * [r2543] src/modules/idesk/Makefile,
448     src/modules/idesk/idesk.control.class.in[ADD]:
449     -added initial idesk control class
450     * [r2542] src/modules/fluxbox/fluxbox.control.class.in:
451     -delete all menuitem before regen all
452     * [r2541] src/modules/fluxbox/fluxbox.control.class.in:
453     -fixed whitespaces
454     * [r2540] src/modules/fluxbox/fluxbox.control.class.in:
455     -fixed control_client command
456     * [r2539] src/modules/fluxbox/fluxbox.control.class.in:
457     -fixed control_client command
458     * [r2538] src/modules/fluxbox/fluxbox.control.class.in:
459     -fixed control_client command
460     * [r2537] src/modules/fluxbox/fluxbox.control.class.in:
461     -fixed a typo
462     * [r2536] src/modules/fluxbox/fluxbox.control.class.in:
463     -fixed logic issues
464     * [r2535] src/modules/fluxbox/fluxbox.control.class.in:
465     -update all values
466     * [r2534] src/modules/citrix/Makefile:
467     -remove citrix control class atm
468     * [r2533] src/modules/citrix/Makefile:
469     -install citrix-cron script
470     * [r2532] src/modules/fluxbox/Makefile,
471     src/modules/fluxbox/fluxbox.control.class.in[ADD]:
472     -added initial fluxbox control class
473    
474     2015-09-15 Niels Rogalla <niro@magellan-linux.de>
475    
476     * [r2531] src/modules/basic-system/Makefile,
477     src/modules/basic-system/system.control.class.in[ADD]:
478     -added initial system control class
479     * [r2530] src/modules/basic-version/Makefile,
480     src/modules/basic-version/version.control.class.in[ADD]:
481     -added version control class
482     * [r2529] src/modules/citrix/citrix-enumerate.conf.in:
483     -added ICA enumeration settings
484     * [r2528] src/include/control.global.class.in:
485     -use debug echo function decho()
486    
487     2015-09-14 Niels Rogalla <niro@magellan-linux.de>
488    
489     * [r2527] src/modules/citrix/Makefile:
490     -removed storefront control class
491     * [r2526] src/modules/citrix/Makefile,
492     src/modules/citrix/citrix-cron.in[ADD]:
493     -initial citrix-cron script
494     * [r2525] src/modules/citrix/storefront-cron.in:
495     -do not always print debug messages
496     * [r2524] src/modules/citrix/storefront-cron.in:
497     -honor citrix-enumerate.conf settings
498     * [r2523] src/modules/citrix/Makefile,
499     src/modules/citrix/citrix-enumerate.conf.in[ADD]:
500     -split install of client and control files and provide
501     citrix-enumerate.conf for citrix storefront and ica enumaration
502     of server provided sessions
503     * [r2522] src/modules/citrix/storefront-cron.in:
504     -fixed session import into database and disable all non-imported
505     sessions, because they do not exist on the storefront-server and
506     are not available for clients
507     * [r2521] src/modules/citrix/storefront-cron.in:
508     -import session to mysql database
509     * [r2520] src/modules/citrix/Makefile,
510     src/modules/citrix/storefront-cron.in:
511     -reverted changes
512     * [r2519] src/modules/citrix/Makefile,
513     src/modules/citrix/storefront-cron.in:
514     -import session to mysql database
515     * [r2518] src/modules/citrix/storefront-cron.in:
516     -get the right session and description
517     * [r2517] src/modules/citrix/storefront-cron.in:
518     -fixed evaluation and wrong service name
519     * [r2516] src/modules/citrix/storefront-cron.in:
520     -fixed a typo
521     * [r2515] src/modules/citrix/storefront-cron.in:
522     -daemon.global.class required for provides etc
523     * [r2514] src/modules/citrix/storefront-cron.in:
524     -several fixups
525     * [r2513] src/modules/citrix/storefront-resolver.in:
526     -make storefront tmp removal configurable
527     * [r2512] src/modules/citrix/storefront-resolver.in:
528     -added missing die() function
529     * [r2511] src/modules/citrix/Makefile,
530     src/modules/citrix/storefront-cron.in[ADD]:
531     -added initial storefront-cron script
532     * [r2510] src/modules/basic-video/Makefile,
533     src/modules/basic-video/graphic.control.class.in:
534     -added video control class
535     * [r2509] src/modules/basic-input/Makefile,
536     src/modules/basic-input/input.control.class.in:
537     -added input control class
538     * [r2508] src/modules/hwinfo/hardware.control.class.in:
539     -add an empty screensaver entry
540    
541     2015-09-11 Niels Rogalla <niro@magellan-linux.de>
542    
543     * [r2507] src/include/register.global.class.in:
544     -fixed a typo os->tools
545     * [r2506] src/include/register.global.class.in:
546     -import client version information on register
547     * [r2505] src/modules/Makefile:
548     -install basic-version
549     * [r2504] src/modules/basic-version[ADD],
550     src/modules/basic-version/Makefile[ADD],
551     src/modules/basic-version/version.client.class.in[ADD]:
552     -added basic-version class
553     * [r2503] src/modules/mage/mage.client.class.in:
554     -removed *_mage_iventory() functions and provide a full featured
555     mage_query() function instead
556     * [r2502] src/modules/hwinfo/hardware.control.class.in:
557     -respect db NULL setting
558     * [r2501] Makefile.inc, conf/control.conf.in:
559     -added MCORE_DEFAULT_KEYMAP variable
560     * [r2500] src/modules/hwinfo/hardware.control.class.in:
561     -import keymap and user passwords
562     * [r2499] src/include/register.global.class.in,
563     src/modules/hwinfo/hardware.control.class.in:
564     -renamed set_hardware_detect() to run_hardware_detect() and
565     provide a new set class to run the hardware detection to fix
566     run_clasS() evaluation issues
567    
568     2015-09-10 Niels Rogalla <niro@magellan-linux.de>
569    
570     * [r2498] src/modules/hwinfo/hardware.control.class.in:
571     -more debug messages
572     * [r2497] src/include/register.global.class.in,
573     src/modules/hwinfo/hardware.control.class.in:
574     -run hardware detection on register_client if hardware was
575     provided and not already run
576     * [r2496] src/modules/hwinfo/hardware.control.class.in:
577     -respect returned NULL setting from database too
578     * [r2495] src/modules/hwinfo/hardware.control.class.in:
579     -fixed whitespaces
580     * [r2494] src/include/mysqlfunctions.global.class.in:
581     -mysql_insert(): use decho() for debug messages
582     * [r2493] src/modules/hwinfo/hardware.control.class.in:
583     -fixed a typo minitor->monitor and print more debug messages
584     * [r2492] src/include/control.global.class.in:
585     -control_client(): fixed whitespace evaluation
586     * [r2491] src/modules/hwinfo/hardware.control.class.in:
587     -add more network defaults to the database
588     * [r2490] src/systemd/mcore-controld.service.in,
589     src/systemd/mcored.service.in:
590     -run systemd services in silent mode
591     * [r2489] src/include/control.global.class.in:
592     -control_client(): respect run-queue cmd
593     * [r2488] src/modules/hwinfo/hardware.control.class.in:
594     -add more network defaults to the database
595     * [r2487] src/modules/hwinfo/hardware.control.class.in[ADD]:
596     -added set_hardware_detection() to hardware.control.class
597     * [r2486] src/include/mysqlfunctions.global.class.in:
598     -provide mysql and sql
599     * [r2485] src/include/common.global.class.in:
600     -added nsslsay_queue_*() functions
601     * [r2484] src/mcore-controld.in:
602     -use control.conf
603     * [r2483] src/include/mysqlfunctions.global.class.in:
604     -use MCORE_ prefixed sql variables from control.con
605     * [r2482] conf/control.conf.in:
606     -added more default values
607     * [r2481] src/include/mysqlfunctions.global.class.in:
608     -use lower case names for all local function variables, fixed
609     header and whitespaces
610     * [r2480] src/include/sessionauth.global.class.in,
611     src/mcore-controld.in, src/mcored.in:
612     -respect SILENT env var for internal daemon communication
613     * [r2479] nsslsay, src/include/common.global.class.in,
614     src/mcore-controld.in, src/mcored.in,
615     src/modules/citrix/citrix-session.in,
616     src/modules/citrix/citrix.client.class.in,
617     src/modules/citrix/storefront.client.class.in,
618     src/modules/idesk/idesk.client.class.in:
619     -use 0/1 for bool values instead of mixed 0/1 and true/false
620     settings
621     * [r2478] src/mcored.in:
622     -removed unused cruft
623     * [r2477] conf/Makefile, conf/control.conf.in[CPY],
624     conf/sql.conf.in[DEL]:
625     -renamed sql.conf to control.conf
626     * [r2476] src/include/register.global.class.in:
627     -mtime should be always the actual timestamp
628    
629     2015-09-08 Niels Rogalla <niro@magellan-linux.de>
630    
631     * [r2475] src/Makefile:
632     -install control daemon
633     * [r2474] Makefile.inc:
634     -added sql db settings
635     * [r2473] conf/Makefile, conf/sql.conf.in[ADD]:
636     -added sql.conf and split client/controll installation
637     * [r2472] src/include/control.global.class.in:
638     -hardcore sslsay port
639     * [r2471] src/include/Makefile:
640     -generate control.global.class
641     * [r2470] src/mcore-controld.in:
642     -include control.global.class
643     * [r2469] src/mcore-controld.in:
644     -removed deprecated sslsay globals
645     * [r2468] src/include/control.global.class.in:
646     -use the right SSLSAY_IP globals
647     * [r2467] src/include/control.global.class.in:
648     -use nsslsay_fingerprint for internal communication
649     * [r2466] src/include/control.global.class.in,
650     src/mcore-controld.in:
651     -moved control_client() to control.global.class
652     * [r2465] src/include/control.global.class.in[ADD],
653     src/mcore-controld.in:
654     -moved import_resource() to control.global.class
655     * [r2464] src/mcore-controld.in:
656     -removed duplicate nsslay() function
657    
658     2015-09-07 Niels Rogalla <niro@magellan-linux.de>
659    
660     * [r2463] src/systemd/mcored.service.in:
661     -fixed deps
662     * [r2462] src/systemd/mcore-register-client.service.in,
663     src/systemd/mcored.service.in:
664     -fixed systemd service files
665     * [r2461] src/include/register.global.class.in:
666     -always create the MCORE_CONFIG_PATH
667    
668     2015-09-04 Niels Rogalla <niro@magellan-linux.de>
669    
670     * [r2460] src/systemd/mcore-register-client.service.in:
671     -mcore-register-clients write to disk so After=local-fs.target is
672     required
673     * [r2459] src/systemd/mcore-register-client.service.in:
674     -require network to be online
675     * [r2458] ChangeLog:
676     -updated ChangeLog
677    
678 niro 2458 2015-09-03 Niels Rogalla <niro@magellan-linux.de>
679    
680     * [r2457] src/include/register.global.class.in:
681     -register the client as online too
682     * [r2456] src/modules/fluxbox/fluxbox-rebuild-menu.in:
683     -use the mcore-serial program
684     * [r2455] src/mcore-register-client.in:
685     -honor UNKNOWN serial
686     * [r2454] src/mcore-register-client.in:
687     -use mcore-serial program
688     * [r2453] src/mcore-register-client.in:
689     -always exit 0 if config.d/serial exist
690     * [r2452] src/systemd/Makefile:
691     -fixed a typo
692     * [r2451] src/systemd/mcored.service.in:
693     -depend on mcore-register-client service
694     * [r2450] src/systemd/Makefile,
695     src/systemd/mcore-controld.service.in[ADD],
696     src/systemd/mcore-register-client.service.in[ADD]:
697     -added mcore-controld and mcore-register-client systemd services
698     * [r2449] Makefile.inc, conf/mcore.conf.in:
699     -make MCORE_CONFIG_PATH configurable
700     * [r2448] src/Makefile, src/mcore-serial.in[ADD]:
701     -added mcore-serial program to print the client serial systemwide
702     * [r2447] src/include/register.global.class.in:
703     -use oneline nsslsay cmds
704     * [r2446] src/mcored.in:
705     -include register functions
706     * [r2445] src/include/register.global.class.in:
707     -print ip_address in debug mode and use the right ip variable
708     * [r2444] src/mcore-controld.in:
709     -fixed sql_user
710     * [r2443] src/include/register.global.class.in:
711     -do not escape multiple line cmds for nsslsay
712     * [r2442] src/include/register.global.class.in, src/mcored.in:
713     -added register_client_local() function to inform the client
714     about the serial
715     * [r2441] src/include/register.global.class.in:
716     -echo retvals propably
717     * [r2440] src/mcore-controld.in:
718     -added missing register.global.class
719     * [r2439] src/include/register.global.class.in:
720     -use decho() for debug messages
721     * [r2438] src/mcore-controld.in:
722     -added missing mcore.conf include
723     * [r2437] src/mcore-register-client.in:
724     -fixed nsslsay environment
725     * [r2436] src/include/Makefile:
726     -generate register.global.class
727     * [r2435] src/include/register.global.class.in:
728     -fixed header
729     * [r2434] src/Makefile, src/mcore-register-client.in[ADD]:
730     -added mcore-register-client binary
731     * [r2433] src/include/register.global.class.in:
732     -fixed retvals and use nsslsay_fingerprint to send the
733     registration
734     * [r2432] src/mcore-controld.in:
735     -accept the register param
736     * [r2431] src/include/register.global.class.in:
737     -resolv mtime and fix broken variables
738     * [r2430] src/include/register.global.class.in[ADD]:
739     -added initial client registration class
740     * [r2429] src/include/common.global.class.in:
741     -added initial nsslsay() and nsslsay_fingerprint() functions
742     * [r2428] src/include/common.global.class.in,
743     src/include/sessionauth.global.class.in:
744     -added cert_fingerprint() and key_fingerprint() functions for
745     global certificate handling
746     * [r2427] src/include/sessionauth.global.class.in:
747     -fixed a typo
748     * [r2426] src/include/daemon.global.class.in,
749     src/mcore-controld.in, src/mcored.in:
750     -inform the user about the fingerprint authentication method too
751     * [r2425] src/include/sessionauth.global.class.in:
752     -use the certificate fingerprint, not the certificate itsel for
753     authentication to fix parsing issues
754     * [r2424] Makefile.inc:
755     -fixed missing cert file sed
756     * [r2423] Makefile.inc, conf/mcore.conf.in,
757     src/include/sessionauth.global.class.in, src/mcore-controld.in,
758     src/mcored.confd.in, src/mcored.in:
759     -added certifacte auth method
760    
761     2015-09-02 Niels Rogalla <niro@magellan-linux.de>
762    
763     * [r2422] src/Makefile:
764     -build mcore-controld
765     * [r2421] src/mcore-controld.in:
766     -added prompt
767    
768     2015-09-01 Niels Rogalla <niro@magellan-linux.de>
769    
770     * [r2420] src/include/common.global.class.in:
771     -added more network functions: iface_for_ip(), iface_for_mac(),
772     mac_for_iface()
773    
774 niro 2409 2015-08-31 Niels Rogalla <niro@magellan-linux.de>
775    
776 niro 2458 * [r2419] src/modules/idesk/Makefile:
777     -fixed sudoers permissions
778     * [r2418] src/modules/idesk/Makefile:
779     -fixed typos
780     * [r2417] src/modules/idesk/idesk-sysinfo.in:
781     -fixed a typo
782     * [r2416] ChangeLog:
783     -updated ChangeLog
784 niro 2416 * [r2415] src/modules/idesk/idesk-generate-all-desktop-icons.in:
785     -honor user privileges, fix missing idesktop rc and make idesk
786     startup configurable
787     * [r2414] src/modules/idesk/Makefile,
788     src/modules/idesk/desktop_icons.sudoers.in[ADD]:
789     -install sudo configuration
790     * [r2413] src/modules/idesk/idesk-sysinfo.in:
791     -fixed broken sysinfo icon
792     * [r2412] src/modules/idesk/idesk-sysinfo.in:
793     -honor user privileges
794     * [r2411] src/modules/idesk/idesk-generate-all-desktop-icons.in:
795     -restart idesk only if it is already running
796     * [r2410] src/modules/idesk/idesk-generate-all-desktop-icons.in:
797     -generate sysinfo icon too
798     * [r2409] ChangeLog:
799     -updated ChangeLog
800 niro 2409 * [r2408] src/modules/idesk/Makefile:
801     -symlink idesk-generate-all-desktop-icons to BINDIR instead of
802     idesk-sysinfo
803     * [r2407] src/include/common.global.class.in:
804     -added global network functions iface_for_remote_addr() and
805     dns_to_ip()
806     * [r2406] src/modules/idesk/idesk-sysinfo.in:
807     -only generate an icon info file and let
808     generate-all-desktop-icon genrate all icons, also print the
809     current ip of the host
810     * [r2405] src/modules/citrix/citrix-session.in:
811     -generate a desktop icon
812     * [r2404] src/modules/idesk/idesk-generate-all-desktop-icons.in,
813     src/modules/idesk/idesk-generate-icon-info.in,
814     src/modules/idesk/idesk-generate-icon.in,
815     src/modules/idesk/idesk.client.class.in:
816     -renamed icon position variables from {x,y}res to {x,y}pos
817     * [r2403] src/modules/idesk/idesk-generate-all-desktop-icons.in,
818     src/modules/idesk/idesk-generate-icon.in:
819     -fix permissions of the .idesktop directory
820    
821     2015-08-28 Niels Rogalla <niro@magellan-linux.de>
822    
823     * [r2402] src/modules/citrix/Makefile,
824     src/modules/citrix/citrix.conf.in,
825     src/modules/citrix/storefront-resolver.in:
826     -reworked storefront subscription behacior
827     * [r2401] src/modules/citrix/storefront-resolver.in:
828     -set addstore_required to 0, stores are added by mcore-tools
829     * [r2400] src/modules/citrix/storefront-resolver.in:
830     -fixed typos
831     * [r2399] src/modules/basic-input/input.client.class.in:
832     -fixed whitespaces
833     * [r2398] src/modules/basic-input/input.client.class.in,
834     src/modules/network/network.client.class.in:
835     -honor Xorg with all pidof instances
836     * [r2397] src/modules/idesk/idesk-generate-all-desktop-icons.in:
837     -fallback to 800x600 resolution if xinfo fails
838    
839     2015-08-27 Niels Rogalla <niro@magellan-linux.de>
840    
841     * [r2396] src/modules/citrix/storefront-resolver.in:
842     -setup a proper runtime for the citrix client
843     * [r2395] src/modules/citrix/storefront-session.in:
844     -fixed a typo
845     * [r2394] src/modules/citrix/storefront-session.in:
846     -fixed a typo
847     * [r2393] src/modules/citrix/storefront-session.in:
848     -cleanup session list query
849     * [r2392] src/modules/citrix/storefront-session.in:
850     -suppress file suffix .sh on session print
851     * [r2391] src/modules/citrix/Makefile,
852     src/modules/citrix/citrix.conf.in,
853     src/modules/citrix/storefront-resolver.in,
854     src/modules/citrix/storefront-session.in,
855     src/modules/citrix/storefront.client.class.in:
856     --added basic getopts to clarify and ease things, fixed broken
857     config include and resulting missing variables and renamed
858     STOREFRONT_STORE to DEFAULT_STOREFRONT_STORE in citrix.conf
859     * [r2390] src/modules/citrix/storefront.client.class.in:
860     -use x11runas
861     * [r2389] src/modules/citrix/storefront-session.in:
862     -use x11runas
863    
864     2015-08-26 Niels Rogalla <niro@magellan-linux.de>
865    
866     * [r2388] src/modules/citrix/storefront-session.in:
867     -fixed a {name} -> ${name}
868     * [r2387] src/modules/citrix/storefront-session.in:
869     -fixed a typo -add -> --add
870     * [r2386] src/modules/citrix/storefront.client.class.in:
871     -require idesk
872     * [r2385] src/modules/citrix/storefront.client.class.in:
873     -fixed broken help
874     * [r2384] src/modules/citrix/storefront.client.class.in:
875     -fixed broken help
876     * [r2383] src/modules/citrix/storefront-session.in:
877     -revert changes
878     * [r2382] src/modules/citrix/storefront-session.in:
879     -fixed a typo
880     * [r2381] src/modules/citrix/storefront-session.in:
881     -generate idesk icons if idesk was provided
882     * [r2380] src/modules/idesk/idesk.client.class.in:
883     -regen all desktop icons after altering them
884     * [r2379] src/modules/idesk/idesk.client.class.in:
885     -remove the dot too
886     * [r2378] src/modules/idesk/idesk.client.class.in:
887     -do not print icon_info_suffix
888     * [r2377] src/modules/idesk/idesk.client.class.in:
889     -fixed a typo MLIBDIR -> MCORE_LIBDIR
890     * [r2376] src/modules/idesk/idesk.client.class.in:
891     -fixed a typo
892     * [r2375] src/modules/idesk/idesk.client.class.in:
893     -reworked idesk.client.class
894     * [r2374] src/modules/idesk/idesk-generate-icon.in:
895     -let generate-all-desktop-icons restart idesk only
896     * [r2373] src/modules/idesk/idesk-generate-all-desktop-icons.in:
897     -use introduces methods
898     * [r2372] src/modules/idesk/idesk-generate-icon.in:
899     -restart idesk after altering the icons
900     * [r2371] src/modules/idesk/idesk-generate-all-desktop-icons.in:
901     -fixed whitespaces
902     * [r2370] src/modules/idesk/idesk-generate-icon.in:
903     -use the right variables
904     * [r2369] src/modules/idesk/idesk-generate-icon-info.in,
905     src/modules/idesk/idesk-generate-icon.in:
906     -added add,del,print support
907     * [r2368] src/modules/idesk/idesk-generate-all-desktop-icons.in:
908     -remove shutdown,reboot info before creating all desktop icons
909    
910     2015-08-25 Niels Rogalla <niro@magellan-linux.de>
911    
912     * [r2367] src/modules/idesk/idesk-generate-all-desktop-icons.in:
913     -fixed a typo
914     * [r2366] src/modules/idesk/idesk-generate-all-desktop-icons.in:
915     -restart idesk
916     * [r2365] src/modules/idesk/idesk-generate-icon-info.in:
917     -fixed a typo and only add iwidth and iheight if not empty
918     * [r2364] src/modules/idesk/idesk-generate-icon.in:
919     -fixed a typo
920     * [r2363] icons/Makefile, icons/default.png[ADD],
921     icons/default_item.png[ADD], icons/firefox.png[ADD]:
922     -added more icons
923     * [r2362] src/modules/idesk/idesk-generate-icon-info.in:
924     -added missing filename to icon_resource info
925     * [r2361] src/modules/idesk/idesk-generate-icon.in:
926     -fixed a typo
927     * [r2360] src/modules/idesk/idesk-generate-all-desktop-icons.in,
928     src/modules/idesk/idesk-generate-icon-info.in,
929     src/modules/idesk/idesk-generate-icon.in:
930     -fixed missing die() function
931     * [r2359] src/modules/idesk/idesk-generate-icon-info.in:
932     -fixed a typo
933     * [r2358] src/modules/idesk/Makefile,
934     src/modules/idesk/idesk-generate-all-desktop-icons.in[ADD],
935     src/modules/idesk/idesk-generate-icon-info.in[ADD],
936     src/modules/idesk/idesk-generate-icon.in[ADD]:
937     -basic idesk helpers
938    
939     2015-08-24 Niels Rogalla <niro@magellan-linux.de>
940    
941     * [r2357] src/modules/citrix/storefront-session.in,
942     src/modules/citrix/storefront.client.class.in:
943     -serveral fixups to get things work
944     * [r2356] src/modules/citrix/storefront-resolver.in:
945     -fixed spelling
946     * [r2355] src/modules/citrix/storefront.client.class.in:
947     -fixups
948     * [r2354] src/modules/citrix/Makefile,
949     src/modules/citrix/storefront-session.in[ADD],
950     src/modules/citrix/storefront.client.class.in[ADD]:
951     -added storefront-session script and storefront.client.class
952     * [r2353] src/modules/citrix/storefront-resolver.in:
953     -aded liststore, addstore, delstore cmds and fixed some broken
954     STORE variables
955     * [r2352] src/modules/citrix/Makefile,
956     src/modules/citrix/citrix.conf.in,
957     src/modules/citrix/storefront-resolver.in[ADD]:
958     -added initial storefront support
959     * [r2351] src/include/common.global.class.in:
960     -fixed Xorg handling and revert escape hacks
961     * [r2350] src/modules/tigervnc/vnc.client.class.in:
962     -honor newer vncpasswd versions of tigervnc
963     * [r2349] src/include/common.global.class.in:
964     -x11runas(): escape $@ to honor environments variables
965     * [r2348] ChangeLog, src/include/common.global.class.in,
966     src/modules/tigervnc/vnc.client.class.in:
967     -revert changes
968     * [r2347] ChangeLog, src/include/common.global.class.in,
969     src/modules/tigervnc/vnc.client.class.in:
970     -x11runas(): escape $@ to honor environments variables
971    
972     2014-07-15 Niels Rogalla <niro@magellan-linux.de>
973    
974     * [r2346] src/modules/basic-input/input.client.class.in:
975     -honor MROOT if localectl exist
976     * [r2345] dracut/mcored/run-mcored.sh.in:
977     -removed neednet flag
978    
979     2014-07-14 Niels Rogalla <niro@magellan-linux.de>
980    
981     * [r2344] src/include/daemon.global.class.in:
982     -fixed a typo - reval -> retval
983     * [r2343] src/modules/citrix/citrix-session.in:
984     -added missing include
985     * [r2342] src/systemd/Makefile:
986     -fixed a typo
987     * [r2341] src/systemd/Makefile,
988     src/systemd/mcored.tmpfilesd.conf.in[ADD]:
989     -added tmpfiles.d file for mcored to create /var/lib/mcored
990     * [r2340] dracut/mcored/module-setup.sh.in:
991     -suppress some errors
992     * [r2339] dracut/mcored-citrix/Makefile,
993     dracut/mcored-citrix/module-setup.sh.in:
994     -honor PNABROWSE_ICAROOT
995     * [r2338] dracut/mcored/module-setup.sh.in:
996     -install user/groups if they not exist
997     * [r2337] src/modules/citrix/Makefile:
998     -honor PNABROWSE_ICAROOT
999     * [r2336] src/modules/citrix/query-citrix-browser.in:
1000     -run pnabrowse via chroot if MROOT was set
1001     * [r2335] src/mcored.in:
1002     -add an prompt pattern to mcored cmdline
1003    
1004     2014-07-11 Niels Rogalla <niro@magellan-linux.de>
1005    
1006     * [r2334] dracut/mcored/module-setup.sh.in:
1007     -add missing MCORE_UNPRIV_USER to initramfs passwd
1008     * [r2333] dracut/Makefile[ADD]:
1009     -add subdir Makefile
1010     * [r2332] dracut/mcored-citrix[ADD],
1011     dracut/mcored-citrix/Makefile[ADD],
1012     dracut/mcored-citrix/mcored-citrix.conf[ADD],
1013     dracut/mcored-citrix/module-setup.sh.in[ADD]:
1014     -added mcored-citrix dracut module
1015     * [r2331] dracut/mcored/Makefile:
1016     -fixed include path
1017     * [r2330] dracut/Makefile[DEL], dracut/mcored[ADD],
1018     dracut/mcored.conf[DEL], dracut/mcored/Makefile[CPY],
1019     dracut/mcored/mcored.conf[CPY],
1020     dracut/mcored/module-setup.sh.in[CPY],
1021     dracut/mcored/run-mcored.sh.in[CPY],
1022     dracut/module-setup.sh.in[DEL], dracut/run-mcored.sh.in[DEL]:
1023     -moved dracut module to dracut/mcored
1024     * [r2329] src/modules/fluxbox/fluxbox-rebuild-autostart.in:
1025     -create //.fluxbox directory if not exist
1026     * [r2328] src/modules/fluxbox/fluxbox-rebuild-menu.in:
1027     -fixed a typo s/-o/-g/
1028     * [r2327] dracut/run-mcored.sh.in:
1029     -tell the user that a remount is not required if the fs is
1030     already mounted rw
1031     * [r2326] dracut/run-mcored.sh.in:
1032     -only remount if the filesystem is ro and be more verbose
1033     * [r2325] dracut/mcored.conf:
1034     -do not omit systemd
1035     * [r2324] dracut/module-setup.sh.in:
1036     -fixed module installation
1037     * [r2323] dracut/run-mcored.sh.in:
1038     -print a noisy message if mcored was started
1039     * [r2322] dracut/module-setup.sh.in, dracut/run-mcored.sh.in:
1040     -revert changes
1041     * [r2321] dracut/module-setup.sh.in, dracut/run-mcored.sh.in:
1042     -print a noisy message if mcored was started
1043     * [r2320] src/modules/citrix/query-citrix-browser.in:
1044     -added missing includes
1045    
1046     2014-07-03 Niels Rogalla <niro@magellan-linux.de>
1047    
1048     * [r2319] src/modules/citrix/citrix-session.in,
1049     src/modules/citrix/citrix.client.class.in:
1050     -generate fluxbox menuentries with the citrix-session helper
1051     program if fluxbox was provided
1052     * [r2318] src/include/daemon.global.class.in:
1053     -added is_provided() function
1054    
1055     2014-02-06 Niels Rogalla <niro@magellan-linux.de>
1056    
1057     * [r2317] grub/Makefile:
1058     -install grub config with prio level 50
1059     * [r2316] dracut/Makefile:
1060     -install dracut config with prio level 50
1061    
1062 niro 2314 2014-01-20 Niels Rogalla <niro@magellan-linux.de>
1063    
1064 niro 2409 * [r2315] Makefile, grub[ADD], grub/Makefile[ADD],
1065     grub/mcored.conf[ADD]:
1066     -install grub configuration to enable networking
1067     * [r2314] ChangeLog:
1068     -updated ChangeLog
1069 niro 2314 * [r2313] daemon[DEL]:
1070     -removed old daemon dir
1071     * [r2312] src/sysvinit/mcore-controld.rc.in:
1072     -SSL_KEY_DIR was renamed to CHROOT_DIR
1073     * [r2311] src/sysvinit/mcore-controld.rc.in:
1074     -control daemon was renamed to mcore-controld
1075     * [r2310] src/sysvinit/mcore-controld.rc.in:
1076     -honor variable pathes of the Makefile
1077     * [r2309] src/sysvinit/mcore-controld.rc.in:
1078     -quiet stop
1079     * [r2308] src/sysvinit/mcored.rc.in:
1080     -updated runlevels
1081     * [r2307] src/sysvinit/mcore-controld.rc.in:
1082     -use rc_print() and rc_echo() functions
1083     * [r2306] daemon/control/control-daemon.rc[DEL],
1084     src/sysvinit/mcore-controld.rc.in[CPY]:
1085     -moved daemon/control/control-daemon.rc to
1086     src/sysvinit/mcore-controld.rc.in
1087     * [r2305] src/modules/basic-input/input.control.class.in,
1088     src/modules/basic-video/graphic.control.class.in,
1089     src/modules/citrix/citrix.control.class.in:
1090     -use CLASS_ARGV
1091     * [r2304] src/mcore-controld.in:
1092     -modified to match new classes and includes
1093     * [r2303] src/include/daemon.global.class.in, src/mcored.in:
1094     -renamed load_client_classes() to load_classes() and make it
1095     variable to either load client or control classes
1096     * [r2302] src/include/daemon.global.class.in:
1097     -call sigterm to terminate sslsvd. this supresses some error
1098     messages
1099     * [r2301] dracut/mcored.conf:
1100     -added some debugging helpers
1101     * [r2300] dracut/mcored.conf:
1102     -dracut networking will not work if systemd gets included
1103     * [r2299] dracut/module-setup.sh.in:
1104     -use dracut's busybox module
1105     * [r2298] dracut/run-mcored.sh.in:
1106     -only run mcored in the initrd if network was provided
1107     * [r2297] dracut/module-setup.sh.in, dracut/net-lib.sh[DEL],
1108     dracut/run-mcored.sh.in:
1109     -use network module instead of brewing our own stuff here
1110     * [r2296] dracut/Makefile:
1111     -use priority level 70 instead of 40 for the dracut module
1112    
1113 niro 2293 2014-01-16 Niels Rogalla <niro@magellan-linux.de>
1114    
1115 niro 2314 * [r2295] src/Makefile:
1116     -install generate-certificate as mcore-generate-certificate
1117     * [r2294] src/Makefile:
1118     -fixed generate-certifacte installation
1119     * [r2293] ChangeLog:
1120     -updated ChangeLog
1121 niro 2293 * [r2292] dracut/Makefile:
1122     -fixed dracut module installation
1123     * [r2291] Makefile:
1124     -install dracut module
1125    
1126     2014-01-14 Niels Rogalla <niro@magellan-linux.de>
1127    
1128     * [r2290] src/modules/basic-video/graphic.control.class[DEL],
1129     src/modules/basic-video/graphic.control.class.in[CPY]:
1130     -renamed graphic.control.class -> graphic.control.class.in
1131     * [r2289] src/modules/basic-input/input.control.class[DEL],
1132     src/modules/basic-input/input.control.class.in[CPY]:
1133     -renamed input.control.class -> input.control.class.in
1134     * [r2288] daemon/control/include/session.control.class[DEL],
1135     src/modules/citrix/citrix.control.class.in[CPY]:
1136     -moved daemon/control/include/session.control.class to
1137     src/modules/citrix/citrix.control.class.in
1138     * [r2287] daemon/control/include/input.control.class[DEL],
1139     src/modules/basic-input/input.control.class[CPY]:
1140     -moved daemon/control/include/input.control.class to
1141     src/modules/basic-input/input.control.class
1142     * [r2286] daemon/control/include/graphic.control.class[DEL],
1143     src/modules/basic-video/graphic.control.class[CPY]:
1144     -moved daemon/control/include/graphic.control.class to
1145     src/modules/basic-video/graphic.control.class
1146     * [r2285] daemon/control/control-daemon.sh[DEL],
1147     src/mcore-controld.in[CPY]:
1148     -moved daemon/control/control-daemon.sh to src/mcore-controld.in
1149     * [r2284] src/modules/idesk/idesk.client.class.in:
1150     -fixed whitespaces
1151     * [r2283] src/modules/basic-input/input.client.class.in:
1152     -use fluxbox-autostart and fluxbox-rebuild-autostart helpers
1153     * [r2282] src/modules/fluxbox/Makefile,
1154     src/modules/fluxbox/fluxbox-autostart.in[ADD]:
1155     -added fluxbox-autostart helper
1156     * [r2281] src/modules/fluxbox/fluxbox-menuitem.in:
1157     -added --comment switch
1158     * [r2280] src/modules/citrix/citrix.client.class.in:
1159     -use new fluxbox-menuitem helper
1160     * [r2279] src/modules/citrix/citrix.client.class.in:
1161     -use basename of ica-session (not lala.ica)
1162     * [r2278] src/modules/citrix/citrix-session.in:
1163     -use citrix-serverlist
1164     * [r2277] src/modules/fluxbox/Makefile,
1165     src/modules/fluxbox/fluxbox-menuitem.in[ADD],
1166     src/modules/fluxbox/fluxbox.client.class.in:
1167     -split of fluxbox-menuitem from fluxbox.client.class.in to make
1168     things more modular
1169     * [r2276] src/modules/citrix/citrix.client.class.in:
1170     -prefix citrix-session and citrix-serverlist with MCORE_LIBDIR
1171     * [r2275] src/modules/citrix/citrix.client.class.in:
1172     -fixed broken if-condition
1173     * [r2274] src/modules/citrix/citrix.client.class.in:
1174     -fixed missing case ifs
1175     * [r2273] src/modules/citrix/citrix.client.class.in:
1176     -do not escape
1177     * [r2272] src/modules/citrix/Makefile,
1178     src/modules/citrix/citrix-serverlist.in[ADD],
1179     src/modules/citrix/citrix-session.in[ADD],
1180     src/modules/citrix/citrix.client.class.in,
1181     src/modules/citrix/query-citrix-browser.in[ADD]:
1182     -split citrix.client.class.in to single programs named
1183     citrix-serverlist, citrix-session and query-citrix-browser to
1184     make things more modular and simpler
1185     * [r2271] src/include/daemon.global.class.in,
1186     src/modules/citrix/citrix.client.class.in:
1187     -fixed broken variables
1188     * [r2270] src/modules/citrix/citrix.client.class.in:
1189     -make pnabrowse retval parseable with ';' as ifs, because the
1190     retvals can contain whitespaces
1191     * [r2269] src/include/daemon.global.class.in, src/mcored.in,
1192     src/modules/basic-input/input.client.class.in,
1193     src/modules/basic-system/system.client.class.in,
1194     src/modules/basic-video/graphic.client.class.in,
1195     src/modules/citrix/citrix.client.class.in,
1196     src/modules/fbsplash/fbsplash.client.class.in,
1197     src/modules/fluxbox/fluxbox.client.class.in,
1198     src/modules/hwinfo/hardware.client.class.in,
1199     src/modules/lprng/printing.client.class.in,
1200     src/modules/mage/mage.client.class.in,
1201     src/modules/network/network.client.class.in,
1202     src/modules/plymouth/plymouth.client.class.in,
1203     src/modules/systemd/systemd.client.class.in,
1204     src/modules/sysvinit/sysvinit.client.class.in,
1205     src/modules/tigervnc/vnc.client.class.in:
1206     -use global argv arrays GLOBAL_ARGV and CLASS_ARGV to fix
1207     whitespace issues with the read cmd. escaping works with this
1208     now. every class must use the CLASS_ARGV array for arguments
1209    
1210 niro 2256 2014-01-13 Niels Rogalla <niro@magellan-linux.de>
1211    
1212 niro 2293 * [r2268] ChangeLog:
1213     -updated ChangeLog
1214 niro 2268 * [r2267] src/modules/citrix/citrix.client.class.in:
1215     -fixed serverlist/sessionlist array evaluation
1216     * [r2266] src/modules/citrix/citrix.client.class.in:
1217     -missed to honor PNABWROWSE_SERVER_EXCLUDE in one case
1218     * [r2265] src/modules/citrix/citrix.client.class.in:
1219     -fixed whitespaces
1220     * [r2264] src/modules/citrix/citrix.client.class.in:
1221     -fixed missing PNABROWSE_* sanity checks
1222     * [r2263] src/modules/citrix/citrix.client.class.in:
1223     -fixed c&p typo
1224     * [r2262] src/modules/citrix/citrix.client.class.in:
1225     -use variables for all PNABROWSE_* instances
1226     * [r2261] src/modules/citrix/citrix.client.class.in:
1227     -print help on wrong arguments
1228     * [r2260] src/modules/citrix/citrix.conf.in:
1229     -fixed spelling
1230     * [r2259] src/modules/citrix/Makefile,
1231     src/modules/citrix/citrix.client.class.in,
1232     src/modules/citrix/citrix.conf.in[ADD]:
1233     -support pnabrowse autodetection
1234     * [r2258] src/include/daemon.global.class.in, src/mcored.in:
1235     -make use of the new include() function
1236     * [r2257] src/include/common.global.class.in:
1237     -added include() function which sources files with debug
1238     information
1239     * [r2256] ChangeLog:
1240     -updated ChangeLog
1241 niro 2256 * [r2255] dracut/Makefile:
1242     -moved dracut make variables
1243     * [r2254] src/modules/fluxbox/fluxbox-rebuild-menu.in:
1244     -fixed broken os-release path
1245     * [r2253] src/modules/fluxbox/fluxbox-rebuild-autostart.in,
1246     src/modules/fluxbox/fluxbox-rebuild-menu.in:
1247     -renamed MCLIBDIR -> MCORE_LIBDIR
1248     * [r2252] Makefile.inc:
1249     -make SCRIPT_SED_COMMAND variable, moved dracut, systemd and
1250     sysvinit variables to corresponding subdirs
1251     * [r2251] src/Makefile:
1252     -moved systemd and sysvinit init files to subdirs
1253     * [r2250] src/sysvinit/Makefile[ADD]:
1254     -added Makefile
1255     * [r2249] src/systemd/Makefile:
1256     -target -install-client-services-systemd requires all target
1257     * [r2248] src/systemd/Makefile:
1258     -add PHONY target install-client-services-systemd
1259     * [r2247] src/systemd/Makefile[ADD]:
1260     -added Makefile
1261     * [r2246] src/mcored.rc.in[DEL], src/sysvinit/mcored.rc.in[CPY]:
1262     -moved mcored.rc.in to sysvinit/mcored.rc.in
1263     * [r2245] src/mcored.service.in[DEL],
1264     src/systemd/mcored.service.in[CPY]:
1265     -moved mcored.service.in to systemd/mcored.service.in
1266     * [r2244] src/systemd[ADD], src/sysvinit[ADD]:
1267     -add systemd and sysvinit dir
1268     * [r2243] daemon/control/control-daemon.sh,
1269     src/include/daemon.global.class.in,
1270     src/include/hwdetection.global.class.in,
1271     src/include/sessionauth.global.class.in, src/mcored.in,
1272     src/modules/basic-system/system.client.class.in,
1273     src/modules/fbsplash/fbsplash.client.class.in,
1274     src/modules/systemd/systemd.client.class.in,
1275     src/modules/sysvinit/sysvinit.client.class.in:
1276     -fixed spelling - unkown -> unknown
1277    
1278     2014-01-11 Niels Rogalla <niro@magellan-linux.de>
1279    
1280     * [r2242] Makefile.inc:
1281     -fixed wrong variable ETCDIR -> SYSCONFDIR, added sh processor
1282     * [r2241] dracut/Makefile[ADD]:
1283     -added Makefile
1284     * [r2240] dracut/run-mcored.sh.in:
1285     -use variable pathes
1286     * [r2239] dracut/module-setup.sh.in:
1287     -use variable pathes
1288     * [r2238] dracut/module-setup.sh[DEL],
1289     dracut/module-setup.sh.in[CPY]:
1290     -renamed module-setup.sh -> module-setup.sh.in
1291     * [r2237] dracut/run-mcored.sh[DEL], dracut/run-mcored.sh.in[CPY]:
1292     -renamed run-mcored.sh -> run-mcore.sh.in
1293     * [r2236] src/include/sessionauth.global.class.in:
1294     -use variable pathes
1295     * [r2235] src/include/hwdetection.global.class.in:
1296     -use variable pathes
1297     * [r2234] src/include/Makefile[ADD]:
1298     -added Makefile
1299     * [r2233] src/modules/Makefile:
1300     -refactored Makefile
1301     * [r2232] src/Makefile:
1302     -refactored Makefile
1303    
1304     2014-01-10 Niels Rogalla <niro@magellan-linux.de>
1305    
1306     * [r2231] src/include/sessionauth.global.class[DEL],
1307     src/include/sessionauth.global.class.in[CPY]:
1308     -renamed sessionauth.global.class -> sessionauth.global.class.in
1309     * [r2230] src/include/mysqlfunctions.global.class[DEL],
1310     src/include/mysqlfunctions.global.class.in[CPY]:
1311     -renamed mysqlfunctions.global.class ->
1312     mysqlfunctions.global.class.in
1313     * [r2229] src/include/hwdetection.global.class[DEL],
1314     src/include/hwdetection.global.class.in[CPY]:
1315     -renamed hwdetection.global.class -> hwdetection.global.class.in
1316     * [r2228] src/include/daemon.global.class[DEL],
1317     src/include/daemon.global.class.in[CPY]:
1318     -renamed daemon.global.class -> daemon.global.class.in
1319     * [r2227] src/include/common.global.class[DEL],
1320     src/include/common.global.class.in[CPY]:
1321     -renamed common.global.class -> common.global.class.in
1322     * [r2226] daemon/cmdlets.txt[DEL], src/modules/cmdlets.txt[CPY]:
1323     -move daemon/cmdlets.txt to src/modules/cmdlets.txt
1324     * [r2225] Makefile:
1325     -added icons SUBDIR
1326     * [r2224] Makefile:
1327     -added certs SUBDIR
1328     * [r2223] Makefile:
1329     -refactored Makefile
1330     * [r2222] Makefile.inc:
1331     -fixed whitespaces
1332     * [r2221] Makefile.inc:
1333     -added more processors
1334     * [r2220] Makefile.inc:
1335     -provided by subdir Makefiles
1336     * [r2219] icons/Makefile[ADD]:
1337     -added Makefile
1338     * [r2218] icons/reboot.png[ADD], icons/shutdown.png[ADD]:
1339     -added reboot.png shutdown.png
1340     * [r2217] certs/Makefile[ADD]:
1341     -added Makefile
1342     * [r2216] conf/Makefile[ADD]:
1343     -added Makefile
1344     * [r2215] certs/mcored.pem:
1345     -removed executable bit
1346     * [r2214] conf/mcore.conf.in:
1347     -removed executable bit
1348     * [r2213] conf/config.rc.in[DEL], conf/mcore.conf.in[CPY]:
1349     -renamed config.rc to mcore.conf
1350     * [r2212] dracut/module-setup.sh, src/mcored.in,
1351     src/modules/fluxbox/fluxbox-rebuild-autostart.in,
1352     src/modules/fluxbox/fluxbox-rebuild-menu.in:
1353     -renamed config.rc to mcore.conf
1354     * [r2211] src/modules/Makefile[ADD]:
1355     -provide a Makefile for modules
1356     * [r2210] daemon/mcorepasswd.in[DEL], src/mcorepasswd.in[CPY]:
1357     -moved daemon/mcorepasswd.in to src/mcorepasswd.in
1358     * [r2209] daemon/generate-certificate.in[DEL],
1359     src/generate-certificate.in[CPY]:
1360     -moved daemon/generate-certificate.in to
1361     src/generate-certificate.in
1362     * [r2208] certs[CPY], daemon/certs[DEL]:
1363     -moved daemon/certs to certs
1364     * [r2207] daemon/include[DEL], src/include[CPY]:
1365     -moved daemon/include to src/include
1366     * [r2206] daemon/client/mcored.service.in[DEL],
1367     src/mcored.service.in[CPY]:
1368     -moved daemon/client/mcored.service.in to src/mcored.service.in
1369     * [r2205] daemon/client/mcored.rc.in[DEL], src/mcored.rc.in[CPY]:
1370     -moved daemon/client/mcored.rc.in to src/mcored.rc.in
1371     * [r2204] daemon/client/mcored.confd.in[DEL],
1372     src/mcored.confd.in[CPY]:
1373     -moved daemon/client/mcored.confd.in to src/mcored.confd.in
1374     * [r2203] src/mcored.in:
1375     -removed execute bit
1376     * [r2202] daemon/client/mcored.in[DEL], src/mcored.in[CPY]:
1377     -moved daemon/client/mcored.in to src/mcored.in
1378     * [r2201] src/modules/basic-system/system.client.class.in:
1379     -fixed whitespaces
1380     * [r2200] src/modules/basic-system/system.client.class.in:
1381     -use variable pathes
1382     * [r2199] daemon/client/include/system.client.class[DEL],
1383     src/modules/basic-system/system.client.class.in[CPY]:
1384     -moved daemon/client/include/system.client.class to
1385     src/modules/basic-system/system.client.class.in
1386     * [r2198] src/modules/basic-system[ADD],
1387     src/modules/basic-system/Makefile[ADD]:
1388     -added basic-system module
1389     * [r2197] src/modules/basic-input/input.client.class.in:
1390     -use variable pathes
1391     * [r2196] daemon/client/include/input.client.class[DEL],
1392     src/modules/basic-input/input.client.class.in[CPY]:
1393     -moved daemon/client/include/input.client.class to
1394     src/modules/basic-input/input.client.class.in
1395     * [r2195] src/modules/basic-input[ADD],
1396     src/modules/basic-input/Makefile[ADD]:
1397     -added basic-input module
1398     * [r2194] src/modules/basic-video/graphic.client.class.in:
1399     -use variable pathes
1400     * [r2193] daemon/client/include/graphic.client.class[DEL],
1401     src/modules/basic-video/graphic.client.class.in[CPY]:
1402     -moved daemon/client/include/graphic.client.class to
1403     src/modules/basic-video/graphic.client.class.in
1404     * [r2192] src/modules/basic-video[ADD],
1405     src/modules/basic-video/Makefile[ADD]:
1406     -added basic-video module
1407     * [r2191] src/modules/xorg[DEL]:
1408     -removed xorg module, it provided by basic-video
1409     * [r2190] src/modules/xorg[ADD], src/modules/xorg/Makefile[ADD]:
1410     -added xorg module
1411     * [r2189] daemon/client/include/hardware.client.class[DEL],
1412     src/modules/hwinfo/hardware.client.class.in[CPY]:
1413     -moved daemon/client/include/hardware.client.class to
1414     src/modules/hwinfo/hardware.client.class.in
1415     * [r2188] src/modules/hwinfo[ADD],
1416     src/modules/hwinfo/Makefile[ADD]:
1417     -added hwinfo module
1418     * [r2187] src/modules/network/network.client.class.in:
1419     -use variable pathes
1420     * [r2186] daemon/client/include/network.client.class[DEL],
1421     src/modules/network/network.client.class.in[CPY]:
1422     -moved daemon/client/include/network.client.class to
1423     src/modules/network/network.client.class.in
1424     * [r2185] src/modules/network[ADD],
1425     src/modules/network/Makefile[ADD]:
1426     -added network module
1427     * [r2184] src/modules/mage/mage.client.class[DEL],
1428     src/modules/mage/mage.client.class.in[CPY]:
1429     -really moved to mage.client.class.in
1430     * [r2183] daemon/client/include/mage.client.class[DEL],
1431     src/modules/mage/mage.client.class[CPY]:
1432     -moved daemon/client/include/mage.client.class to
1433     src/modules/mage/mage.client.class
1434     * [r2182] src/modules/mage[ADD], src/modules/mage/Makefile[ADD]:
1435     -added mage module
1436     * [r2181] daemon/client/include/boot.client.class[DEL],
1437     src/modules/grub2/boot.client.class.in[CPY]:
1438     -moved daemon/client/include/boot.client.class to
1439     src/modules/grub2/boot.client.class.in
1440     * [r2180] src/modules/grub2[ADD], src/modules/grub2/Makefile[ADD]:
1441     -added grub2 module
1442     * [r2179] daemon/client/include/citrix.client.class[DEL],
1443     src/modules/citrix/citrix.client.class.in[CPY]:
1444     -moved daemon/client/include/citrix.client.class to
1445     src/modules/citrix/citrix.client.class.in
1446     * [r2178] src/modules/citrix[ADD],
1447     src/modules/citrix/Makefile[ADD]:
1448     -add citrix module
1449     * [r2177] src/modules/lprng/printing.client.class.in:
1450     -fixed whitespaces
1451     * [r2176] src/modules/lprng/printing.client.class.in:
1452     -use variable pathes
1453     * [r2175] src/modules/lprng/printing.client.class.in:
1454     -fixed whitespaces
1455     * [r2174] daemon/client/include/printing.client.class[DEL],
1456     src/modules/lprng/printing.client.class.in[CPY]:
1457     -moved daemon/client/include/printing.client.class to
1458     src/modules/lprng/printing.client.class.in
1459     * [r2173] src/modules/lprng[ADD], src/modules/lprng/Makefile[ADD]:
1460     -add lprng module
1461     * [r2172] src/modules/tigervnc/vnc.client.class.in:
1462     -use variable pathes
1463     * [r2171] src/modules/tigervnc/vnc.client.class.in:
1464     -fixed whitespaces
1465     * [r2170] daemon/client/include/vnc.client.class[DEL],
1466     src/modules/tigervnc/vnc.client.class.in[CPY]:
1467     -moved daemon/client/include/vnc.client.class to
1468     src/modules/tigervnc/vnc.client.class.in
1469     * [r2169] src/modules/tigervnc[ADD],
1470     src/modules/tigervnc/Makefile[ADD]:
1471     -added tigervnc module
1472     * [r2168] src/modules/sysvinit/sysvinit.client.class.in:
1473     -use variable pathes
1474     * [r2167] daemon/client/include/sysvinit.client.class[DEL],
1475     src/modules/sysvinit/sysvinit.client.class.in[CPY]:
1476     -moved daemon/client/include/sysvinit.client.class to
1477     src/modules/sysvinit/sysvinit.client.class.in
1478     * [r2166] src/modules/sysvinit[ADD],
1479     src/modules/sysvinit/Makefile[ADD]:
1480     -add sysvinit module
1481     * [r2165] src/modules/systemd/systemd.client.class.in:
1482     -use variable pathes
1483     * [r2164] daemon/client/include/systemd.client.class[DEL],
1484     src/modules/systemd/systemd.client.class.in[CPY]:
1485     -moved daemon/client/include/systemd.client.class to
1486     src/modules/systemd/systemd.client.class.in
1487     * [r2163] src/modules/systemd[ADD],
1488     src/modules/systemd/Makefile[ADD]:
1489     -add system module
1490     * [r2162] src/modules/fbsplash/fbsplash.client.class.in:
1491     -use variable pathes
1492     * [r2161] daemon/client/include/fbsplash.client.class[DEL],
1493     src/modules/fbsplash/fbsplash.client.class.in[CPY]:
1494     -moved daemon/client/include/fbsplash.client.class to
1495     src/modules/fbsplash/fbsplash.client.class.in
1496     * [r2160] src/modules/fbsplash[ADD],
1497     src/modules/fbsplash/Makefile[ADD]:
1498     -added fbsplash module
1499     * [r2159] src/modules/plymouth/plymouth.client.class.in:
1500     -fixed whitespaces
1501     * [r2158] src/modules/plymouth/plymouth.client.class.in:
1502     -use variable pathes
1503     * [r2157] daemon/client/include/plymouth.client.class[DEL],
1504     src/modules/plymouth/plymouth.client.class.in[CPY]:
1505     -moved daemon/client/include/plymouth.client.class to
1506     src/modules/plymouth/plymouth.client.class.in
1507     * [r2156] src/modules/plymouth[ADD],
1508     src/modules/plymouth/Makefile[ADD]:
1509     -add plymouth module
1510     * [r2155] src/modules/fluxbox/Makefile:
1511     -build and install fluxbox.client.class
1512     * [r2154] src/modules/fluxbox/fluxbox.client.class.in:
1513     -helpers are now provided by fluxbox-rebuild-autostart and
1514     fluxbox-rebuild-menu programs
1515     * [r2153] src/modules/fluxbox/fluxbox.client.class.in:
1516     -drop which dependency
1517     * [r2152] src/modules/fluxbox/fluxbox.client.class.in:
1518     -use variable pathes
1519     * [r2151] daemon/client/include/fluxbox.client.class[DEL],
1520     src/modules/fluxbox/fluxbox.client.class.in[CPY]:
1521     -moved daemon/client/include/fluxbox.client.class to
1522     src/modules/fluxbox/fluxbox.client.class.in
1523     * [r2150] src/modules/fluxbox[ADD],
1524     src/modules/fluxbox/Makefile[ADD],
1525     src/modules/fluxbox/fluxbox-rebuild-autostart.in[ADD],
1526     src/modules/fluxbox/fluxbox-rebuild-menu.in[ADD]:
1527     -added fluxbox module
1528     * [r2149] src/idesk-sysinfo.in[DEL],
1529     src/modules/idesk/idesk-sysinfo.in[CPY]:
1530     -moved src/idesk-sysinfo.in to src/modules/idesk/
1531     * [r2148] src/modules/idesk/Makefile:
1532     -create and install idesk.client.class.in
1533     * [r2147] src/modules/idesk/idesk.client.class.in:
1534     -use mcore variables and use variable pathes for pixmapsdir
1535     * [r2146] daemon/client/include/idesk.client.class[DEL],
1536     src/modules/idesk/idesk.client.class.in[CPY]:
1537     -move file daemon/client/include/idesk.client.class to
1538     src/modules/idesk/idesk.client.class.in
1539     * [r2145] src/modules/idesk[ADD], src/modules/idesk/Makefile[ADD]:
1540     -added idesk module
1541     * [r2144] src/modules[ADD]:
1542     -added modules
1543     * [r2143] Makefile.inc:
1544     -add global processors
1545     * [r2142] src/Makefile[ADD]:
1546     -added local Makefile for xinfo
1547     * [r2141] Makefile.inc[ADD]:
1548     -added Makefile.inc with all global definitions
1549     * [r2140] daemon/client/mcored.in,
1550     daemon/include/common.global.class[ADD],
1551     daemon/include/daemon.global.class:
1552     -daemon.global.class: split some common, non daemon relvant,
1553     commands into an extra common.globcal.class
1554     * [r2139] daemon/include/daemon.global.class:
1555     -renamed variable MCLIBDIR -> MCORE_LIBDIR
1556     * [r2138] daemon/client/mcored.confd.in,
1557     daemon/client/mcored.rc.in, daemon/client/mcored.service.in:
1558     -variable pathes
1559     * [r2137] daemon/client/mcored.in:
1560     -update Makefile variable names and renamed MCLIBDIR ->
1561     MCORE_LIBDIR
1562     * [r2136] src/idesk-sysinfo.in:
1563     -variable pathes
1564     * [r2135] conf/config.rc.in:
1565     -variable pathes and defaults
1566     * [r2134] daemon/generate-certificate.in:
1567     -variable pathes
1568     * [r2133] daemon/mcorepasswd.in:
1569     -variable pathes and renamed MCLIBDIR -> MCORE_LIBDIR
1570     * [r2132] daemon/mcorepasswd.in[CPY], daemon/mcorepasswd.sh[DEL]:
1571     -renamed mcorepasswd.sh -> mcorepasswd.in
1572     * [r2131] conf/config.rc[DEL], conf/config.rc.in[CPY]:
1573     -renamed config.rc -> config.rc.in
1574     * [r2130] daemon/generate-certificate.in[CPY],
1575     daemon/generate-certificate.sh[DEL]:
1576     -renamed generate-certificate.sh -> generate-certificate.in
1577     * [r2129] daemon/client/mcored.confd[DEL],
1578     daemon/client/mcored.confd.in[CPY]:
1579     -renamed mcored.confd -> mcored.confd.in
1580     * [r2128] daemon/client/mcored.rc[DEL],
1581     daemon/client/mcored.rc.in[CPY]:
1582     -renamed mcored.rc -> mcored.rc.in
1583     * [r2127] daemon/client/mcored.service[DEL],
1584     daemon/client/mcored.service.in[CPY]:
1585     -renamed mcored.service -> mcored.service.in
1586     * [r2126] daemon/client/mcored.in:
1587     -make pathes variable
1588     * [r2125] daemon/client/mcored.in[CPY],
1589     daemon/client/mcored.sh[DEL]:
1590     -renamed mcored.sh -> mcored.in
1591     * [r2124] daemon/generate-certificate.sh:
1592     -remove which dependency
1593    
1594     2014-01-09 Niels Rogalla <niro@magellan-linux.de>
1595    
1596     * [r2123] Makefile:
1597     -generate and install idesk-sysinfo
1598     * [r2122] icons[ADD], icons/sysinfo.png[ADD]:
1599     -add sysinfo.png icon
1600     * [r2121] dracut/run-mcored.sh:
1601     -fixed a typo
1602     * [r2120] bin[DEL]:
1603     -drop unused directory
1604     * [r2119] src/idesk-sysinfo.in:
1605     -make pixmaps dir configurable
1606     * [r2118] bin/idesk-sysinfo.sh[DEL], src/idesk-sysinfo.in[CPY]:
1607     -moved bin/idesk-sysinfo.sh to src/idesk-sysinfo.in
1608    
1609 niro 2105 2014-01-02 Niels Rogalla <niro@magellan-linux.de>
1610    
1611 niro 2256 * [r2117] ChangeLog:
1612     -updated ChangeLog
1613 niro 2117 * [r2116] daemon/client/mcored.service:
1614     -always restart the mcored and kill by process id
1615     * [r2115] daemon/include/daemon.global.class:
1616     -fixed printing of whitespaces
1617     * [r2114] dracut/module-setup.sh:
1618     -DEFAULT_DHCP_START for udhcp needs hostname prog to register the
1619     current hostname on DNS servers
1620     * [r2113] Makefile:
1621     -fixed missing net-lib.sh
1622     * [r2112] dracut/module-setup.sh:
1623     -fixed missing net-lib.sh
1624     * [r2111] dracut/module-setup.sh:
1625     -do not install non-existing start-daemon.sh
1626     * [r2110] dracut/run-mcored.sh:
1627     -honor network options from /etc/conf.d/network
1628     * [r2109] Makefile:
1629     -install xinfo
1630     * [r2108] bin/idesk-sysinfo.sh:
1631     -create ~/.idesktop directory if missing
1632     * [r2107] daemon/client/include/vnc.client.class:
1633     -create vncconfigdir if missing
1634     * [r2106] Makefile:
1635     -install idesk-sysinfo
1636     * [r2105] ChangeLog:
1637     -updated ChangeLog
1638 niro 2105 * [r2104] daemon/client/include/idesk.client.class:
1639     -fixed whitespaces
1640     * [r2103] bin[ADD], bin/idesk-sysinfo.sh[ADD]:
1641     -added initial idesk-sysinfo generator app
1642     * [r2102] Makefile:
1643     -compile xinfo
1644    
1645     2013-09-27 Niels Rogalla <niro@magellan-linux.de>
1646    
1647     * [r2101] src/xinfo.c:
1648     -serveral fixes: check for display, fixed return values and fixed
1649     a typo
1650     * [r2100] src[ADD], src/xinfo.c[ADD]:
1651     -added initial xinfo tool
1652     * [r2099] conf/config.rc:
1653     -quote all variables
1654     * [r2098] conf/config.rc:
1655     -added MCORE_CONTROL_SERVER variable
1656     * [r2097] daemon/client/include/input.client.class:
1657     -write vconsole.conf on systemd systems
1658     * [r2096] daemon/client/include/mage.client.class:
1659     -honor mage update-tarball
1660     * [r2095] daemon/client/mcored.sh:
1661     -respect system environment
1662     * [r2094] dracut/net-lib.sh[ADD], dracut/run-mcored.sh:
1663     -start mcored only if an active iface was found and use net-lib
1664     to find this iface
1665    
1666     2013-05-21 Niels Rogalla <niro@magellan-linux.de>
1667    
1668     * [r2093] daemon/include/mysqlfunctions.global.class[ADD]:
1669     -add mysql basic functions
1670    
1671 niro 2092 2013-05-13 Niels Rogalla <niro@magellan-linux.de>
1672    
1673 niro 2105 * [r2092] ChangeLog:
1674     -updated ChangeLog
1675 niro 2092 * [r2091] daemon/include/daemon.global.class:
1676     list_files_in_directory(): fixed typos
1677    
1678     2013-05-10 Niels Rogalla <niro@magellan-linux.de>
1679    
1680     * [r2090] daemon/client/include/system.client.class,
1681     daemon/client/include/systemd.client.class,
1682     daemon/client/include/sysvinit.client.class:
1683     -use enable|disable commands to add|remove services from
1684     runlevels
1685     * [r2089] daemon/client/include/systemd.client.class:
1686     -auto-append .service to services when missing to fix a $MROOT
1687     issue
1688     * [r2088] daemon/client/include/sysvinit.client.class:
1689     -disable some command which not work with $MROOT set
1690     * [r2087] daemon/client/include/system.client.class:
1691     -honor $MROOT variable
1692     * [r2086] daemon/client/include/plymouth.client.class:
1693     -honor $MROOT variable
1694     * [r2085] daemon/client/include/boot.client.class:
1695     -honor $MROOT variable
1696     * [r2084] daemon/client/include/systemd.client.class:
1697     -honor $MROOT variable
1698     * [r2083] daemon/include/daemon.global.class:
1699     -added system_chroot() function
1700     * [r2082] dracut/module-setup.sh:
1701     -added some missing progs to check function and install
1702     systemd-nspawn
1703     * [r2081] dracut/run-mcored.sh:
1704     -mount sysroot writeable
1705     * [r2080] dracut/module-setup.sh:
1706     -fixed whitespaces
1707     * [r2079] Makefile, daemon/client/include/boot.client.class,
1708     daemon/client/include/fbsplash.client.class[ADD],
1709     daemon/client/include/plymouth.client.class[ADD],
1710     daemon/client/include/system.client.class,
1711     daemon/client/include/systemd.client.class[ADD],
1712     daemon/client/include/sysvinit.client.class[ADD]:
1713     -split systemd, sysvinit, fbsplash and plymouth functions in
1714     single classes so no runtime checks are required and the correct
1715     version get installed right away
1716     * [r2078] daemon/client/include/boot.client.class:
1717     -improved MROOT support
1718     * [r2077] daemon/include/daemon.global.class:
1719     -list_all_files_in_directory(): improved find and drop basename
1720     requirement
1721     * [r2076] daemon/client/include/network.client.class:
1722     -support get_ functions
1723     * [r2075] daemon/client/include/system.client.class:
1724     -support get_ functions
1725     * [r2074] daemon/client/include/boot.client.class:
1726     -support plymouth
1727     * [r2073] daemon/include/daemon.global.class:
1728     -list_files_in_directories(): support -name argument
1729     * [r2072] dracut/run-mcored.sh:
1730     -dracut-module: set MROOT to /sysroot on client daemon start
1731    
1732     2013-05-08 Niels Rogalla <niro@magellan-linux.de>
1733    
1734     * [r2071] dracut/run-mcored.sh:
1735     -dracut-module: honor cmdline with rd.mcored to enable/disable
1736     this module. default is enabled
1737     * [r2070] daemon/client/include/vnc.client.class:
1738     -re-worked vnc.class: added missing get_ functions and using now
1739     a vnc.service function to control the facility
1740     * [r2069] dracut/module-setup.sh:
1741     -dracut-module: removed xmlstartlet from install part too
1742     * [r2068] dracut/module-setup.sh:
1743     -dracut-module: xmlstarlet is not required by mcored, removed
1744     * [r2067] dracut/mcored.conf:
1745     dracut-module: module must be called without sort identifier
1746     * [r2066] dracut/module-setup.sh:
1747     -alx -> mcored
1748     * [r2065] dracut/mcored.conf[ADD]:
1749     -enable mcored module via dracut.conf.d
1750     * [r2064] Makefile:
1751     -install dracut-module
1752     * [r2063] dracut/module-setup.sh:
1753     -dracut-module: mysql is not required, dropped
1754     * [r2062] daemon/client/include/vnc.client.class:
1755     -use default vnc passwd location of tigervnc
1756     * [r2061] daemon/client/include/system.client.class:
1757     -support systemd units
1758     * [r2060] daemon/client/include/input.client.class:
1759     get_input_keymap(): eleminate all "
1760     * [r2059] daemon/client/include/input.client.class:
1761     get_input_keymap(): only run setxkbmap if X11 is running, if not
1762     always try to get the keymap from the xorg.config
1763     * [r2058] daemon/client/include/input.client.class:
1764     -set console keymap on systemd systemd too
1765     * [r2057] daemon/client/include/system.client.class:
1766     -use poweroff for shutdown
1767     * [r2056] Makefile, systemd[DEL]:
1768     -removed duplicates
1769     * [r2055] daemon/client/mcored.service:
1770     -fixed some typoes
1771     * [r2054] dracut/module-setup.sh:
1772     -let the dracut-module install the missing VERSION file
1773     * [r2053] Makefile:
1774     -split install to allow single client installations and be able
1775     to choose the init type (systemd/sysvinit)
1776     * [r2052] Makefile, daemon/client/mcored.sh,
1777     daemon/include/daemon.global.class:
1778     -added print_version() function and print proper version info on
1779     connect
1780     * [r2051] daemon/control[ADD],
1781     daemon/control/control-daemon.confd[ADD],
1782     daemon/control/control-daemon.rc[ADD],
1783     daemon/control/control-daemon.sh[ADD],
1784     daemon/control/include[ADD],
1785     daemon/control/include/graphic.control.class[ADD],
1786     daemon/control/include/input.control.class[ADD],
1787     daemon/control/include/session.control.class[ADD]:
1788     -added control daemon pieces, WIP
1789     * [r2050] daemon/cmdlets.txt[ADD]:
1790     -added cmdlets todo
1791     * [r2049] todo-hardware.txt[ADD]:
1792     -added hardware todo
1793     * [r2048] socket_send.php[ADD]:
1794     -added socket_send.php helper script
1795     * [r2047] nsslsay[ADD]:
1796     -added nsslsay helper script
1797     * [r2046] initialsetup.sh[ADD]:
1798     -added initialsetup helper script
1799     * [r2045] VERSION[ADD]:
1800     -version 0_preAlpha
1801     * [r2044] daemon/client/mcored.sh,
1802     daemon/include/daemon.global.class:
1803     -support version cmd
1804     * [r2043] systemd[ADD], systemd/mcored.service[ADD]:
1805     -added systemd service unit
1806    
1807     2013-04-17 Niels Rogalla <niro@magellan-linux.de>
1808    
1809     * [r2042] dracut[ADD], dracut/module-setup.sh[ADD],
1810     dracut/run-mcored.sh[ADD]:
1811     -added dracut module
1812     * [r2041] daemon/client/include/idesk.client.class[ADD]:
1813     -initial idesk support class - WIP
1814     * [r2040] daemon/client/include/input.client.class:
1815     -added systemd support and use systemd supported config file
1816     names
1817     * [r2039] daemon/client/include/graphic.client.class:
1818     -use list_files_in_directory() function
1819     * [r2038] daemon/client/include/citrix.client.class:
1820     -change ica-session handling: allow 'named' sessions
1821     * [r2037] daemon/client/include/system.client.class:
1822     -print service status
1823    
1824     2012-12-03 Niels Rogalla <niro@magellan-linux.de>
1825    
1826     * [r2036] daemon/client/mcored.confd:
1827     -start service with verbose mode
1828     * [r2035] daemon/client/mcored.service[ADD]:
1829     -added systemd unit
1830    
1831 niro 2033 2012-08-13 Niels Rogalla <niro@magellan-linux.de>
1832    
1833 niro 2092 * [r2034] conf/config.rc:
1834     -changed distribution name to 'mCore'
1835     * [r2033] ChangeLog[ADD]:
1836     -added ChangeLog
1837 niro 2033 * [r2032] daemon/client/include/network.client.class:
1838     -restart networking in MROOT environment
1839     * [r2031] daemon/client/include/hardware.client.class:
1840     -support $MROOT variable
1841     * [r2030] daemon/include/daemon.global.class:
1842     -use find to fix some annoying error messages and fixed variable
1843     declaration
1844     * [r2029] daemon/client/include/citrix.client.class:
1845     -always escape session, as it may contain spaces
1846     * [r2028] daemon/client/include/fluxbox.client.class:
1847     -fixed a typo
1848     * [r2027] daemon/client/include/fluxbox.client.class:
1849     -use find to fix some annoying error messages
1850     * [r2026] daemon/client/include/network.client.class:
1851     -support $MROOT variable
1852     * [r2025] daemon/client/include/input.client.class:
1853     -support $MROOT variable
1854     * [r2024] daemon/client/include/vnc.client.class:
1855     -support $MROOT variable
1856     * [r2023] daemon/client/include/citrix.client.class:
1857     use find to fix some annoying errors
1858     * [r2022] daemon/client/include/citrix.client.class:
1859     -make use of new list_files_in_directory() function
1860     * [r2021] daemon/client/include/citrix.client.class:
1861     -support $MROOT variable
1862     * [r2020] daemon/client/include/boot.client.class:
1863     -make use of new list_files_in_directory() function
1864     * [r2019] daemon/client/include/graphic.client.class:
1865     -added info line that some files are autogenerated
1866     * [r2018] daemon/client/include/graphic.client.class:
1867     -support $MROOT variable
1868     * [r2017] daemon/client/include/system.client.class:
1869     -support $MROOT variable
1870     * [r2016] daemon/client/include/fluxbox.client.class:
1871     -make use of MCORE_DISTRIBUTION variable and fixed coding style
1872     * [r2015] daemon/client/include/fluxbox.client.class:
1873     -use find to prevent annoying error messages if nothing was found
1874     * [r2014] daemon/client/include/fluxbox.client.class:
1875     -make use of new list_files_in_directory() function
1876     * [r2013] daemon/client/include/fluxbox.client.class:
1877     -support $MROOT variable
1878     * [r2012] daemon/client/include/printing.client.class:
1879     -make use of new list_files_in_directory() function
1880     * [r2011] daemon/client/include/printing.client.class:
1881     -support $MROOT variable
1882     * [r2010] daemon/client/mcored.rc:
1883     -use rc_print() and rc_echo() functions
1884     * [r2009] conf/config.rc:
1885     -added MCORE_DISTRIBUTION variable
1886     * [r2008] daemon/include/daemon.global.class:
1887     -added list_files_in_directory() function
1888     * [r2007] daemon/include/daemon.global.class:
1889     -added mroot applet
1890     * [r2006] daemon/client/mcored.sh,
1891     daemon/include/daemon.global.class:
1892     -added colors command, to re-enable colors after calling
1893     'nocolors' cmd
1894     * [r2005] daemon/client/mcored.sh,
1895     daemon/include/daemon.global.class:
1896     -added stop_service() function
1897     * [r2004] daemon/client/mcored.sh:
1898     -use mecho instead of echo
1899     * [r2003] daemon/include/daemon.global.class:
1900     -fixed whitespaces
1901    
1902     2011-11-09 Niels Rogalla <niro@magellan-linux.de>
1903    
1904     * [r1925] daemon/include/daemon.global.class:
1905     -added new gobal cmds 'reload' and 'restart' to help
1906     * [r1924] daemon/client/include/boot.client.class:
1907     -fixed typos
1908     * [r1923] Makefile:
1909     -install boot client class
1910     * [r1922] daemon/client/include/mage.client.class:
1911     -support query of the whole mage inventory
1912     * [r1921] daemon/client/include/input.client.class:
1913     -requires fluxbox
1914     -support get input.keymap
1915     -support keyboard rate setup
1916     -improved help descriptions
1917     * [r1920] daemon/client/include/graphic.client.class:
1918     -clean up
1919     * [r1919] daemon/client/include/fluxbox.client.class:
1920     -added helper_rebuild_fluxbox_autostart() function
1921     * [r1918] daemon/client/include/boot.client.class[ADD]:
1922     -added boot and splash classes
1923     * [r1916] daemon/client/mcored.sh:
1924     -support the reload of client classes
1925     -support restart of the service
1926     * [r1915] daemon/include/daemon.global.class:
1927     -added functions to load client classes and to restart the
1928     service
1929    
1930     2011-11-07 Niels Rogalla <niro@magellan-linux.de>
1931    
1932     * [r1898] make-svn-snapshot.sh[ADD]:
1933     -added svn snapshot script
1934    
1935     2011-11-04 Niels Rogalla <niro@magellan-linux.de>
1936    
1937     * [r1897] conf/config.rc:
1938     - pruned unused variables
1939     * [r1896] daemon/client/include/network.client.class:
1940     - use dhcp_prog from /etc/conf.d/network
1941     * [r1895] daemon/client/include/printing.client.class:
1942     -enable spooler logging
1943     * [r1894] daemon/client/mcored.sh:
1944     -disable debug logging
1945     * [r1893] Makefile:
1946     -install service runtime directory
1947    
1948     2011-03-11 Niels Rogalla <niro@magellan-linux.de>
1949    
1950     * [r1666] daemon/include/daemon.global.class:
1951     -do not dirty the output of x11runas() with x11 pid ids
1952    
1953     2011-03-10 Niels Rogalla <niro@magellan-linux.de>
1954    
1955     * [r1648] daemon/client/include/system.client.class:
1956     -make use of error echo function eecho()
1957     -use rvecho() for function retvals
1958     * [r1647] daemon/client/include/printing.client.class:
1959     -helper_addprinter(): added a missing clearconfig call
1960     -use rvecho() for function retvals
1961     * [r1646] daemon/client/include/network.client.class:
1962     -use rvecho() for function retvals
1963     * [r1645] daemon/client/include/input.client.class:
1964     -x11runas checks for X, removed unnecessary checks
1965     * [r1644] daemon/client/include/hardware.client.class:
1966     -use rvecho() for function retvals
1967     -get_hardware_detect(): added a sanity check for allowed actions
1968     * [r1643] daemon/client/include/graphic.client.class:
1969     -x11runas checks for X, removed unnecessary checks
1970     -use rvecho() for function retvals
1971     * [r1642] daemon/client/include/fluxbox.client.class:
1972     -use [separator] in fluxbox menu instead of [nop] (____)
1973     -use rvecho() for function retvals
1974     * [r1641] daemon/client/include/citrix.client.class:
1975     -use rvecho() for function retvals
1976     * [r1640] daemon/include/sessionauth.global.class:
1977     -removed commented stuff
1978     -make use of error echo function eecho()
1979     -use mecho() for informal-only echos
1980     -use rvecho() for function retvals
1981     * [r1639] daemon/include/daemon.global.class:
1982     -x11runas(): let the function check for X11
1983     -added decho() "debug-echo" function for debugging only messages
1984     -added rvecho() "retval echo" function to print retvals on quiet
1985     mode
1986     -support quiet mode in mecho()
1987     -make use of error echo function eecho()
1988     -make use of debug echo function decho()
1989     -make use of retval echo function rvecho()
1990     -fixed a typo in path_not_empty() function
1991     * [r1638] daemon/client/mcored.sh:
1992     -set NOCOLORS default value to false
1993     -set WEBCRLFS default value to false
1994     -support quiet option and default it to false
1995    
1996     2011-03-04 Niels Rogalla <niro@magellan-linux.de>
1997    
1998     * [r1605] daemon/client/include/network.client.class:
1999     -update etc hosts if the hostname was changed
2000    
2001     2011-02-17 Niels Rogalla <niro@magellan-linux.de>
2002    
2003     * [r1351] daemon/client/include/network.client.class:
2004     -fixed a typo in the discription of nameserver
2005     -add the new hostname to the x11 authority file to allow x11
2006     interaction without restarting xorg
2007     * [r1350] daemon/include/daemon.global.class:
2008     -fixed whitespaces
2009     * [r1348] daemon/client/include/network.client.class:
2010     - renamed set_network_dns to set_network_nameserver
2011     - added more help descriptions for gateway and nameserver
2012     - added get functions for hostname, gateway and nameserver
2013     - sanitized arguments
2014     * [r1347] daemon/client/include/mage.client.class:
2015     - reverted update|upgrade|uppretend changes as we got them
2016     already
2017     - added uppretend to 'get mage.upgrade' and not to 'mage.update'
2018     * [r1346] daemon/client/include/hardware.client.class:
2019     -fixed change items on description
2020     * [r1345] daemon/client/include/system.client.class:
2021     -fixed broken autologon config
2022     * [r1344] daemon/client/mcored.sh:
2023     -do not print errors about missing serial config
2024     * [r1342] Makefile:
2025     added hardware.client.class for some hardware information and
2026     detection
2027     * [r1341] daemon/client/include/mage.client.class:
2028     added uppretend too
2029     * [r1338] daemon/client/include/hardware.client.class[ADD]:
2030     added hardware.client.class for some hardware information and
2031     detection
2032     * [r1337] daemon/client/include/mage.client.class:
2033     added mage update and upgrade functionality
2034     * [r1336] daemon/client/include/system.client.class:
2035     use MCORE_UNPRIV_USER variable instead of hardcoded mcore user
2036     * [r1335] daemon/include/hwdetection.global.class:
2037     added get_hwinfo_monitor() and add usb-host drivers when
2038     usb-storage was found
2039    
2040     2011-02-16 Niels Rogalla <niro@magellan-linux.de>
2041    
2042     * [r1330] daemon/include/daemon.global.class:
2043     -fixed a typo in global help description
2044    
2045     2011-02-14 Niels Rogalla <niro@magellan-linux.de>
2046    
2047     * [r1329] daemon/client/include/system.client.class:
2048     -added autologin configure feature
2049    
2050     2011-02-07 Niels Rogalla <niro@magellan-linux.de>
2051    
2052     * [r1327] daemon/client/include/fluxbox.client.class:
2053     -use full pathes to match sudoers file
2054     * [r1315] daemon/mcorepasswd.sh:
2055     -respect require and provide, added some dummy functions
2056    
2057     2011-02-06 Niels Rogalla <niro@magellan-linux.de>
2058    
2059     * [r1308] daemon/include/daemon.global.class:
2060     -renamed validate_session() to valid_session()
2061     -added nocolors and webcrlf options which are allowed to be
2062     called before login (needed by web-interfaces)
2063     -let addconfig() honor -e and -n echo variables
2064     * [r1307] daemon/include/hwdetection.global.class:
2065     updated hwdetection from upstream installer
2066     * [r1306] daemon/include/sessionauth.global.class:
2067     -renamed validate_session() to valid_session()
2068     * [r1305] daemon/client/mcored.sh:
2069     -renamed validate_session() to valid_session()
2070     -added nocolors and webcrlf options which are allowed to be
2071     called before login (needed by web-interfaces)
2072     * [r1304] daemon/client/mcored.rc:
2073     -fixed wrong variable, thats the chroot dir and not the keyring!
2074     -be more silent
2075     * [r1303] daemon/client/mcored.confd:
2076     -fixed wrong variable, thats the chroot dir and not the keyring!
2077     * [r1302] conf/config.rc:
2078     -disabled sql settings
2079     * [r1301] Makefile:
2080     -install default certificates
2081     * [r1300] daemon/certs[ADD], daemon/certs/mcored.key[ADD],
2082     daemon/certs/mcored.pem[ADD]:
2083     -added some default certificates for mcored
2084     * [r1284] daemon/client/include/network.client.class:
2085     - renamed function set_network_default_gw -> set_network_gateway
2086     - fixed missing argv for value
2087    
2088     2011-02-04 Niels Rogalla <niro@magellan-linux.de>
2089    
2090     * [r1267] Makefile:
2091     - added citrix plugin
2092     - renamed session plugin to fluxbox
2093     * [r1266] daemon/client/include/citrix.client.class[ADD]:
2094     -added plugin for citrix sessions
2095     * [r1265] daemon/include/hwdetection.global.class:
2096     -the hwdetecion provides hwdetection ;)
2097     * [r1264] daemon/include/daemon.global.class:
2098     - added missing quit command to global help topics
2099     - added hint about help [topic]
2100     - let x11runas determine the DISPLAY itself by using
2101     MCORE_XORG_DISPLAY
2102     - added no_duplicate() function for internal use
2103     - let require() and provide() check for duplicate items via
2104     no_duplicate()
2105     - added verify_requirements to be able to resolve missing plugin
2106     requirements
2107     - mecho() and eecho() should honor the '-n' echo option
2108     - added path_not_empty() functions which is used by
2109     helper_graphic_rebuild_xorg_conf_d() of the graphic plugin
2110     * [r1263] daemon/client/include/vnc.client.class:
2111     - use the new xorg.conf.d handling to en/disable the vnc module
2112     and its options
2113     - requires basic graphic to support the new xorg.conf.d handling
2114     * [r1262] daemon/client/include/system.client.class:
2115     - fixed spelling
2116     - merged system.console and system.rootconsole to one function
2117     - fixed the root console that it really opens up a root console
2118     with asking for roots password before changing the privileges
2119     - added system.service functionality
2120     - added system.passwd functionality
2121     - added system.vt functionality
2122     * [r1261] daemon/client/include/printing.client.class:
2123     - merged addprinter and delprinter into one printer functions
2124     - fixed the help functions according to the new printer function
2125     * [r1260] daemon/client/include/network.client.class:
2126     - requires basic-system for restarting system services
2127     - always use CONFIG=, clearconfig, addconfig paradigma
2128     - better sanity checks in set_network_iface()
2129     * [r1259] daemon/client/include/input.client.class:
2130     -x11runas selects the used Xorg display itself via
2131     MCORE_XORG_DISPLAY variable
2132     * [r1258] daemon/client/include/graphic.client.class:
2133     -only provide basic-video, x0vnc is another plugin
2134     -completly reworkd xorg.conf.d handling
2135     -added graphic.depth and graphic.driver functions
2136     -allways use clearconfig/addconfig for all config files
2137     * [r1257] daemon/client/include/fluxbox.client.class:
2138     -merged addmenuitem and delmenuitem to one menuitem command
2139     - added get_ menuitem functionality
2140     - added support for changing fluxbox themes
2141     - set wallpaper support on todo
2142     * [r1256] daemon/client/mcored.sh:
2143     -added require command to verify plugin requirements
2144     * [r1255] conf/config.rc:
2145     -added MCORE_XORG_DISPLAY variable
2146    
2147     2011-02-02 Niels Rogalla <niro@magellan-linux.de>
2148    
2149     * [r1254] daemon/client/include/fluxbox.client.class[CPY],
2150     daemon/client/include/session.client.class[DEL]:
2151     -renamed session.client.class -> fluxbox.client.class
2152     * [r1253] daemon/client/include/session.client.class:
2153     -reworked an renamed all functions to fluxbox, because they are
2154     fluxbox-specific
2155     * [r1252] daemon/include/daemon.global.class:
2156     -disabled mysql based functions atm
2157     -clearconfig: install config dir
2158     * [r1251] daemon/client/mcored.sh:
2159     -disabled mysql based functions atm
2160     * [r1250] conf/config.rc:
2161     -added MCORE_CONFIG_PATH variable
2162     * [r1249] Makefile[ADD]:
2163     -initial version
2164     * [r1248] .[ADD], conf[ADD], conf/config.rc[ADD], daemon[ADD],
2165     daemon/client[ADD], daemon/client/include[ADD],
2166     daemon/client/include/graphic.client.class[ADD],
2167     daemon/client/include/input.client.class[ADD],
2168     daemon/client/include/mage.client.class[ADD],
2169     daemon/client/include/network.client.class[ADD],
2170     daemon/client/include/printing.client.class[ADD],
2171     daemon/client/include/session.client.class[ADD],
2172     daemon/client/include/system.client.class[ADD],
2173     daemon/client/include/vnc.client.class[ADD],
2174     daemon/client/mcored.confd[ADD], daemon/client/mcored.rc[ADD],
2175     daemon/client/mcored.sh[ADD],
2176     daemon/generate-certificate.sh[ADD], daemon/include[ADD],
2177     daemon/include/daemon.global.class[ADD],
2178     daemon/include/hwdetection.global.class[ADD],
2179     daemon/include/sessionauth.global.class[ADD],
2180     daemon/mcorepasswd.sh[ADD]:
2181     -initial version
2182