Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2348 - (hide annotations) (download)
Mon Aug 24 10:11:56 2015 UTC (8 years, 8 months ago) by niro
File size: 46003 byte(s)
-revert changes
1 niro 2314 2014-01-20 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2313] daemon[DEL]:
4     -removed old daemon dir
5     * [r2312] src/sysvinit/mcore-controld.rc.in:
6     -SSL_KEY_DIR was renamed to CHROOT_DIR
7     * [r2311] src/sysvinit/mcore-controld.rc.in:
8     -control daemon was renamed to mcore-controld
9     * [r2310] src/sysvinit/mcore-controld.rc.in:
10     -honor variable pathes of the Makefile
11     * [r2309] src/sysvinit/mcore-controld.rc.in:
12     -quiet stop
13     * [r2308] src/sysvinit/mcored.rc.in:
14     -updated runlevels
15     * [r2307] src/sysvinit/mcore-controld.rc.in:
16     -use rc_print() and rc_echo() functions
17     * [r2306] daemon/control/control-daemon.rc[DEL],
18     src/sysvinit/mcore-controld.rc.in[CPY]:
19     -moved daemon/control/control-daemon.rc to
20     src/sysvinit/mcore-controld.rc.in
21     * [r2305] src/modules/basic-input/input.control.class.in,
22     src/modules/basic-video/graphic.control.class.in,
23     src/modules/citrix/citrix.control.class.in:
24     -use CLASS_ARGV
25     * [r2304] src/mcore-controld.in:
26     -modified to match new classes and includes
27     * [r2303] src/include/daemon.global.class.in, src/mcored.in:
28     -renamed load_client_classes() to load_classes() and make it
29     variable to either load client or control classes
30     * [r2302] src/include/daemon.global.class.in:
31     -call sigterm to terminate sslsvd. this supresses some error
32     messages
33     * [r2301] dracut/mcored.conf:
34     -added some debugging helpers
35     * [r2300] dracut/mcored.conf:
36     -dracut networking will not work if systemd gets included
37     * [r2299] dracut/module-setup.sh.in:
38     -use dracut's busybox module
39     * [r2298] dracut/run-mcored.sh.in:
40     -only run mcored in the initrd if network was provided
41     * [r2297] dracut/module-setup.sh.in, dracut/net-lib.sh[DEL],
42     dracut/run-mcored.sh.in:
43     -use network module instead of brewing our own stuff here
44     * [r2296] dracut/Makefile:
45     -use priority level 70 instead of 40 for the dracut module
46    
47 niro 2293 2014-01-16 Niels Rogalla <niro@magellan-linux.de>
48    
49 niro 2314 * [r2295] src/Makefile:
50     -install generate-certificate as mcore-generate-certificate
51     * [r2294] src/Makefile:
52     -fixed generate-certifacte installation
53     * [r2293] ChangeLog:
54     -updated ChangeLog
55 niro 2293 * [r2292] dracut/Makefile:
56     -fixed dracut module installation
57     * [r2291] Makefile:
58     -install dracut module
59    
60     2014-01-14 Niels Rogalla <niro@magellan-linux.de>
61    
62     * [r2290] src/modules/basic-video/graphic.control.class[DEL],
63     src/modules/basic-video/graphic.control.class.in[CPY]:
64     -renamed graphic.control.class -> graphic.control.class.in
65     * [r2289] src/modules/basic-input/input.control.class[DEL],
66     src/modules/basic-input/input.control.class.in[CPY]:
67     -renamed input.control.class -> input.control.class.in
68     * [r2288] daemon/control/include/session.control.class[DEL],
69     src/modules/citrix/citrix.control.class.in[CPY]:
70     -moved daemon/control/include/session.control.class to
71     src/modules/citrix/citrix.control.class.in
72     * [r2287] daemon/control/include/input.control.class[DEL],
73     src/modules/basic-input/input.control.class[CPY]:
74     -moved daemon/control/include/input.control.class to
75     src/modules/basic-input/input.control.class
76     * [r2286] daemon/control/include/graphic.control.class[DEL],
77     src/modules/basic-video/graphic.control.class[CPY]:
78     -moved daemon/control/include/graphic.control.class to
79     src/modules/basic-video/graphic.control.class
80     * [r2285] daemon/control/control-daemon.sh[DEL],
81     src/mcore-controld.in[CPY]:
82     -moved daemon/control/control-daemon.sh to src/mcore-controld.in
83     * [r2284] src/modules/idesk/idesk.client.class.in:
84     -fixed whitespaces
85     * [r2283] src/modules/basic-input/input.client.class.in:
86     -use fluxbox-autostart and fluxbox-rebuild-autostart helpers
87     * [r2282] src/modules/fluxbox/Makefile,
88     src/modules/fluxbox/fluxbox-autostart.in[ADD]:
89     -added fluxbox-autostart helper
90     * [r2281] src/modules/fluxbox/fluxbox-menuitem.in:
91     -added --comment switch
92     * [r2280] src/modules/citrix/citrix.client.class.in:
93     -use new fluxbox-menuitem helper
94     * [r2279] src/modules/citrix/citrix.client.class.in:
95     -use basename of ica-session (not lala.ica)
96     * [r2278] src/modules/citrix/citrix-session.in:
97     -use citrix-serverlist
98     * [r2277] src/modules/fluxbox/Makefile,
99     src/modules/fluxbox/fluxbox-menuitem.in[ADD],
100     src/modules/fluxbox/fluxbox.client.class.in:
101     -split of fluxbox-menuitem from fluxbox.client.class.in to make
102     things more modular
103     * [r2276] src/modules/citrix/citrix.client.class.in:
104     -prefix citrix-session and citrix-serverlist with MCORE_LIBDIR
105     * [r2275] src/modules/citrix/citrix.client.class.in:
106     -fixed broken if-condition
107     * [r2274] src/modules/citrix/citrix.client.class.in:
108     -fixed missing case ifs
109     * [r2273] src/modules/citrix/citrix.client.class.in:
110     -do not escape
111     * [r2272] src/modules/citrix/Makefile,
112     src/modules/citrix/citrix-serverlist.in[ADD],
113     src/modules/citrix/citrix-session.in[ADD],
114     src/modules/citrix/citrix.client.class.in,
115     src/modules/citrix/query-citrix-browser.in[ADD]:
116     -split citrix.client.class.in to single programs named
117     citrix-serverlist, citrix-session and query-citrix-browser to
118     make things more modular and simpler
119     * [r2271] src/include/daemon.global.class.in,
120     src/modules/citrix/citrix.client.class.in:
121     -fixed broken variables
122     * [r2270] src/modules/citrix/citrix.client.class.in:
123     -make pnabrowse retval parseable with ';' as ifs, because the
124     retvals can contain whitespaces
125     * [r2269] src/include/daemon.global.class.in, src/mcored.in,
126     src/modules/basic-input/input.client.class.in,
127     src/modules/basic-system/system.client.class.in,
128     src/modules/basic-video/graphic.client.class.in,
129     src/modules/citrix/citrix.client.class.in,
130     src/modules/fbsplash/fbsplash.client.class.in,
131     src/modules/fluxbox/fluxbox.client.class.in,
132     src/modules/hwinfo/hardware.client.class.in,
133     src/modules/lprng/printing.client.class.in,
134     src/modules/mage/mage.client.class.in,
135     src/modules/network/network.client.class.in,
136     src/modules/plymouth/plymouth.client.class.in,
137     src/modules/systemd/systemd.client.class.in,
138     src/modules/sysvinit/sysvinit.client.class.in,
139     src/modules/tigervnc/vnc.client.class.in:
140     -use global argv arrays GLOBAL_ARGV and CLASS_ARGV to fix
141     whitespace issues with the read cmd. escaping works with this
142     now. every class must use the CLASS_ARGV array for arguments
143    
144 niro 2256 2014-01-13 Niels Rogalla <niro@magellan-linux.de>
145    
146 niro 2293 * [r2268] ChangeLog:
147     -updated ChangeLog
148 niro 2268 * [r2267] src/modules/citrix/citrix.client.class.in:
149     -fixed serverlist/sessionlist array evaluation
150     * [r2266] src/modules/citrix/citrix.client.class.in:
151     -missed to honor PNABWROWSE_SERVER_EXCLUDE in one case
152     * [r2265] src/modules/citrix/citrix.client.class.in:
153     -fixed whitespaces
154     * [r2264] src/modules/citrix/citrix.client.class.in:
155     -fixed missing PNABROWSE_* sanity checks
156     * [r2263] src/modules/citrix/citrix.client.class.in:
157     -fixed c&p typo
158     * [r2262] src/modules/citrix/citrix.client.class.in:
159     -use variables for all PNABROWSE_* instances
160     * [r2261] src/modules/citrix/citrix.client.class.in:
161     -print help on wrong arguments
162     * [r2260] src/modules/citrix/citrix.conf.in:
163     -fixed spelling
164     * [r2259] src/modules/citrix/Makefile,
165     src/modules/citrix/citrix.client.class.in,
166     src/modules/citrix/citrix.conf.in[ADD]:
167     -support pnabrowse autodetection
168     * [r2258] src/include/daemon.global.class.in, src/mcored.in:
169     -make use of the new include() function
170     * [r2257] src/include/common.global.class.in:
171     -added include() function which sources files with debug
172     information
173     * [r2256] ChangeLog:
174     -updated ChangeLog
175 niro 2256 * [r2255] dracut/Makefile:
176     -moved dracut make variables
177     * [r2254] src/modules/fluxbox/fluxbox-rebuild-menu.in:
178     -fixed broken os-release path
179     * [r2253] src/modules/fluxbox/fluxbox-rebuild-autostart.in,
180     src/modules/fluxbox/fluxbox-rebuild-menu.in:
181     -renamed MCLIBDIR -> MCORE_LIBDIR
182     * [r2252] Makefile.inc:
183     -make SCRIPT_SED_COMMAND variable, moved dracut, systemd and
184     sysvinit variables to corresponding subdirs
185     * [r2251] src/Makefile:
186     -moved systemd and sysvinit init files to subdirs
187     * [r2250] src/sysvinit/Makefile[ADD]:
188     -added Makefile
189     * [r2249] src/systemd/Makefile:
190     -target -install-client-services-systemd requires all target
191     * [r2248] src/systemd/Makefile:
192     -add PHONY target install-client-services-systemd
193     * [r2247] src/systemd/Makefile[ADD]:
194     -added Makefile
195     * [r2246] src/mcored.rc.in[DEL], src/sysvinit/mcored.rc.in[CPY]:
196     -moved mcored.rc.in to sysvinit/mcored.rc.in
197     * [r2245] src/mcored.service.in[DEL],
198     src/systemd/mcored.service.in[CPY]:
199     -moved mcored.service.in to systemd/mcored.service.in
200     * [r2244] src/systemd[ADD], src/sysvinit[ADD]:
201     -add systemd and sysvinit dir
202     * [r2243] daemon/control/control-daemon.sh,
203     src/include/daemon.global.class.in,
204     src/include/hwdetection.global.class.in,
205     src/include/sessionauth.global.class.in, src/mcored.in,
206     src/modules/basic-system/system.client.class.in,
207     src/modules/fbsplash/fbsplash.client.class.in,
208     src/modules/systemd/systemd.client.class.in,
209     src/modules/sysvinit/sysvinit.client.class.in:
210     -fixed spelling - unkown -> unknown
211    
212     2014-01-11 Niels Rogalla <niro@magellan-linux.de>
213    
214     * [r2242] Makefile.inc:
215     -fixed wrong variable ETCDIR -> SYSCONFDIR, added sh processor
216     * [r2241] dracut/Makefile[ADD]:
217     -added Makefile
218     * [r2240] dracut/run-mcored.sh.in:
219     -use variable pathes
220     * [r2239] dracut/module-setup.sh.in:
221     -use variable pathes
222     * [r2238] dracut/module-setup.sh[DEL],
223     dracut/module-setup.sh.in[CPY]:
224     -renamed module-setup.sh -> module-setup.sh.in
225     * [r2237] dracut/run-mcored.sh[DEL], dracut/run-mcored.sh.in[CPY]:
226     -renamed run-mcored.sh -> run-mcore.sh.in
227     * [r2236] src/include/sessionauth.global.class.in:
228     -use variable pathes
229     * [r2235] src/include/hwdetection.global.class.in:
230     -use variable pathes
231     * [r2234] src/include/Makefile[ADD]:
232     -added Makefile
233     * [r2233] src/modules/Makefile:
234     -refactored Makefile
235     * [r2232] src/Makefile:
236     -refactored Makefile
237    
238     2014-01-10 Niels Rogalla <niro@magellan-linux.de>
239    
240     * [r2231] src/include/sessionauth.global.class[DEL],
241     src/include/sessionauth.global.class.in[CPY]:
242     -renamed sessionauth.global.class -> sessionauth.global.class.in
243     * [r2230] src/include/mysqlfunctions.global.class[DEL],
244     src/include/mysqlfunctions.global.class.in[CPY]:
245     -renamed mysqlfunctions.global.class ->
246     mysqlfunctions.global.class.in
247     * [r2229] src/include/hwdetection.global.class[DEL],
248     src/include/hwdetection.global.class.in[CPY]:
249     -renamed hwdetection.global.class -> hwdetection.global.class.in
250     * [r2228] src/include/daemon.global.class[DEL],
251     src/include/daemon.global.class.in[CPY]:
252     -renamed daemon.global.class -> daemon.global.class.in
253     * [r2227] src/include/common.global.class[DEL],
254     src/include/common.global.class.in[CPY]:
255     -renamed common.global.class -> common.global.class.in
256     * [r2226] daemon/cmdlets.txt[DEL], src/modules/cmdlets.txt[CPY]:
257     -move daemon/cmdlets.txt to src/modules/cmdlets.txt
258     * [r2225] Makefile:
259     -added icons SUBDIR
260     * [r2224] Makefile:
261     -added certs SUBDIR
262     * [r2223] Makefile:
263     -refactored Makefile
264     * [r2222] Makefile.inc:
265     -fixed whitespaces
266     * [r2221] Makefile.inc:
267     -added more processors
268     * [r2220] Makefile.inc:
269     -provided by subdir Makefiles
270     * [r2219] icons/Makefile[ADD]:
271     -added Makefile
272     * [r2218] icons/reboot.png[ADD], icons/shutdown.png[ADD]:
273     -added reboot.png shutdown.png
274     * [r2217] certs/Makefile[ADD]:
275     -added Makefile
276     * [r2216] conf/Makefile[ADD]:
277     -added Makefile
278     * [r2215] certs/mcored.pem:
279     -removed executable bit
280     * [r2214] conf/mcore.conf.in:
281     -removed executable bit
282     * [r2213] conf/config.rc.in[DEL], conf/mcore.conf.in[CPY]:
283     -renamed config.rc to mcore.conf
284     * [r2212] dracut/module-setup.sh, src/mcored.in,
285     src/modules/fluxbox/fluxbox-rebuild-autostart.in,
286     src/modules/fluxbox/fluxbox-rebuild-menu.in:
287     -renamed config.rc to mcore.conf
288     * [r2211] src/modules/Makefile[ADD]:
289     -provide a Makefile for modules
290     * [r2210] daemon/mcorepasswd.in[DEL], src/mcorepasswd.in[CPY]:
291     -moved daemon/mcorepasswd.in to src/mcorepasswd.in
292     * [r2209] daemon/generate-certificate.in[DEL],
293     src/generate-certificate.in[CPY]:
294     -moved daemon/generate-certificate.in to
295     src/generate-certificate.in
296     * [r2208] certs[CPY], daemon/certs[DEL]:
297     -moved daemon/certs to certs
298     * [r2207] daemon/include[DEL], src/include[CPY]:
299     -moved daemon/include to src/include
300     * [r2206] daemon/client/mcored.service.in[DEL],
301     src/mcored.service.in[CPY]:
302     -moved daemon/client/mcored.service.in to src/mcored.service.in
303     * [r2205] daemon/client/mcored.rc.in[DEL], src/mcored.rc.in[CPY]:
304     -moved daemon/client/mcored.rc.in to src/mcored.rc.in
305     * [r2204] daemon/client/mcored.confd.in[DEL],
306     src/mcored.confd.in[CPY]:
307     -moved daemon/client/mcored.confd.in to src/mcored.confd.in
308     * [r2203] src/mcored.in:
309     -removed execute bit
310     * [r2202] daemon/client/mcored.in[DEL], src/mcored.in[CPY]:
311     -moved daemon/client/mcored.in to src/mcored.in
312     * [r2201] src/modules/basic-system/system.client.class.in:
313     -fixed whitespaces
314     * [r2200] src/modules/basic-system/system.client.class.in:
315     -use variable pathes
316     * [r2199] daemon/client/include/system.client.class[DEL],
317     src/modules/basic-system/system.client.class.in[CPY]:
318     -moved daemon/client/include/system.client.class to
319     src/modules/basic-system/system.client.class.in
320     * [r2198] src/modules/basic-system[ADD],
321     src/modules/basic-system/Makefile[ADD]:
322     -added basic-system module
323     * [r2197] src/modules/basic-input/input.client.class.in:
324     -use variable pathes
325     * [r2196] daemon/client/include/input.client.class[DEL],
326     src/modules/basic-input/input.client.class.in[CPY]:
327     -moved daemon/client/include/input.client.class to
328     src/modules/basic-input/input.client.class.in
329     * [r2195] src/modules/basic-input[ADD],
330     src/modules/basic-input/Makefile[ADD]:
331     -added basic-input module
332     * [r2194] src/modules/basic-video/graphic.client.class.in:
333     -use variable pathes
334     * [r2193] daemon/client/include/graphic.client.class[DEL],
335     src/modules/basic-video/graphic.client.class.in[CPY]:
336     -moved daemon/client/include/graphic.client.class to
337     src/modules/basic-video/graphic.client.class.in
338     * [r2192] src/modules/basic-video[ADD],
339     src/modules/basic-video/Makefile[ADD]:
340     -added basic-video module
341     * [r2191] src/modules/xorg[DEL]:
342     -removed xorg module, it provided by basic-video
343     * [r2190] src/modules/xorg[ADD], src/modules/xorg/Makefile[ADD]:
344     -added xorg module
345     * [r2189] daemon/client/include/hardware.client.class[DEL],
346     src/modules/hwinfo/hardware.client.class.in[CPY]:
347     -moved daemon/client/include/hardware.client.class to
348     src/modules/hwinfo/hardware.client.class.in
349     * [r2188] src/modules/hwinfo[ADD],
350     src/modules/hwinfo/Makefile[ADD]:
351     -added hwinfo module
352     * [r2187] src/modules/network/network.client.class.in:
353     -use variable pathes
354     * [r2186] daemon/client/include/network.client.class[DEL],
355     src/modules/network/network.client.class.in[CPY]:
356     -moved daemon/client/include/network.client.class to
357     src/modules/network/network.client.class.in
358     * [r2185] src/modules/network[ADD],
359     src/modules/network/Makefile[ADD]:
360     -added network module
361     * [r2184] src/modules/mage/mage.client.class[DEL],
362     src/modules/mage/mage.client.class.in[CPY]:
363     -really moved to mage.client.class.in
364     * [r2183] daemon/client/include/mage.client.class[DEL],
365     src/modules/mage/mage.client.class[CPY]:
366     -moved daemon/client/include/mage.client.class to
367     src/modules/mage/mage.client.class
368     * [r2182] src/modules/mage[ADD], src/modules/mage/Makefile[ADD]:
369     -added mage module
370     * [r2181] daemon/client/include/boot.client.class[DEL],
371     src/modules/grub2/boot.client.class.in[CPY]:
372     -moved daemon/client/include/boot.client.class to
373     src/modules/grub2/boot.client.class.in
374     * [r2180] src/modules/grub2[ADD], src/modules/grub2/Makefile[ADD]:
375     -added grub2 module
376     * [r2179] daemon/client/include/citrix.client.class[DEL],
377     src/modules/citrix/citrix.client.class.in[CPY]:
378     -moved daemon/client/include/citrix.client.class to
379     src/modules/citrix/citrix.client.class.in
380     * [r2178] src/modules/citrix[ADD],
381     src/modules/citrix/Makefile[ADD]:
382     -add citrix module
383     * [r2177] src/modules/lprng/printing.client.class.in:
384     -fixed whitespaces
385     * [r2176] src/modules/lprng/printing.client.class.in:
386     -use variable pathes
387     * [r2175] src/modules/lprng/printing.client.class.in:
388     -fixed whitespaces
389     * [r2174] daemon/client/include/printing.client.class[DEL],
390     src/modules/lprng/printing.client.class.in[CPY]:
391     -moved daemon/client/include/printing.client.class to
392     src/modules/lprng/printing.client.class.in
393     * [r2173] src/modules/lprng[ADD], src/modules/lprng/Makefile[ADD]:
394     -add lprng module
395     * [r2172] src/modules/tigervnc/vnc.client.class.in:
396     -use variable pathes
397     * [r2171] src/modules/tigervnc/vnc.client.class.in:
398     -fixed whitespaces
399     * [r2170] daemon/client/include/vnc.client.class[DEL],
400     src/modules/tigervnc/vnc.client.class.in[CPY]:
401     -moved daemon/client/include/vnc.client.class to
402     src/modules/tigervnc/vnc.client.class.in
403     * [r2169] src/modules/tigervnc[ADD],
404     src/modules/tigervnc/Makefile[ADD]:
405     -added tigervnc module
406     * [r2168] src/modules/sysvinit/sysvinit.client.class.in:
407     -use variable pathes
408     * [r2167] daemon/client/include/sysvinit.client.class[DEL],
409     src/modules/sysvinit/sysvinit.client.class.in[CPY]:
410     -moved daemon/client/include/sysvinit.client.class to
411     src/modules/sysvinit/sysvinit.client.class.in
412     * [r2166] src/modules/sysvinit[ADD],
413     src/modules/sysvinit/Makefile[ADD]:
414     -add sysvinit module
415     * [r2165] src/modules/systemd/systemd.client.class.in:
416     -use variable pathes
417     * [r2164] daemon/client/include/systemd.client.class[DEL],
418     src/modules/systemd/systemd.client.class.in[CPY]:
419     -moved daemon/client/include/systemd.client.class to
420     src/modules/systemd/systemd.client.class.in
421     * [r2163] src/modules/systemd[ADD],
422     src/modules/systemd/Makefile[ADD]:
423     -add system module
424     * [r2162] src/modules/fbsplash/fbsplash.client.class.in:
425     -use variable pathes
426     * [r2161] daemon/client/include/fbsplash.client.class[DEL],
427     src/modules/fbsplash/fbsplash.client.class.in[CPY]:
428     -moved daemon/client/include/fbsplash.client.class to
429     src/modules/fbsplash/fbsplash.client.class.in
430     * [r2160] src/modules/fbsplash[ADD],
431     src/modules/fbsplash/Makefile[ADD]:
432     -added fbsplash module
433     * [r2159] src/modules/plymouth/plymouth.client.class.in:
434     -fixed whitespaces
435     * [r2158] src/modules/plymouth/plymouth.client.class.in:
436     -use variable pathes
437     * [r2157] daemon/client/include/plymouth.client.class[DEL],
438     src/modules/plymouth/plymouth.client.class.in[CPY]:
439     -moved daemon/client/include/plymouth.client.class to
440     src/modules/plymouth/plymouth.client.class.in
441     * [r2156] src/modules/plymouth[ADD],
442     src/modules/plymouth/Makefile[ADD]:
443     -add plymouth module
444     * [r2155] src/modules/fluxbox/Makefile:
445     -build and install fluxbox.client.class
446     * [r2154] src/modules/fluxbox/fluxbox.client.class.in:
447     -helpers are now provided by fluxbox-rebuild-autostart and
448     fluxbox-rebuild-menu programs
449     * [r2153] src/modules/fluxbox/fluxbox.client.class.in:
450     -drop which dependency
451     * [r2152] src/modules/fluxbox/fluxbox.client.class.in:
452     -use variable pathes
453     * [r2151] daemon/client/include/fluxbox.client.class[DEL],
454     src/modules/fluxbox/fluxbox.client.class.in[CPY]:
455     -moved daemon/client/include/fluxbox.client.class to
456     src/modules/fluxbox/fluxbox.client.class.in
457     * [r2150] src/modules/fluxbox[ADD],
458     src/modules/fluxbox/Makefile[ADD],
459     src/modules/fluxbox/fluxbox-rebuild-autostart.in[ADD],
460     src/modules/fluxbox/fluxbox-rebuild-menu.in[ADD]:
461     -added fluxbox module
462     * [r2149] src/idesk-sysinfo.in[DEL],
463     src/modules/idesk/idesk-sysinfo.in[CPY]:
464     -moved src/idesk-sysinfo.in to src/modules/idesk/
465     * [r2148] src/modules/idesk/Makefile:
466     -create and install idesk.client.class.in
467     * [r2147] src/modules/idesk/idesk.client.class.in:
468     -use mcore variables and use variable pathes for pixmapsdir
469     * [r2146] daemon/client/include/idesk.client.class[DEL],
470     src/modules/idesk/idesk.client.class.in[CPY]:
471     -move file daemon/client/include/idesk.client.class to
472     src/modules/idesk/idesk.client.class.in
473     * [r2145] src/modules/idesk[ADD], src/modules/idesk/Makefile[ADD]:
474     -added idesk module
475     * [r2144] src/modules[ADD]:
476     -added modules
477     * [r2143] Makefile.inc:
478     -add global processors
479     * [r2142] src/Makefile[ADD]:
480     -added local Makefile for xinfo
481     * [r2141] Makefile.inc[ADD]:
482     -added Makefile.inc with all global definitions
483     * [r2140] daemon/client/mcored.in,
484     daemon/include/common.global.class[ADD],
485     daemon/include/daemon.global.class:
486     -daemon.global.class: split some common, non daemon relvant,
487     commands into an extra common.globcal.class
488     * [r2139] daemon/include/daemon.global.class:
489     -renamed variable MCLIBDIR -> MCORE_LIBDIR
490     * [r2138] daemon/client/mcored.confd.in,
491     daemon/client/mcored.rc.in, daemon/client/mcored.service.in:
492     -variable pathes
493     * [r2137] daemon/client/mcored.in:
494     -update Makefile variable names and renamed MCLIBDIR ->
495     MCORE_LIBDIR
496     * [r2136] src/idesk-sysinfo.in:
497     -variable pathes
498     * [r2135] conf/config.rc.in:
499     -variable pathes and defaults
500     * [r2134] daemon/generate-certificate.in:
501     -variable pathes
502     * [r2133] daemon/mcorepasswd.in:
503     -variable pathes and renamed MCLIBDIR -> MCORE_LIBDIR
504     * [r2132] daemon/mcorepasswd.in[CPY], daemon/mcorepasswd.sh[DEL]:
505     -renamed mcorepasswd.sh -> mcorepasswd.in
506     * [r2131] conf/config.rc[DEL], conf/config.rc.in[CPY]:
507     -renamed config.rc -> config.rc.in
508     * [r2130] daemon/generate-certificate.in[CPY],
509     daemon/generate-certificate.sh[DEL]:
510     -renamed generate-certificate.sh -> generate-certificate.in
511     * [r2129] daemon/client/mcored.confd[DEL],
512     daemon/client/mcored.confd.in[CPY]:
513     -renamed mcored.confd -> mcored.confd.in
514     * [r2128] daemon/client/mcored.rc[DEL],
515     daemon/client/mcored.rc.in[CPY]:
516     -renamed mcored.rc -> mcored.rc.in
517     * [r2127] daemon/client/mcored.service[DEL],
518     daemon/client/mcored.service.in[CPY]:
519     -renamed mcored.service -> mcored.service.in
520     * [r2126] daemon/client/mcored.in:
521     -make pathes variable
522     * [r2125] daemon/client/mcored.in[CPY],
523     daemon/client/mcored.sh[DEL]:
524     -renamed mcored.sh -> mcored.in
525     * [r2124] daemon/generate-certificate.sh:
526     -remove which dependency
527    
528     2014-01-09 Niels Rogalla <niro@magellan-linux.de>
529    
530     * [r2123] Makefile:
531     -generate and install idesk-sysinfo
532     * [r2122] icons[ADD], icons/sysinfo.png[ADD]:
533     -add sysinfo.png icon
534     * [r2121] dracut/run-mcored.sh:
535     -fixed a typo
536     * [r2120] bin[DEL]:
537     -drop unused directory
538     * [r2119] src/idesk-sysinfo.in:
539     -make pixmaps dir configurable
540     * [r2118] bin/idesk-sysinfo.sh[DEL], src/idesk-sysinfo.in[CPY]:
541     -moved bin/idesk-sysinfo.sh to src/idesk-sysinfo.in
542    
543 niro 2105 2014-01-02 Niels Rogalla <niro@magellan-linux.de>
544    
545 niro 2256 * [r2117] ChangeLog:
546     -updated ChangeLog
547 niro 2117 * [r2116] daemon/client/mcored.service:
548     -always restart the mcored and kill by process id
549     * [r2115] daemon/include/daemon.global.class:
550     -fixed printing of whitespaces
551     * [r2114] dracut/module-setup.sh:
552     -DEFAULT_DHCP_START for udhcp needs hostname prog to register the
553     current hostname on DNS servers
554     * [r2113] Makefile:
555     -fixed missing net-lib.sh
556     * [r2112] dracut/module-setup.sh:
557     -fixed missing net-lib.sh
558     * [r2111] dracut/module-setup.sh:
559     -do not install non-existing start-daemon.sh
560     * [r2110] dracut/run-mcored.sh:
561     -honor network options from /etc/conf.d/network
562     * [r2109] Makefile:
563     -install xinfo
564     * [r2108] bin/idesk-sysinfo.sh:
565     -create ~/.idesktop directory if missing
566     * [r2107] daemon/client/include/vnc.client.class:
567     -create vncconfigdir if missing
568     * [r2106] Makefile:
569     -install idesk-sysinfo
570     * [r2105] ChangeLog:
571     -updated ChangeLog
572 niro 2105 * [r2104] daemon/client/include/idesk.client.class:
573     -fixed whitespaces
574     * [r2103] bin[ADD], bin/idesk-sysinfo.sh[ADD]:
575     -added initial idesk-sysinfo generator app
576     * [r2102] Makefile:
577     -compile xinfo
578    
579     2013-09-27 Niels Rogalla <niro@magellan-linux.de>
580    
581     * [r2101] src/xinfo.c:
582     -serveral fixes: check for display, fixed return values and fixed
583     a typo
584     * [r2100] src[ADD], src/xinfo.c[ADD]:
585     -added initial xinfo tool
586     * [r2099] conf/config.rc:
587     -quote all variables
588     * [r2098] conf/config.rc:
589     -added MCORE_CONTROL_SERVER variable
590     * [r2097] daemon/client/include/input.client.class:
591     -write vconsole.conf on systemd systems
592     * [r2096] daemon/client/include/mage.client.class:
593     -honor mage update-tarball
594     * [r2095] daemon/client/mcored.sh:
595     -respect system environment
596     * [r2094] dracut/net-lib.sh[ADD], dracut/run-mcored.sh:
597     -start mcored only if an active iface was found and use net-lib
598     to find this iface
599    
600     2013-05-21 Niels Rogalla <niro@magellan-linux.de>
601    
602     * [r2093] daemon/include/mysqlfunctions.global.class[ADD]:
603     -add mysql basic functions
604    
605 niro 2092 2013-05-13 Niels Rogalla <niro@magellan-linux.de>
606    
607 niro 2105 * [r2092] ChangeLog:
608     -updated ChangeLog
609 niro 2092 * [r2091] daemon/include/daemon.global.class:
610     list_files_in_directory(): fixed typos
611    
612     2013-05-10 Niels Rogalla <niro@magellan-linux.de>
613    
614     * [r2090] daemon/client/include/system.client.class,
615     daemon/client/include/systemd.client.class,
616     daemon/client/include/sysvinit.client.class:
617     -use enable|disable commands to add|remove services from
618     runlevels
619     * [r2089] daemon/client/include/systemd.client.class:
620     -auto-append .service to services when missing to fix a $MROOT
621     issue
622     * [r2088] daemon/client/include/sysvinit.client.class:
623     -disable some command which not work with $MROOT set
624     * [r2087] daemon/client/include/system.client.class:
625     -honor $MROOT variable
626     * [r2086] daemon/client/include/plymouth.client.class:
627     -honor $MROOT variable
628     * [r2085] daemon/client/include/boot.client.class:
629     -honor $MROOT variable
630     * [r2084] daemon/client/include/systemd.client.class:
631     -honor $MROOT variable
632     * [r2083] daemon/include/daemon.global.class:
633     -added system_chroot() function
634     * [r2082] dracut/module-setup.sh:
635     -added some missing progs to check function and install
636     systemd-nspawn
637     * [r2081] dracut/run-mcored.sh:
638     -mount sysroot writeable
639     * [r2080] dracut/module-setup.sh:
640     -fixed whitespaces
641     * [r2079] Makefile, daemon/client/include/boot.client.class,
642     daemon/client/include/fbsplash.client.class[ADD],
643     daemon/client/include/plymouth.client.class[ADD],
644     daemon/client/include/system.client.class,
645     daemon/client/include/systemd.client.class[ADD],
646     daemon/client/include/sysvinit.client.class[ADD]:
647     -split systemd, sysvinit, fbsplash and plymouth functions in
648     single classes so no runtime checks are required and the correct
649     version get installed right away
650     * [r2078] daemon/client/include/boot.client.class:
651     -improved MROOT support
652     * [r2077] daemon/include/daemon.global.class:
653     -list_all_files_in_directory(): improved find and drop basename
654     requirement
655     * [r2076] daemon/client/include/network.client.class:
656     -support get_ functions
657     * [r2075] daemon/client/include/system.client.class:
658     -support get_ functions
659     * [r2074] daemon/client/include/boot.client.class:
660     -support plymouth
661     * [r2073] daemon/include/daemon.global.class:
662     -list_files_in_directories(): support -name argument
663     * [r2072] dracut/run-mcored.sh:
664     -dracut-module: set MROOT to /sysroot on client daemon start
665    
666     2013-05-08 Niels Rogalla <niro@magellan-linux.de>
667    
668     * [r2071] dracut/run-mcored.sh:
669     -dracut-module: honor cmdline with rd.mcored to enable/disable
670     this module. default is enabled
671     * [r2070] daemon/client/include/vnc.client.class:
672     -re-worked vnc.class: added missing get_ functions and using now
673     a vnc.service function to control the facility
674     * [r2069] dracut/module-setup.sh:
675     -dracut-module: removed xmlstartlet from install part too
676     * [r2068] dracut/module-setup.sh:
677     -dracut-module: xmlstarlet is not required by mcored, removed
678     * [r2067] dracut/mcored.conf:
679     dracut-module: module must be called without sort identifier
680     * [r2066] dracut/module-setup.sh:
681     -alx -> mcored
682     * [r2065] dracut/mcored.conf[ADD]:
683     -enable mcored module via dracut.conf.d
684     * [r2064] Makefile:
685     -install dracut-module
686     * [r2063] dracut/module-setup.sh:
687     -dracut-module: mysql is not required, dropped
688     * [r2062] daemon/client/include/vnc.client.class:
689     -use default vnc passwd location of tigervnc
690     * [r2061] daemon/client/include/system.client.class:
691     -support systemd units
692     * [r2060] daemon/client/include/input.client.class:
693     get_input_keymap(): eleminate all "
694     * [r2059] daemon/client/include/input.client.class:
695     get_input_keymap(): only run setxkbmap if X11 is running, if not
696     always try to get the keymap from the xorg.config
697     * [r2058] daemon/client/include/input.client.class:
698     -set console keymap on systemd systemd too
699     * [r2057] daemon/client/include/system.client.class:
700     -use poweroff for shutdown
701     * [r2056] Makefile, systemd[DEL]:
702     -removed duplicates
703     * [r2055] daemon/client/mcored.service:
704     -fixed some typoes
705     * [r2054] dracut/module-setup.sh:
706     -let the dracut-module install the missing VERSION file
707     * [r2053] Makefile:
708     -split install to allow single client installations and be able
709     to choose the init type (systemd/sysvinit)
710     * [r2052] Makefile, daemon/client/mcored.sh,
711     daemon/include/daemon.global.class:
712     -added print_version() function and print proper version info on
713     connect
714     * [r2051] daemon/control[ADD],
715     daemon/control/control-daemon.confd[ADD],
716     daemon/control/control-daemon.rc[ADD],
717     daemon/control/control-daemon.sh[ADD],
718     daemon/control/include[ADD],
719     daemon/control/include/graphic.control.class[ADD],
720     daemon/control/include/input.control.class[ADD],
721     daemon/control/include/session.control.class[ADD]:
722     -added control daemon pieces, WIP
723     * [r2050] daemon/cmdlets.txt[ADD]:
724     -added cmdlets todo
725     * [r2049] todo-hardware.txt[ADD]:
726     -added hardware todo
727     * [r2048] socket_send.php[ADD]:
728     -added socket_send.php helper script
729     * [r2047] nsslsay[ADD]:
730     -added nsslsay helper script
731     * [r2046] initialsetup.sh[ADD]:
732     -added initialsetup helper script
733     * [r2045] VERSION[ADD]:
734     -version 0_preAlpha
735     * [r2044] daemon/client/mcored.sh,
736     daemon/include/daemon.global.class:
737     -support version cmd
738     * [r2043] systemd[ADD], systemd/mcored.service[ADD]:
739     -added systemd service unit
740    
741     2013-04-17 Niels Rogalla <niro@magellan-linux.de>
742    
743     * [r2042] dracut[ADD], dracut/module-setup.sh[ADD],
744     dracut/run-mcored.sh[ADD]:
745     -added dracut module
746     * [r2041] daemon/client/include/idesk.client.class[ADD]:
747     -initial idesk support class - WIP
748     * [r2040] daemon/client/include/input.client.class:
749     -added systemd support and use systemd supported config file
750     names
751     * [r2039] daemon/client/include/graphic.client.class:
752     -use list_files_in_directory() function
753     * [r2038] daemon/client/include/citrix.client.class:
754     -change ica-session handling: allow 'named' sessions
755     * [r2037] daemon/client/include/system.client.class:
756     -print service status
757    
758     2012-12-03 Niels Rogalla <niro@magellan-linux.de>
759    
760     * [r2036] daemon/client/mcored.confd:
761     -start service with verbose mode
762     * [r2035] daemon/client/mcored.service[ADD]:
763     -added systemd unit
764    
765 niro 2033 2012-08-13 Niels Rogalla <niro@magellan-linux.de>
766    
767 niro 2092 * [r2034] conf/config.rc:
768     -changed distribution name to 'mCore'
769     * [r2033] ChangeLog[ADD]:
770     -added ChangeLog
771 niro 2033 * [r2032] daemon/client/include/network.client.class:
772     -restart networking in MROOT environment
773     * [r2031] daemon/client/include/hardware.client.class:
774     -support $MROOT variable
775     * [r2030] daemon/include/daemon.global.class:
776     -use find to fix some annoying error messages and fixed variable
777     declaration
778     * [r2029] daemon/client/include/citrix.client.class:
779     -always escape session, as it may contain spaces
780     * [r2028] daemon/client/include/fluxbox.client.class:
781     -fixed a typo
782     * [r2027] daemon/client/include/fluxbox.client.class:
783     -use find to fix some annoying error messages
784     * [r2026] daemon/client/include/network.client.class:
785     -support $MROOT variable
786     * [r2025] daemon/client/include/input.client.class:
787     -support $MROOT variable
788     * [r2024] daemon/client/include/vnc.client.class:
789     -support $MROOT variable
790     * [r2023] daemon/client/include/citrix.client.class:
791     use find to fix some annoying errors
792     * [r2022] daemon/client/include/citrix.client.class:
793     -make use of new list_files_in_directory() function
794     * [r2021] daemon/client/include/citrix.client.class:
795     -support $MROOT variable
796     * [r2020] daemon/client/include/boot.client.class:
797     -make use of new list_files_in_directory() function
798     * [r2019] daemon/client/include/graphic.client.class:
799     -added info line that some files are autogenerated
800     * [r2018] daemon/client/include/graphic.client.class:
801     -support $MROOT variable
802     * [r2017] daemon/client/include/system.client.class:
803     -support $MROOT variable
804     * [r2016] daemon/client/include/fluxbox.client.class:
805     -make use of MCORE_DISTRIBUTION variable and fixed coding style
806     * [r2015] daemon/client/include/fluxbox.client.class:
807     -use find to prevent annoying error messages if nothing was found
808     * [r2014] daemon/client/include/fluxbox.client.class:
809     -make use of new list_files_in_directory() function
810     * [r2013] daemon/client/include/fluxbox.client.class:
811     -support $MROOT variable
812     * [r2012] daemon/client/include/printing.client.class:
813     -make use of new list_files_in_directory() function
814     * [r2011] daemon/client/include/printing.client.class:
815     -support $MROOT variable
816     * [r2010] daemon/client/mcored.rc:
817     -use rc_print() and rc_echo() functions
818     * [r2009] conf/config.rc:
819     -added MCORE_DISTRIBUTION variable
820     * [r2008] daemon/include/daemon.global.class:
821     -added list_files_in_directory() function
822     * [r2007] daemon/include/daemon.global.class:
823     -added mroot applet
824     * [r2006] daemon/client/mcored.sh,
825     daemon/include/daemon.global.class:
826     -added colors command, to re-enable colors after calling
827     'nocolors' cmd
828     * [r2005] daemon/client/mcored.sh,
829     daemon/include/daemon.global.class:
830     -added stop_service() function
831     * [r2004] daemon/client/mcored.sh:
832     -use mecho instead of echo
833     * [r2003] daemon/include/daemon.global.class:
834     -fixed whitespaces
835    
836     2011-11-09 Niels Rogalla <niro@magellan-linux.de>
837    
838     * [r1925] daemon/include/daemon.global.class:
839     -added new gobal cmds 'reload' and 'restart' to help
840     * [r1924] daemon/client/include/boot.client.class:
841     -fixed typos
842     * [r1923] Makefile:
843     -install boot client class
844     * [r1922] daemon/client/include/mage.client.class:
845     -support query of the whole mage inventory
846     * [r1921] daemon/client/include/input.client.class:
847     -requires fluxbox
848     -support get input.keymap
849     -support keyboard rate setup
850     -improved help descriptions
851     * [r1920] daemon/client/include/graphic.client.class:
852     -clean up
853     * [r1919] daemon/client/include/fluxbox.client.class:
854     -added helper_rebuild_fluxbox_autostart() function
855     * [r1918] daemon/client/include/boot.client.class[ADD]:
856     -added boot and splash classes
857     * [r1916] daemon/client/mcored.sh:
858     -support the reload of client classes
859     -support restart of the service
860     * [r1915] daemon/include/daemon.global.class:
861     -added functions to load client classes and to restart the
862     service
863    
864     2011-11-07 Niels Rogalla <niro@magellan-linux.de>
865    
866     * [r1898] make-svn-snapshot.sh[ADD]:
867     -added svn snapshot script
868    
869     2011-11-04 Niels Rogalla <niro@magellan-linux.de>
870    
871     * [r1897] conf/config.rc:
872     - pruned unused variables
873     * [r1896] daemon/client/include/network.client.class:
874     - use dhcp_prog from /etc/conf.d/network
875     * [r1895] daemon/client/include/printing.client.class:
876     -enable spooler logging
877     * [r1894] daemon/client/mcored.sh:
878     -disable debug logging
879     * [r1893] Makefile:
880     -install service runtime directory
881    
882     2011-03-11 Niels Rogalla <niro@magellan-linux.de>
883    
884     * [r1666] daemon/include/daemon.global.class:
885     -do not dirty the output of x11runas() with x11 pid ids
886    
887     2011-03-10 Niels Rogalla <niro@magellan-linux.de>
888    
889     * [r1648] daemon/client/include/system.client.class:
890     -make use of error echo function eecho()
891     -use rvecho() for function retvals
892     * [r1647] daemon/client/include/printing.client.class:
893     -helper_addprinter(): added a missing clearconfig call
894     -use rvecho() for function retvals
895     * [r1646] daemon/client/include/network.client.class:
896     -use rvecho() for function retvals
897     * [r1645] daemon/client/include/input.client.class:
898     -x11runas checks for X, removed unnecessary checks
899     * [r1644] daemon/client/include/hardware.client.class:
900     -use rvecho() for function retvals
901     -get_hardware_detect(): added a sanity check for allowed actions
902     * [r1643] daemon/client/include/graphic.client.class:
903     -x11runas checks for X, removed unnecessary checks
904     -use rvecho() for function retvals
905     * [r1642] daemon/client/include/fluxbox.client.class:
906     -use [separator] in fluxbox menu instead of [nop] (____)
907     -use rvecho() for function retvals
908     * [r1641] daemon/client/include/citrix.client.class:
909     -use rvecho() for function retvals
910     * [r1640] daemon/include/sessionauth.global.class:
911     -removed commented stuff
912     -make use of error echo function eecho()
913     -use mecho() for informal-only echos
914     -use rvecho() for function retvals
915     * [r1639] daemon/include/daemon.global.class:
916     -x11runas(): let the function check for X11
917     -added decho() "debug-echo" function for debugging only messages
918     -added rvecho() "retval echo" function to print retvals on quiet
919     mode
920     -support quiet mode in mecho()
921     -make use of error echo function eecho()
922     -make use of debug echo function decho()
923     -make use of retval echo function rvecho()
924     -fixed a typo in path_not_empty() function
925     * [r1638] daemon/client/mcored.sh:
926     -set NOCOLORS default value to false
927     -set WEBCRLFS default value to false
928     -support quiet option and default it to false
929    
930     2011-03-04 Niels Rogalla <niro@magellan-linux.de>
931    
932     * [r1605] daemon/client/include/network.client.class:
933     -update etc hosts if the hostname was changed
934    
935     2011-02-17 Niels Rogalla <niro@magellan-linux.de>
936    
937     * [r1351] daemon/client/include/network.client.class:
938     -fixed a typo in the discription of nameserver
939     -add the new hostname to the x11 authority file to allow x11
940     interaction without restarting xorg
941     * [r1350] daemon/include/daemon.global.class:
942     -fixed whitespaces
943     * [r1348] daemon/client/include/network.client.class:
944     - renamed set_network_dns to set_network_nameserver
945     - added more help descriptions for gateway and nameserver
946     - added get functions for hostname, gateway and nameserver
947     - sanitized arguments
948     * [r1347] daemon/client/include/mage.client.class:
949     - reverted update|upgrade|uppretend changes as we got them
950     already
951     - added uppretend to 'get mage.upgrade' and not to 'mage.update'
952     * [r1346] daemon/client/include/hardware.client.class:
953     -fixed change items on description
954     * [r1345] daemon/client/include/system.client.class:
955     -fixed broken autologon config
956     * [r1344] daemon/client/mcored.sh:
957     -do not print errors about missing serial config
958     * [r1342] Makefile:
959     added hardware.client.class for some hardware information and
960     detection
961     * [r1341] daemon/client/include/mage.client.class:
962     added uppretend too
963     * [r1338] daemon/client/include/hardware.client.class[ADD]:
964     added hardware.client.class for some hardware information and
965     detection
966     * [r1337] daemon/client/include/mage.client.class:
967     added mage update and upgrade functionality
968     * [r1336] daemon/client/include/system.client.class:
969     use MCORE_UNPRIV_USER variable instead of hardcoded mcore user
970     * [r1335] daemon/include/hwdetection.global.class:
971     added get_hwinfo_monitor() and add usb-host drivers when
972     usb-storage was found
973    
974     2011-02-16 Niels Rogalla <niro@magellan-linux.de>
975    
976     * [r1330] daemon/include/daemon.global.class:
977     -fixed a typo in global help description
978    
979     2011-02-14 Niels Rogalla <niro@magellan-linux.de>
980    
981     * [r1329] daemon/client/include/system.client.class:
982     -added autologin configure feature
983    
984     2011-02-07 Niels Rogalla <niro@magellan-linux.de>
985    
986     * [r1327] daemon/client/include/fluxbox.client.class:
987     -use full pathes to match sudoers file
988     * [r1315] daemon/mcorepasswd.sh:
989     -respect require and provide, added some dummy functions
990    
991     2011-02-06 Niels Rogalla <niro@magellan-linux.de>
992    
993     * [r1308] daemon/include/daemon.global.class:
994     -renamed validate_session() to valid_session()
995     -added nocolors and webcrlf options which are allowed to be
996     called before login (needed by web-interfaces)
997     -let addconfig() honor -e and -n echo variables
998     * [r1307] daemon/include/hwdetection.global.class:
999     updated hwdetection from upstream installer
1000     * [r1306] daemon/include/sessionauth.global.class:
1001     -renamed validate_session() to valid_session()
1002     * [r1305] daemon/client/mcored.sh:
1003     -renamed validate_session() to valid_session()
1004     -added nocolors and webcrlf options which are allowed to be
1005     called before login (needed by web-interfaces)
1006     * [r1304] daemon/client/mcored.rc:
1007     -fixed wrong variable, thats the chroot dir and not the keyring!
1008     -be more silent
1009     * [r1303] daemon/client/mcored.confd:
1010     -fixed wrong variable, thats the chroot dir and not the keyring!
1011     * [r1302] conf/config.rc:
1012     -disabled sql settings
1013     * [r1301] Makefile:
1014     -install default certificates
1015     * [r1300] daemon/certs[ADD], daemon/certs/mcored.key[ADD],
1016     daemon/certs/mcored.pem[ADD]:
1017     -added some default certificates for mcored
1018     * [r1284] daemon/client/include/network.client.class:
1019     - renamed function set_network_default_gw -> set_network_gateway
1020     - fixed missing argv for value
1021    
1022     2011-02-04 Niels Rogalla <niro@magellan-linux.de>
1023    
1024     * [r1267] Makefile:
1025     - added citrix plugin
1026     - renamed session plugin to fluxbox
1027     * [r1266] daemon/client/include/citrix.client.class[ADD]:
1028     -added plugin for citrix sessions
1029     * [r1265] daemon/include/hwdetection.global.class:
1030     -the hwdetecion provides hwdetection ;)
1031     * [r1264] daemon/include/daemon.global.class:
1032     - added missing quit command to global help topics
1033     - added hint about help [topic]
1034     - let x11runas determine the DISPLAY itself by using
1035     MCORE_XORG_DISPLAY
1036     - added no_duplicate() function for internal use
1037     - let require() and provide() check for duplicate items via
1038     no_duplicate()
1039     - added verify_requirements to be able to resolve missing plugin
1040     requirements
1041     - mecho() and eecho() should honor the '-n' echo option
1042     - added path_not_empty() functions which is used by
1043     helper_graphic_rebuild_xorg_conf_d() of the graphic plugin
1044     * [r1263] daemon/client/include/vnc.client.class:
1045     - use the new xorg.conf.d handling to en/disable the vnc module
1046     and its options
1047     - requires basic graphic to support the new xorg.conf.d handling
1048     * [r1262] daemon/client/include/system.client.class:
1049     - fixed spelling
1050     - merged system.console and system.rootconsole to one function
1051     - fixed the root console that it really opens up a root console
1052     with asking for roots password before changing the privileges
1053     - added system.service functionality
1054     - added system.passwd functionality
1055     - added system.vt functionality
1056     * [r1261] daemon/client/include/printing.client.class:
1057     - merged addprinter and delprinter into one printer functions
1058     - fixed the help functions according to the new printer function
1059     * [r1260] daemon/client/include/network.client.class:
1060     - requires basic-system for restarting system services
1061     - always use CONFIG=, clearconfig, addconfig paradigma
1062     - better sanity checks in set_network_iface()
1063     * [r1259] daemon/client/include/input.client.class:
1064     -x11runas selects the used Xorg display itself via
1065     MCORE_XORG_DISPLAY variable
1066     * [r1258] daemon/client/include/graphic.client.class:
1067     -only provide basic-video, x0vnc is another plugin
1068     -completly reworkd xorg.conf.d handling
1069     -added graphic.depth and graphic.driver functions
1070     -allways use clearconfig/addconfig for all config files
1071     * [r1257] daemon/client/include/fluxbox.client.class:
1072     -merged addmenuitem and delmenuitem to one menuitem command
1073     - added get_ menuitem functionality
1074     - added support for changing fluxbox themes
1075     - set wallpaper support on todo
1076     * [r1256] daemon/client/mcored.sh:
1077     -added require command to verify plugin requirements
1078     * [r1255] conf/config.rc:
1079     -added MCORE_XORG_DISPLAY variable
1080    
1081     2011-02-02 Niels Rogalla <niro@magellan-linux.de>
1082    
1083     * [r1254] daemon/client/include/fluxbox.client.class[CPY],
1084     daemon/client/include/session.client.class[DEL]:
1085     -renamed session.client.class -> fluxbox.client.class
1086     * [r1253] daemon/client/include/session.client.class:
1087     -reworked an renamed all functions to fluxbox, because they are
1088     fluxbox-specific
1089     * [r1252] daemon/include/daemon.global.class:
1090     -disabled mysql based functions atm
1091     -clearconfig: install config dir
1092     * [r1251] daemon/client/mcored.sh:
1093     -disabled mysql based functions atm
1094     * [r1250] conf/config.rc:
1095     -added MCORE_CONFIG_PATH variable
1096     * [r1249] Makefile[ADD]:
1097     -initial version
1098     * [r1248] .[ADD], conf[ADD], conf/config.rc[ADD], daemon[ADD],
1099     daemon/client[ADD], daemon/client/include[ADD],
1100     daemon/client/include/graphic.client.class[ADD],
1101     daemon/client/include/input.client.class[ADD],
1102     daemon/client/include/mage.client.class[ADD],
1103     daemon/client/include/network.client.class[ADD],
1104     daemon/client/include/printing.client.class[ADD],
1105     daemon/client/include/session.client.class[ADD],
1106     daemon/client/include/system.client.class[ADD],
1107     daemon/client/include/vnc.client.class[ADD],
1108     daemon/client/mcored.confd[ADD], daemon/client/mcored.rc[ADD],
1109     daemon/client/mcored.sh[ADD],
1110     daemon/generate-certificate.sh[ADD], daemon/include[ADD],
1111     daemon/include/daemon.global.class[ADD],
1112     daemon/include/hwdetection.global.class[ADD],
1113     daemon/include/sessionauth.global.class[ADD],
1114     daemon/mcorepasswd.sh[ADD]:
1115     -initial version
1116