edc16826879449563254b388d442b00839c77719
[util-vserver.git] / ChangeLog
1 2005-07-15 22:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2
3         * NEWS, configure.ac:
4
5         version 0.30.208
6
7 2005-07-15 21:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8
9         * configure.ac, lib/personalityflag.c, lib/personalitytype.c,
10           m4/ensc_personality.m4:
11
12         check whether enums from <linux/personality.h> are available before using
13         them (https://savannah.nongnu.org/bugs/?func=detailitem&item_id=12921)
14
15 2005-07-15 21:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
16
17         * util-vserver.spec.in:
18
19         - require the -lib subpackage by -devel
20         - copy GPG keys from /etc/pki/rpm-gpg/
21
22 2005-07-15 21:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
23
24         * src/testsuite/rpm-fake-test.sh:
25
26         fixed paths so that it works again...
27
28 2005-07-15 21:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
29
30         * sysv/vprocunhide:
31
32         do not run when IATTR feature is not supported
33
34 2005-07-15 21:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
35
36         * scripts/: vserver.start, vserver.suexec:
37
38         readded the limit-ulimits-per-vserver stuff due popular request
39         (http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12840)
40
41 2005-07-15 20:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
42
43         * lib/getinsecurebcaps.c:
44
45         - adjusted insecure caps for the added CAP_AUDIT* and removed
46           CAP_QUOTACTL stuff
47         - assume every unknown capability as insecure
48
49 2005-07-15 20:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
50
51         * lib/testsuite/.cvsignore:
52
53         added 'personality'
54
55 2005-07-15 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
56
57         * lib/: syscall_netadd-net.hc, syscall_netremove-net.hc:
58
59         changed code so that it *compiles* with current kernel headers
60
61 2005-07-15 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
62
63         * lib/: syscall_getiattr-fscompat.hc, syscall_setiattr-fscompat.hc:
64
65         Changed the barrier-code so that it sets both the 't' ext2-flag and
66         chmod-0 permissions. This is required to work with 1.2.10 patch;
67         formerly the chmod-0 sufficed. [reported by Bjoern Steinbrink,
68         http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13170]
69
70 2005-07-15 18:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
71
72         * lib/capabilities.c:
73
74         use a static '29' for QUOTACTL capability as  VC_CAP_QUOTACTL was removed
75
76 2005-07-15 18:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
77
78         * lib/ccaps-v13.c:
79
80         added VC_VXC_{SYSLOG,BINARY_MOUNT,QUOTA_CTL}
81         added/moved some aliases
82
83 2005-07-15 18:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
84
85         * lib/bcaps-v13.c:
86
87         removed VC_CAP_QUOTACTL
88         added VC_CAP_AUDIT*
89
90 2005-07-15 18:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
91
92         * lib/vserver.h:
93
94         removed VC_CAP_QUOTACTL
95         added VC_CAP_AUDIT*
96         added VC_VXC_{SYSLOG,BINARY_MOUNT,QUOTA_CTL}
97
98 2005-07-15 18:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
99
100         * contrib/: Makefile-files, yum-2.3.4-chroot.patch:
101
102         added yum-2.3.4-chroot patch
103
104 2005-07-15 18:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
105
106         * kernel/: network.h, network_cmd.h, switch.h, xid.h:
107
108         updated to patch-2.6.12.2-vs2.0-rc7
109
110 2005-07-05 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
111
112         * scripts/vserver-build.functions:
113
114         check whether context is already active before starting the build
115         (http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12849)
116
117 2005-07-05 00:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
118
119         * src/vserver-info.c:
120
121         allow to pass a numeric xid to 'vserver-info ... RUNNING'
122
123 2005-07-05 00:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
124
125         * lib_internal/: Makefile-files, util-isnumber.c, util.h:
126
127         isNumber(): added
128
129 2005-07-04 20:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
130
131         * scripts/vserver-build.debootstrap:
132
133         give out status message before downloading debootstrap
134         (http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13472)
135
136 2005-07-04 20:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
137
138         * lib/syscall-alternative.h:
139
140         updated to http://vserver.13thfloor.at/Experimental/SYSCALL/syscall.h
141         from 2005-05-07
142
143 2005-07-04 00:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
144
145         * distrib/misc/debootstrap.uri:
146
147         oops... set the wrong value
148
149 2005-07-04 00:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
150
151         * distrib/misc/debootstrap.uri:
152
153         updated
154
155 2005-07-04 00:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
156
157         * distrib/Makefile.am:
158
159         register fc4 as rh-style distribution
160
161 2005-07-03 22:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
162
163         * configure.ac:
164
165         check for 'nohup'
166
167 2005-07-03 19:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
168
169         * contrib/manifest.dat.pathsubst:
170
171         removed chroot_* + C++ programs
172         added chroot_sh + vwait
173
174 2005-07-03 19:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
175
176         * Makefile.am, lib/virtual.h:
177
178         updated used kernel headers to 2.6.12.2-vs2.0-rc5
179
180 2005-07-03 19:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
181
182         * lib/: syscall_getvhiname-v13.hc, syscall_setvhiname-v13.hc:
183
184         - s!VCMD_vx_.et_vhi_name!VCMD_.et_vhi_name!
185         - added workaround for older kernels not having the naming above
186
187 2005-07-03 19:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
188
189         * scripts/vshelper:
190
191         accept 'async' method
192
193 2005-07-03 19:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
194
195         * scripts/vserver.start:
196
197         pipe 'popd' output to /dev/null
198
199 2005-07-03 19:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
200
201         * scripts/vserver.functions:
202
203         initSync(): fixed parameter naming
204         initSync(): set 'async' method when 'vwait' is available
205         _waitForVWait(): read pipe after 'wait' returned
206
207 2005-07-03 19:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
208
209         * scripts/vserver-build:
210
211         do not set OPTION_KEEP
212
213 2005-07-03 19:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
214
215         * scripts/util-vserver-vars.pathsubst:
216
217         added vwait
218
219 2005-07-03 19:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
220
221         * scripts/pkgmgmt:
222
223         - cleanups
224         - unset %_dbpath at 'internalize' operation
225
226 2005-07-03 19:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
227
228         * scripts/functions:
229
230         vshelper.initSync(): fixed parameter naming
231
232 2005-07-03 19:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
233
234         * src/chroot-sh.c:
235
236         implemented 'testfile' subcommand
237
238 2005-07-03 16:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
239
240         * contrib/: Makefile-files, yum-2.3.3-chroot.patch:
241
242         added yum-2.3.3-chroot.patch
243
244 2005-07-03 16:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
245
246         * scripts/functions:
247
248         do not quote $_VSHELPER in help message (reported by Roman Barczynski,
249         https://savannah.nongnu.org/bugs/?func=detailitem&item_id=13162)
250
251 2005-07-03 16:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
252
253         * doc/configuration.xml:
254
255         mentioned the working directory for the scripts
256
257 2005-07-03 16:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
258
259         * kernel/: context.h, context_cmd.h, cvirt_cmd.h, debug.h,
260           namespace.h, namespace_cmd.h, network.h, network_cmd.h, switch.h:
261
262         updated to 2.6.12.2-vs2.0-rc5
263
264 2005-07-03 15:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
265
266         * scripts/vserver.start:
267
268         execute the prepre script in the configuration directory (*not* the
269         vdir directory); this should not cause legacy problems as formerly the
270         directory was not changed overall
271
272 2005-07-03 15:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
273
274         * scripts/vserver.functions:
275
276         check whether filesystem is mounted readonly; if so, execute
277         $_SECURE_MOUNT with the '-n' argument
278
279 2005-07-03 15:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
280
281         * scripts/: vserver-build.apt-rpm, vserver-build.debootstrap,
282           vserver-build.rpm:
283
284         execute base.setSuccess() at the end
285
286 2005-07-03 15:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
287
288         * src/rpm-fake-resolver.c:
289
290         implemented better error-handling in the read() and write() functions
291
292 2005-07-03 14:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
293
294         * ensc_wrappers/: wrappers-io.hc, wrappers-iosock.hc,
295           wrappers-unistd.hc:
296
297         store result of read*(2) and write*(2) fucntions into signed variables;
298         error handling is more cleaner in this way
299
300 2005-07-03 14:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
301
302         * src/vserver-stat.c:
303
304         - cleanups
305         - multiply RSS value with PAGESIZE
306           (https://savannah.nongnu.org/bugs/?func=detailitem&item_id=13184)
307         - prepare the '-O' option: calculate vserver names earlier and use
308           some more helper functions
309
310 2005-07-03 14:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
311
312         * src/rpm-fake.c:
313
314         - doPwStringRequest(): fixed x86_64 issue; rpm-fake.so transmitted a
315           'size_t' value, but rpm-fake-resolver expected an uint32_t
316         - minor cleanups
317
318 2005-07-03 11:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
319
320         * ensc_vector/: Makefile-files, vector-foreach.c, vector.h,
321           vector.hc:
322
323         added Vector_foreach*() functions
324
325 2005-07-02 11:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
326
327         * src/: Makefile-files, vbuild.cc[DEAD], vcheck.cc[DEAD],
328           vfiles.cc[DEAD], vserver.cc[DEAD], vserver.hh[DEAD],
329           vutil.cc[DEAD], vutil.h[DEAD], vutil.p[DEAD]:
330
331         removed the C++ tools; they do not work with recent configuration and
332         are adding huge dependencies
333
334 2005-06-30 08:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
335
336         * scripts/vserver.stop:
337
338         use vwait infrastructure
339
340 2005-06-30 08:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
341
342         * scripts/: vserver-build.functions.pkgmgmt, vserver.functions:
343
344         use CHROOT_SH instead of CHROOT_*
345         use vwait
346
347 2005-06-30 08:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
348
349         * scripts/vserver-build.functions:
350
351         remove generated vserver when build fails and '--keep' was not specified
352
353 2005-06-30 08:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
354
355         * scripts/: vserver-build.apt-rpm, vserver-build.debootstrap,
356           vserver-build.rpm, vserver-build.skeleton, vserver-build.yum:
357
358         use 'base.init' instead of 'base.initVariables'
359
360 2005-06-30 08:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
361
362         * scripts/vserver-build:
363
364         added '--keep' option
365
366 2005-06-30 08:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
367
368         * scripts/: X, util-vserver-vars.pathsubst:
369
370         removed CHROOT_*
371         added CHROOT_SH
372
373 2005-06-30 08:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
374
375         * scripts/pkgmgmt:
376
377         use CHROOT_SH instead of CHROOT_*
378
379 2005-06-30 08:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
380
381         * lib/virtual.h:
382
383         include signal_cmd.h instead of signal.h
384
385 2005-06-30 08:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
386
387         * util-vserver.spec.in:
388
389         added %dist tag
390         buildrequire 'which' and 'diffutils'
391         require 'apt' on i386 only
392
393 2005-06-30 08:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
394
395         * distrib/fc4/: apt/rpmpriorities, apt/sources.list, yum/yum.conf,
396           yum.repos.d/fedora-devel.repo,
397           yum.repos.d/fedora-updates-testing.repo,
398           yum.repos.d/fedora-updates.repo, yum.repos.d/fedora.repo,
399           pkgs/01, pkgs/02, pkgs/03, rpmlist.d/00.lst:
400
401         initial checkin
402
403 2005-06-30 08:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
404
405         * distrib/redhat/initpost:
406
407         use CHROOT_SH instead of CHROOT_*
408
409 2005-06-30 07:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
410
411         * src/: .cvsignore, Makefile-files, chroot-cat.c[DEAD],
412           chroot-rm.c[DEAD], chroot-sh.c:
413
414         replaced all the small chroot-* programs with a single 'chroot-sh'
415         program
416
417 2005-05-19 20:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
418
419         * scripts/util-vserver-vars.pathsubst:
420
421         added @NOHUP@
422
423 2005-05-19 20:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
424
425         * scripts/pkgmgmt:
426
427         use new chroot-cat CLI
428
429 2005-05-19 20:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
430
431         * kernel/: context.h, cvirt.h, dlimit.h, dlimit_cmd.h, inode_cmd.h,
432           legacy.h, signal_cmd.h, xid.h, signal.h[DEAD]:
433
434         updated
435
436 2005-05-19 20:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
437
438         * lib/: issupported.c, issupportedstring.c, vserver.h:
439
440         vc_isSupported() et.al: added VWAIT feature
441
442 2005-05-19 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
443
444         * m4/ensc_syscall.m4:
445
446         s!enable_val!enableval!
447
448 2005-05-19 20:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
449
450         * src/vserver-stat.c:
451
452         fixed calculation of hours (%24 instead of %60); reported in
453         http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13048 by
454         Roman Barczynski
455
456 2005-05-19 20:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
457
458         * src/chroot-cat.c:
459
460         added '-i', '-o' and '-a' options to cat or override a file, or to
461         append something
462
463 2005-05-19 19:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
464
465         * distrib/redhat/initpost:
466
467         use safe chroot-cat commands
468
469 2005-05-05 21:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
470
471         * m4/ensc_dietlibc.m4:
472
473         - give out a more correct helpstring for the '--enable/disable-dietlibc'
474           option
475         - use AS_HELP_STRING instead of AC_HELP_STRING
476
477 2005-05-05 20:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
478
479         * configure.ac:
480
481         - removed call to ENSC_FPIC_SYSCALL
482         - enhanced dietlibc version check to the 64 bit version of hppa
483
484 2005-05-05 11:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
485
486         * src/.cvsignore:
487
488         added vwait
489
490 2005-05-05 11:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
491
492         * src/vwait.c:
493
494         initial checkin
495
496 2005-05-05 11:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
497
498         * src/vshelper-sync.c:
499
500         use '__linux__' instead of '__linux' (reported by Ola Lundqvist)
501
502 2005-05-05 11:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
503
504         * src/exec-cd.c:
505
506         minor cosmetical cleanup
507
508 2005-05-05 11:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
509
510         * src/chroot-cat.c:
511
512         - added support for '--help' and '--version'
513         - added '-a' option to append information instead of truncating the
514           file
515
516 2005-05-05 11:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
517
518         * src/Makefile-files:
519
520         - 'chroot-cat' supports now the '--help' and '--version' options so
521           removed it from AM_INSTALLCHECK_STD_OPTIONS_EXEMPT
522         - added vwait
523
524 2005-05-05 11:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
525
526         * m4/install-notify.am:
527
528         s!^# !## !
529
530 2005-05-05 11:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
531
532         * lib/: Makefile-files, syscall_waitexit-v13.hc,
533           syscall_waitexit.c, vserver.h:
534
535         vc_wait_exit(): implemented support for this syscall
536
537 2005-05-02 23:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
538
539         * src/compat-pivot_root.h:
540
541         use <syscall-wrap.h>
542
543 2005-05-02 23:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
544
545         * m4/ensc_syscall.m4:
546
547         minor cosmetical cleanups
548
549 2005-05-02 23:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
550
551         * m4/ensc_fpicsyscall.m4[DEAD]:
552
553         obsoleted
554
555 2005-05-02 23:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
556
557         * m4/ensc_fpicsyscall.m4:
558
559         use ENSC_SYSCALL_ALTERNATIVE
560
561 2005-05-02 23:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
562
563         * lib/vserver-internal.h:
564
565         cleaned up '#include <*syscall.h>' stuff
566
567 2005-05-02 23:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
568
569         * lib/: syscall-legacy.hc, syscall-wrap.h:
570
571         include <syscall.h> also
572
573 2005-05-02 23:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
574
575         * doc/configuration-xhtml.xsl:
576
577         use class 'directoryname' instead of 'directory' for '<directory/>'
578         markup
579
580 2005-05-02 23:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
581
582         * Makefile.am, distrib/Makefile.am, m4/install-notify.am:
583
584         give out additional information about the 'make install' process
585
586 2005-04-28 21:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
587
588         * NEWS, configure.ac:
589
590         version 0.30.207
591
592 2005-04-28 20:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
593
594         * configure.ac:
595
596         adjusted dietlibc requirements
597
598 2005-04-28 20:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
599
600         * src/vcontext.c:
601
602         allow to override the execution domain (personality); added
603         '--personality-type' and '--personality-flags' options
604
605 2005-04-28 20:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
606
607         * src/rpm-fake-resolver.c:
608
609         added a TEMP_FAILURE_RETRY around a read(2)
610
611 2005-04-28 20:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
612
613         * scripts/: vserver.start, vserver.suexec:
614
615         added support for a rescue mode
616
617 2005-04-28 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
618
619         * scripts/vserver.functions:
620
621         * _generatePersonalityOptions(): added and use it
622         * added support for a rescue mode
623
624 2005-04-28 20:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
625
626         * scripts/vserver-build.functions.pkgmgmt:
627
628         YUM_RELEASEPKGS: added
629
630 2005-04-28 20:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
631
632         * scripts/vserver:
633
634         fixed docu for 'stop' and 'start'
635
636 2005-04-28 20:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
637
638         * scripts/pkgmgmt:
639
640         * verifyInternalPackages(): added
641         * added some sanity checks for a sany environment when internalizing
642           the package management
643
644 2005-04-28 20:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
645
646         * scripts/functions:
647
648         * isRegularFile():  fixed evaluation of params
649         * hasSubstring():   added
650         * getAllVservers(): fixed typo
651
652 2005-04-28 20:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
653
654         * lib_internal/sys_clone.h:
655
656         cleanups; do not include <sys/syscall.h>
657
658 2005-04-28 20:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
659
660         * lib_internal/: Makefile-files, sys_personality.h:
661
662         added sys_personality.h
663
664 2005-04-28 19:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
665
666         * scripts/: vserver-copy[DEAD], legacy/vserver-copy:
667
668         moved to legacy
669
670 2005-04-28 19:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
671
672         * lib/testsuite/: Makefile-files, personality.c:
673
674         added testcases for the vc_*personality*() functions
675
676 2005-04-28 19:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
677
678         * lib/vserver.h:
679
680         added prototypes for vc_*personality* support
681
682 2005-04-28 19:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
683
684         * lib/virtual.h:
685
686         updated to new kernel headers
687
688 2005-04-28 19:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
689
690         * lib/cflags_list-v13.c:
691
692         do not include <string.h> anymore
693
694 2005-04-28 19:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
695
696         * lib/internal.h:
697
698         utilvserver_listparser_uint*(): removed the 'nonnull' attribute for the 'mask' param
699
700 2005-04-28 19:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
701
702         * lib/: Makefile-files, personalityflag.c, personalityflag_list.c,
703           personalitytype.c:
704
705         added personality* files
706
707 2005-04-28 19:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
708
709         * doc/configuration.xml:
710
711         * added some markup
712         * documented 'personality'
713
714 2005-04-28 19:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
715
716         * doc/: configuration-xhtml.xsl, configuration.dtd:
717
718         added support for <directory> and <filename> markup
719
720 2005-04-28 19:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
721
722         * distrib/fc3/yum/yum.conf:
723
724         s!redhat-release!fedora-release!
725
726 2005-04-28 19:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
727
728         * distrib/fc3/pkgs/02:
729
730         removed 'coreutils'
731
732 2005-04-28 19:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
733
734         * distrib/fc3/rpmlist.d/00.lst:
735
736         added some more packages
737
738 2005-04-28 19:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
739
740         * distrib/: fc1/apt/rpmpriorities, fc2/apt/rpmpriorities,
741           fc3/apt/rpmpriorities, rh9/apt/rpmpriorities:
742
743         added *-release packages
744
745 2005-04-28 19:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
746
747         * contrib/manifest.dat.pathsubst, scripts/Makefile-files:
748
749         moved vserver-copy to legacy
750
751 2005-04-28 19:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
752
753         * Makefile.am:
754
755         added new kernel headers
756
757 2005-04-28 13:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
758
759         * kernel/: context.h, context_cmd.h, cvirt.h, cvirt_cmd.h,
760           cvirt_def.h, debug.h, debug_cmd.h, dlimit.h, dlimit_cmd.h,
761           inode.h, inode_cmd.h, legacy.h, limit.h, limit_cmd.h,
762           limit_def.h, namespace.h, network.h, network_cmd.h, sched.h,
763           sched_cmd.h, sched_def.h, switch.h, xid.h:
764
765         updated to headers from patch-2.6.11.7-vs2.0-pre2
766
767 2005-04-24 22:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
768
769         * src/vserver-stat.c:
770
771         showContexts(): added 'const' qualifier
772
773 2005-04-24 22:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
774
775         * scripts/: start-vservers, vsomething:
776
777         use the new getAllVservers() functionality to specify special kinds of
778         vservers
779
780 2005-04-24 22:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
781
782         * scripts/functions:
783
784         * isRegularFile(): allow to override the '-f' classifier
785         * getAllVservers(): added several types of vservers (marked, unmarked,
786           running...)
787         * getAllVserversByArg()" added
788
789 2005-04-24 22:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
790
791         * m4/ensc_dietlibc_compat.m4:
792
793         * ENSC_DIETLIBC_NEED_COMPAT: use the 'syscall-wrap.h' header and the
794           results from ENSC_SYSCALL_ALTERNATIVE
795
796 2005-04-24 22:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
797
798         * m4/ensc_syscall.m4:
799
800         * ENSC_SYSCALL_ALTERNATIVE: added
801         * ENSC_SYSCALL: use the 'syscall-wrap.h' header and the results from
802           ENSC_SYSCALL_ALTERNATIVE
803
804 2005-04-24 22:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
805
806         * lib/vserver-internal.h, lib_internal/sys_clone.h:
807
808         include "syscall-wrap.h"
809
810 2005-04-24 22:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
811
812         * lib/: ncaps-net.c, nflags-net.c:
813
814         VALUES: added an empty field to make it compile with gcc4
815
816 2005-04-24 22:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
817
818         * lib/: ncaps_list-net.c, nflags_list-net.c:
819
820         made it compatible to the new utilvserver_listparser_uint*() API and
821         added wrappers with a third 'bool *' arg
822
823 2005-04-24 22:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
824
825         * lib/listparser.hc:
826
827         * parser function has now to set a 'bool *' arg to signal errors
828         * when 'mask' argument is null, the special modifiers like '~', '!' or
829           'any' are not allowed
830
831 2005-04-24 22:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
832
833         * lib/internal.h:
834
835         utilvserver_listparser_uint*(): added a third 'bool *' arg for the
836         parser function so that errors can be better propagated
837
838 2005-04-24 22:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
839
840         * lib/: bcaps_list-v13.c, ccaps_list-v13.c, cflags_list-v13.c:
841
842         made it compatible to the new utilvserver_listparser_uint*() API and
843         added wrappers with a third 'bool *' arg
844
845 2005-04-24 22:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
846
847         * lib/: Makefile-files, syscall-alternative.h, syscall-wrap.h:
848
849         added syscall-alternative.h and syscall-wrap.h
850
851 2005-04-24 22:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
852
853         * update-doc:
854
855         exclude some static files
856
857 2005-04-24 22:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
858
859         * build-all:
860
861         remove config.cache when CLEAN is set
862         disabled gcc33 build
863
864 2005-04-24 13:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
865
866         * doc/: configuration-xhtml.xsl, configuration.dtd,
867           configuration.xml:
868
869         added new markup
870         added new CSS from Nicolas Costes
871
872 2005-04-16 23:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
873
874         * configure.ac:
875
876         cleanups
877         added '--disable-extra-optimizations' option
878
879 2005-04-16 23:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
880
881         * scripts/: vserver-build.functions, vserver-build.functions.apt,
882           vserver-build.functions.rpm, vserver-build.functions.yum,
883           vserver.functions:
884
885         use the common isRegularFile() method to filter out backup-files
886
887 2005-04-16 23:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
888
889         * scripts/functions:
890
891         isRegularFile(): added
892
893 2005-04-16 23:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
894
895         * util-vserver.spec.in:
896
897         cleanups
898         added changelog entry for 0.30.206
899
900 2005-04-13 00:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
901
902         * NEWS, configure.ac:
903
904         version 0.30.206
905
906 2005-04-12 23:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
907
908         * src/vserver-info.c:
909
910         implemented VERIFYPROC method
911
912 2005-04-12 23:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
913
914         * scripts/vserver.functions:
915
916         added verify-proc sanity check
917
918 2005-04-12 23:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
919
920         * scripts/functions:
921
922         killContext(): commented out the more correct
923         (but not working) kill-sequence
924
925 2005-04-12 23:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
926
927         * util-vserver.spec.in:
928
929         ship the yum patches
930
931 2005-04-12 23:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
932
933         * Makefile.am:
934
935         added '--no-wrap -S' to the CVS2CL_AMFLAGS
936
937 2005-04-12 21:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
938
939         * configure.ac:
940
941         adjusted min-dietlibc requirements
942
943 2005-04-12 21:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
944
945         * m4/ensc_dietlibc.m4:
946
947         ENSC_ENABLE_DIETLIBC(): allow 'min_ver' to be a shell variable
948
949 2005-04-12 20:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
950
951         * scripts/functions:
952
953         vshelper.isDebug(): fixed logic
954
955 2005-04-10 14:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
956
957         * src/rpm-fake.c:
958
959         send the signals for endgrent() and endpwent()
960
961 2005-04-10 14:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
962
963         * contrib/: Makefile-files, yum-2.2.1-chroot.patch,
964           yum-2.3.2-chroot.patch:
965
966         added patches for yum
967
968 2005-04-10 14:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
969
970         * Makefile.am:
971
972         include m4/libsel.am
973
974 2005-04-10 03:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
975
976         * src/context-sync.hc:
977
978         ignore errors during setsid(2) execution (required for vs1.9.5.12+)
979
980 2005-04-10 03:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
981
982         * scripts/vshelper:
983
984         * kill vserver processes explicitly with 'killContext'; userspace
985           reboot helper may assume that 'reboot(2)' never returns...
986         * added 'async' method
987
988 2005-04-10 02:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
989
990         * scripts/vserver.stop:
991
992         implicate '--sync' option; it is not possible to stop asynchronously
993         send SIGINT to pid 1 instead of trying to determine initpid
994
995 2005-04-10 02:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
996
997         * scripts/vserver.functions:
998
999         use 'killContext()' instead of  invoking 'vkill' manually
1000         set an initial runlevel for 'minit' style also
1001         set 'async' vshelper method for non-sync mode
1002
1003 2005-04-10 02:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1004
1005         * scripts/vprocunhide:
1006
1007         fixed missing quoting of '~'; this may cause very slow booting when
1008         NIS/LDAP servers are local vservers as bash tries to expand this to a
1009         homedir...
1010
1011 2005-04-10 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1012
1013         * scripts/functions:
1014
1015         spawn(), killContext(): added
1016
1017 2005-04-10 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1018
1019         * m4/libsel.am:
1020
1021         initial checkin
1022
1023 2005-04-10 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1024
1025         * m4/ensc_dietlibc.m4:
1026
1027         use a more modern version which accepts 'DIET' and 'DIETFLAGS' as
1028         global configure variables
1029
1030 2005-04-10 02:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1031
1032         * m4/ensc_cxxcompiler.m4:
1033
1034         fixed typo
1035
1036 2005-04-10 02:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1037
1038         * configure.ac:
1039
1040         defined ENSC_USE_DIETLIBC + ENSC_USE_GLIBC
1041
1042 2005-04-10 02:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1043
1044         * Makefile.am:
1045
1046         removed 'DIET' and 'DIETFLAGS' variables; they are set by configure now
1047
1048 2005-04-08 21:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1049
1050         * scripts/vyum-worker:
1051
1052         added better test for patched yum
1053
1054 2005-04-08 21:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1055
1056         * src/vserver-info.c:
1057
1058         fixed typo
1059
1060 2005-04-08 21:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1061
1062         * scripts/vserver.suexec:
1063
1064         fixed typo (reported by Paul S. Gumerman)
1065
1066 2005-04-08 21:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1067
1068         * scripts/vserver-build.functions.yum:
1069
1070         substitute @YUMLOCKDIR@
1071
1072 2005-04-08 21:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1073
1074         * scripts/chcontext:
1075
1076         fixed operation when context was not specified
1077
1078 2005-04-08 21:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1079
1080         * distrib/redhat/initpre:
1081
1082         reverted the patch adding '/usr/X11'
1083         create '/sbin/new-kernel-pkg'; 'initpost' would be too late for FC4
1084
1085 2005-04-08 21:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1086
1087         * distrib/redhat/initpost:
1088
1089         use 'ln -sf' instead of 'ln -s'
1090
1091 2005-04-08 21:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1092
1093         * distrib/fc3/yum/yum.conf:
1094
1095         add 'lockfile'
1096
1097 2005-04-08 21:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1098
1099         * distrib/Makefile.am:
1100
1101         added 'fc3' to 'redhat_style'
1102
1103 2005-04-08 21:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1104
1105         * Makefile.am:
1106
1107         use DIETFLAGS instead of DIET_FLAGS
1108
1109 2005-03-29 04:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1110
1111         * ensc_vector/Makefile-files:
1112
1113         use $(LIBENSCVECTOR) instead of libensc_vector.a
1114
1115 2005-03-25 22:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1116
1117         * scripts/vserver.stop:
1118
1119         fixed typo
1120
1121 2005-03-25 18:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1122
1123         * scripts/vserver.functions:
1124
1125         minor cleanups: call vkill with '--xid' instead of '-c'
1126
1127 2005-03-25 17:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1128
1129         * scripts/vserver.stop:
1130
1131         address both the context and the pid when sending SIGINT to init
1132
1133 2005-03-25 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1134
1135         * lib_internal/testsuite/copy-check:
1136
1137         do not use '-s' with 'cmp' but display verbose error reason
1138
1139 2005-03-25 03:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1140
1141         * lib_internal/switchtowatchxid.c:
1142
1143         simplified it and made it work with recent kernels
1144
1145 2005-03-25 03:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1146
1147         * doc/configuration-xhtml.xsl:
1148
1149         use 'alternate stylesheet' instead of 'stylesheet' (reported by Herbert
1150         Poetzl)
1151
1152 2005-03-25 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1153
1154         * util-vserver.spec.in:
1155
1156         fixed quoting of % in %description
1157
1158 2005-03-24 15:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1159
1160         * Makefile.am, REQUIREMENTS:
1161
1162         added REQUIREMENTS
1163
1164 2005-03-24 14:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1165
1166         * NEWS, configure.ac, util-vserver.spec.in:
1167
1168         version 0.30.205
1169
1170 2005-03-24 14:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1171
1172         * util-vserver.spec.in:
1173
1174         added some %descriptions
1175
1176 2005-03-24 13:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1177
1178         * src/vhashify.c:
1179
1180         s!write()!Vwrite()! at some places
1181         add 'volatile' qualifier at variables used around 'setjmp'
1182         use sigsetjmp() instead of setjmp()
1183         minor code cleanups
1184
1185 2005-03-24 13:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1186
1187         * src/secure-mount.c:
1188
1189         s!write()!Vwrite()! at some places
1190         use Echdir() instead of chdir()
1191
1192 2005-03-24 13:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1193
1194         * src/filetime.c, src/lsxid.c, src/readlink.c, src/reducecap.c,
1195           src/showattr.c, src/vattribute.c, src/vcontext.c, src/vcopy.c,
1196           src/vdlimit.c, src/vlimit.c, src/vps.c, src/vserver-stat.c,
1197           src/vuname.c, src/vunify.c, vserver-start/interface-read.c:
1198
1199         s!write()!Vwrite()! at some places
1200
1201 2005-03-24 13:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1202
1203         * lib_internal/testsuite/sigbus.c:
1204
1205         use Etruncate() instead of truncate()
1206
1207 2005-03-24 13:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1208
1209         * lib_internal/testsuite/copy-check:
1210
1211         added new tests and better diagnostic
1212
1213 2005-03-24 13:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1214
1215         * lib_internal/unify-copy.c:
1216
1217         moved 'volatile' qualifiers to a better place
1218         minor code cleanups
1219
1220 2005-03-24 13:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1221
1222         * ensc_wrappers/wrappers-unistd.hc:
1223
1224         E*truncate(): added
1225
1226 2005-03-24 13:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1227
1228         * ensc_vector/testsuite/test2.c:
1229
1230         #undef NDEBUG
1231
1232 2005-03-24 02:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1233
1234         * lib_internal/testsuite/sigbus.c:
1235
1236         unlink temporary files on exit
1237
1238 2005-03-24 01:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1239
1240         * lib_internal/unify-unify.c:
1241
1242         Unify_unify(): block signals while executing the non-atomic operations
1243
1244 2005-03-24 01:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1245
1246         * src/vhashify.c:
1247
1248         optimized directory creation
1249
1250 2005-03-24 01:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1251
1252         * lib_internal/unify-copy.c:
1253
1254         prepared for sigbus testcase
1255         added some 'volatile' modifiers
1256         use siglongjmp() instead of longjmp()
1257
1258 2005-03-24 01:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1259
1260         * lib_internal/matchvserverinfo-init.c:
1261
1262         minor code cleanups
1263
1264 2005-03-24 01:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1265
1266         * lib_internal/testsuite/: .cvsignore, Makefile-files, sigbus.c:
1267
1268         added sigbus testcase
1269
1270 2005-03-23 03:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1271
1272         * ensc_vector/testsuite/.cvsignore:
1273
1274         updated
1275
1276 2005-03-23 03:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1277
1278         * src/: vhashify-init.hc, vhashify.c:
1279
1280         added lots of new code...
1281
1282 2005-03-23 03:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1283
1284         * src/rpm-fake.c:
1285
1286         is_selinux_enabled(): added
1287
1288 2005-03-23 03:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1289
1290         * scripts/: vserver-build.apt-rpm, vserver-build.rpm,
1291           vserver-build.yum:
1292
1293         execute '--initdb' before importing pubkeys
1294         import pubkeys from /etc/vservers/.distributions/.common/pubkeys also
1295
1296 2005-03-23 03:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1297
1298         * scripts/vserver:
1299
1300         added 'hashify' target
1301
1302 2005-03-23 03:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1303
1304         * scripts/util-vserver-vars.pathsubst:
1305
1306         added $_VHASHIFY
1307
1308 2005-03-23 03:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1309
1310         * lib_internal/matchlist-initrefserverlist.c:
1311
1312         fixed initialization of 'vserver'
1313
1314 2005-03-23 03:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1315
1316         * distrib/Makefile.am:
1317
1318         create /etc/.../.distributions/.common/pubkeys/
1319         create /etc/.../.defaults/apps/vunify/hash
1320
1321 2005-03-23 03:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1322
1323         * util-vserver.spec.in:
1324
1325         copy GPG keys from the system into the confdir
1326         buildrequire dietlibc-0.25
1327
1328 2005-03-23 03:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1329
1330         * build-all:
1331
1332         build with debug settings
1333
1334 2005-03-22 16:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1335
1336         * src/rpm-fake.c:
1337
1338         honor return codes of read(2) and write(2) when communication with the rpm-fake-helper
1339         call read(2) and write(2) through TEMP_FAILURE_RETRY()
1340         use Vwrite() instead of write(2) at some places
1341
1342 2005-03-22 16:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1343
1344         * lib_internal/command-exec.c:
1345
1346         call write(2) through TEMP_FAILURE_RETRY()
1347
1348 2005-03-22 16:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1349
1350         * util-vserver.spec.in:
1351
1352         BuildRequire beecrypt-devel
1353
1354 2005-03-22 16:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1355
1356         * src/: chcontext.c, vhashify.c:
1357
1358         workaround warning messages regarding 'warn_unused_return_value' when
1359         using _FORTIFY_SOURCE.
1360
1361 2005-03-22 15:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1362
1363         * lib/getvservervdir.c, lib_internal/coreassert.h,
1364           lib_internal/matchlist-initmanually.c,
1365           lib_internal/matchlist-printid.c,
1366           lib_internal/util-exitlikeprocess.c, lib_internal/util-io.h:
1367
1368         workaround warning messages regarding 'warn_unused_return_value' when
1369         using _FORTIFY_SOURCE.
1370
1371 2005-03-22 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1372
1373         * contrib/manifest.dat.pathsubst:
1374
1375         added vhashify + vdlimit
1376
1377 2005-03-22 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1378
1379         * util-vserver.spec.in:
1380
1381         cleanups
1382         use %global instead of %define
1383
1384 2005-03-22 15:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1385
1386         * build-all:
1387
1388         set _FORTIFY_SOURCE
1389
1390 2005-03-19 04:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1391
1392         * .cvsignore:
1393
1394         updated
1395
1396 2005-03-19 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1397
1398         * update-doc:
1399
1400         initial checkin
1401
1402 2005-03-19 03:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1403
1404         * scripts/chcontext:
1405
1406         do not use '--create' for dynamic contexts
1407
1408 2005-03-19 03:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1409
1410         * sysv/vkillall[DEAD], tests/attack.spec[DEAD]:
1411
1412         obsoleted
1413
1414 2005-03-19 03:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1415
1416         * sysv/vkillall, tests/attack.spec:
1417
1418         added to be removed...
1419
1420 2005-03-19 03:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1421
1422         * distrib/redhat/initsignal[DEAD]:
1423
1424         obsoleted
1425
1426 2005-03-19 03:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1427
1428         * distrib/redhat/initsignal:
1429
1430         added to be removed soon...
1431
1432 2005-03-19 03:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1433
1434         * src/vnet.c[DEAD]:
1435
1436         obsoleted...
1437
1438 2005-03-19 03:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1439
1440         * doc/vunify-verbosity.txt, lib/apidoc/list2xxx.descr, scripts/X,
1441           src/vnet.c:
1442
1443         initial checkin
1444
1445 2005-03-19 03:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1446
1447         * vserver-start/: interface-add.c, interface-print.c,
1448           interface-remove.c, main.c:
1449
1450         avoid warnings regarding unused params
1451
1452 2005-03-19 03:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1453
1454         * src/Makefile-files:
1455
1456         moved vdlimit into the only-C99 section
1457         build vhashify only with C99 and beecrypt
1458         cleanups
1459
1460 2005-03-19 03:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1461
1462         * lib_internal/testsuite/copy-check:
1463
1464         cleanups
1465         conditionalize expensive tests
1466
1467 2005-03-19 03:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1468
1469         * lib_internal/Makefile-files, lib/Makefile-files:
1470
1471         moved *dlimit* files into the only-C99 section
1472         clean all potentially built libraries
1473
1474 2005-03-19 03:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1475
1476         * ensc_vector/list-free.c:
1477
1478         some minor C89 compatibility changes
1479
1480 2005-03-19 03:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1481
1482         * ensc_vector/Makefile-files:
1483
1484         use 'lib-dietlibc-not-enabled-error.a' consistently
1485         clean all libraries inclusive those which might not be built
1486
1487 2005-03-19 03:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1488
1489         * doc/configuration.dtd:
1490
1491         readded
1492
1493 2005-03-19 03:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1494
1495         * doc/configuration.xml:
1496
1497         documented the 'vhashify' configuration
1498         moved '<default>' tags before '<description>'
1499
1500 2005-03-19 03:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1501
1502         * doc/configuration-xhtml.xsl:
1503
1504         applied changes regarding the new www-location on savannah
1505
1506 2005-03-19 02:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1507
1508         * doc/Makefile-files:
1509
1510         (re)added xsltproc support
1511
1512 2005-03-19 02:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1513
1514         * configure.ac:
1515
1516         added tests for XSLTPROC
1517         added '--disable-expensive-tests'
1518         added beecrypt tests
1519         cosmetical cleanups + enhancements
1520
1521 2005-03-19 02:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1522
1523         * Makefile.am:
1524
1525         set some values in TESTS_ENVIRONMENT
1526         added some hacks for lib-dietlibc-not-enabled-error.a
1527
1528 2005-03-18 04:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1529
1530         * lib_internal/testsuite/.cvsignore:
1531
1532         updated
1533
1534 2005-03-18 04:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1535
1536         * lib_internal/unify.h, src/vunify.h:
1537
1538         include <sys/stat.h> instead of defining a 'struct stat'; this prevents
1539         problems with the 64bit interface of the filesystem functions
1540
1541 2005-03-18 04:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1542
1543         * lib_internal/unify-copy.c:
1544
1545         use a sparse-file friendly method for copying files
1546
1547 2005-03-18 04:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1548
1549         * lib_internal/testsuite/: Makefile-files, copy-check, copy.c:
1550
1551         added testcases for Unify_copy()
1552
1553 2005-03-18 01:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1554
1555         * vserver-start/Makefile-files:
1556
1557         use $(LIBENSCVECTOR) instead of libensc_vector.a
1558
1559 2005-03-18 01:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1560
1561         * src/: vhashify-init.hc, vhashify.c, vhashify.h:
1562
1563         made it work...
1564
1565 2005-03-18 01:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1566
1567         * src/: vcopy-init.hc, vunify-init.hc:
1568
1569         applied changes in the MatchList-API
1570
1571 2005-03-18 01:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1572
1573         * src/Makefile-files:
1574
1575         use $(LIBENSCVECTOR) instead of libensc_vector.a
1576         use $(LIBVSERVER_GLIBC) instead of lib/libvserver.la
1577
1578 2005-03-18 01:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1579
1580         * scripts/vpkg:
1581
1582         exit with returncode of '2' when pkgmgmt can not be determined
1583
1584 2005-03-18 01:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1585
1586         * lib_internal/testsuite/Makefile-files:
1587
1588         use $(LIBENSCVECTOR) instead of libensc_vector.a
1589
1590 2005-03-18 01:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1591
1592         * lib_internal/: unify-isiunlinkable.c, unify.h:
1593
1594         Unify_isIUnlinkable(): changed return-type
1595
1596 2005-03-18 01:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1597
1598         * lib_internal/unify-copy.c:
1599
1600         implemented copyReg() with mmap(2) instead of read(2)+write(2) sequences
1601
1602 2005-03-18 01:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1603
1604         * lib_internal/string.hc:
1605
1606         String_free(): added
1607
1608 2005-03-18 01:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1609
1610         * lib_internal/string.h:
1611
1612         renamed String_destroy() to String_free()
1613
1614 2005-03-18 01:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1615
1616         * lib_internal/string-destroy.c[DEAD]:
1617
1618         obsoleted; String_free() is now inlined
1619
1620 2005-03-18 01:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1621
1622         * lib_internal/: matchlist-initbyvserver.c,
1623           matchlist-initmanually.c, matchlist-initrefserverlist.c,
1624           matchlist.h:
1625
1626         applied lot of API changes
1627
1628 2005-03-18 01:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1629
1630         * lib_internal/matchlist-destroy.c:
1631
1632         use String_free() instead of String_destroy()
1633
1634 2005-03-18 01:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1635
1636         * lib_internal/Makefile-files:
1637
1638         added matchvserverinfo-*
1639         removed string-destroy.c
1640
1641 2005-03-18 01:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1642
1643         * lib_internal/: matchvserverinfo-free.c, matchvserverinfo-init.c:
1644
1645         initial checkin
1646
1647 2005-03-18 01:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1648
1649         * ensc_vector/testsuite/Makefile-files,
1650           lib/testsuite/Makefile-files:
1651
1652         use $(LIBENSCVECTOR) instead of libensc_vector.a
1653
1654 2005-03-18 01:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1655
1656         * ensc_vector/Makefile-files, lib/Makefile-files:
1657
1658         split into a -glibc and a -diet part
1659
1660 2005-03-18 01:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1661
1662         * configure.ac:
1663
1664         HACK: set 'enable_static=no' for dietlibc case and postpone AC_PROG_LIBTOOL execution
1665
1666 2005-03-18 01:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1667
1668         * Makefile.am:
1669
1670         use $(LIBVSERVER) instead of lib/libvserver.la
1671         use $(LIBENSCVECTOR_DIET) instead of $(ENSC_VECTOR_LIBS)
1672
1673 2005-03-17 15:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1674
1675         * src/.cvsignore:
1676
1677         updated
1678
1679 2005-03-17 15:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1680
1681         * src/vunify.c:
1682
1683         use new Unify_unify() API
1684         rearranged some code; I do not try to be C89 compliant in C99 progams anymore...
1685
1686 2005-03-17 15:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1687
1688         * src/vcopy.c:
1689
1690         use new Unify_unify() API
1691
1692 2005-03-17 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1693
1694         * src/: vhashify-init.hc, vhashify.c, vhashify.h:
1695
1696         initial checkin
1697
1698 2005-03-17 15:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1699
1700         * src/Makefile-files:
1701
1702         use $(LIBINTERNAL) instead of lib_internal/libinternal.a
1703         added vhashify*
1704
1705 2005-03-17 15:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1706
1707         * build-all:
1708
1709         updated
1710
1711 2005-03-17 15:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1712
1713         * lib_internal/testsuite/Makefile-files,
1714           src/testsuite/Makefile-files, vserver-start/Makefile-files:
1715
1716         use $(LIBINTERNAL) instead of lib_internal/libinternal.a
1717
1718 2005-03-17 15:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1719
1720         * lib_internal/unify.h:
1721
1722         * added an 'ignore_zero' argument to Unify_unify()
1723         * Unify_isIUnlinkable(): added
1724
1725 2005-03-17 15:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1726
1727         * lib_internal/unify-unify.c:
1728
1729         added an 'ignore_zero' argument to Unify_unify()
1730
1731 2005-03-17 15:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1732
1733         * lib_internal/unify-isiunlinkable.c:
1734
1735         initial checkin
1736
1737 2005-03-17 15:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1738
1739         * lib_internal/Makefile-files:
1740
1741         * create both libinternal-diet.a and libinternal-glibc.a. This is
1742           needed to avoid segfaults with gcc4 when linking against glibc based
1743           libraries like 'beecrypt'. Perhaps, these segfaults are a problem
1744           with gcc4 as they do not happen with gcc33...
1745
1746         * added unify-isiunlinkable.c
1747
1748 2005-03-17 15:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1749
1750         * ensc_vector/testsuite/test1.c:
1751
1752         added tests for Vector_searchSelfOrg()
1753
1754 2005-03-17 15:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1755
1756         * ensc_vector/testsuite/Makefile-files:
1757
1758         added test2
1759
1760 2005-03-17 15:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1761
1762         * ensc_vector/: vector.h, vector.hc:
1763
1764         Vector_searchSelfOrg*(): added
1765
1766 2005-03-17 15:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1767
1768         * ensc_vector/: list-add.c, list-at.c, list-free.c, list-init.c,
1769           list-insertinternal.c, list-internal.h, list-search.c,
1770           list-searchselforg.c, list.h, list.hc, vector-searchselforg.c,
1771           testsuite/test2.c:
1772
1773         initial checkin
1774
1775 2005-03-17 15:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1776
1777         * ensc_vector/Makefile-files:
1778
1779         added list-* files
1780         added vector-searchselforg.c
1781
1782 2005-03-17 15:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1783
1784         * ensc_fmt/: fmt.h, fmtx-32.c:
1785
1786         fixed declaration of the *_x*int() methods; they do not take a 'base' argument
1787
1788 2005-03-09 15:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1789
1790         * src/vserver-info.c:
1791
1792         added XIDTYPE support
1793
1794 2005-03-09 15:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1795
1796         * src/context-sync.hc:
1797
1798         use EopenD() instead of Eopen()
1799
1800 2005-03-09 15:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1801
1802         * m4/ensc_initrddir.m4:
1803
1804         fixed typo
1805
1806 2005-03-09 15:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1807
1808         * lib/vserver.h:
1809
1810         vc_getXIDType(): added
1811
1812 2005-03-09 15:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1813
1814         * lib/vserver-internal.h:
1815
1816         added some magic to avoid warnings with gcc4
1817
1818 2005-03-09 15:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1819
1820         * lib/: Makefile-files, getxidtype.c:
1821
1822         added getxidtype.c
1823
1824 2005-03-09 15:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1825
1826         * distrib/redhat/initpre:
1827
1828         create /usr/X11 also
1829
1830 2005-03-09 15:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1831
1832         * distrib/: Makefile.am, fc3/apt/rpmpriorities,
1833           fc3/apt/sources.list:
1834
1835         added apt support for FC3
1836
1837 2005-03-02 02:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1838
1839         * lib/: syscall_adddlimit.c, syscall_getdlimit.c,
1840           syscall_remdlimit.c, syscall_setdlimit.c,
1841           syscall_adddlimit-v13.hc, syscall_getdlimit-v13.hc,
1842           syscall_remdlimit-v13.hc, syscall_setdlimit-v13.hc:
1843
1844         use CALL_VC_V13B instead of CALL_VC_V13
1845
1846 2005-03-02 02:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1847
1848         * scripts/vyum:
1849
1850         allow '--all' param
1851
1852 2005-03-02 02:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1853
1854         * lib/testsuite/cflags.c:
1855
1856         avoid some compiler warnings
1857
1858 2005-03-02 02:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1859
1860         * lib/vserver.h:
1861
1862         added some VC_ATTR_NONNULL() statements
1863
1864 2005-03-02 02:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1865
1866         * lib/: syscall_adddlimit-v13.hc, syscall_remdlimit-v13.hc,
1867           vserver-internal.h:
1868
1869         minor cleanups
1870
1871 2005-03-02 01:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1872
1873         * src/secure-mount.c:
1874
1875         do not assume 'nodev' on 'devpts'
1876
1877 2005-03-02 01:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1878
1879         * lib/vserver-internal.h:
1880
1881         CDLIM_USER2KERNEL/CDLIM_KERNEL2USER(): added
1882
1883 2005-03-02 01:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1884
1885         * lib/Makefile-files, lib/syscall_adddlimit-v13.hc,
1886           lib/syscall_adddlimit.c, lib/syscall_getdlimit-v13.hc,
1887           lib/syscall_getdlimit.c, lib/syscall_remdlimit-v13.hc,
1888           lib/syscall_remdlimit.c, lib/syscall_setdlimit-v13.hc,
1889           lib/syscall_setdlimit.c, lib/virtual.h, lib/vserver.h,
1890           src/Makefile-files, src/vdlimit.c:
1891
1892         added *vdlimit functions + tools (patch provided by Daniel Hokka Zakrisson)
1893
1894 2005-02-26 00:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1895
1896         * scripts/vserver-setup.functions:
1897
1898         added some sanity checks
1899
1900 2005-02-26 00:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1901
1902         * ensc_wrappers/: Makefile-files, wrappers-string.hc, wrappers.h:
1903
1904         added wrapper around string functions
1905
1906 2005-02-26 00:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1907
1908         * src/secure-mount.c:
1909
1910         /me should learn to differ between script-languages and C... strings in C are still marked by >"< but not by >'<...
1911         fixed allocation of the newly generated option string
1912
1913 2005-02-25 22:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1914
1915         * scripts/: vapt-get-worker, vyum-worker:
1916
1917         deprecate usage of $_YUM and $_APT_GET
1918
1919 2005-02-25 22:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1920
1921         * distrib/redhat/initpost, scripts/functions, scripts/pkgmgmt,
1922           scripts/start-vservers, scripts/util-vserver-vars.pathsubst,
1923           scripts/vprocunhide, scripts/vpstree, scripts/vserver,
1924           scripts/vserver-build, scripts/vserver-build.apt-rpm,
1925           scripts/vserver-build.debootstrap,
1926           scripts/vserver-build.functions,
1927           scripts/vserver-build.functions.apt,
1928           scripts/vserver-build.functions.pkgmgmt,
1929           scripts/vserver-build.functions.rpm,
1930           scripts/vserver-build.functions.yum, scripts/vserver-build.rpm,
1931           scripts/vserver-build.yum, scripts/vserver-copy,
1932           scripts/vserver-setup.functions, scripts/vserver.functions,
1933           scripts/vserver.start, scripts/vserver.stop,
1934           scripts/vservers.grabinfo.sh, scripts/vshelper,
1935           scripts/vsysvwrapper, scripts/vtop, scripts/legacy/distrib-info,
1936           scripts/legacy/rootshell, scripts/legacy/vserver, sysv/rebootmgr,
1937           sysv/vservers-legacy:
1938
1939         LEGACY BREAKAGE FOR 3RD PARTY PATCHES: introduced a more common naming
1940         scheme: global, immutable variables names are now named like '$__ABC'
1941         instead of '$ABC'. This happens at much places and will break a lot of
1942         patches therefore.
1943
1944 2005-02-25 22:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1945
1946         * configure.ac:
1947
1948         changed my GPG key
1949
1950 2005-02-25 22:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1951
1952         * src/secure-mount.c:
1953
1954         assume 'nodev' by default
1955
1956 2005-02-25 21:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1957
1958         * scripts/: vserver-build.functions.yum, vyum-worker:
1959
1960         added preliminary support for the patch from
1961         https://bugzilla.redhat.com/beta/attachment.cgi?id=111435&action=view
1962
1963 2005-02-25 21:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1964
1965         * scripts/vserver-build.functions.pkgmgmt:
1966
1967         avoid ambiguous usage of $PKGDIR, use $PKGINSTALLDIR instead of
1968         use $SETUP_CONFDIR instead of $confdir
1969
1970 2005-02-25 21:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1971
1972         * scripts/: vserver-build.apt-rpm, vserver-build.yum:
1973
1974         avoid ambiguous usage of $PKGDIR, use $PKGINSTALLDIR instead of
1975
1976 2005-02-21 00:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1977
1978         * scripts/vserver-build.functions.rpm:
1979
1980         rpm.initFilesystem(): fixed variable-names; this caused e.g. an unset %_dbpath macro formerly
1981
1982 2005-02-16 00:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1983
1984         * NEWS, configure.ac:
1985
1986         version 0.30.204
1987
1988 2005-02-15 23:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1989
1990         * configure.ac:
1991
1992         added information where the 'ip' and 'vconfig' programs can be found
1993
1994 2005-02-15 23:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
1995
1996         * scripts/vshelper:
1997
1998         adjusted the order of cli options evaluation; automake-1.9.5 redirects
1999         input from /dev/null so the 'tty -s' check gets triggered and 'make
2000         distcheck' fails in the '... --version/--help' tests
2001
2002 2005-02-15 19:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2003
2004         * src/save_ctxinfo.c:
2005
2006         fixed name of the run.rev symlink; there was a '/' missing which
2007         caused a pollution of the /etc/vservers/.defaults directory with
2008         'run.revXXX' entries. (reported and analyzed by Olivier Poitrey).
2009
2010 2005-02-07 19:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2011
2012         * scripts/functions, scripts/vserver-build.functions.pkgmgmt,
2013           src/vunify.c:
2014
2015         fixed typos
2016
2017 2005-02-07 19:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2018
2019         * doc/configuration.xml:
2020
2021         documented the *namespace options
2022
2023 2005-02-04 13:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2024
2025         * scripts/vserver.functions:
2026
2027         SECURITY: fixed detection of the mtab-location (Georg Glas)
2028         https://savannah.nongnu.org/bugs/?func=detailitem&item_id=11844
2029
2030 2005-02-04 03:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2031
2032         * scripts/vserver.functions:
2033
2034         fixed one of the previously added 'test -n'
2035
2036 2005-02-02 15:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2037
2038         * m4/ensc_pathprog.m4:
2039
2040         ENSC_PATHPROG_INIT(): fixed doc
2041         ENSC_PATHPROG(): added a '<DESCR>' parameter
2042
2043 2005-02-02 14:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2044
2045         * doc/: compatibility-xhtml.xsl, compatibility.css:
2046
2047         applied http://vserver.lauft.net/wegen/util-vserver/patches/merge/util-vserver--merge--0.0--patch-2.patch
2048
2049 2005-02-01 18:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2050
2051         * NEWS, configure.ac:
2052
2053         version 0.30.203
2054
2055 2005-02-01 18:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2056
2057         * scripts/Makefile-files:
2058
2059         added vyum-worker to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT
2060
2061 2005-02-01 18:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2062
2063         * scripts/vyum-worker:
2064
2065         minor cosmetical change
2066
2067 2005-02-01 18:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2068
2069         * scripts/: functions, pkgmgmt:
2070
2071         fixed 'local VAR=$(ACTION) || ERROR' constructs; the 'local VAR=$(ACTION)'
2072         succeeds everytime so ERROR will be never executed. So, it is rewritten to
2073         'local VAR; VAR=$(ACTION) || ERROR'.
2074
2075 2005-02-01 18:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2076
2077         * NEWS, configure.ac:
2078
2079         version 0.30.202
2080
2081 2005-02-01 17:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2082
2083         * distrib/fc3/rpmlist.d/00.lst:
2084
2085         initial checkin
2086
2087 2005-02-01 17:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2088
2089         * scripts/vserver-build.rpm:
2090
2091         moved installPackages into vserver-build.functions.rpm
2092         added support for preconfigured package-lists
2093
2094 2005-02-01 17:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2095
2096         * scripts/vserver-build.functions.rpm:
2097
2098         rpmlist.*(): added
2099
2100 2005-02-01 17:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2101
2102         * scripts/vserver-build:
2103
2104         documented the '--empty' switch for the '-m rpm' method
2105         allow an increasing debug-level
2106
2107 2005-02-01 17:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2108
2109         * scripts/functions:
2110
2111         vshelper.isDebug(): fixed it...
2112
2113 2005-02-01 17:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2114
2115         * distrib/Makefile.am:
2116
2117         added the fc3 rpmlist.d directory + content
2118
2119 2005-02-01 17:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2120
2121         * contrib/manifest.dat.pathsubst:
2122
2123         added vserver-build.rpm
2124
2125 2005-02-01 03:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2126
2127         * lib_internal/matchlist-initbyvserver.c,
2128           lib_internal/matchlist-initmanually.c,
2129           lib_internal/matchlist-initrefserverlist.c, src/vcopy-init.hc,
2130           src/vunify-init.hc:
2131
2132         changed matchlist-API to pass additional information about a
2133         vserver. This allows to turn off pkgmgmt-queries for not-yet
2134         existent vservers in 'vcopy'
2135
2136 2005-02-01 03:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2137
2138         * lib_internal/matchlist.h:
2139
2140         struct MatchVserverInfo: added; it allows to pass additional information about the vserver
2141
2142 2005-02-01 03:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2143
2144         * lib_internal/unify-copy.c:
2145
2146         copyReg(): open out_fd with O_RDWR, fixed resource leak in error-case
2147
2148 2005-02-01 01:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2149
2150         * lib/createskeleton-full.hc:
2151
2152         argl... fixed overflow when appending the '/'
2153
2154 2005-02-01 00:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2155
2156         * doc/configuration.xml, scripts/functions, scripts/vshelper:
2157
2158         added 'debug' option for vshelper
2159
2160 2005-02-01 00:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2161
2162         * scripts/vshelper:
2163
2164         added delegation support (Herbert Poetzl)
2165         http://vserver.13thfloor.at/Experimental/NGNET/delta-vshelper-delegate.diff
2166
2167 2005-01-31 23:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2168
2169         * scripts/vserver-build.functions:
2170
2171         getDistribution(): added support for a default distribution
2172
2173 2005-01-31 23:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2174
2175         * scripts/: Makefile-files, vserver-build, vserver-build.rpm:
2176
2177         added the '-m rpm' method
2178
2179 2005-01-31 23:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2180
2181         * distrib/: Makefile.am, template/initpost, template/initpre:
2182
2183         added the 'template' distribution
2184
2185 2005-01-31 18:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2186
2187         * src/rpm-fake.c:
2188
2189         fixed environment unsetting: it will be now done shortly before execve(2)
2190         but not on initialization anymore. This solves the problem when 'rpm' is
2191         a wrapper only calling the real 'rpm?'. Then, LD_PRELOAD et.al. was unset
2192         and the wrapper not used.
2193
2194 2005-01-31 18:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2195
2196         * scripts/vshelper:
2197
2198         fixed the (currently non-existent) child->parent traversal
2199
2200 2005-01-31 18:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2201
2202         * lib/apidoc/Doxyfile.in:
2203
2204         added DOT_TRANSPARENT + DOT_MULTI_TARGET
2205
2206 2005-01-31 18:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2207
2208         * doc/configuration.xml:
2209
2210         updated
2211
2212 2005-01-31 18:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2213
2214         * Makefile.am, util-vserver.spec.in, lib/createskeleton-full.hc,
2215           scripts/vserver-build.functions, scripts/vserver-setup.functions,
2216           src/save_ctxinfo.c:
2217
2218         removed 'run.rev' as a vserver-local variable and made it a system-wide setting
2219
2220 2005-01-28 02:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2221
2222         * doc/configuration.xml:
2223
2224         reindented it
2225         fixed vshelper documentation
2226
2227 2005-01-27 22:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2228
2229         * scripts/: functions, pkgmgmt, start-vservers, vapt-get, vpkg,
2230           vprocunhide, vrpm, vrpm-preload, vserver, vserver-build,
2231           vserver-build.debootstrap, vserver-build.functions.rpm,
2232           vserver-setup.functions, vserver-wrapper, vserver.functions,
2233           vserver.start, vserver.stop, vshelper, vsomething:
2234
2235         use 'test -n "..."' instead of 'test "..."'; when "..." expands to '-v'
2236         or a similar string, the expression will be misinterpreted (noticed by
2237         Werner Schalk)
2238
2239 2005-01-27 21:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2240
2241         * NEWS, configure.ac:
2242
2243         version 0.30.201
2244
2245 2005-01-27 21:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2246
2247         * src/: reducecap.c, vserver-info.c:
2248
2249         reworked the capability.h stuff
2250
2251 2005-01-27 21:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2252
2253         * src/: Makefile-files, capability-compat.h:
2254
2255         added capability-compat.h
2256
2257 2005-01-27 21:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2258
2259         * configure.ac:
2260
2261         added check for <sys/capability.h> header
2262
2263 2005-01-27 21:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2264
2265         * Makefile.am:
2266
2267         removed the linuxcaps.h bits
2268
2269 2005-01-27 20:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2270
2271         * src/vserver-info.c:
2272
2273         implemented capability-support check
2274
2275 2005-01-27 20:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2276
2277         * src/rpm-fake.c:
2278
2279         fixed execution order of chroot(2) and context-creation; this caused
2280         errors on kernel 2.6 when the vserver is not running yet
2281
2282 2005-01-27 20:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2283
2284         * src/: .cvsignore, Makefile-files:
2285
2286         added check-unixfile
2287
2288 2005-01-27 20:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2289
2290         * scripts/vserver.start:
2291
2292         execute sanityCheck()
2293
2294 2005-01-27 20:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2295
2296         * scripts/vserver.functions:
2297
2298         moved sanity checks which were spread in various functions into the sanityCheck() method
2299         implemented checks for non-newline terminated files and missing capability support
2300
2301 2005-01-27 20:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2302
2303         * scripts/vserver-build.functions.yum, scripts/vserver-build.yum,
2304           scripts/vsomething, scripts/vyum, scripts/vyum-worker,
2305           src/check-unixfile.c:
2306
2307         initial checkin
2308
2309 2005-01-27 20:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2310
2311         * scripts/vserver-build:
2312
2313         added 'yum' support
2314
2315 2005-01-27 20:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2316
2317         * scripts/vrpm-preload:
2318
2319         reorganized; moved lots of code into the 'functions' file
2320
2321 2005-01-27 20:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2322
2323         * scripts/util-vserver-vars.pathsubst:
2324
2325         added yum* files + vsomething + check-unixfile
2326
2327 2005-01-27 20:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2328
2329         * scripts/functions:
2330
2331         added yum* support
2332         reorganized the rpmFake stuff
2333
2334 2005-01-27 20:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2335
2336         * scripts/Makefile-files:
2337
2338         added the yum* files + vsomething
2339
2340 2005-01-27 20:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2341
2342         * distrib/redhat/initpre:
2343
2344         added missing newline
2345
2346 2005-01-27 20:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2347
2348         * distrib/fc3/: pkgs/01, pkgs/02, pkgs/03, yum/yum.conf,
2349           yum.repos.d/fedora-devel.repo,
2350           yum.repos.d/fedora-updates-testing.repo,
2351           yum.repos.d/fedora-updates.repo, yum.repos.d/fedora.repo:
2352
2353         initial checkin
2354
2355 2005-01-27 20:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2356
2357         * distrib/Makefile.am:
2358
2359         added the yum* stuff for fc3
2360
2361 2005-01-27 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2362
2363         * contrib/manifest.dat.pathsubst:
2364
2365         added the yum* files + check-unixfile
2366
2367 2005-01-27 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2368
2369         * README:
2370
2371         mentioned the '-m yum' buildmethod
2372
2373 2005-01-27 00:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2374
2375         * lib/getvservercfgstyle.c:
2376
2377         allow dangling symlinks as /etc/vservers/.../vdir also
2378
2379 2005-01-27 00:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2380
2381         * NEWS, configure.ac:
2382
2383         version 0.30.199
2384
2385 2005-01-26 22:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2386
2387         * util-vserver.spec.in:
2388
2389         do not ship the /vservers directory itself; as it is immutable, the
2390         extraction will fail else
2391
2392 2005-01-26 21:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2393
2394         * lib_internal/testsuite/.cvsignore:
2395
2396         updated
2397
2398 2005-01-26 21:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2399
2400         * util-vserver.spec.in:
2401
2402         rearranged some scriptlets to avoid comments after '-p /sbin/ldconfig'
2403
2404 2005-01-26 16:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2405
2406         * scripts/vserver.start:
2407
2408         added (untested) support for '/' in the vserver fstab
2409
2410 2005-01-26 16:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2411
2412         * scripts/vserver.functions:
2413
2414         use unique prefixes for variables used in functions with 'eval' statements
2415         mountRootFS(): added
2416
2417 2005-01-26 16:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2418
2419         * scripts/functions:
2420
2421         use unique prefixes for variables used in functions with 'eval' statements
2422
2423 2005-01-26 16:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2424
2425         * lib_internal/testsuite/filecfg-ml.c:
2426
2427         include <string.h> + <ctype.h>
2428
2429 2005-01-26 16:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2430
2431         * scripts/Makefile-files:
2432
2433         moved rootshell to legacy
2434
2435 2005-01-26 16:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2436
2437         * vserver-start/defaulttty.c:
2438
2439         include <string.h>
2440
2441 2005-01-26 16:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2442
2443         * src/secure-mount.c:
2444
2445         added '--rootfs' option
2446
2447 2005-01-26 16:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2448
2449         * contrib/manifest.dat.pathsubst:
2450
2451         moved the v_* initscripts to legacy
2452
2453 2005-01-26 15:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2454
2455         * util-vserver.spec.in:
2456
2457         updated BuildRequires:
2458         use 'setattr --barrier' instead of 'chattr +t' in the %post scriptlet
2459         moved the v_* initscripts to legacy
2460
2461 2005-01-25 17:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2462
2463         * scripts/rootshell[DEAD], contrib/manifest.dat.pathsubst,
2464           scripts/legacy/rootshell:
2465
2466         moved rootshell script to legacy
2467
2468 2005-01-21 14:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2469
2470         * scripts/legacy/vserver:
2471
2472         fixed http://savannah.nongnu.org/bugs/?func=detailitem&item_id=11570:
2473
2474           "vserver myvserver start" gives exit code 1 if there is no file
2475           /etc/vservers/myvserver.sh, since the last statement in vserver
2476           ("test -x /etc/vservers/$1.sh && ...") evaluates to 1 in this case.
2477
2478           [Daniel Hermann]
2479
2480 2005-01-21 14:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2481
2482         * scripts/vserver:
2483
2484         be more verbosely when vserver could not be determined and give hints
2485         about possible solutions (based upon ideas by Thorsten Gunkel)
2486
2487 2005-01-21 14:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2488
2489         * scripts/vserver-setup.functions:
2490
2491         interface-configuration: give out a warning when no device was configured
2492
2493 2005-01-21 14:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2494
2495         * scripts/vserver.functions:
2496
2497         * interface-configuration: accept 'nodev' without a configured 'dev';
2498           formerly the interface was silently ignored when 'dev' was missing
2499         * added some sanity checks for the behaviour described above
2500
2501 2005-01-21 14:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2502
2503         * src/rpm-fake.c:
2504
2505         added rpm_execcon() wrapper to make it work in SELinux environments
2506         call execve(2) directly instead of execv(3)
2507
2508 2005-01-07 18:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2509
2510         * README:
2511
2512         fixed typos
2513         cleanups + enhancements
2514
2515 2005-01-07 17:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2516
2517         * README:
2518
2519         "Notes for distributors" + "Which version shall I use?" added
2520
2521 2005-01-07 17:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2522
2523         * m4/ensc_dietlibc.m4:
2524
2525         Fixed last patch: use '[[' instead of '[' (found by Hans Ulrich Niedermann)
2526
2527 2005-01-07 00:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2528
2529         * configure.ac:
2530
2531         call ENSC_DIETLIBC_SANITYCHECK, AC_CANONICAL_HOST + AC_CANONICAL_BUILD
2532
2533 2005-01-07 00:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2534
2535         * m4/ensc_dietlibc.m4:
2536
2537         ENSC_DIETLIBC_SANITYCHECK(): added
2538         made ENSC_VERSION_DIETLIBC uppercase
2539         ignore extra specifiers in dietlibc's minor version (reported by Hans Ulrich Niedermann)
2540
2541 2005-01-07 00:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2542
2543         * scripts/util-vserver-vars.pathsubst:
2544
2545         fix typo in $_MKTEMPDIR: Use $_MKTEMP not $MKTEMP (fixed by Hans Ulrich Niedermann)
2546
2547 2004-12-28 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2548
2549         * scripts/: functions, pkgmgmt, start-vservers,
2550           util-vserver-vars.pathsubst, vpkg, vrpm-preload,
2551           vserver-build.debootstrap, vserver-build.functions.apt,
2552           vserver-wrapper, vserver.start, vserver.stop:
2553
2554         use $_<prog> (which expands to absolute paths) instead of trusting into a good $PATH
2555
2556 2004-12-28 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2557
2558         * scripts/vserver.functions:
2559
2560         use $_<prog> (which expands to absolute paths) instead of trusting into a good $PATH
2561         a small VLAN fix (do not quote the splitted dev)
2562         minor cleanups
2563
2564 2004-12-28 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2565
2566         * configure.ac:
2567
2568         use ENSC_PATHPROG & friends
2569
2570 2004-12-28 20:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2571
2572         * m4/ensc_pathprog.m4:
2573
2574         initial checkin
2575
2576 2004-12-28 20:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2577
2578         * Makefile.am:
2579
2580         use ${ENSC_PATHPROG_SED} when substituting prognames
2581
2582 2004-12-28 13:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2583
2584         * m4/ensc_dietlibc_compat.m4:
2585
2586         check more syscall variants
2587
2588 2004-12-28 13:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2589
2590         * lib/vserver.h:
2591
2592         s!\params!\param!
2593         added doc about vc_get_iattr()
2594
2595 2004-12-28 12:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2596
2597         * doc/cfg.txt[DEAD]:
2598
2599         removed since obsoleted by configuration.xml
2600
2601 2004-12-21 08:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2602
2603         * src/vsched.c:
2604
2605         fixed segfault when no arguments are given (reported by Adrian Reyer)
2606
2607 2004-12-16 01:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2608
2609         * src/keep-ctx-alive.c:
2610
2611         renamed the 'fd_set' variable to 'fdset'. former name causes problems
2612         with certain FD_* implementations (reported by Adrian Reyer)
2613
2614 2004-12-09 14:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2615
2616         * build-all:
2617
2618         added fc-3 host
2619
2620 2004-12-09 14:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2621
2622         * lib/Makefile-files:
2623
2624         getfilecontext.c: added
2625
2626 2004-12-09 14:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2627
2628         * lib/: getfilecontext.c, vserver.h:
2629
2630         vc_getfilecontext(): as noticed by daniel_hozac in IRC, this function
2631         was horribly broken. Fixed and moved it into an own file as it is too
2632         complex for an inline function. Documentation was added also.
2633
2634 2004-12-07 12:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2635
2636         * vserver-start/main.c:
2637
2638         include <unistd.h>
2639
2640 2004-12-07 12:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2641
2642         * scripts/vserver.functions:
2643
2644         read enter-shell from the defaults-directory also
2645         use prio-bias instead of cpu-mask
2646
2647 2004-12-07 12:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2648
2649         * lib_internal/filecfg-iteratemultiline.c:
2650
2651         include <string.h>
2652
2653 2004-12-07 12:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2654
2655         * lib/testsuite/cflags.c:
2656
2657         added some new flags
2658
2659 2004-12-07 12:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2660
2661         * doc/configuration.xml:
2662
2663         do not mention the /hostname + /domainname params anymore
2664         removed vsched/cpu-mask
2665         added vsched/priority-bias
2666
2667 2004-10-21 21:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2668
2669         * lib/vserver.h:
2670
2671         added/updated flags and capabilities
2672
2673 2004-10-21 21:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2674
2675         * lib/islink.c:
2676
2677         initial checkin
2678
2679 2004-10-21 21:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2680
2681         * lib/internal.h:
2682
2683         utilvserver_isLink(): added prototype
2684
2685 2004-10-21 21:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2686
2687         * lib/cflags-v13.c:
2688
2689         added lots of new flags
2690
2691 2004-10-21 20:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2692
2693         * lib/ccaps-v13.c:
2694
2695         added 'remount' + 'icmp' cap; 'ping' is kept for compatibility reasons
2696
2697 2004-10-21 20:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2698
2699         * lib/Makefile-files:
2700
2701         added islink.c
2702
2703 2004-10-20 01:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2704
2705         * scripts/functions:
2706
2707         getFileValue(): modified to accept a list of candidates
2708
2709 2004-10-20 01:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2710
2711         * src/vcontext.c:
2712
2713         merged from UV_NAMESPACE_AFTER_CHROOT branch
2714
2715 2004-10-20 01:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2716
2717         * Makefile.am:
2718
2719         added 'update-doc' target
2720
2721 2004-10-20 01:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2722
2723         * ensc_wrappers/wrappers-vserver.hc:
2724
2725         Evc_{new,enter}_namespace(): added
2726
2727 2004-10-19 23:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2728
2729         * NEWS, configure.ac:
2730
2731         version 0.30.196
2732
2733 2004-10-19 23:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2734
2735         * kernel/: context.h, cvirt.h:
2736
2737         updated to vs1.9.3-rc4
2738
2739 2004-10-19 23:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2740
2741         * vserver-start/: configuration-init.c, configuration.c,
2742           configuration.h, interface.c, interface.h, main.c, scriptlets.c,
2743           vserver-start.h:
2744
2745         added lots of new code
2746
2747 2004-10-19 23:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2748
2749         * vserver-start/defaulttty.c,
2750           lib_internal/filecfg-iteratemultiline.c,
2751           lib_internal/testsuite/filecfg-ml.c:
2752
2753         initial checkin
2754
2755 2004-10-19 23:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2756
2757         * vserver-start/Makefile-files:
2758
2759         added defaulttty.c
2760
2761 2004-10-19 23:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2762
2763         * src/reducecap.c:
2764
2765         use some dirty hacks to include <linuxcaps.h> cleanly
2766
2767 2004-10-19 23:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2768
2769         * scripts/vserver.stop:
2770
2771         execute 'prepareStop()'
2772
2773 2004-10-19 23:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2774
2775         * scripts/vserver.functions:
2776
2777         made runlevel_{start,stop} global variables
2778         prepareStop(): added
2779         set PREVLEVEL on 'vserver ... stop' (required by Debian)
2780
2781 2004-10-19 23:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2782
2783         * scripts/vserver-setup.functions:
2784
2785         s!prefix!prefixlen!
2786
2787 2004-10-19 23:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2788
2789         * lib_internal/testsuite/Makefile-files:
2790
2791         added filecfg-ml test
2792
2793 2004-10-19 23:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2794
2795         * lib_internal/string.hc:
2796
2797         String_c_str(): added
2798
2799 2004-10-19 23:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2800
2801         * lib_internal/string.h:
2802
2803         ENSC_STRING_*FIXED(): added
2804
2805 2004-10-19 23:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2806
2807         * lib_internal/filecfg.h:
2808
2809         FileCfg_iterateOverMultiLine(): added prototypes and related declarations
2810
2811 2004-10-19 23:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2812
2813         * lib_internal/Makefile-files:
2814
2815         added filecfg-iteratemultiline.c
2816
2817 2004-10-19 23:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2818
2819         * lib/syscall_setsched-v13.hc:
2820
2821         vc_set_sched_v13obs(): use VCMD_set_sched_v2 instead of VCMD_set_sched
2822
2823 2004-10-19 23:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2824
2825         * ensc_wrappers/wrappers-unistd.hc:
2826
2827         Enice(): added
2828
2829 2004-10-19 23:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2830
2831         * doc/configuration.xml:
2832
2833         s!prefix!prefix-length!
2834
2835 2004-10-19 23:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2836
2837         * Makefile.am:
2838
2839         added new kernel headers
2840         changed substition of linuxcaps.h; oldish 'sed' versions do not understand '\<' regexs
2841
2842 2004-10-18 18:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2843
2844         * src/vcontext.c:
2845
2846         do not include "linuxcaps.h" anymore
2847
2848 2004-10-18 18:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2849
2850         * kernel/: context.h, cvirt.h, inode.h, legacy.h, limit.h,
2851           namespace.h, network.h, sched.h, signal.h, switch.h, xid.h:
2852
2853         updated
2854
2855 2004-10-18 18:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2856
2857         * doc/Makefile-files:
2858
2859         removed stylesheets and images from the main-package; they are now in the web-CVS
2860
2861 2004-10-18 18:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2862
2863         * doc/: configuration-flower.css[DEAD],
2864           configuration-lsd.css[DEAD], configuration-lsd1.css[DEAD],
2865           flowers.png[DEAD], flowers1.png[DEAD], flowers2.png[DEAD]:
2866
2867         moved into web-CVS
2868
2869 2004-10-18 17:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2870
2871         * kernel/: debug.h, dlimit.h:
2872
2873         updated
2874
2875 2004-10-06 05:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2876
2877         * README:
2878
2879         updated note about 'vserver-stat' and differ between 2.4 and 2.6
2880         kernel
2881
2882 2004-10-06 05:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2883
2884         * lib_internal/unify-unify.c:
2885
2886         retain 'errno' on the final unlink()
2887
2888 2004-10-06 05:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2889
2890         * src/Makefile-files:
2891
2892         link secure-mount against libvserver
2893
2894 2004-10-06 05:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2895
2896         * src/secure-mount.c:
2897
2898         added better diagnostic when fstab-parsing fails
2899         use strsep() instead of strtok_r() in the parser to make the line-number counter work
2900
2901 2004-10-01 14:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2902
2903         * NEWS, configure.ac:
2904
2905         version 0.30.195
2906
2907 2004-10-01 14:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2908
2909         * scripts/functions:
2910
2911         _getProcNumberCount(): s!$_ctx!$1!
2912
2913 2004-10-01 13:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2914
2915         * configure.ac, m4/ensc_dietlibc.m4:
2916
2917         give out information about version of the found dietlibc
2918
2919 2004-10-01 13:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2920
2921         * m4/ensc_dietlibc.m4:
2922
2923         fixed version-detection when additional information are following the
2924         number
2925
2926 2004-10-01 13:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2927
2928         * scripts/functions:
2929
2930         use more efficient ways to detect number of processes in a context
2931         (access /proc/virtual/... information instead of executing vps)
2932
2933 2004-10-01 12:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2934
2935         * scripts/: vserver-build, vserver-build.debootstrap:
2936
2937         allowed to specify additional debootstrap options
2938
2939 2004-10-01 12:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2940
2941         * src/: vps.c, vserver-stat.c:
2942
2943         added warnings regarding procfs-security
2944
2945 2004-09-24 17:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2946
2947         * src/rpm-fake.c:
2948
2949         removed a __THROW which is not needed and causes errors with newer gcc
2950
2951 2004-09-24 17:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2952
2953         * lib/syscall_setvhiname-v13.hc:
2954
2955         use a better method to copy labels; formerly, bad parameters could
2956         cause undefined behaviour
2957
2958 2004-09-24 17:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2959
2960         * doc/Makefile-files:
2961
2962         fixed typo
2963
2964 2004-09-24 01:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2965
2966         * doc/configuration.xml:
2967
2968         added some comments for interfaces/../{name,nodev}
2969
2970 2004-09-24 01:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2971
2972         * doc/: configuration-flower.css, configuration-lsd.css,
2973           configuration-lsd1.css, configuration-xhtml.xsl,
2974           configuration.css:
2975
2976         made it validate as xhtml
2977
2978 2004-09-24 00:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2979
2980         * build-all:
2981
2982         fixed CLEAN=1 usecase
2983         use gcc4 instead of gcc35
2984
2985 2004-09-24 00:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2986
2987         * scripts/vserver-build.debootstrap:
2988
2989         added better diagnostic for failed debootstrap download
2990
2991 2004-09-24 00:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2992
2993         * doc/configuration.css:
2994
2995         added *.elements templates
2996
2997 2004-09-24 00:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
2998
2999         * doc/configuration.xml:
3000
3001         updated rlimits description (reported by Nikola Donev)
3002         added warning about explicit 'fakeinit' usage
3003
3004 2004-09-24 00:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3005
3006         * doc/configuration-xhtml.xsl:
3007
3008         added new stylesheets
3009         implemented <elements>...</elements> support
3010
3011 2004-09-24 00:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3012
3013         * doc/Makefile-files:
3014
3015         added new stylesheets and images
3016
3017 2004-09-24 00:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3018
3019         * doc/: configuration-flower.css, configuration-lsd1.css,
3020           flowers.png, flowers1.png, flowers2.png:
3021
3022         initial checkin
3023
3024 2004-09-24 00:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3025
3026         * distrib/misc/debootstrap.uri:
3027
3028         updated
3029
3030 2004-09-22 22:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3031
3032         * util-vserver.spec.in:
3033
3034         s!commented!documented!
3035
3036 2004-09-22 22:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3037
3038         * util-vserver.spec.in:
3039
3040         commented the possible options for 'rpmbuild'
3041
3042 2004-09-22 22:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3043
3044         * src/vsched.c:
3045
3046         use new vc_set_sched structure
3047         generalized CLI options a little bit
3048
3049 2004-09-22 22:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3050
3051         * src/vattribute.c:
3052
3053         set the "secure" flags on '--secure' manually. This is a crude hack
3054         and must be solved better.
3055
3056 2004-09-22 22:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3057
3058         * lib/vserver.h:
3059
3060         struct vc_set_sched: updated + added some flags
3061         vc_get_insecureflags(): removed again; it is now handled by the utilities
3062
3063 2004-09-22 22:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3064
3065         * lib/vserver-internal.h:
3066
3067         ENSC_STRUCT_IDX, ENSC_SAME_STRUCT_IDX: added
3068
3069 2004-09-22 22:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3070
3071         * lib/syscall_setsched.c:
3072
3073         added support for the new 'struct vcmd_set_sched_v3'
3074
3075 2004-09-22 22:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3076
3077         * lib/syscall_setsched-v13.hc:
3078
3079         updated to new 'struct vcmd_set_sched_v3'
3080         added some optimizations
3081
3082 2004-09-22 22:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3083
3084         * kernel/sched.h:
3085
3086         added 'struct vcmd_set_sched_v3' plus macros
3087
3088 2004-09-10 13:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3089
3090         * lib/vserver-internal.h:
3091
3092         CALL_VC_V13B(), CALL_VC_V13OBS(): added
3093
3094 2004-09-10 02:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3095
3096         * src/vlimit.c:
3097
3098         fixed missing argument for '--xid' switch
3099
3100 2004-09-07 22:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3101
3102         * src/vattribute.c:
3103
3104         use vc_get_insecureflags() on '--secure' option
3105
3106 2004-09-07 22:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3107
3108         * lib/vserver.h:
3109
3110         vc_get_insecureflags(): added (does this really make sense??)
3111
3112 2004-09-07 22:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3113
3114         * scripts/chcontext:
3115
3116         fixed concatenation of flags + caps
3117
3118 2004-09-07 22:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3119
3120         * configure.ac:
3121
3122         added an explicit requirement for version 1.9 of automake
3123
3124 2004-08-27 23:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3125
3126         * NEWS, configure.ac:
3127
3128         version 0.30.193
3129
3130 2004-08-27 23:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3131
3132         * scripts/: vserver.stop, vserver, vserver.start:
3133
3134         follow LSB behavior when starting/stopping a vserver (no error, when already running/stopped)
3135         adjusted some exit-codes
3136
3137 2004-08-27 16:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3138
3139         * src/secure-mount.c:
3140
3141         showHelp(): improved message
3142
3143 2004-08-27 10:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3144
3145         * distrib/misc/debootstrap.uri:
3146
3147         updated again...
3148
3149 2004-08-27 10:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3150
3151         * src/save_ctxinfo.c:
3152
3153         append '\0' to the buffer read by readlink()
3154
3155 2004-08-27 10:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3156
3157         * src/keep-ctx-alive.c:
3158
3159         include <sys/select.h>
3160
3161 2004-08-27 10:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3162
3163         * ensc_wrappers/wrappers-unistd.hc:
3164
3165         Ereadlink*(): return the count of written chars
3166
3167 2004-08-25 02:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3168
3169         * scripts/functions, scripts/pkgmgmt, scripts/vserver.functions,
3170           vserver-start/mount.c:
3171
3172         use the new 'secure-mount' CLI
3173
3174 2004-08-25 02:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3175
3176         * src/secure-mount.c:
3177
3178         reworked it; '--chroot' does not accept an argument now, and '--secure'
3179         is deprecated. Lots of code was modernized
3180
3181 2004-08-19 18:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3182
3183         * vserver-start/: configuration-init.c, configuration.c,
3184           configuration.h, interface-add.c, interface-read.c, interface.c,
3185           interface.h, main.c, scriptlets.c, vshelper.c:
3186
3187         added lots of new code
3188
3189 2004-08-19 17:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3190
3191         * vserver-start/: interface-print.c, interface-remove.c, mount.c,
3192           mount.h, undo.c, undo.h:
3193
3194         initial checkin
3195
3196 2004-08-19 16:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3197
3198         * src/vnamespace.c:
3199
3200         fixed some #includes for the new position of sys_clone.h
3201
3202 2004-08-19 16:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3203
3204         * src/vkill.c:
3205
3206         define ENSC_WRAPPERS_UNISTD; it is used for some legacy code
3207
3208 2004-08-19 16:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3209
3210         * src/rpm-fake.c:
3211
3212         fixed some #includes to reflect changed position of sys_clone.h
3213
3214 2004-08-19 16:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3215
3216         * src/fstool.h:
3217
3218         checkForRace(), resolveCtx(): removed prototypes
3219
3220 2004-08-19 16:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3221
3222         * src/fstool.c:
3223
3224         checkForRace(): removed as unused
3225
3226 2004-08-19 16:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3227
3228         * src/chxid.c:
3229
3230         use vc_xidopt2xid() instead of resolveCtx()
3231
3232 2004-08-19 16:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3233
3234         * src/sys_clone.h[DEAD]:
3235
3236         moved into lib_internal/
3237
3238 2004-08-19 16:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3239
3240         * src/fstool-resolvectx.c[DEAD]:
3241
3242         obsoleted; functionality is already in libvserver
3243
3244 2004-08-19 16:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3245
3246         * lib_internal/testsuite/command.c:
3247
3248         applied API changes
3249
3250 2004-08-19 16:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3251
3252         * lib_internal/command.h:
3253
3254         added support for plain-style char** args
3255
3256 2004-08-19 16:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3257
3258         * lib_internal/: command-appendparameter.c, command-exec.c,
3259           command-free.c, command-init.c:
3260
3261         handle plain-style char** args also
3262
3263 2004-08-19 16:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3264
3265         * lib_internal/: command-setparams.c, sys_clone.h:
3266
3267         initial checkin
3268
3269 2004-08-19 16:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3270
3271         * lib_internal/Makefile-files:
3272
3273         added command-setparams.c and sys_clone.h
3274
3275 2004-08-19 16:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3276
3277         * contrib/manifest.dat.pathsubst:
3278
3279         marked vserver.start.bin as C99-only
3280
3281 2004-08-19 16:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3282
3283         * pathconfig.h.pathsubst:
3284
3285         added some new paths
3286
3287 2004-08-19 16:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3288
3289         * Makefile.am:
3290
3291         automake-1.9 fixes: s!VSERVER_LDFLAGS!VSERVER_LDFLGS!
3292         removed some libtool-hacks which are not needed with automake-1.9 anymore
3293
3294 2004-08-19 16:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3295
3296         * vserver-start/Makefile-files:
3297
3298         automake-1.9 fixes: s!VSERVER_LDFLAGS!VSERVER_LDFLGS!
3299         added lots of new files
3300
3301 2004-08-19 16:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3302
3303         * src/Makefile-files:
3304
3305         automake-1.9 fixes: s!VSERVER_LDFLAGS!VSERVER_LDFLGS!
3306         removed src/sys_clone.h (now in lib_internal/)
3307         removed src/fstool-resolvectx.c
3308
3309 2004-08-19 15:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3310
3311         * lib/testsuite/Makefile-files, tests/Makefile-files:
3312
3313         automake-1.9 fixes: s!VSERVER_LDFLAGS!VSERVER_LDFLGS!
3314
3315 2004-08-19 15:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3316
3317         * lib/xidopt2xid.c:
3318
3319         removed code without an effect
3320
3321 2004-08-19 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3322
3323         * lib/syscall-syscall.c:
3324
3325         gcc35 fixes: do not make vc_syscall() an alias for vserver() but execute it.
3326
3327 2004-08-19 15:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3328
3329         * lib/isfile.c:
3330
3331         initial checkin
3332
3333 2004-08-19 15:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3334
3335         * lib/internal.h:
3336
3337         utilvserver_isFile(): added prototype
3338
3339 2004-08-19 15:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3340
3341         * lib/getvservercfgstyle.c:
3342
3343         fixed detection of legacy-style (check for file but not directory)
3344
3345 2004-08-19 15:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3346
3347         * lib/Makefile-files:
3348
3349         addded 'isfile.c'
3350
3351 2004-08-19 15:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3352
3353         * ensc_wrappers/wrappers-stdlib.hc:
3354
3355         Esetenv(): added
3356
3357 2004-08-19 15:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3358
3359         * ensc_wrappers/wrappers-socket.hc:
3360
3361         Esend(), Esocketpair(): added
3362
3363 2004-08-19 15:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3364
3365         * ensc_fmt/fmt-internal.h:
3366
3367         minor optimizations
3368
3369 2004-08-19 15:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3370
3371         * doc/configuration-xhtml.xsl:
3372
3373         add '<ulink>' tag
3374
3375 2004-07-08 13:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3376
3377         * doc/configuration.xml:
3378
3379         documented vdir, run, run.rev (provided by Olivier Poitrey)
3380         added some links about [bc]capabilities and flags
3381         added more scheduler doc (provided by Olivier Poitrey)
3382         added some comments about 2.4 vs. 2.6 at rlimits/ulimits
3383         added doc about rlimit's 'min' setting
3384
3385 2004-07-03 04:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3386
3387         * NEWS, configure.ac:
3388
3389         version 0.30.190
3390
3391 2004-07-03 03:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3392
3393         * doc/configuration.xml:
3394
3395         fixed path of the xsd file
3396
3397 2004-07-03 03:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3398
3399         * build-all:
3400
3401         added fc-2
3402
3403 2004-07-03 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3404
3405         * scripts/vserver.functions:
3406
3407         prepareInit(): fixed case when .autofsck does not exist
3408
3409 2004-07-03 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3410
3411         * scripts/chcontext:
3412
3413         accept --xid and prefer it against --ctx in the doc
3414         added --silentexist option at --create
3415
3416 2004-07-03 03:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3417
3418         * distrib/suse91/apt/rpmpriorities:
3419
3420         initial checkin
3421
3422 2004-07-03 03:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3423
3424         * distrib/redhat/rc.sysinit:
3425
3426         call 'true' finally
3427
3428 2004-07-03 03:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3429
3430         * distrib/redhat/initpost:
3431
3432         added comment about possible races
3433         fixed /etc/inittab substitution
3434
3435 2004-07-03 03:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3436
3437         * distrib/Makefile.am:
3438
3439         added redhat/rc.sysinit
3440         added suse/apt/rpmpriorities
3441         moved suse/apt/sources.list into the cfgdir
3442
3443 2004-07-03 03:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3444
3445         * contrib/manifest.dat.pathsubst:
3446
3447         added vserver.start.bin
3448
3449 2004-07-03 03:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3450
3451         * vserver-start/Makefile-files:
3452
3453         use AM_INSTALLCHECK_STD_OPTIONS_EXEMPT for now
3454
3455 2004-07-03 02:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3456
3457         * distrib/Makefile.am:
3458
3459         added suse91 files
3460
3461 2004-07-03 02:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3462
3463         * distrib/: redhat/rc.sysinit, suse91/apt/sources.list,
3464           suse91/initpost, suse91/pkgs/01, suse91/pkgs/02,
3465           suse91/rpm/macros:
3466
3467         initial checkin
3468
3469 2004-07-03 02:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3470
3471         * distrib/redhat/initpost:
3472
3473         some enhancements for 'plain' initstyle
3474
3475 2004-07-03 02:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3476
3477         * lib_internal/testsuite/.cvsignore:
3478
3479         added some files
3480
3481 2004-07-03 02:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3482
3483         * vserver-start/.cvsignore:
3484
3485         initial checkin
3486
3487 2004-07-03 02:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3488
3489         * vserver-start/: configuration-init.c, configuration.c,
3490           configuration.h, interface-add.c, interface-free.hc,
3491           interface-init.hc, interface-read.c, interface.c, interface.h,
3492           main.c, scriptlets.c, vserver-start.h, vshelper.c, vshelper.h:
3493
3494         initial checkin
3495
3496 2004-07-03 02:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3497
3498         * vserver-start/Makefile-files:
3499
3500         added lots of files
3501
3502 2004-07-03 02:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3503
3504         * src/vserver-info.c:
3505
3506         added CANONIFY tag
3507
3508 2004-07-03 02:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3509
3510         * src/secure-mount.c:
3511
3512         rewrite 'ext*' to 'ufs'
3513
3514 2004-07-03 01:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3515
3516         * scripts/: vserver.start, vserver.stop:
3517
3518         use a canonified lockfile-name
3519
3520 2004-07-03 01:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3521
3522         * scripts/vserver.functions:
3523
3524         function prepareInit(): do some cleanups in the plain-mode
3525
3526 2004-07-03 01:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3527
3528         * scripts/functions:
3529
3530         vshelper.initSync(): use $1 instead of $VSERVER_DIR
3531
3532 2004-07-03 01:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3533
3534         * lib_internal/util.h:
3535
3536         include util-lockfile.h
3537         canonifyVserverName(): added prototype
3538
3539 2004-07-03 01:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3540
3541         * lib_internal/util-mem.h:
3542
3543         optimized it a little bit
3544
3545 2004-07-03 01:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3546
3547         * lib_internal/pathinfo.h:
3548
3549         ENSC_PI_DECLARE(): added
3550
3551 2004-07-03 01:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3552
3553         * lib_internal/command-wait.c:
3554
3555         fixed stupid typo
3556
3557 2004-07-03 01:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3558
3559         * lib_internal/Makefile-files:
3560
3561         added lots of new files
3562
3563 2004-07-03 01:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3564
3565         * lib_internal/: errinfo-writeerrno.c, errinfo.h,
3566           filecfg-readentryflag.c, filecfg-readentrystr.c, filecfg.h,
3567           util-canonify.c, util-lockfile.c, util-lockfile.h:
3568
3569         initial checkin
3570
3571 2004-07-03 01:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3572
3573         * lib/vserver.h:
3574
3575         small cosmetical cleanups
3576
3577 2004-07-03 01:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3578
3579         * distrib/misc/mtab:
3580
3581         s!ext2!ufs!
3582
3583 2004-07-03 01:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3584
3585         * pathconfig.h.pathsubst:
3586
3587         added lots of PATH_* and PROG_* macros needed for vserver-start.bin
3588
3589 2004-07-03 01:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3590
3591         * build-all:
3592
3593         removed gcc34 target (now default)
3594         added gcc35 target (not working currently)
3595
3596 2004-07-01 13:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3597
3598         * scripts/vserver.start:
3599
3600         (re)enabled nice-support for 2.6 vservers which was omitted inadvertently
3601
3602 2004-07-01 12:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3603
3604         * src/vlimit.c:
3605
3606         fixed misinterpretation of '--xid' introduced by rev 1.17
3607
3608 2004-06-29 18:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3609
3610         * scripts/vserver-build.apt-rpm:
3611
3612         fixed installation at non-standard places
3613
3614 2004-06-29 18:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3615
3616         * scripts/vserver-build:
3617
3618         fixed doc ('pkgcfgbase' vs. 'pkgbase')
3619
3620 2004-06-27 16:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3621
3622         * lib_internal/Makefile-files:
3623
3624         added command* files and testsuite/
3625
3626 2004-06-27 16:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3627
3628         * lib_internal/command-appendparameter.c,
3629           lib_internal/command-exec.c, lib_internal/command-free.c,
3630           lib_internal/command-init.c, lib_internal/command-reset.c,
3631           lib_internal/command-wait.c, lib_internal/command.h,
3632           lib_internal/testsuite/.cvsignore,
3633           lib_internal/testsuite/Makefile-files,
3634           lib_internal/testsuite/command.c, build-all:
3635
3636         initial checkin
3637
3638 2004-06-27 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3639
3640         * src/vserver-stat.c:
3641
3642         enhanced output for old-style vservers
3643
3644 2004-06-27 15:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3645
3646         * distrib/misc/debootstrap.uri:
3647
3648         updated...
3649
3650 2004-06-27 15:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3651
3652         * src/vserver-info.c:
3653
3654         assume '- SYSINFO' when no other options are given
3655
3656 2004-06-27 15:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3657
3658         * src/vcopy.c:
3659
3660         made it work...
3661
3662 2004-06-27 15:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3663
3664         * scripts/vserver-build.skeleton:
3665
3666         do not fail when '-d' is not specified and distribution can not be detected
3667
3668 2004-06-27 15:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3669
3670         * scripts/vserver-build.functions:
3671
3672         getDistribution(): added detection for slackware and gentoo
3673
3674 2004-06-27 15:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3675
3676         * scripts/vprocunhide:
3677
3678         fixed typos
3679
3680 2004-06-27 15:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3681
3682         * lib_internal/unify-unify.c:
3683
3684         Unify_unify(): made it work also when destination file does not exist (needed for vcopy)
3685
3686 2004-06-27 15:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3687
3688         * lib_internal/unify-settime.c:
3689
3690         Unify_setTime(): skip operation on symlinks
3691
3692 2004-06-27 15:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3693
3694         * lib/vserver.h:
3695
3696         vc_syscall(): added prototype
3697         added/updated some doc
3698
3699 2004-06-27 15:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3700
3701         * lib/syscall-syscall.c:
3702
3703         initial checkin
3704
3705 2004-06-27 15:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3706
3707         * lib/: getvserverbyctx-compat.hc, getvserverctx.c:
3708
3709         added legacy support
3710
3711 2004-06-27 15:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3712
3713         * lib/Makefile-files:
3714
3715         added syscall-syscall.c
3716
3717 2004-06-27 15:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3718
3719         * ensc_fmt/fmt.h:
3720
3721         cleanups; removed unneeded #undef's
3722
3723 2004-06-27 14:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3724
3725         * doc/configuration.xml:
3726
3727         added comment about 'capabilities' file and kernelversion
3728
3729 2004-06-17 23:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3730
3731         * vserver-start/Makefile-files:
3732
3733         initial checkin
3734
3735 2004-06-17 23:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3736
3737         * Makefile.am:
3738
3739         added silent.% target
3740         include ensc_fmt/ and vserver-start/ files
3741         minor cosmetical fixes
3742
3743 2004-06-16 12:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3744
3745         * ensc_vector/: Makefile-files, vector-zeroend.c, vector.h:
3746
3747         added Vector_zeroEnd() function
3748
3749 2004-06-16 12:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3750
3751         * lib/Makefile-files:
3752
3753         moved fmt* functionality into the 'ensc_fmt' module
3754         removed '-D_REENTRANT' as it is defined globally
3755
3756 2004-06-16 12:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3757
3758         * ensc_fmt/.cvsignore, ensc_fmt/Makefile-files, ensc_fmt/fmt-32.c,
3759           ensc_fmt/fmt-64.c, ensc_fmt/fmt-internal.h,
3760           ensc_fmt/fmt-tai64n.c, ensc_fmt/fmt.h, ensc_fmt/fmt.hc,
3761           ensc_fmt/fmtx-32.c, ensc_fmt/fmtx-64.c, ensc_fmt/fmtx.hc,
3762           lib/fmt-32.c[DEAD], lib/fmt-64.c[DEAD], lib/fmt-internal.h[DEAD],
3763           lib/fmt.h, lib/fmt.hc[DEAD], lib/fmtx-32.c[DEAD],
3764           lib/fmtx-64.c[DEAD], lib/fmtx.hc[DEAD]:
3765
3766         moved fmt* functionality into the 'ensc_fmt' module
3767
3768 2004-05-27 02:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3769
3770         * src/vcontext.c:
3771
3772         s!fakeinit!initpid! at some places
3773
3774 2004-05-27 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3775
3776         * scripts/vserver.functions:
3777
3778         use '--fakeinit' by default; users will have to disable it explicitly
3779         by putting '~fakeinit' into the 'flags' configuration file
3780
3781 2004-05-27 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3782
3783         * scripts/vserver-build.debootstrap:
3784
3785         cleanups
3786
3787 2004-05-27 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3788
3789         * README:
3790
3791         fixed typos
3792
3793 2004-05-27 02:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3794
3795         * scripts/chcontext:
3796
3797         s!fakeinit!initpid! at some places
3798
3799 2004-05-27 02:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3800
3801         * distrib/misc/debootstrap.uri:
3802
3803         updated
3804
3805 2004-05-27 02:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3806
3807         * util-vserver.spec.in:
3808
3809         (re)added the MANIFEST_* variables which were lost some time ago; this
3810         will preserve %%config files...
3811
3812 2004-05-27 02:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3813
3814         * Makefile.am:
3815
3816         make util-vserver.spec readonly to prevent losing of changes
3817
3818 2004-05-27 02:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3819
3820         * README:
3821
3822         added content
3823
3824 2004-05-22 02:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3825
3826         * sysv/vprocunhide:
3827
3828         fixed rc conflict with /etc/rc.d/functions; reported by taxcollector
3829         in https://savannah.nongnu.org/bugs/?func=detailitem&item_id=9052
3830
3831 2004-05-21 17:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3832
3833         * configure.ac, m4/gpgsig.am:
3834
3835         added support for the default GPG key
3836
3837 2004-05-21 17:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3838
3839         * scripts/: functions, vapt-get, vrpm:
3840
3841         added some color to the life
3842
3843 2004-05-20 02:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3844
3845         * scripts/: pkgmgmt, vserver:
3846
3847         mount filesystems on 'vserver ... pkgmgmt ...' operations
3848
3849 2004-05-19 01:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3850
3851         * NEWS:
3852
3853         version 0.29.214
3854
3855 2004-05-19 01:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3856
3857         * distrib/misc/debootstrap.uri:
3858
3859         updated URL (again...)
3860
3861 2004-05-19 01:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3862
3863         * distrib/: Makefile.am, fc2/apt/rpmpriorities,
3864           fc2/apt/sources.list, fc2/pkgs/01, fc2/pkgs/02:
3865
3866         added fc2 support
3867
3868 2004-05-19 01:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3869
3870         * contrib/manifest.dat.pathsubst:
3871
3872         removed clearenv, added sigexec
3873
3874 2004-05-19 01:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3875
3876         * util-vserver.spec.in:
3877
3878         s!@PACAKGE@!%name! at some places
3879
3880 2004-05-19 01:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3881
3882         * Makefile.am:
3883
3884         substitute ENV
3885
3886 2004-05-11 20:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3887
3888         * configure.ac, scripts/util-vserver-vars.pathsubst,
3889           scripts/vserver.start, src/Makefile-files, src/clearenv.c[DEAD]:
3890
3891         use 'env' instead of 'clearenv'; the '-i' switch is SUSv3 and every implementation should have it...
3892
3893 2004-05-11 20:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3894
3895         * src/sigexec.c:
3896
3897         initial checkin
3898
3899 2004-05-11 20:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3900
3901         * src/: context-sync.hc, vnamespace.c, vps.c:
3902
3903         set SIGCHLD sigmask to an expected value (SIG_DFL)
3904         use new exitLikeProcess() interface
3905
3906 2004-05-11 20:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3907
3908         * src/: chcontext.c, secure-mount.c, vcontext.c, vkill.c:
3909
3910         set SIGCHLD sigmask to an expected value (SIG_DFL)
3911
3912 2004-05-11 20:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3913
3914         * scripts/vshelper:
3915
3916         execute vshelper through 'sigexec' to set expected sigmask
3917
3918 2004-05-11 20:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3919
3920         * src/: .cvsignore, Makefile-files:
3921
3922         added sigexec
3923
3924 2004-05-11 20:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3925
3926         * lib_internal/util-exitlikeprocess.h:
3927
3928         exitLikeProcess(): readded the 'NORETURN' and added a 'ret' parameter
3929
3930 2004-05-11 20:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3931
3932         * lib_internal/util-exitlikeprocess.c:
3933
3934         exitLikeProcess(): never return...
3935
3936 2004-05-11 20:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3937
3938         * lib_internal/switchtowatchxid.c:
3939
3940         switchToWatchXid(): modified the new migrate-path to work when there exists a process in xid 1 already
3941
3942 2004-05-08 04:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3943
3944         * configure.ac, NEWS:
3945
3946         version 0.29.213
3947
3948 2004-05-08 03:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3949
3950         * src/exec-ulimit.c:
3951
3952         added support for 'core'
3953
3954 2004-05-08 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3955
3956         * src/vps.c:
3957
3958         use new exitLikeProcess() interface
3959         better error-handling
3960
3961 2004-05-08 03:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3962
3963         * src/: context-sync.hc, vnamespace.c:
3964
3965         use new exitLikeProcess() interface
3966
3967 2004-05-08 03:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3968
3969         * scripts/: vserver.start, vserver.stop:
3970
3971         added locking
3972         call setDefaultTTY() correctly
3973
3974 2004-05-08 03:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3975
3976         * scripts/vserver-build.apt-rpm:
3977
3978         call 'vapt-get -- clean' after building the vserver
3979
3980 2004-05-08 03:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3981
3982         * scripts/functions:
3983
3984         setDefaultTTY(): redirect every descriptors
3985
3986 2004-05-08 03:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3987
3988         * lib_internal/util-exitlikeprocess.h:
3989
3990         exitLikeProcess(): removed the 'NORETURN'; this causes strange error when the function returns
3991         exitLikeProcess(): added a second, 'char *' parameter for the human readable command
3992
3993 2004-05-08 03:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
3994
3995         * lib_internal/util-exitlikeprocess.c:
3996
3997         be more verbose when sending a signal
3998
3999 2004-05-08 03:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4000
4001         * lib/testsuite/cflags.c:
4002
4003         some changes to make gcc34 happy
4004
4005 2004-05-08 03:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4006
4007         * lib/val2text.hc:
4008
4009         include <strings.h>
4010
4011 2004-05-08 03:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4012
4013         * lib/getvservername.c:
4014
4015         getRecentName(): use realpath(3) instead of errorprone 'chdir()' calls
4016
4017 2004-05-08 03:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4018
4019         * lib/: getvserverbyctx-compat.hc, getvserverctx.c:
4020
4021         optimized buffersizes
4022
4023 2004-05-08 03:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4024
4025         * doc/configuration.xml:
4026
4027         fixed apps/vunify/logfile documentation; it must be configured on a
4028         per-system, but not per-vserver base
4029
4030 2004-05-08 03:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4031
4032         * distrib/misc/debootstrap.uri:
4033
4034         updated again
4035
4036 2004-05-05 21:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4037
4038         * src/clearenv.c:
4039
4040         fixed case when '--' is used
4041
4042 2004-05-05 21:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4043
4044         * scripts/vshelper:
4045
4046         fixed typo
4047
4048 2004-05-05 21:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4049
4050         * scripts/vserver.start:
4051
4052         use 'clearenv' in the new path also
4053
4054 2004-05-05 21:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4055
4056         * scripts/vserver.functions:
4057
4058         sendKillSequence(): be silent and succeed everytime
4059
4060 2004-05-05 21:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4061
4062         * scripts/vserver-setup.functions:
4063
4064         removed legacy code
4065
4066 2004-05-05 21:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4067
4068         * scripts/vrpm-preload, src/rpm-fake-resolver.c, src/rpm-fake.c:
4069
4070         added code to preserve capabilities and flags
4071
4072 2004-05-05 21:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4073
4074         * lib_internal/unify-unify.c:
4075
4076         added some doc
4077
4078 2004-05-05 21:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4079
4080         * lib/syscall_setiattr-fscompat.hc:
4081
4082         be more carefully regarding signed vs. unsigned int...
4083
4084 2004-05-05 21:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4085
4086         * lib/bcaps-v13.c:
4087
4088         removePrefix(): fixed another 'len' issue
4089         include <strings.h>
4090
4091 2004-04-30 12:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4092
4093         * lib/bcaps-v13.c:
4094
4095         removePrefix(): fixed case when len<4
4096
4097 2004-04-28 21:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4098
4099         * doc/changelog.txt[DEAD]:
4100
4101         removed since unused
4102
4103 2004-04-28 20:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4104
4105         * lib/apidoc/Makefile-files:
4106
4107         added list2xxx.syntax
4108
4109 2004-04-28 20:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4110
4111         * src/readlink.c:
4112
4113         enhanced errormessages
4114
4115 2004-04-28 20:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4116
4117         * src/: rpm-fake.c, vattribute.c:
4118
4119         use vc_get_insecurebcaps() instead of vc_get_insecurecaps()
4120         set secure ccapabilities
4121
4122 2004-04-28 20:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4123
4124         * src/: chcontext.c, reducecap.c:
4125
4126         use vc_get_insecurebcaps() instead of vc_get_insecurecaps()
4127
4128 2004-04-28 20:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4129
4130         * lib_internal/Makefile-files:
4131
4132         added coreassert.h
4133
4134 2004-04-28 20:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4135
4136         * lib/testsuite/cflags.c:
4137
4138         use <lib_internal/coreassert.h>
4139         added new testcases
4140
4141 2004-04-28 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4142
4143         * lib/testsuite/: fmt.c, parselimit.c:
4144
4145         use <lib_internal/coreassert.h>
4146
4147 2004-04-28 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4148
4149         * lib/testsuite/Makefile-files:
4150
4151         define ENSC_TESTSUITE
4152
4153 2004-04-28 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4154
4155         * lib/apidoc/list2xxx.syntax, lib_internal/coreassert.h:
4156
4157         initial checkin
4158
4159 2004-04-28 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4160
4161         * lib/apidoc/Doxyfile.in:
4162
4163         set EXAMPLE_PATH
4164
4165 2004-04-28 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4166
4167         * lib/vserver.h:
4168
4169         vc_get_insecureccaps(): added
4170         cleanups
4171         added documentation
4172
4173 2004-04-28 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4174
4175         * lib/val2text.hc:
4176
4177         use strncasecmp() instead of strncmp()
4178
4179 2004-04-28 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4180
4181         * lib/listparser.hc:
4182
4183         improved error-detection for the '^' prefix
4184         added support for 'none'
4185         allow '0'
4186
4187 2004-04-28 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4188
4189         * lib/bcaps-v13.c:
4190
4191         added bcapability names
4192         added code to remove a 'CAP_' prefix
4193
4194 2004-04-28 19:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4195
4196         * lib/: Makefile-files, getinsecurebcaps.c,
4197           getinsecurecaps.c[DEAD]:
4198
4199         renamed getinsecurecaps.c to getinsecurebcaps.c
4200
4201 2004-04-23 18:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4202
4203         * doc/configuration-lsd.css, NEWS, configure.ac:
4204
4205         version 0.29.211
4206
4207 2004-04-23 18:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4208
4209         * util-vserver.spec.in:
4210
4211         readjusted Release:
4212
4213 2004-04-23 16:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4214
4215         * util-vserver.spec.in:
4216
4217         cleaned up the %file-lists
4218         buildrequire 'xalan-j' (can be disabled with '--without xalan')
4219         removed 'libxslt' buildrequire
4220
4221 2004-04-23 16:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4222
4223         * doc/Makefile-files:
4224
4225         remove *.html only, when we can recreate them
4226
4227 2004-04-23 13:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4228
4229         * lib/Makefile-files:
4230
4231         fixed typo
4232
4233 2004-04-23 13:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4234
4235         * doc/Makefile-files:
4236
4237         removed FAQ.txt and configuration.dtd
4238         added configuration.xsd
4239
4240 2004-04-23 13:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4241
4242         * doc/FAQ.txt[DEAD]:
4243
4244         obsoleted
4245
4246 2004-04-22 22:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4247
4248         * configure.ac:
4249
4250         added 'net' API
4251         disable 'legacy' API by default
4252
4253 2004-04-22 22:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4254
4255         * compat.h:
4256
4257         added nid_t
4258
4259 2004-04-22 22:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4260
4261         * src/reducecap.c:
4262
4263         fixed warnings when compiled without legacy-mode
4264
4265 2004-04-22 22:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4266
4267         * lib/: Makefile-files, ncaps-net.c, ncaps_list-net.c,
4268           nflags-net.c, nflags_list-net.c, syscall_getncaps-net.hc,
4269           syscall_getncaps.c, syscall_getnflags-net.hc,
4270           syscall_getnflags.c, syscall_getnxinfo-net.hc,
4271           syscall_getnxinfo.c, syscall_gettasknid-net.hc,
4272           syscall_gettasknid.c, syscall_netadd-net.hc, syscall_netadd.c,
4273           syscall_netcreate-net.hc, syscall_netcreate.c,
4274           syscall_netmigrate-net.hc, syscall_netmigrate.c,
4275           syscall_netremove-net.hc, syscall_netremove.c,
4276           syscall_setncaps-net.hc, syscall_setncaps.c,
4277           syscall_setnflags-net.hc, syscall_setnflags.c,
4278           vserver-internal.h, vserver.h:
4279
4280         added network layer functions
4281
4282 2004-04-22 22:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4283
4284         * lib/syscall_ctxcreate-v13.hc:
4285
4286         fixed return value
4287
4288 2004-04-22 21:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4289
4290         * doc/configuration.dtd[DEAD]:
4291
4292         obsoleted by configuration.xsd
4293
4294 2004-04-22 21:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4295
4296         * THANKS:
4297
4298         added Olivier Poitrey
4299
4300 2004-04-22 21:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4301
4302         * configure.ac:
4303
4304         use xalan instead of xsltproc
4305
4306 2004-04-22 21:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4307
4308         * doc/: configuration-xhtml.xsl, configuration.xml,
4309           configuration.xsd:
4310
4311         use the new, XSD-based format which was defined by Olivier Poitrey
4312
4313 2004-04-22 21:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4314
4315         * doc/configuration-xhtml.xsl:
4316
4317         made it work with xalan
4318         removed debug message
4319
4320 2004-04-22 21:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4321
4322         * doc/beautify.xsl[DEAD]:
4323
4324         obsoleted
4325
4326 2004-04-22 21:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4327
4328         * doc/Makefile-files:
4329
4330         use xalan
4331
4332 2004-04-22 20:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4333
4334         * kernel/: network.h, sched.h:
4335
4336         updated to vs1.9.0pre12
4337
4338 2004-04-22 17:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4339
4340         * lib/: cflags-v13.c, testsuite/cflags.c:
4341
4342         use more specific names for the flags
4343
4344 2004-04-21 23:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4345
4346         * scripts/vserver.start:
4347
4348         give correct vserver-name in the hints ($VSERVER_DIR instead of $VSERVER_NAME)
4349
4350 2004-04-21 23:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4351
4352         * scripts/vserver.functions:
4353
4354         moved the 'ip_only' handling to the right place
4355
4356 2004-04-21 11:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4357
4358         * src/vshelper-sync.c:
4359
4360         fixed missing initialization of a timeout struct
4361
4362 2004-04-21 11:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4363
4364         * src/vserver-stat.c:
4365
4366         use uint64_t for the uptime counter to handle medium+large uptimes
4367         (>49 days) correctly
4368
4369 2004-04-21 02:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4370
4371         * scripts/vserver.functions:
4372
4373         made 'nodev' work
4374
4375 2004-04-20 20:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4376
4377         * src/.cvsignore:
4378
4379         added chain-echo
4380
4381 2004-04-20 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4382
4383         * src/Makefile-files:
4384
4385         added chain-echo
4386
4387 2004-04-20 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4388
4389         * scripts/vshelper:
4390
4391         use '--defaulttty'
4392
4393 2004-04-20 20:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4394
4395         * scripts/vserver.stop:
4396
4397         use setDefaultTTY()
4398
4399 2004-04-20 20:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4400
4401         * scripts/vserver.start:
4402
4403         use setDefaultTTY()
4404         added explicit synchronization step for fakeinit with the old methods
4405
4406 2004-04-20 20:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4407
4408         * scripts/vserver:
4409
4410         added '--defaulttty' option
4411
4412 2004-04-20 20:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4413
4414         * scripts/start-vservers:
4415
4416         use --defaulttty options instead of setting tty manually
4417
4418 2004-04-20 20:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4419
4420         * scripts/functions:
4421
4422         setDefaultTTY(): added
4423
4424 2004-04-20 19:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4425
4426         * lib/getvservercfgstyle.c:
4427
4428         * vc_getVserverCfgStyle(): interprete relative ('./') and absolute
4429           paths ('/...') as vcCFG_RECENT_FULL only
4430         * vc_getVserverCfgStyle(): use utilvserver_isDirectory (fstat(2))
4431           instead of access(2) to check for directories
4432
4433 2004-04-20 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4434
4435         * ensc_wrappers/wrappers-unistd.hc:
4436
4437         Edup(): added
4438
4439 2004-04-20 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4440
4441         * ensc_wrappers/wrappers-fcntl.hc:
4442
4443         Efcntl(): added
4444
4445 2004-04-20 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4446
4447         * distrib/misc/debootstrap.uri:
4448
4449         added some entries
4450
4451 2004-04-20 19:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4452
4453         * distrib/misc/vunify-exclude:
4454
4455         updated
4456
4457 2004-04-20 19:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4458
4459         * contrib/manifest.dat.pathsubst,
4460           scripts/util-vserver-vars.pathsubst:
4461
4462         added chain-echo
4463
4464 2004-04-20 19:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4465
4466         * src/chain-echo.c:
4467
4468         initial checkin
4469
4470 2004-04-15 04:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4471
4472         * NEWS, configure.ac:
4473
4474         version 0.29.209
4475
4476 2004-04-15 04:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4477
4478         * src/vcontext.c:
4479
4480         setFlags(): optimized (nearly state of 1.10)
4481
4482 2004-04-15 04:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4483
4484         * scripts/vserver.suexec:
4485
4486         call chbind when entering vservers
4487
4488 2004-04-15 03:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4489
4490         * scripts/vserver.functions:
4491
4492         call vattribute with '--flag fakeinit' additionally to the '--fakeinit' flag of vcontext
4493
4494 2004-04-15 03:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4495
4496         * scripts/functions:
4497
4498         callInNamespace(): do not accept non-running vservers
4499
4500 2004-04-15 03:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4501
4502         * distrib/misc/debootstrap.uri:
4503
4504         updated
4505
4506 2004-04-15 01:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4507
4508         * src/vcontext.c:
4509
4510         applied new kernel API (*flags* -> *cflags*, *_context -> ctx_*)
4511         fixed '--fakeinit' option
4512
4513 2004-04-15 01:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4514
4515         * scripts/vshelper:
4516
4517         fixed another brokeness in CLI option handling
4518
4519 2004-04-15 01:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4520
4521         * scripts/functions:
4522
4523         lock(): do not execute the pipe; this does not work on 2.6
4524
4525 2004-04-15 01:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4526
4527         * lib/testsuite/.cvsignore:
4528
4529         added cflags
4530
4531 2004-04-15 01:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4532
4533         * doc/configuration.xml:
4534
4535         added some comments about uts/context
4536
4537 2004-04-15 01:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4538
4539         * doc/configuration-xhtml.xsl:
4540
4541         added a new boring stylesheet
4542
4543 2004-04-15 01:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4544
4545         * doc/configuration.css:
4546
4547         initial checkin
4548
4549 2004-04-15 01:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4550
4551         * contrib/: make-manifest, manifest.dat.pathsubst:
4552
4553         added support for '%config(...)' (or whatever) annotations
4554
4555 2004-04-15 01:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4556
4557         * ensc_wrappers/wrappers-vserver.hc,
4558           lib_internal/switchtowatchxid.c, src/chcontext.c,
4559           src/reducecap.c, src/rpm-fake-resolver.c, src/rpm-fake.c,
4560           src/vattribute.c:
4561
4562         applied new kernel API (*flags* -> *cflags*, *_context -> ctx_*)
4563
4564 2004-04-15 01:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4565
4566         * lib_internal/: Makefile-files, util.h:
4567
4568         added util-debug.h
4569
4570 2004-04-15 01:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4571
4572         * lib_internal/util-debug.h:
4573
4574         initial checkin
4575
4576 2004-04-15 01:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4577
4578         * kernel/: context.h, cvirt.h, inode.h, legacy.h, limit.h,
4579           namespace.h, network.h, sched.h, switch.h, xid.h:
4580
4581         updated to vs1.90pre9
4582
4583 2004-04-15 01:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4584
4585         * lib/: syscall-compat.hc, vserver.h, testsuite/Makefile-files,
4586           testsuite/cflags.c, testsuite/flags.c[DEAD]:
4587
4588         applied new kernel API
4589         renamed functions so that they correspond to the new kernel API
4590
4591 2004-04-15 01:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4592
4593         * lib/: Makefile-files, cflags-compat.c, cflags-v13.c,
4594           cflags_list-compat.c, cflags_list-v13.c, flags-compat.c[DEAD],
4595           flags-v13.c[DEAD], flags_list-compat.c[DEAD],
4596           flags_list-v13.c[DEAD], syscall_createcontext-v13.hc[DEAD],
4597           syscall_createcontext.c[DEAD], syscall_ctxcreate-v13.hc,
4598           syscall_ctxcreate.c, syscall_ctxmigrate-v13.hc,
4599           syscall_ctxmigrate.c, syscall_getcflags-v13.hc,
4600           syscall_getcflags.c, syscall_getflags-v13.hc[DEAD],
4601           syscall_getflags.c[DEAD], syscall_migratecontext-v13.hc[DEAD],
4602           syscall_migratecontext.c[DEAD], syscall_setcflags-v13.hc,
4603           syscall_setcflags.c, syscall_setflags-v13.hc[DEAD],
4604           syscall_setflags.c[DEAD]:
4605
4606         renamed files so that their names are corresponding the kernel
4607         API. Especially, *_context was renamed to ctx_*, and *flags* to
4608         *cflags*.
4609
4610 2004-04-13 10:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4611
4612         * scripts/functions:
4613
4614         further locking fixes
4615
4616 2004-04-13 10:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4617
4618         * src/lockfile.c:
4619
4620         propagate errors
4621
4622 2004-04-13 10:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4623
4624         * src/chroot-rm.c:
4625
4626         cleanups
4627
4628 2004-04-13 10:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4629
4630         * scripts/vshelper:
4631
4632         open FD 0
4633         evaluate CLI options depending on used kernel API
4634
4635 2004-04-13 10:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4636
4637         * scripts/functions:
4638
4639         use new locking mechanism
4640
4641 2004-04-13 10:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4642
4643         * lib/: issupported.c, issupportedstring.c, vserver.h:
4644
4645         added VSHELPER0 feature
4646
4647 2004-04-08 10:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4648
4649         * scripts/vserver.functions:
4650
4651         execScriptlets(): fixed initialization of 'start'
4652         execScriptlets(): declare some variables as readonly
4653         _sourceWrap(): added some variables
4654
4655 2004-04-08 08:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4656
4657         * scripts/vserver.functions:
4658
4659         implemented support for default-scriptlets (inspired by ideas of
4660         Olivier Poitrey)
4661
4662 2004-04-08 08:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4663
4664         * scripts/: rootshell, vapt-get-worker, vprocunhide, vrpm,
4665           vrpm-worker, vserver-build, vshelper:
4666
4667         give more verbose error-messages
4668
4669 2004-04-08 08:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4670
4671         * lib/syscall.c:
4672
4673         added link-warning for vc_new_s_context()
4674
4675 2004-04-08 08:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4676
4677         * doc/configuration.xml:
4678
4679         added general description for the scripts and documented
4680         $DONT_SKIP_DEFAULTS
4681
4682 2004-04-08 08:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4683
4684         * compat.h:
4685
4686         LINK_WARNING(): added
4687
4688 2004-04-07 01:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4689
4690         * scripts/chcontext, scripts/pkgmgmt, scripts/start-vservers,
4691           scripts/vapt-get, scripts/vpkg, scripts/vpstree,
4692           scripts/vrpm-preload, scripts/vserver, scripts/vserver-copy,
4693           scripts/vserver-wrapper, scripts/vservers.grabinfo.sh,
4694           scripts/vsysvwrapper, scripts/vtop, scripts/legacy/distrib-info,
4695           scripts/legacy/vserver, sysv/rebootmgr, sysv/vprocunhide,
4696           sysv/vservers-legacy:
4697
4698         give more comprehensive error-message
4699
4700 2004-04-07 01:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4701
4702         * src/: vps.c, vserver-info.c, vserver-stat.c:
4703
4704         use switchToWatchXid()
4705
4706 2004-04-07 00:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4707
4708         * src/Makefile-files:
4709
4710         link some files against libinternal.a
4711
4712 2004-04-07 00:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4713
4714         * lib_internal/util.h:
4715
4716         switchToWatchXid(): added prototype
4717
4718 2004-04-07 00:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4719
4720         * lib_internal/switchtowatchxid.c:
4721
4722         initial checkin
4723
4724 2004-04-07 00:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4725
4726         * lib_internal/Makefile-files:
4727
4728         added switchtowatchxid.c
4729
4730 2004-04-07 00:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4731
4732         * lib/vserver.h:
4733
4734         VC_ATTR_DEPRECATED: added
4735
4736 2004-04-07 00:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4737
4738         * lib/syscall-compat.hc:
4739
4740         vc_chrootsafe_compat(): removed
4741
4742 2004-04-06 10:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4743
4744         * src/vunify.c:
4745
4746         applied new MatchList_compare() interface
4747
4748 2004-04-06 10:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4749
4750         * src/vserver-stat.c:
4751
4752         started support for HZ!=100
4753         cleanups
4754
4755 2004-04-06 10:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4756
4757         * src/vcopy.c:
4758
4759         implement support for SKIP files
4760
4761 2004-04-06 10:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4762
4763         * src/: rpm-fake-resolver.c, rpm-fake.c:
4764
4765         do not call vc_new_s_context() when COMPAT API is not available
4766
4767 2004-04-06 10:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4768
4769         * scripts/functions:
4770
4771         cleanups
4772         vshelper.doInit(): added another sanity check
4773
4774 2004-04-06 10:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4775
4776         * lib_internal/: matchlist-appendfiles.c, matchlist-compare.c,
4777           matchlist.h:
4778
4779         implemented support for SKIP (~) files
4780
4781 2004-04-06 10:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4782
4783         * lib/testsuite/flags.c:
4784
4785         added tests for new flags
4786
4787 2004-04-06 10:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4788
4789         * lib/vserver.h:
4790
4791         updated VC_VXF_* constants
4792         added VC_VXC_* constants
4793
4794 2004-04-06 10:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4795
4796         * lib/flags-v13.c:
4797
4798         added/updated flaglist
4799
4800 2004-04-06 10:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4801
4802         * lib/ccaps-v13.c:
4803
4804         added ccap names
4805
4806 2004-04-06 10:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4807
4808         * ensc_wrappers/wrappers-vserver.hc:
4809
4810         cleanups
4811
4812 2004-04-06 10:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4813
4814         * distrib/misc/vunify-exclude:
4815
4816         exclude keyfiles completely
4817         made some big files in /etc canditates for unify
4818
4819 2004-04-06 10:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4820
4821         * kernel/: context.h, inode.h, legacy.h, limit.h, namespace.h,
4822           sched.h, signal.h, xid.h:
4823
4824         updated to 2.6.5-vs1.9.0pre4
4825
4826 2004-03-31 05:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4827
4828         * src/lockfile.c:
4829
4830         optimized some things
4831         now check, if getppid()==original_parent instead of getppid()!=1 (might make a difference in vservers)
4832
4833 2004-03-31 05:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4834
4835         * scripts/functions:
4836
4837         added some doc
4838         s!_UV_LOCKS!_VS_LOCKS!
4839
4840 2004-03-31 02:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4841
4842         * src/lockfile.c:
4843
4844         fixed '--help' output
4845
4846 2004-03-31 02:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4847
4848         * contrib/manifest.dat.pathsubst, src/.cvsignore:
4849
4850         added lockfile
4851
4852 2004-03-31 02:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4853
4854         * src/lockfile.c:
4855
4856         initial checkin
4857
4858 2004-03-31 02:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4859
4860         * src/Makefile-files:
4861
4862         added lockfile
4863
4864 2004-03-31 02:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4865
4866         * scripts/vserver.functions:
4867
4868         enableInterfaces(), disableInterfaces(): added locking
4869         enableInterfaces(), disableInterfaces(): added IP_ADDR_FLUSH type
4870
4871 2004-03-31 02:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4872
4873         * scripts/util-vserver-vars.pathsubst:
4874
4875         $_LOCKFILE, $LOCKDIR: added
4876
4877 2004-03-31 02:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4878
4879         * scripts/functions:
4880
4881         lock(),unlock(): added
4882         isNumber(): added doc
4883
4884 2004-03-30 22:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4885
4886         * scripts/vserver.functions:
4887
4888         made it work...
4889
4890 2004-03-30 22:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4891
4892         * scripts/functions:
4893
4894         isNumber(): fixed '0' case
4895
4896 2004-03-30 21:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4897
4898         * scripts/vserver.functions:
4899
4900         implemented parts of Liam Helmer's dummy-interface method
4901
4902 2004-03-30 21:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4903
4904         * scripts/functions:
4905
4906         isNumber(): added
4907
4908 2004-03-30 20:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4909
4910         * Makefile.am, configure.ac, scripts/util-vserver-vars.pathsubst:
4911
4912         added substitutions/tests for iptables, modprobe, rmmod and nameif
4913         (required for Liam Helmer's dummy-interfaces)
4914
4915 2004-03-30 19:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4916
4917         * src/vshelper-sync.c:
4918
4919         implemented it with select() instead of alarm(); races are much nicer to handle
4920
4921 2004-03-30 18:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4922
4923         * src/vshelper-sync.c:
4924
4925         use sigaction() instead of signal() to remove SA_RESTART flag explicitly
4926
4927 2004-03-30 18:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4928
4929         * src/pipe-sync.c[DEAD]:
4930
4931         obsoleted by vshelper-sync
4932
4933 2004-03-30 17:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4934
4935         * kernel/: context.h, cvirt.h, limit.h, network.h, sched.h,
4936           switch.h:
4937
4938         updated from vs0.09.28
4939
4940 2004-03-30 17:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4941
4942         * contrib/manifest.dat.pathsubst, src/Makefile-files:
4943
4944         removed pipe-sync
4945
4946 2004-03-27 05:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4947
4948         * NEWS, configure.ac:
4949
4950         version 0.29.207
4951
4952 2004-03-26 10:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4953
4954         * scripts/vshelper:
4955
4956         use 'findObject -e' instead of 'findFile' to find /dev/null also
4957
4958 2004-03-26 10:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4959
4960         * scripts/vserver.start:
4961
4962         fixed call of vshelper.isEnabled
4963
4964 2004-03-26 10:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4965
4966         * doc/configuration.xml:
4967
4968         fixed some typos
4969
4970 2004-03-26 10:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4971
4972         * doc/configuration.xml:
4973
4974         documented apps/vshelper/logfile symlink
4975
4976 2004-03-26 10:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4977
4978         * scripts/vshelper:
4979
4980         ignore 'restart2' event; this seems to be issued at vserver *start*
4981         added support for a logfile
4982         enable logfile-logging when invoked from kernel (no tty)
4983
4984 2004-03-26 09:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4985
4986         * scripts/util-vserver-vars.pathsubst:
4987
4988         fixed order of variables
4989         fixed _VSHELPER path
4990
4991 2004-03-26 09:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4992
4993         * contrib/manifest.dat.pathsubst:
4994
4995         fixed vshelper path
4996         added vshelper-sync
4997
4998 2004-03-26 09:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4999
5000         * util-vserver.spec.in:
5001
5002         added some Requires:
5003         own  %dir /var/run/vshelper
5004
5005 2004-03-26 09:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5006
5007         * Makefile.am:
5008
5009         added substition for @VSHELPERSTATEDIR@
5010         minor cosmetical cleanups
5011
5012 2004-03-26 08:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5013
5014         * src/.cvsignore:
5015
5016         added vshelper-sync
5017
5018 2004-03-26 08:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5019
5020         * src/vshelper-sync.c:
5021
5022         initial checkin
5023
5024 2004-03-26 08:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5025
5026         * src/vserver-info.c:
5027
5028         - added tgID and tgPXID support
5029         - accept 'true' as boolean value
5030         - optimized the code a little bit so that the xid will be looked up
5031           only when really needed
5032
5033 2004-03-26 08:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5034
5035         * src/vps.c:
5036
5037         in output, added a ' ' on overlong vserver-names
5038
5039 2004-03-26 08:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5040
5041         * src/secure-mount.c:
5042
5043         rewrote some parts to cope better with '-o' options (required for -bme
5044         patches to work)
5045
5046 2004-03-26 08:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5047
5048         * src/Makefile-files:
5049
5050         added vshelper-sync
5051
5052 2004-03-26 08:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5053
5054         * scripts/vshelper:
5055
5056         initial checkin
5057
5058 2004-03-26 08:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5059
5060         * scripts/vserver.stop:
5061
5062         added VSHELPER & synchronization code
5063
5064 2004-03-26 08:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5065
5066         * scripts/vserver.start:
5067
5068         added documentation about failure reasons
5069         added VSHELPER code
5070
5071 2004-03-26 08:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5072
5073         * scripts/vserver.functions:
5074
5075         adapted code to new getFileArray() behavior
5076         added VSHELPER support
5077         added "LEGACY ALERT" messages
5078         initSync(),waitForSync(): added
5079
5080 2004-03-26 08:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5081
5082         * scripts/vserver-setup.functions:
5083
5084         added a "LEGACY ALERT"
5085
5086 2004-03-26 08:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5087
5088         * scripts/vserver-build:
5089
5090         fixed code to work with new behavior of getFileArray
5091
5092 2004-03-26 08:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5093
5094         * scripts/util-vserver-vars.pathsubst:
5095
5096         added some missing variables
5097         added the vshelper variables
5098
5099 2004-03-26 08:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5100
5101         * scripts/pkgmgmt:
5102
5103         use pkgmgmt.isAptAvailable()
5104
5105 2004-03-26 08:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5106
5107         * scripts/functions:
5108
5109         logging(),warning(),panic(),execute(): added
5110         pkgmgmt.isAptAvailable(): added
5111         vshelper.*(): added
5112         getFileArray(): fail, when file does not exist
5113
5114 2004-03-26 08:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5115
5116         * scripts/Makefile-files:
5117
5118         added vshelper
5119
5120 2004-03-26 08:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5121
5122         * lib/vserver.h:
5123
5124         - minor cleanups
5125         - added vcFEATURE_VSHELPER
5126         - vc_isSupported(): annotated it
5127         - vc_get_insecurecaps(): moved it into an own file; CAP_SYS_BOOT
5128           requires a special handling so inlining is not really usefully
5129           anymore
5130
5131 2004-03-26 08:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5132
5133         * lib/: issupported.c, issupportedstring.c:
5134
5135         added VSHELPER
5136
5137 2004-03-26 08:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5138
5139         * lib/Makefile-files:
5140
5141         added getinsecurecaps.c
5142
5143 2004-03-26 08:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5144
5145         * lib/getinsecurecaps.c:
5146
5147         initial checkin
5148
5149 2004-03-26 08:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5150
5151         * doc/configuration.xml:
5152
5153         documented the vshelper stuff
5154
5155 2004-03-26 08:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5156
5157         * doc/configuration.dtd:
5158
5159         added a type for 'script'
5160
5161 2004-03-26 08:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5162
5163         * distrib/Makefile.am:
5164
5165         cleanups in the directory creation rules
5166
5167 2004-03-26 08:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5168
5169         * contrib/manifest.dat.pathsubst:
5170
5171         added vshelper
5172
5173 2004-03-26 08:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5174
5175         * util-vserver.spec.in:
5176
5177         use 'install-distribution' instead of 'install-vserverdir'
5178         added vshelper stuff
5179
5180 2004-03-26 08:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5181
5182         * Makefile.am:
5183
5184         cleanups and enhancements in the directory installation rules
5185
5186 2004-03-24 06:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5187
5188         * NEWS:
5189
5190         version 0.29.205
5191
5192 2004-03-24 06:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5193
5194         * src/Makefile-files:
5195
5196         fixed LDADD flags for capchroot
5197
5198 2004-03-24 06:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5199
5200         * src/vsched.c:
5201
5202         enhanced the in-chain operation; make it a noop when called without opts
5203         enhanced error messages
5204
5205 2004-03-24 06:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5206
5207         * scripts/: util-vserver-vars.pathsubst, vserver.functions,
5208           vserver.start:
5209
5210         added scheduler support
5211
5212 2004-03-24 06:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5213
5214         * doc/configuration.xml:
5215
5216         added basic documentation for bcapabilities, ccapabilities and schedule
5217
5218 2004-03-24 05:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5219
5220         * lib/vserver.h, src/chcontext.c, src/reducecap.c, src/rpm-fake.c,
5221           src/vattribute.c, src/vps.c:
5222
5223         renamed vc_get_securecaps() to vc_get_insecurecaps()
5224
5225 2004-03-24 05:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5226
5227         * scripts/vserver.start:
5228
5229         added missing '\'
5230
5231 2004-03-24 05:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5232
5233         * src/: vattribute.c, vcontext.c, vlimit.c, vnamespace.c,
5234           vserver-info.c, vuname.c:
5235
5236         use vc_xidopt2xid()
5237
5238 2004-03-24 05:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5239
5240         * src/: chcontext.c, vkill.c, vsched.c:
5241
5242         prefer '--xid' instead of '--ctx'
5243         use vc_xidopt2xid()
5244
5245 2004-03-24 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5246
5247         * scripts/vserver.start:
5248
5249         added support for $VSERVER_EXTRA_CMDS[] which can be set in userscripts
5250
5251 2004-03-24 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5252
5253         * scripts/vserver-build.debootstrap:
5254
5255         call 'wget' with '-nv' instead of '-q'
5256
5257 2004-03-24 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5258
5259         * lib/vserver.h:
5260
5261         vc_xidopt2xid(): added prototype
5262
5263 2004-03-24 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5264
5265         * lib/Makefile-files:
5266
5267         added xidopt2xid.c
5268
5269 2004-03-24 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5270
5271         * lib/xidopt2xid.c:
5272
5273         initial checkin
5274
5275 2004-03-24 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5276
5277         * ensc_wrappers/wrappers-vserver.hc:
5278
5279         Evc_xidopt2xid(): added
5280
5281 2004-03-24 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5282
5283         * distrib/misc/debootstrap.uri:
5284
5285         updated to recent version
5286
5287 2004-03-24 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5288
5289         * util-vserver.spec.in:
5290
5291         fixed Requires()
5292         fixed some %dir's
5293
5294 2004-03-24 02:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5295
5296         * src/vlimit.c:
5297
5298         cleaned up CLI: '--xid' is supported now, removed '-h' and '-v' options
5299         minor cleanups
5300
5301 2004-03-24 02:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5302
5303         * sysv/vservers-legacy:
5304
5305         initial checkin
5306
5307 2004-03-24 02:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5308
5309         * sysv/: rebootmgr, rebootmgr.subst[DEAD]:
5310
5311         'rebootmgr' is now a src-script
5312
5313 2004-03-24 02:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5314
5315         * sysv/Makefile-files:
5316
5317         'rebootmgr' is now a src-script
5318         added vservers-legacy
5319
5320 2004-03-24 02:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5321
5322         * src/vattribute.c:
5323
5324         initialize 'bmask' member of struct vc_ctx_caps
5325         use negative logic of --bcap (this should be the 'old' behavior of '--cap')
5326
5327 2004-03-24 02:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5328
5329         * src/rpm-fake.c:
5330
5331         initialize 'bmask' member of struct vc_ctx_caps
5332
5333 2004-03-24 02:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5334
5335         * src/: capchroot.c, filetime.c, readlink.c:
5336
5337         rewrote it
5338
5339 2004-03-24 02:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5340
5341         * src/Makefile-files:
5342
5343         cleanups; moved some programs into $legacydir
5344
5345 2004-03-24 02:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5346
5347         * scripts/util-vserver-vars.pathsubst:
5348
5349         added more legacy programs
5350
5351 2004-03-24 02:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5352
5353         * scripts/legacy/vserver:
5354
5355         use $_XXXX variables instead of static commandnames
5356         use variables for paths
5357
5358 2004-03-24 02:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5359
5360         * scripts/legacy/distrib-info:
5361
5362         moved parserpmdump to legacy
5363
5364 2004-03-24 02:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5365
5366         * scripts/util-vserver-vars.pathsubst:
5367
5368         added $_REBOOTMGR
5369
5370 2004-03-24 02:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5371
5372         * m4/ensc_dietlibc.m4:
5373
5374         fixed copy&paste error
5375
5376 2004-03-24 02:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5377
5378         * ensc_vector/.cvsignore, lib_internal/.cvsignore, ChangeLog.sed,
5379           cvsusers.map:
5380
5381         initial checkin
5382
5383 2004-03-24 02:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5384
5385         * .cvsignore, distrib/.cvsignore, ensc_vector/testsuite/.cvsignore,
5386           lib/.cvsignore, lib/testsuite/.cvsignore, src/.cvsignore,
5387           src/testsuite/.cvsignore, tests/.cvsignore:
5388
5389         added some standardfiles; I do not want to wait until Savannah fixes
5390         its scripts and allows access to CVSROOT/cvsignore again.
5391
5392 2004-03-24 02:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5393
5394         * lib_internal/util-perror.h:
5395
5396         placed a 'do ... while (0)' block around the macros
5397
5398 2004-03-24 02:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5399
5400         * lib/: bcaps_list-v13.c, syscall_getccaps-v13.hc,
5401           syscall_setccaps-v13.hc:
5402
5403         handle the new struct vc_ctx_caps::bmask member
5404
5405 2004-03-24 02:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5406
5407         * contrib/manifest.dat.pathsubst:
5408
5409         moved some files into legacy
5410         handle sysv scripts
5411
5412 2004-03-24 02:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5413
5414         * util-vserver.spec.in:
5415
5416         added formerly missing 'v_gated' registration
5417         updated -legacy subpackage and moved some initscripts into it
5418
5419 2004-03-24 02:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5420
5421         * lib/vserver.h:
5422
5423         do not use PURE before gcc 3.3.3
5424         use a more effective way to determine gcc revision
5425         struct vc_ctx_caps: added 'bmask' member
5426
5427 2004-03-24 02:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5428
5429         * compat.h:
5430
5431         do not use PURE before gcc 3.3.3
5432         use a more effective way to determine gcc revision
5433
5434 2004-03-23 02:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5435
5436         * scripts/vserver-wrapper:
5437
5438         fixed typo (missing 's')
5439
5440 2004-03-23 00:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5441
5442         * scripts/vserver-build.functions:
5443
5444         added basic support for SuSE (patch from Thomas Guettler)
5445         give more hints in errormessages (patch from Thomas Guettler)
5446
5447 2004-03-23 00:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5448
5449         * scripts/vpkg:
5450
5451         give out errormessage on unknown distribution type
5452
5453 2004-03-23 00:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5454
5455         * scripts/functions:
5456
5457         added basic support for SuSE
5458
5459 2004-03-19 17:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5460
5461         * src/vserver-stat.c:
5462
5463         fixed race when process disappeared shortly after reading /proc
5464
5465 2004-03-19 17:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5466
5467         * doc/configuration.xml:
5468
5469         documented apps/init/{mark,depends}
5470         mentioned the gentoo initstyle
5471
5472 2004-03-19 17:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5473
5474         * doc/configuration-lsd.css:
5475
5476         followed Bertl's suggestion and added a subliminal message
5477
5478 2004-03-19 17:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5479
5480         * configure.ac:
5481
5482         require at least version 0.24 of dietlibc
5483
5484 2004-03-19 17:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5485
5486         * m4/ensc_dietlibc.m4:
5487
5488         allow to specify a <min-version>
5489
5490 2004-03-18 07:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5491
5492         * NEWS, configure.ac:
5493
5494         version 0.29.204
5495
5496 2004-03-18 07:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5497
5498         * lib_internal/util-dotfile.h:
5499
5500         do not use PURE; it is not applicable for inline declarations
5501
5502 2004-03-18 06:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5503
5504         * compat.h:
5505
5506         fixed broken condition for PURE
5507         define __builtin_expect() when needed
5508
5509 2004-03-18 06:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5510
5511         * src/vunify.c:
5512
5513         cleanups in the verbosity code
5514
5515 2004-03-18 06:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5516
5517         * scripts/legacy/: vps.pathsubst, vserver:
5518
5519         use 'chcontext-compat' instead of 'chcontext'
5520
5521 2004-03-18 06:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5522
5523         * scripts/vserver.stop:
5524
5525         call isVserverRunning to cleanup rundir
5526
5527 2004-03-18 06:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5528
5529         * scripts/vserver-build.functions.pkgmgmt:
5530
5531         ignore candidates for location of pkgmgmt-dir when $ROOTDIR is empty
5532
5533 2004-03-18 06:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5534
5535         * scripts/vserver-build:
5536
5537         cleanups; use full parenthesis in case ... esac
5538
5539 2004-03-18 06:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5540
5541         * scripts/vserver:
5542
5543         implemenented 'pkgmgmt' command
5544
5545 2004-03-18 06:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5546
5547         * scripts/vrpm:
5548
5549         allow both internal and external packagemanagement
5550
5551 2004-03-18 06:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5552
5553         * scripts/vpkg:
5554
5555         cleanups; generalized some functions and moved them into the 'functions' file
5556
5557 2004-03-18 06:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5558
5559         * scripts/vapt-get:
5560
5561         support both internal and external packagemanagement
5562
5563 2004-03-18 06:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5564
5565         * scripts/util-vserver-vars.pathsubst:
5566
5567         added $_PKGMGMT and $_TAR
5568
5569 2004-03-18 06:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5570
5571         * scripts/start-vservers:
5572
5573         filter out non-matching vservers *before* adding them to the makefile
5574
5575 2004-03-18 06:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5576
5577         * scripts/functions:
5578
5579         getVserverStatus(): fix problems with leading whitespaces in numerical values
5580         pkgmgmt.guessStyle(), pkgmgmt.isInternal(): added
5581
5582 2004-03-18 06:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5583
5584         * scripts/pkgmgmt:
5585
5586         initial checkin
5587
5588 2004-03-18 06:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5589
5590         * scripts/Makefile-files:
5591
5592         added pkgmgmt
5593
5594 2004-03-18 06:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5595
5596         * lib_internal/matchlist-initmanually.c:
5597
5598         some cleanups in the verbosity code
5599
5600 2004-03-18 06:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5601
5602         * lib/getvservercfgstyle.c:
5603
5604         filter out relative and absolute paths; when they are not pointing to
5605         an existing directory, the function fails
5606
5607 2004-03-18 06:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5608
5609         * ensc_wrappers/wrappers_handler.hc:
5610
5611         use __builtin_expect
5612
5613 2004-03-18 06:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5614
5615         * distrib/defaults/apt/apt.conf:
5616
5617         added '@autogenerated@' tag plus small warning
5618
5619 2004-03-18 06:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5620
5621         * contrib/manifest.dat.pathsubst:
5622
5623         added pkgmgmt script
5624
5625 2004-03-18 06:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5626
5627         * configure.ac:
5628
5629         look for tar
5630
5631 2004-03-18 06:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5632
5633         * Makefile.am:
5634
5635         substitute @TAR@
5636
5637 2004-03-16 15:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5638
5639         * src/chbind.c:
5640
5641         use vc_get_nb_ipv4root() instead of hardcoded '16' value
5642
5643 2004-03-16 15:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5644
5645         * compat.h:
5646
5647         CONST: added
5648
5649 2004-03-16 15:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5650
5651         * lib/vserver.h:
5652
5653         VC_ATTR_CONST: added
5654         vc_get_nb_ipv4root(): added
5655
5656 2004-03-16 15:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5657
5658         * lib/Makefile-files:
5659
5660         added getnbipv4root.c
5661
5662 2004-03-16 15:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5663
5664         * lib/getnbipv4root.c:
5665
5666         initial checkin
5667
5668 2004-03-16 05:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5669
5670         * scripts/Makefile-files:
5671
5672         added the sysvwrappers to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT
5673
5674 2004-03-16 05:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5675
5676         * NEWS, configure.ac:
5677
5678         version 0.29.202
5679
5680 2004-03-16 04:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5681
5682         * sysv/Makefile-files:
5683
5684         added vservers-default
5685         removed vservers
5686
5687 2004-03-16 04:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5688
5689         * sysv/vservers.subst[DEAD]:
5690
5691         obsoleted by new initscript
5692
5693 2004-03-16 04:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5694
5695         * sysv/vservers-default:
5696
5697         initial checkin
5698
5699 2004-03-16 04:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5700
5701         * src/vserver-info.c:
5702
5703         implemented INITPID for the compat API
5704
5705 2004-03-16 04:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5706
5707         * src/rpm-fake.c:
5708
5709         implemented/fixed the non-legacy part
5710         cleanups
5711
5712 2004-03-16 04:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5713
5714         * src/rpm-fake-resolver.c:
5715
5716         implemented/fixed the non-legacy part
5717
5718 2004-03-16 04:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5719
5720         * scripts/vserver.suexec:
5721
5722         added internal mode to use 'suexec' for stopped vservers also
5723
5724 2004-03-16 04:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5725
5726         * scripts/vserver.stop:
5727
5728         added a more efficient stop method for fakeinit vservers
5729
5730 2004-03-16 04:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5731
5732         * scripts/vserver.start:
5733
5734         finxed incomplete quoting
5735
5736 2004-03-16 04:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5737
5738         * scripts/vserver.functions:
5739
5740         handle fakeinit separately
5741         cleanups and fixes in the flag-generation
5742
5743 2004-03-16 04:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5744
5745         * scripts/vserver-wrapper:
5746
5747         initial checkin
5748
5749 2004-03-16 04:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5750
5751         * scripts/vserver:
5752
5753         added support for an internal command mode
5754
5755 2004-03-16 04:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5756
5757         * scripts/util-vserver-vars.pathsubst:
5758
5759         added $_INITSYNC_MINIT_* variables
5760         added $_START_VSERVERS
5761
5762 2004-03-16 04:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5763
5764         * scripts/start-vservers:
5765
5766         added ok/passed/failed logic
5767
5768 2004-03-16 04:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5769
5770         * scripts/Makefile-files:
5771
5772         ship vsyswrapper again
5773
5774 2004-03-16 04:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5775
5776         * lib/vserver.h:
5777
5778         vc_is_dynamic_xid(): added
5779
5780 2004-03-16 04:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5781
5782         * lib/Makefile-files:
5783
5784         added isdynamicxid.c
5785
5786 2004-03-16 04:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5787
5788         * ensc_wrappers/wrappers-vserver.hc:
5789
5790         Evc_set_ccaps(): added
5791
5792 2004-03-16 04:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5793
5794         * distrib/redhat/initpre, lib/isdynamicxid.c:
5795
5796         initial checkin
5797
5798 2004-03-16 04:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5799
5800         * distrib/redhat/initpost:
5801
5802         use internal 'chkconfig' command
5803
5804 2004-03-16 04:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5805
5806         * distrib/Makefile.am:
5807
5808         added initpre to handle rpm's misclassification of %_netsharedpath
5809
5810 2004-03-16 04:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5811
5812         * contrib/: make-manifest, manifest.dat.pathsubst:
5813
5814         handle some sysv files too
5815
5816 2004-03-16 04:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5817
5818         * util-vserver.spec.in:
5819
5820         updated the -sysv package
5821
5822 2004-03-15 22:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5823
5824         * src/vcontext.c:
5825
5826         cleanups; remove unused code
5827         added '--silentexist'
5828         use context-sync.hc
5829
5830 2004-03-15 22:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5831
5832         * src/chcontext.c:
5833
5834         use code from context-sync.hc
5835
5836 2004-03-15 22:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5837
5838         * src/context-sync.hc:
5839
5840         initial checkin
5841
5842 2004-03-15 22:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5843
5844         * src/Makefile-files:
5845
5846         added context-sync.hc
5847
5848 2004-03-15 22:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5849
5850         * scripts/vserver-build.apt-rpm:
5851
5852         cleanups; full parenthesis for case ... esac statements
5853
5854 2004-03-15 22:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5855
5856         * scripts/vserver:
5857
5858         cleanups; full parenthesis for case ... esac statements
5859         give more helpful error messages
5860
5861 2004-03-15 22:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5862
5863         * lib_internal/: jail.h, jailintotempdir.c:
5864
5865         return indication about place of error
5866
5867 2004-03-15 21:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5868
5869         * configure.ac:
5870
5871         print correct $prefix when '--prefix' is not specified
5872
5873 2004-03-13 04:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5874
5875         * NEWS, configure.ac:
5876
5877         version 0.29.201
5878
5879 2004-03-13 04:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5880
5881         * src/vcontext.c:
5882
5883         added another #warning
5884
5885 2004-03-13 04:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5886
5887         * src/vcontext.c:
5888
5889         fixed '--uid' option (it's required_argument but not no_argument)
5890         drop privileges after migrate()
5891
5892 2004-03-13 04:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5893
5894         * scripts/vserver.start:
5895
5896         call $_SAVE_CTXINFO until we have something better
5897
5898 2004-03-13 03:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5899
5900         * src/vcontext.c:
5901
5902         updated to new kernel behavior
5903
5904 2004-03-13 03:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5905
5906         * src/vattribute.c:
5907
5908         renamed set*() to parse*()
5909         set the correct secure attributes
5910         call set_flags/set_ccaps only, when there is something to do
5911
5912 2004-03-13 03:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5913
5914         * scripts/: chcontext, vserver.start:
5915
5916         applied new CLI
5917
5918 2004-03-13 03:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5919
5920         * lib_internal/Makefile-files:
5921
5922         added jail* files
5923
5924 2004-03-13 03:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5925
5926         * lib_internal/: jail.h, jailintotempdir.c:
5927
5928         initial checkin
5929
5930 2004-03-13 03:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5931
5932         * ensc_wrappers/wrappers-vserver.hc:
5933
5934         Evc_get_ccaps(): added declaration
5935
5936 2004-03-12 20:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5937
5938         * src/vuname.c:
5939
5940         rewrote it; CLI should be more usable now
5941
5942 2004-03-12 20:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5943
5944         * scripts/: chcontext, vserver.start:
5945
5946         use new vuname syntax
5947
5948 2004-03-12 07:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5949
5950         * src/vattribute.c:
5951
5952         set caps before flags so that caps can be changed in the same transaction
5953         which deletes 'setup'
5954
5955 2004-03-12 05:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5956
5957         * scripts/vserver.suexec:
5958
5959         added some explicit '--'
5960
5961 2004-03-12 05:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5962
5963         * scripts/functions:
5964
5965         added some doc
5966         getVserverStatus(): fixed it
5967
5968 2004-03-12 05:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5969
5970         * src/save_ctxinfo.c:
5971
5972         use strncat() instead of strcat() to enforce correct length
5973
5974 2004-03-12 04:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5975
5976         * NEWS, configure.ac:
5977
5978         version 0.29.200
5979
5980 2004-03-12 04:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5981
5982         * scripts/: chcontext, vserver.start:
5983
5984         remove the setup flag
5985
5986 2004-03-12 04:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5987
5988         * lib/virtual.h:
5989
5990         cleanups
5991
5992 2004-03-12 04:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5993
5994         * scripts/chcontext:
5995
5996         give '--xid' in migrate case
5997
5998 2004-03-12 04:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
5999
6000         * scripts/chcontext:
6001
6002         fixed migrate vs. migrate-self
6003
6004 2004-03-12 04:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6005
6006         * Makefile.am:
6007
6008         added kernel headers
6009
6010 2004-03-12 04:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6011
6012         * kernel/: context.h, inode.h, legacy.h, limit.h, namespace.h,
6013           network.h, sched.h, signal.h, switch.h:
6014
6015         initial checkin
6016
6017 2004-03-12 04:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6018
6019         * sysv/vprocunhide:
6020
6021         do not use /dev/null as lockfile
6022
6023 2004-03-12 04:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6024
6025         * src/vsched.c:
6026
6027         updated to new API
6028
6029 2004-03-12 04:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6030
6031         * src/vattribute.c:
6032
6033         implemented --secure
6034
6035 2004-03-12 04:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6036
6037         * scripts/: vserver.start, vserver.stop:
6038
6039         allow '--debug' in the destructors
6040
6041 2004-03-12 04:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6042
6043         * scripts/vserver.functions:
6044
6045         added gentoo startup style
6046
6047 2004-03-12 03:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6048
6049         * scripts/chcontext:
6050
6051         fixed params
6052         do not call vuname/vattribute when not needed
6053
6054 2004-03-12 03:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6055
6056         * lib/testsuite/flags.c:
6057
6058         added testsuite for the flags
6059
6060 2004-03-12 03:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6061
6062         * lib/vserver.h:
6063
6064         updated interface
6065         added flags
6066
6067 2004-03-12 03:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6068
6069         * lib/virtual.h:
6070
6071         use kernel headers
6072
6073 2004-03-12 03:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6074
6075         * lib/: syscall_getiattr-v13.hc, syscall_setiattr-v13.hc,
6076           syscall_setsched-v13.hc:
6077
6078         updated interface
6079
6080 2004-03-12 03:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6081
6082         * lib/listparser.hc:
6083
6084         added '^' modifier which marks bit numbers
6085
6086 2004-03-12 03:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6087
6088         * lib/flags-v13.c:
6089
6090         added the flags
6091
6092 2004-03-11 05:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6093
6094         * NEWS, configure.ac:
6095
6096         version 0.29.199
6097
6098 2004-03-11 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6099
6100         * src/vuname.c:
6101
6102         added more documentation
6103         fixed '--version' conflicts
6104
6105 2004-03-11 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6106
6107         * src/: rpm-fake-resolver.c, rpm-fake.c:
6108
6109         implemented most parts of the new migrate method
6110
6111 2004-03-11 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6112
6113         * scripts/vserver.start:
6114
6115         set context-name
6116
6117 2004-03-11 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6118
6119         * lib/Makefile-files:
6120
6121         added getvserverbyctx-* files
6122
6123 2004-03-11 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6124
6125         * lib/getvserverbyctx.c:
6126
6127         implemented new context-naming method
6128
6129 2004-03-11 05:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6130
6131         * lib/: getvserverbyctx-compat.hc, getvserverbyctx-v13.hc:
6132
6133         initial checkin
6134
6135 2004-03-11 05:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6136
6137         * ensc_wrappers/wrappers-vserver.hc:
6138
6139         Evc_set_vhi_name(): added
6140
6141 2004-03-10 06:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6142
6143         * doc/configuration.xml:
6144
6145         documented 'fstab.local' and enhanced 'fstab' doc
6146
6147 2004-03-10 06:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6148
6149         * scripts/vserver.functions:
6150
6151         added support for 'fstab.local' files
6152
6153 2004-03-10 06:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6154
6155         * sysv/vprocunhide:
6156
6157         made it a little bit more portable by providing own implementations of
6158         RH's /etc/init.d/functions when this file can not be found (inspired
6159         by a patch from Olivier Poitrey)
6160
6161 2004-03-10 05:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6162
6163         * scripts/functions:
6164
6165         callInNamespace(): call 'shift' to remove the vserver-name from $@
6166
6167 2004-03-10 03:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6168
6169         * doc/.cvsignore:
6170
6171         added configuration.html
6172
6173 2004-03-10 03:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6174
6175         * src/vserver-info.c:
6176
6177         added an option the 'CONTEXT' query so that it can be choosen between
6178         running/non running
6179
6180 2004-03-10 03:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6181
6182         * src/: vlimit.c, vuname.c:
6183
6184         prefix option string for getopt with '+' to avoid option reordering
6185
6186 2004-03-10 03:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6187
6188         * scripts/: vapt-get, vrpm:
6189
6190         use callInNamespace
6191
6192 2004-03-10 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6193
6194         * scripts/functions:
6195
6196         isAvoidNamespace(): determine full cfgdir path of vserver before checking for 'namespace' file
6197         callInNamespace(): added
6198
6199 2004-03-10 03:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6200
6201         * scripts/vserver.functions:
6202
6203         minor cosmetical cleanups...
6204
6205 2004-03-10 03:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6206
6207         * scripts/: chcontext, vserver.start, vserver.stop, vserver.suexec:
6208
6209         use '--' delimiter
6210
6211 2004-03-10 03:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6212
6213         * doc/configuration.xml:
6214
6215         added/updated some descriptions
6216
6217 2004-03-10 03:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6218
6219         * doc/configuration-lsd.css:
6220
6221         flowers... where are all the flowers coming from?
6222
6223 2004-03-10 03:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6224
6225         * Makefile.am, contrib/Makefile-files, doc/Makefile-files,
6226           ensc_vector/Makefile-files, ensc_vector/testsuite/Makefile-files,
6227           ensc_wrappers/Makefile-files, lib/Makefile-files,
6228           lib/testsuite/Makefile-files, lib_internal/Makefile-files,
6229           man/Makefile-files, scripts/Makefile-files, src/Makefile-files,
6230           src/testsuite/Makefile-files, tests/Makefile-files:
6231
6232         modernized the Makefiles; use '+=' where possible to remove complexity
6233         from the toplevel Makefile.am
6234
6235 2004-03-09 18:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6236
6237         * scripts/vprocunhide:
6238
6239         remove the correct prefix
6240
6241 2004-03-09 17:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6242
6243         * scripts/: vserver.stop, vserver.suexec:
6244
6245         use $_CHONTEXT_COMPAT explicitly
6246
6247 2004-03-09 17:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6248
6249         * scripts/vserver-setup.functions:
6250
6251         use/create 'uts' directory
6252
6253 2004-03-09 17:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6254
6255         * scripts/chcontext:
6256
6257         updated copyright date
6258
6259 2004-03-09 17:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6260
6261         * doc/configuration.xml:
6262
6263         documented the vunify configuration
6264
6265 2004-03-09 15:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6266
6267         * scripts/chcontext:
6268
6269         rewrote the non-legacy part
6270
6271 2004-03-09 15:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6272
6273         * scripts/util-vserver-vars.pathsubst:
6274
6275         aded _KEEP_CTX_ALIVE
6276
6277 2004-03-09 15:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6278
6279         * scripts/chcontext:
6280
6281         added missing ';' in case expression
6282         s!_CTX_KEEP_ALIVE!_KEEP_CTX_ALIVE!
6283
6284 2004-03-09 05:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6285
6286         * NEWS:
6287
6288         version 0.29.198
6289
6290 2004-03-09 04:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6291
6292         * scripts/: vserver.stop, vserver.suexec:
6293
6294         removed superfluous '--'
6295
6296 2004-03-09 04:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6297
6298         * scripts/vserver.start:
6299
6300         added explicit cleanup trap
6301         removed superfluous '--'
6302
6303 2004-03-09 04:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6304
6305         * scripts/vserver.functions:
6306
6307         added some parenthesis
6308
6309 2004-03-09 04:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6310
6311         * scripts/vserver:
6312
6313         made 'status' really silent
6314
6315 2004-03-09 04:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6316
6317         * scripts/start-vservers:
6318
6319         initial checkin
6320
6321 2004-03-09 04:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6322
6323         * scripts/functions:
6324
6325         getVserverStatus(): fixed it for the non-running & non-cleanup case
6326
6327 2004-03-09 04:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6328
6329         * ensc_wrappers/wrappers.h:
6330
6331         fixed typo
6332         fixed overflow
6333
6334 2004-03-09 04:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6335
6336         * contrib/manifest.dat.pathsubst, scripts/Makefile-files:
6337
6338         added start-vservers
6339
6340 2004-03-09 04:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6341
6342         * util-vserver.spec.in:
6343
6344         added Requires: make
6345
6346 2004-03-09 03:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6347
6348         * scripts/vserver:
6349
6350         made 'status' silent when '--silent' is used
6351
6352 2004-03-09 03:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6353
6354         * lib/apidoc/.cvsignore:
6355
6356         added man
6357
6358 2004-03-09 03:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6359
6360         * doc/configuration.html[DEAD]:
6361
6362         removed since autogenerated
6363
6364 2004-03-09 03:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6365
6366         * doc/configuration-lsd.css:
6367
6368         use official HTML 4 colornames
6369
6370 2004-03-09 02:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6371
6372         * doc/: beautify.xsl, compatibility-xhtml.xsl,
6373           configuration-xhtml.xsl:
6374
6375         use official XHTML namespace
6376
6377 2004-03-09 02:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6378
6379         * distrib/: defaults/rpm/macros, redhat/initpost:
6380
6381         added hack for https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=117827
6382
6383 2004-03-08 20:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6384
6385         * m4/ensc_syscallnr.m4:
6386
6387         stopped to confuse users with wrong error messages
6388
6389 2004-03-08 20:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6390
6391         * lib/apidoc/Makefile-files:
6392
6393         handle man directory
6394
6395 2004-03-08 20:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6396
6397         * lib/apidoc/Doxyfile.in:
6398
6399         updated
6400
6401 2004-03-08 20:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6402
6403         * doc/Makefile-files:
6404
6405         filled it with content...
6406
6407 2004-03-08 20:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6408
6409         * util-vserver.spec.in:
6410
6411         added documentation
6412
6413 2004-03-08 19:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6414
6415         * doc/configuration.xml:
6416
6417         documented tty symlink
6418         use documentation.dtd instead of cfgdirdoc.dtd
6419         some small corrections/adjustments
6420
6421 2004-03-08 19:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6422
6423         * doc/: beautify.xsl, configuration-lsd.css,
6424           configuration-xhtml.xsl, configuration.html:
6425
6426         initial checkin
6427
6428 2004-03-08 19:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6429
6430         * doc/: compat-xhtml.xsl[DEAD], compatibility-xhtml.xsl:
6431
6432         renamed compat-xhtml.xsl to compatibility-xhtml.xsl
6433
6434 2004-03-08 19:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6435
6436         * doc/: cfgdirdoc.dtd[DEAD], configuration.dtd:
6437
6438         renamed cfgdirdoc.dtd to configuration.dtd
6439
6440 2004-03-08 09:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6441
6442         * lib/vserver.h:
6443
6444         added more doc
6445
6446 2004-03-08 02:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6447
6448         * lib/testsuite/flags.c:
6449
6450         fixed uninitialized variable
6451
6452 2004-03-08 01:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6453
6454         * lib/apidoc/: .cvsignore, Doxyfile.in, Makefile-files:
6455
6456         initial checkin
6457
6458 2004-03-08 01:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6459
6460         * scripts/vserver.start:
6461
6462         use '--migrate-self' instead of '--migrate'
6463
6464 2004-03-08 00:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6465
6466         * src/vcontext.c:
6467
6468         added '--migrate-self' support
6469
6470 2004-03-08 00:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6471
6472         * scripts/vserver.functions:
6473
6474         use different files for 'bcap' and 'ccap' for now
6475
6476 2004-03-08 00:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6477
6478         * util-vserver.spec.in:
6479
6480         added changelog entry
6481
6482 2004-03-07 23:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6483
6484         * src/vunify.h:
6485
6486         fixed NONNULL annotations
6487
6488 2004-03-07 23:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6489
6490         * lib/vserver.h:
6491
6492         added doxygen annnotations
6493         added special compiler annotations
6494
6495 2004-03-07 23:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6496
6497         * lib/internal.h:
6498
6499         added doxygen annnotations
6500         fixed NONNULL statements
6501
6502 2004-03-07 23:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6503
6504         * lib/fmt.h:
6505
6506         added doxygen annnotations
6507
6508 2004-03-07 23:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6509
6510         * lib/Makefile-files:
6511
6512         added apidoc directory
6513
6514 2004-03-07 23:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6515
6516         * configure.ac, util-vserver.spec.in:
6517
6518         added doxygen support
6519
6520 2004-03-07 23:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6521
6522         * compat.h:
6523
6524         fixed typo in __GNUC_MINOR__
6525
6526 2004-03-07 20:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6527
6528         * src/vattribute.c:
6529
6530         use new interface of the list2... functions
6531         implemented --bcaps and --ccaps
6532
6533 2004-03-07 20:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6534
6535         * src/: chcontext.c, reducecap.c:
6536
6537         use new interface of the list2... functions
6538
6539 2004-03-07 20:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6540
6541         * scripts/vserver.functions:
6542
6543         added .../interfaces/.../nodev option and deprecated 'only_ip'
6544
6545 2004-03-07 20:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6546
6547         * lib/testsuite/flags.c:
6548
6549         applied new interface
6550
6551 2004-03-07 20:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6552
6553         * lib/vserver.h:
6554
6555         added some documentation
6556         added some flag/caps support functions
6557
6558 2004-03-07 20:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6559
6560         * lib/virtual.h:
6561
6562         renamed scaps to bcaps
6563
6564 2004-03-07 20:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6565
6566         * lib/syscall_setflags.c:
6567
6568         added EFAULT check
6569
6570 2004-03-07 20:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6571
6572         * lib/: syscall_getflags-v13.hc, syscall_setflags-v13.hc:
6573
6574         minor cosmetical cleanups
6575
6576 2004-03-07 20:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6577
6578         * lib/listparser.hc:
6579
6580         interpret numbers too
6581
6582 2004-03-07 20:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6583
6584         * lib/internal.h:
6585
6586         added the text2value functions
6587
6588 2004-03-07 20:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6589
6590         * lib/: flags-v13.c, flags_list-compat.c, flags_list-v13.c:
6591
6592         cleanups; use modern methods...
6593
6594 2004-03-07 20:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6595
6596         * lib/: bcaps-v13.c, bcaps_list-v13.c, ccaps-v13.c,
6597           ccaps_list-v13.c, syscall_getccaps-v13.hc, syscall_getccaps.c,
6598           syscall_setccaps-v13.hc, syscall_setccaps.c,
6599           val2text-t2v-uint32.c, val2text-t2v-uint64.c,
6600           val2text-v2t-uint32.c, val2text-v2t-uint64.c, val2text.hc:
6601
6602         initial checkin
6603
6604 2004-03-07 20:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6605
6606         * lib/Makefile-files:
6607
6608         added the caps-files
6609         added the val2text-files
6610
6611 2004-03-07 20:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6612
6613         * doc/configuration.xml:
6614
6615         documented '.../interfaces/.../nodev'
6616
6617 2004-03-06 03:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6618
6619         * util-vserver.spec.in:
6620
6621         s!Require!Requires!
6622
6623 2004-03-06 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6624
6625         * sysv/vprocunhide:
6626
6627         initial checkin
6628
6629 2004-03-06 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6630
6631         * sysv/Makefile-files:
6632
6633         modernized; use '+=' syntax
6634         added vprocunhide
6635
6636 2004-03-06 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6637
6638         * src/vuname.c:
6639
6640         made it chainable
6641         added '--dir' option
6642
6643 2004-03-06 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6644
6645         * src/vlimit.c:
6646
6647         cleanups
6648
6649 2004-03-06 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6650
6651         * scripts/vserver.start:
6652
6653         call vuname
6654
6655 2004-03-06 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6656
6657         * scripts/vprocunhide:
6658
6659         implemented exclude/include syntax
6660         fixed exit codes
6661
6662 2004-03-06 02:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6663
6664         * scripts/util-vserver-vars.pathsubst:
6665
6666         added $_VUNAME
6667
6668 2004-03-06 02:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6669
6670         * doc/configuration.xml:
6671
6672         documents uts/ and rlimit/ subdirs
6673
6674 2004-03-06 02:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6675
6676         * distrib/misc/vprocunhide-files:
6677
6678         added some files
6679
6680 2004-03-06 02:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6681
6682         * util-vserver.spec.in:
6683
6684         added vprocunhide initscript
6685
6686 2004-03-06 02:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6687
6688         * Makefile.am:
6689
6690         modernized it a little bit; use '+=' syntax for sysv/ now
6691
6692 2004-03-05 23:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6693
6694         * scripts/: vserver.functions, vserver.start, vserver.stop,
6695           vserver.suexec:
6696
6697         added support for new migrate feature
6698
6699 2004-03-05 23:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6700
6701         * scripts/util-vserver-vars.pathsubst:
6702
6703         added $_VCONTEXT and $_VLIMIT
6704
6705 2004-03-05 23:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6706
6707         * scripts/functions:
6708
6709         isAvoidNamespace(): use 'vserver-info - FEATURE namespace' inforamtion too
6710
6711 2004-03-05 20:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6712
6713         * src/vlimit.c:
6714
6715         try to read limits from dir only, when '--dir' was used
6716
6717 2004-03-05 20:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6718
6719         * src/setattr.c:
6720
6721         allow '--!...' syntax too
6722
6723 2004-03-05 20:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6724
6725         * scripts/vserver-build.functions.pkgmgmt:
6726
6727         added a missing '\'
6728
6729 2004-03-05 20:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6730
6731         * scripts/vprocunhide, distrib/misc/vprocunhide-files:
6732
6733         initial checkin
6734
6735 2004-03-05 20:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6736
6737         * scripts/util-vserver-vars.pathsubst:
6738
6739         added setattr and vprocunhide
6740
6741 2004-03-05 20:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6742
6743         * scripts/Makefile-files:
6744
6745         added vprocunhide
6746
6747 2004-03-05 20:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6748
6749         * doc/configuration.xml:
6750
6751         documented vprocunhide documentation
6752
6753 2004-03-05 20:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6754
6755         * distrib/Makefile.am:
6756
6757         added vprocunhide-files
6758
6759 2004-03-05 20:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6760
6761         * contrib/manifest.dat.pathsubst:
6762
6763         added vprocunhide files
6764
6765 2004-03-05 18:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6766
6767         * scripts/: vtop, chcontext, functions, rootshell, vapt-get,
6768           vapt-get-worker, vpkg, vpstree, vrpm, vrpm-preload, vrpm-worker,
6769           vserver, vserver-build, vserver-build.apt-rpm,
6770           vserver-build.debootstrap, vserver-build.functions,
6771           vserver-build.functions.pkgmgmt, vserver-build.skeleton,
6772           vserver-copy, vserver.functions, vserver.start, vserver.stop,
6773           vservers.grabinfo.sh, vsysvwrapper:
6774
6775         added some '>&2'
6776
6777 2004-03-05 18:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6778
6779         * .cvsignore:
6780
6781         added FEATURES.txt
6782
6783 2004-03-05 18:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6784
6785         * src/vlimit.c:
6786
6787         added '--dir' parameter
6788         allow command-chaining
6789         support limits with suffixes
6790         make '-c' optionally and assume current ctx by default
6791
6792 2004-03-05 18:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6793
6794         * lib/testsuite/: Makefile-files, .cvsignore:
6795
6796         added parselimit
6797
6798 2004-03-05 18:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6799
6800         * lib/vserver.h:
6801
6802         vc_parseLimit(): added prototype
6803
6804 2004-03-05 18:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6805
6806         * lib/Makefile-files:
6807
6808         added parselimit.c
6809
6810 2004-03-05 18:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6811
6812         * lib/: parselimit.c, testsuite/parselimit.c:
6813
6814         initial checkin
6815
6816 2004-03-05 05:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6817
6818         * src/.cvsignore:
6819
6820         updated; added vattribute and keep-ctx-alive
6821
6822 2004-03-05 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6823
6824         * src/vcontext.c:
6825
6826         implement the vc_set_flags() part
6827
6828 2004-03-05 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6829
6830         * src/vattribute.c:
6831
6832         setFlags(): implemented it
6833
6834 2004-03-05 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6835
6836         * lib_internal/Makefile-files:
6837
6838         added util-unixsock.hc
6839
6840 2004-03-05 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6841
6842         * ensc_wrappers/wrappers-vserver.hc:
6843
6844         fixed error-checking
6845
6846 2004-03-05 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6847
6848         * lib/: getprocentry-legacy.c, syscall-compat.hc,
6849           syscall_getflags-v13.hc, syscall_getiattr.c,
6850           syscall_getvxinfo-oldproc.hc, syscall_getvxinfo.c,
6851           syscall_setflags-v13.hc:
6852
6853         return better errorcodes
6854
6855 2004-03-05 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6856
6857         * ensc_wrappers/wrappers-vserver.hc:
6858
6859         fixed copy&paste error
6860
6861 2004-03-05 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6862
6863         * ensc_wrappers/Makefile-files:
6864
6865         added wrappers-socket.hc
6866
6867 2004-03-05 05:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6868
6869         * contrib/manifest.dat.pathsubst:
6870
6871         added vattribute and keep-ctx-alive
6872
6873 2004-03-05 04:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6874
6875         * src/vserver-info.c:
6876
6877         added 'FEATURE' tag
6878
6879 2004-03-05 04:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6880
6881         * src/vcontext.c:
6882
6883         added support for external synchronization
6884
6885 2004-03-05 04:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6886
6887         * src/reducecap.c:
6888
6889         use vc_list2flag_compat() instead of vc_textlist2flag
6890
6891 2004-03-05 04:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6892
6893         * src/: keep-ctx-alive.c, vattribute.c:
6894
6895         initial checkin
6896
6897 2004-03-05 04:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6898
6899         * src/: fstool.c, fstool.h, setattr.c, showattr.c:
6900
6901         added support for VC_IATTR_IMMUTABLE flag
6902
6903 2004-03-05 04:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6904
6905         * src/: enter-namespace.c[DEAD], new-namespace.c[DEAD]:
6906
6907         obsoleted by vnamespace
6908
6909 2004-03-05 04:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6910
6911         * src/chcontext.c:
6912
6913         use vc_list2flag_compat() instead of vc_textlist2flag()
6914
6915 2004-03-05 04:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6916
6917         * src/Makefile-files:
6918
6919         removed new-namespace and enter-namespace
6920         added keep-ctx-alive and vattribute
6921         added src_legacy_* variables
6922
6923 2004-03-05 04:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6924
6925         * scripts/: vapt-get, vrpm, vserver:
6926
6927         use $_VNAMESPACE instead of $_NEW_NAMESPACE
6928
6929 2004-03-05 04:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6930
6931         * scripts/util-vserver-vars.pathsubst:
6932
6933         added $_VATTRIBUTE and $_VNAMESPACE
6934         removed $_NEW_NAMESPACE
6935
6936 2004-03-05 04:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6937
6938         * scripts/chcontext:
6939
6940         began to implement the new vcontext part...
6941
6942 2004-03-05 04:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6943
6944         * m4/ensc_syscallnr.m4:
6945
6946         use $ensc_cv_path_kernelheaders instead of $kernelincludedir
6947
6948 2004-03-05 04:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6949
6950         * lib_internal/util.h:
6951
6952         include "util-unixsock.h"
6953
6954 2004-03-05 04:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6955
6956         * lib_internal/unify-unify.c:
6957
6958         use VC_IATTR_IMMUTABLE flag too
6959
6960 2004-03-05 04:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6961
6962         * lib_internal/util-unixsock.h:
6963
6964         initial checkin
6965
6966 2004-03-05 04:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6967
6968         * lib/testsuite/flags.c:
6969
6970         updated to new flag functions
6971
6972 2004-03-05 04:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6973
6974         * lib/vserver.h:
6975
6976         use uint_leastX_t instead of uintX_t
6977         added -compat versions for the flag-parsers
6978         vc_isSupportedString(): added
6979
6980 2004-03-05 04:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6981
6982         * lib/internal.h:
6983
6984         added utilvserver_listparser_uint* declarations
6985
6986 2004-03-05 04:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6987
6988         * lib/: fmt-32.c, fmt-64.c, fmt.h, fmt.hc, fmtx-32.c, fmtx-64.c,
6989           fmtx.hc:
6990
6991         fixed aliased functions; they are now in the *.c files and will not be
6992         used anymore by every file including 'fmt.h'
6993
6994 2004-03-05 04:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
6995
6996         * lib/: flags.c[DEAD], flags_list.c[DEAD]:
6997
6998         renamed to -compat.c
6999
7000 2004-03-05 04:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7001
7002         * lib/Makefile-files:
7003
7004         updated to new flags* files
7005         added listparser* files
7006         removed unused statements
7007
7008 2004-03-05 04:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7009
7010         * ensc_wrappers/wrappers.h:
7011
7012         added wrappers-socket.hc
7013
7014 2004-03-05 04:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7015
7016         * ensc_wrappers/wrappers-socket.hc, lib/flags-compat.c,
7017           lib/flags-v13.c, lib/flags_list-compat.c, lib/flags_list-v13.c,
7018           lib/issupportedstring.c, lib/listparser.hc,
7019           lib/listparser_uint32.c, lib/listparser_uint64.c:
7020
7021         initial checkin
7022
7023 2004-03-05 04:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7024
7025         * ensc_wrappers/wrappers-iosock.hc:
7026
7027         modernized declarations (use WRAPPER_DECL)
7028         WsendAll(),WrecvAll(): added 'int *err' parameter and do not use perror() anymore
7029
7030 2004-03-05 04:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7031
7032         * contrib/manifest.dat.pathsubst:
7033
7034         removed new-namespace and enter-namespace; they are obsoleted by vnamespace
7035
7036 2004-03-05 04:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7037
7038         * Makefile.am:
7039
7040         added $(src_legacy_*)
7041
7042 2004-03-04 05:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7043
7044         * m4/ensc_syscallnr.m4:
7045
7046         requires AC_PROG_CPP
7047
7048 2004-03-04 05:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7049
7050         * lib/vserver.h:
7051
7052         added VC_IATTR_IMMUTABLE
7053
7054 2004-03-04 05:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7055
7056         * lib/virtual.h:
7057
7058         added IATTR_IMMUTABLE
7059
7060 2004-03-04 05:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7061
7062         * lib/Makefile-files:
7063
7064         do not use -I $kernelincludedir anymore
7065
7066 2004-03-04 04:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7067
7068         * m4/ensc_syscallnr.m4:
7069
7070         rewrote it...
7071
7072 2004-03-04 04:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7073
7074         * m4/: ensc_cflags.m4, ensc_dietlibc.m4, ensc_dietlibc_compat.m4,
7075           ensc_fpicsyscall.m4, ensc_syscall.m4:
7076
7077         use unique identifiers
7078
7079 2004-02-27 20:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7080
7081         * NEWS, configure.ac:
7082
7083         version 0.29.197
7084
7085 2004-02-27 20:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7086
7087         * distrib/redhat/initpost:
7088
7089         fixed kernel-pkg installation
7090         fixed initscript update
7091
7092 2004-02-27 20:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7093
7094         * src/.cvsignore:
7095
7096         added vsched
7097
7098 2004-02-27 20:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7099
7100         * lib/testsuite/fmt.c:
7101
7102         include <string.h>
7103
7104 2004-02-27 19:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7105
7106         * contrib/manifest.dat.pathsubst:
7107
7108         added vsched
7109
7110 2004-02-27 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7111
7112         * src/chbind.c:
7113
7114         removed unused variable
7115
7116 2004-02-27 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7117
7118         * src/testsuite/rpm-fake-test.c:
7119
7120         include <string.h>
7121
7122 2004-02-27 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7123
7124         * src/: Makefile-files, vsched.c, vschedule.c[DEAD]:
7125
7126         renamed vschedule to vsched
7127
7128 2004-02-27 19:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7129
7130         * src/.cvsignore:
7131
7132         added chcontext-compat and vschedule
7133
7134 2004-02-27 19:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7135
7136         * src/Makefile-files:
7137
7138         added vschedule
7139
7140 2004-02-27 19:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7141
7142         * lib/vserver.h:
7143
7144         added vc_set_sched declarations
7145
7146 2004-02-27 19:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7147
7148         * lib/virtual.h:
7149
7150         removed 'otpions' field from vcmd_set_sched_v1
7151
7152 2004-02-27 19:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7153
7154         * lib/syscall_setsched-v13.hc, lib/syscall_setsched.c,
7155           src/vschedule.c:
7156
7157         initial checkin
7158
7159 2004-02-27 19:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7160
7161         * lib/Makefile-files:
7162
7163         added *setsched* files
7164
7165 2004-02-27 19:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7166
7167         * src/chcontext.c:
7168
7169         cleanups; applied name-change from 'chcontext' to 'chcontext-compat'
7170
7171 2004-02-27 19:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7172
7173         * src/Makefile-files:
7174
7175         renamed 'chcontext' to 'chcontext-compat'
7176
7177 2004-02-27 19:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7178
7179         * scripts/util-vserver-vars.pathsubst:
7180
7181         added $_CHCONTEXT_COMPAT
7182         updated $_CHCONTEXT
7183
7184 2004-02-27 19:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7185
7186         * scripts/functions:
7187
7188         isKernelAPI(): added
7189
7190 2004-02-27 19:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7191
7192         * scripts/Makefile-files:
7193
7194         added chcontext wrapper
7195
7196 2004-02-27 18:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7197
7198         * lib/vserver.h:
7199
7200         added vc_isSupported()
7201         cleanups
7202
7203 2004-02-27 18:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7204
7205         * lib/virtual.h:
7206
7207         updated scheduler definitions
7208
7209 2004-02-27 18:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7210
7211         * lib/issupported.c, scripts/chcontext:
7212
7213         initial checkin
7214
7215 2004-02-27 18:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7216
7217         * lib/Makefile-files:
7218
7219         added issupported.c
7220
7221 2004-02-27 18:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7222
7223         * contrib/manifest.dat.pathsubst:
7224
7225         added chcontext-compat
7226
7227 2004-02-27 05:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7228
7229         * src/vcontext.c:
7230
7231         cleanups; restructured code
7232
7233 2004-02-27 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7234
7235         * src/new-namespace.c:
7236
7237         cleanups; do not include "stack-start.h" anymore
7238
7239 2004-02-27 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7240
7241         * src/vnamespace.c:
7242
7243         initial checkin
7244
7245 2004-02-27 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7246
7247         * src/: fakerunlevel.c, rpm-fake-resolver.c, save_ctxinfo.c,
7248           vrsetup.c, vserver-stat.c:
7249
7250         use wrappers with detailed error-messages
7251
7252 2004-02-27 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7253
7254         * src/: Makefile-files, .cvsignore:
7255
7256         added vnamespace
7257
7258 2004-02-27 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7259
7260         * lib/testsuite/fmt.c:
7261
7262         made non-C99 compilers happy
7263
7264 2004-02-27 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7265
7266         * lib/vserver.h:
7267
7268         vc_set_namespace(), vc_cleanup_namespace(): added prototypes
7269
7270 2004-02-27 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7271
7272         * lib/virtual.h:
7273
7274         added VCMD_set_namespace and VCMD_cleanup_namespace declarations
7275
7276 2004-02-27 05:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7277
7278         * lib/Makefile-files:
7279
7280         added *setnamespace* and *cleanupnamespace* files
7281
7282 2004-02-27 05:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7283
7284         * lib/: syscall_cleanupnamespace-v13.hc,
7285           syscall_cleanupnamespace.c, syscall_setnamespace-v13.hc,
7286           syscall_setnamespace.c:
7287
7288         initial checkin
7289
7290 2004-02-27 05:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7291
7292         * ensc_wrappers/: wrappers-fcntl.hc, wrappers-unistd.hc:
7293
7294         added some wrappers with detailed error-messages
7295
7296 2004-02-27 05:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7297
7298         * ensc_wrappers/wrappers.h:
7299
7300         added ENSC_DETAIL macros
7301
7302 2004-02-27 05:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7303
7304         * distrib/defaults/rpm/macros:
7305
7306         added /etc/rc.d/init.d/halt and /sbin/new-kernel-pkg to %_netsharedpath
7307
7308 2004-02-27 05:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7309
7310         * contrib/manifest.dat.pathsubst:
7311
7312         added vcontext and vnamespace
7313
7314 2004-02-26 14:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7315
7316         * src/util-exitlikeprocess.c[DEAD]:
7317
7318         moved to lib_internal/
7319
7320 2004-02-26 14:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7321
7322         * src/util.h:
7323
7324         removed everything an include <lib_internal/util.h> only
7325
7326 2004-02-26 14:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7327
7328         * src/.cvsignore:
7329
7330         added vcontext
7331
7332 2004-02-26 14:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7333
7334         * src/: chcontext.c, rpm-fake-resolver.c, rpm-fake.c:
7335
7336         use VC_DYNAMIC_XID instead of VC_RANDCTX
7337
7338 2004-02-26 14:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7339
7340         * src/vcontext.c:
7341
7342         initial checkin
7343
7344 2004-02-26 14:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7345
7346         * src/testsuite/Makefile-files:
7347
7348         removed 'util-exitlikeprocess.c'; link against libinternal.a now
7349
7350 2004-02-26 14:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7351
7352         * src/Makefile-files:
7353
7354         added vcontext
7355         removed 'util-exitlikeprocess.c'; link against libinternal.a now
7356
7357 2004-02-26 14:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7358
7359         * scripts/functions:
7360
7361         s!/vservers!$DEFAULT_VSERVERDIR! (reported in IRC by broo)
7362
7363 2004-02-26 14:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7364
7365         * lib_internal/util-mem.h:
7366
7367         include <stdlib.h>
7368
7369 2004-02-26 14:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7370
7371         * lib_internal/Makefile-files:
7372
7373         added lots of util-* headers
7374         added util-exitlikeprocess
7375
7376 2004-02-26 14:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7377
7378         * lib/vserver.h:
7379
7380         * vc_create_context(), vc_migrate_context(), vc_[sg]et_flags(): added
7381           prototypes plus structures
7382         * use VC_DYNAMIC_XID instead of VC_RANDCTX
7383
7384 2004-02-26 14:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7385
7386         * lib/vserver-internal.h:
7387
7388         added CALL_VC_V13A macro (for API >= 0x00010012)
7389         use VC_DYNAMIC_XID instead of VC_RANDCTX
7390
7391 2004-02-26 14:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7392
7393         * lib/virtual.h:
7394
7395         added create+migrate+flags+caps declarations
7396
7397 2004-02-26 14:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7398
7399         * lib/syscall_createcontext-v13.hc, lib/syscall_createcontext.c,
7400           lib/syscall_getflags-v13.hc, lib/syscall_getflags.c,
7401           lib/syscall_migratecontext-v13.hc, lib/syscall_migratecontext.c,
7402           lib/syscall_setflags-v13.hc, lib/syscall_setflags.c,
7403           lib_internal/util-cast.h, lib_internal/util-commonstrings.h,
7404           lib_internal/util-declarecmd.h, lib_internal/util-dimof.h,
7405           lib_internal/util-exitlikeprocess.c,
7406           lib_internal/util-exitlikeprocess.h, lib_internal/util.h:
7407
7408         initial checkin
7409
7410 2004-02-26 14:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7411
7412         * lib/Makefile-files:
7413
7414         added createcontext + migratecontext + [sg]etflags files
7415
7416 2004-02-26 13:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7417
7418         * ensc_wrappers/wrappers-vserver.hc:
7419
7420         Evc_create_context(), Evc_migrate_context(): added
7421         use WRAPPER_DECL instead of UNUSED
7422
7423 2004-02-25 12:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7424
7425         * src/vlimit.c:
7426
7427         enhanced output
7428         added -nd options
7429         allow literal limits
7430         assume '-H' by default
7431
7432 2004-02-25 12:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7433
7434         * lib/testsuite/.cvsignore:
7435
7436         added 'fmt'
7437
7438 2004-02-25 12:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7439
7440         * src/util.h:
7441
7442         include util-perror.h
7443
7444 2004-02-25 12:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7445
7446         * src/: chcontext.c, secure-mount.c:
7447
7448         use more verbose perror()
7449
7450 2004-02-25 12:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7451
7452         * scripts/vserver.functions:
7453
7454         added better namespace supportc
7455
7456 2004-02-25 12:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7457
7458         * lib/testsuite/fmt.c, lib_internal/util-perror.h:
7459
7460         initial checkin
7461
7462 2004-02-25 12:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7463
7464         * lib/testsuite/Makefile-files:
7465
7466         added fmt.c
7467
7468 2004-02-25 12:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7469
7470         * lib/fmt.h:
7471
7472         fmt_[u]int{32,64}(): added
7473
7474 2004-02-21 00:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7475
7476         * lib/flags.c:
7477
7478         cosmetical cleanups
7479
7480 2004-02-21 00:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7481
7482         * lib/: flags.c, vserver.h:
7483
7484         added NAMESPACE flag
7485
7486 2004-02-20 22:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7487
7488         * src/Makefile-files:
7489
7490         install enter-namespace into $(sbindir) instead of $(pkglibdir)
7491
7492 2004-02-20 22:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7493
7494         * src/new-namespace.c:
7495
7496         added missing '#include <errno.h>'
7497
7498 2004-02-20 21:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7499
7500         * NEWS, configure.ac:
7501
7502         version 0.29.196
7503
7504 2004-02-20 21:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7505
7506         * src/.cvsignore:
7507
7508         added enter-namespace
7509
7510 2004-02-20 21:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7511
7512         * src/enter-namespace.c:
7513
7514         initial checkin
7515
7516 2004-02-20 21:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7517
7518         * src/Makefile-files, contrib/manifest.dat.pathsubst:
7519
7520         added enter-namespace
7521
7522 2004-02-20 21:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7523
7524         * src/vlimit.c:
7525
7526         merged with 0.29.2
7527
7528 2004-02-20 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7529
7530         * src/vlimit.c:
7531
7532         changed logic to skip entries without chance for success
7533
7534 2004-02-20 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7535
7536         * lib/Makefile-files:
7537
7538         cleanups
7539
7540 2004-02-20 20:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7541
7542         * lib/syscall_rlimit-v11.hc:
7543
7544         vc_get_rlimit_mask_v11(): use correct datastructure
7545
7546 2004-02-20 18:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7547
7548         * lib/: Makefile-files, virtual.h, vserver.h:
7549
7550         added the enter-namespace stuff
7551
7552 2004-02-20 18:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7553
7554         * lib/: syscall_enternamespace-v13.hc, syscall_enternamespace.c:
7555
7556         initial checkin
7557
7558 2004-02-20 18:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7559
7560         * ensc_wrappers/wrappers_handler.hc:
7561
7562         added support for more extensive output
7563
7564 2004-02-20 18:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7565
7566         * contrib/manifest.dat.pathsubst:
7567
7568         moved vserver-info into core
7569
7570 2004-02-20 18:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7571
7572         * lib/vserver-internal.h:
7573
7574         VC_ENABLE_API_V13(): incremented needed API-version
7575
7576 2004-02-20 18:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7577
7578         * lib/syscall_getvxinfo-v13.hc:
7579
7580         vc_get_vx_info_v13(): handle xid==0 and xid==1 case manually
7581
7582 2004-02-20 18:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7583
7584         * src/vlimit.c:
7585
7586         cleanup output in error-case
7587
7588 2004-02-20 18:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7589
7590         * src/stack-start.h:
7591
7592         fixed begin of STACK_START for non-growing stacks
7593
7594 2004-02-20 18:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7595
7596         * src/fakerunlevel.c:
7597
7598         use more extensive errormessages
7599         use <wrappers.h>
7600
7601 2004-02-20 18:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7602
7603         * lib/: fscompat_getiattr-v13.hc[DEAD], fscompat_getiattr.c[DEAD],
7604           fscompat_setiattr-v13.hc[DEAD], fscompat_setiattr.c[DEAD]:
7605
7606         obsoleted
7607
7608 2004-02-20 17:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7609
7610         * src/: chcontext.c, clearenv.c, exec-cd.c, exec-ulimit.c,
7611           ifspec.c, listdevip.c, new-namespace.c, reducecap.c,
7612           rpm-fake-resolver.c, rpm-fake.c, save_ctxinfo.c, secure-mount.c,
7613           vkill.c:
7614
7615         do not do the lo-check anymore
7616
7617 2004-02-20 17:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7618
7619         * src/chbind.c:
7620
7621         use more extensive errormessages
7622         do not do the lo-check anymore
7623
7624 2004-02-20 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7625
7626         * src/vserver-info.c:
7627
7628         fix copy&paste error when giving out initpid
7629
7630 2004-02-19 23:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7631
7632         * NEWS:
7633
7634         version 0.29.195
7635
7636 2004-02-19 23:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7637
7638         * src/vserver-info.c:
7639
7640         added SYSINFO command
7641         internal cleanups
7642
7643 2004-02-19 23:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7644
7645         * m4/ensc_e2fscheck.m4:
7646
7647         tell correct packagename for Debian's e2fsprogs-devel
7648         tell packagename for Mandrake
7649
7650 2004-02-19 23:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7651
7652         * src/: chxid.c, fstool.c, fstool.h, lsxid.c, setattr.c,
7653           showattr.c:
7654
7655         applied new iattr interface and changed some internal functions
7656
7657 2004-02-19 23:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7658
7659         * lib_internal/: unify-unify.c, util-safechdir.c:
7660
7661         applied new iattr interface
7662
7663 2004-02-19 23:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7664
7665         * lib/vserver.h:
7666
7667         * changed iattr interface
7668         * removed *iattr_compat() functions; functionality is covered by new
7669           iattr interface already
7670
7671 2004-02-19 23:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7672
7673         * lib/virtual.h:
7674
7675         added new iattr definitions
7676
7677 2004-02-19 23:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7678
7679         * lib/: syscall_getiattr-v13.hc, syscall_getiattr.c,
7680           syscall_setiattr-v13.hc, syscall_setiattr.c:
7681
7682         implemented new iattr interface
7683
7684 2004-02-19 23:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7685
7686         * lib/syscall-compat.hc:
7687
7688         vc_set_ipv4root_compat(): fixed off-by-one error while checking number
7689         of allowed IPs
7690
7691 2004-02-19 23:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7692
7693         * lib/: fscompat_getiattr-fscompat.hc[DEAD],
7694           fscompat_setiattr-fscompat.hc[DEAD],
7695           syscall_getiattr-fscompat.hc, syscall_setiattr-fscompat.hc:
7696
7697         moved fscompat* files to *iattr-fscompat* and applied the changed iattr interface
7698
7699 2004-02-19 23:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7700
7701         * lib/createskeleton-full.hc:
7702
7703         use new iattr interface
7704
7705 2004-02-19 23:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7706
7707         * lib/Makefile-files:
7708
7709         removed the fscompat* files
7710         added *iattr-fscompat files
7711
7712 2004-02-19 23:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7713
7714         * contrib/manifest.dat.pathsubst:
7715
7716         added FEATURES.txt and vcopy
7717
7718 2004-02-19 23:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7719
7720         * configure.ac:
7721
7722         create FEATURES.txt and rearranged code a little bit
7723
7724 2004-02-19 23:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7725
7726         * Makefile.am:
7727
7728         added FEATURES.txt
7729
7730 2004-02-18 05:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7731
7732         * lib/vserver.h:
7733
7734         added vc_createSkeleton() plus defines
7735
7736 2004-02-18 05:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7737
7738         * lib/fscompat_setiattr-fscompat.hc:
7739
7740         vc_set_iattr_compat_fscompat(): fixed usage of the mode argument
7741
7742 2004-02-18 05:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7743
7744         * lib_internal/: unify-unify.c, unify.h:
7745
7746         Unify_deUnify(): fixed parameters
7747         Unify_copy(), Unify_setTime(): added prototype
7748
7749 2004-02-18 05:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7750
7751         * lib_internal/unify-deunify.c:
7752
7753         fixed parameters
7754
7755 2004-02-18 05:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7756
7757         * lib_internal/matchlist.h:
7758
7759         MatchList_printId(): added prototype
7760
7761 2004-02-18 05:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7762
7763         * lib_internal/Makefile-files:
7764
7765         added unify* and util-* files
7766
7767 2004-02-18 05:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7768
7769         * src/: vunify.c, vunify.h:
7770
7771         cleanups; outsourced a lot to libinternal.a
7772
7773 2004-02-18 05:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7774
7775         * src/util.h:
7776
7777         cleanups; outsourced some macros/inlines to libinternal.a
7778
7779 2004-02-18 05:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7780
7781         * src/Makefile-files:
7782
7783         added vcopy
7784         link the fstool programs against libinternal.a
7785         removed vserver-visitdir
7786
7787 2004-02-18 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7788
7789         * src/.cvsignore:
7790
7791         added vcopy
7792
7793 2004-02-18 05:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7794
7795         * src/util-safechdir.c[DEAD]:
7796
7797         moved into libinternal.a
7798
7799 2004-02-18 05:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7800
7801         * lib/createskeleton-full.hc, lib/createskeleton-short.hc,
7802           lib/createskeleton.c, lib_internal/matchlist-printid.c,
7803           lib_internal/unify-copy.c, lib_internal/unify-settime.c,
7804           lib_internal/util-dotfile.h, lib_internal/util-safechdir.c,
7805           lib_internal/util-safechdir.h, src/vcopy-init.hc, src/vcopy.c,
7806           src/vserver-visitdir.hc:
7807
7808         initial checkin
7809
7810 2004-02-18 05:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7811
7812         * ensc_wrappers/wrappers-io.hc:
7813
7814         rewrote the W*all() function to accept an additional argument holding
7815         the error, instead of giving out the error
7816
7817 2004-02-18 05:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7818
7819         * lib/Makefile-files:
7820
7821         added createskeleton* files
7822
7823 2004-02-18 05:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7824
7825         * pathconfig.h.pathsubst:
7826
7827         added DEFAULT_PKGSTATEDIR
7828
7829 2004-02-18 05:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7830
7831         * compat.h:
7832
7833         added PURE
7834
7835 2004-02-18 05:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7836
7837         * configure.ac, Makefile.am:
7838
7839         do not redefine 'LIBTOOL'; the '--tag' causes problems on install
7840
7841 2004-02-17 20:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7842
7843         * configure.ac:
7844
7845         call ENSC_DIETLIBC_NEED_COMPAT to determine if '-lcompat' is needed for dietlibc
7846
7847 2004-02-17 20:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7848
7849         * Makefile.am:
7850
7851         define $(VSERVER_LDADDS)
7852         generalized some LIBTOOL stuff
7853         do not install libinternal.a anymore
7854
7855 2004-02-17 20:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7856
7857         * tests/Makefile-files:
7858
7859         use $(VSERVER_LDADDS) instead of lib/libvserver.la to use '-lcompat' on purpose
7860
7861 2004-02-17 20:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7862
7863         * scripts/functions:
7864
7865         _pkgMountRPM(): do not mount /proc when it is already mounted
7866
7867 2004-02-17 20:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7868
7869         * src/rpm-fake.c:
7870
7871         rearranged inclusion of <sys/socket.h> to fix compilation problems
7872         with fc1.90
7873
7874 2004-02-17 20:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7875
7876         * src/rebootmgr.c:
7877
7878         include <limits.h>
7879
7880 2004-02-17 20:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7881
7882         * src/Makefile-files:
7883
7884         use $(VSERVER_LDADDS) instead of lib/libvserver.la to use '-lcompat' on purpose
7885         fixed capchroot compilation
7886
7887 2004-02-17 20:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7888
7889         * m4/ensc_dietlibc_compat.m4:
7890
7891         initial checkin
7892
7893 2004-02-17 20:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7894
7895         * ensc_vector/testsuite/test1.c, src/testsuite/vunify-functest.c:
7896
7897         make non-C99 compilers happy
7898
7899 2004-02-17 03:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7900
7901         * NEWS:
7902
7903         version 0.29.192
7904
7905 2004-02-17 03:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7906
7907         * Makefile.am:
7908
7909         added missing backslash
7910
7911 2004-02-17 03:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7912
7913         * src/: vunify.h, testsuite/Makefile-files,
7914           testsuite/vunify-functest.c:
7915
7916         use new lib_internal/
7917
7918 2004-02-17 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7919
7920         * src/vunify-init.hc:
7921
7922         moved most function into lib_internal/
7923
7924 2004-02-17 03:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7925
7926         * src/vunify.c:
7927
7928         use new lib_internal
7929
7930 2004-02-17 03:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7931
7932         * src/util.h:
7933
7934         moved some functions/macros into lib_internal/util-*
7935
7936 2004-02-17 03:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7937
7938         * src/Makefile-files:
7939
7940         removed vunify-* files which went into lib_internal
7941
7942 2004-02-17 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7943
7944         * Makefile.am:
7945
7946         added lib_internal/ files
7947
7948 2004-02-17 03:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7949
7950         * src/: vunify-compare.hc[DEAD], vunify-debug.c[DEAD],
7951           vunify-doit.hc[DEAD], vunify-matchlist.c[DEAD],
7952           vunify-matchlist.h[DEAD]:
7953
7954         moved functionality into lib_internal library
7955
7956 2004-02-17 03:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7957
7958         * lib_internal/: Makefile-files, matchlist-appendfiles.c,
7959           matchlist-compare.c, matchlist-destroy.c, matchlist-init.c,
7960           matchlist-initbyvserver.c, matchlist-initmanually.c,
7961           matchlist-initrefserverlist.c, matchlist.h, pathinfo-append.c,
7962           pathinfo-test.c, pathinfo.h, string-destroy.c, string.h,
7963           string.hc, unify-deunify.c, unify-unify.c, unify.h, util-io.h,
7964           util-mem.h:
7965
7966         initial checkin
7967
7968 2004-02-17 03:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7969
7970         * ensc_wrappers/: wrappers-unistd.hc, wrappers_handler.hc:
7971
7972         fixed some 'noreturn' warnings for the execv() functions
7973
7974 2004-02-16 20:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7975
7976         * contrib/make-manifest:
7977
7978         ignore lines beginning with '#'
7979
7980 2004-02-16 20:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7981
7982         * contrib/manifest.dat.pathsubst:
7983
7984         set @ENSC_HAVE_*_COMPILER_TRUE@ tags
7985
7986 2004-02-16 20:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7987
7988         * ensc_vector/testsuite/test1.c:
7989
7990         #undef NDEBUG
7991
7992 2004-02-16 20:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
7993
7994         * scripts/functions:
7995
7996         use $_READLINK
7997         mount /proc when doing pkg-management
7998
7999 2004-02-16 20:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8000
8001         * scripts/util-vserver-vars.pathsubst:
8002
8003         added readlink
8004
8005 2004-02-16 20:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8006
8007         * scripts/vrpm-preload:
8008
8009         made rpm-flavor configurable (e.g. 'i' for install (default), 'q' for
8010         query, 'd' for database)
8011
8012 2004-02-16 20:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8013
8014         * scripts/vserver-build.functions:
8015
8016         register generated files so that they
8017         can be cleaned up when needed
8018
8019 2004-02-16 20:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8020
8021         * scripts/vserver-build.apt-rpm:
8022
8023         call rpm.initDB()
8024
8025 2004-02-16 20:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8026
8027         * scripts/vserver-build.functions.rpm:
8028
8029         rpm.initDB(): added
8030
8031 2004-02-16 20:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8032
8033         * scripts/vserver-setup.functions:
8034
8035         added --initstyle support (-> /etc/vservers/.../apps/init/style)
8036
8037 2004-02-16 20:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8038
8039         * src/chbind.c:
8040
8041         refined test-routine to work in vservers without 'lo' interface
8042
8043 2004-02-16 20:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8044
8045         * src/secure-mount.c:
8046
8047         define MS_REC when needed
8048
8049 2004-02-16 20:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8050
8051         * configure.ac, src/rpm-fake-resolver.c:
8052
8053         added big, fat warning when not using dietlibc
8054
8055 2004-02-16 19:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8056
8057         * Makefile.am:
8058
8059         added ENSC_HAVE_*_COMPILER_* to pathsubst-rules
8060
8061 2004-02-14 02:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8062
8063         * scripts/vserver:
8064
8065         use isAvoidNamespace() from main-functions file
8066
8067 2004-02-14 02:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8068
8069         * scripts/: functions, vserver.functions:
8070
8071         moved isAvoidNamespace() into main-functions file
8072
8073 2004-02-14 02:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8074
8075         * m4/ensc_syscallnr.m4:
8076
8077         fixed auto-case
8078         improved message
8079
8080 2004-02-14 02:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8081
8082         * m4/ensc_kerneldir.m4:
8083
8084         ENSC_KERNEL_HEADERS: made argument optionally
8085
8086 2004-02-14 02:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8087
8088         * contrib/manifest.dat.pathsubst:
8089
8090         added clearenv
8091
8092 2004-02-14 02:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8093
8094         * configure.ac:
8095
8096         use ENSC_SYSCALLNR()
8097
8098 2004-02-14 00:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8099
8100         * lib/vserver-internal.h:
8101
8102         use results from ENSC_SYSCALLNR
8103
8104 2004-02-14 00:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8105
8106         * m4/ensc_syscallnr.m4:
8107
8108         initial checkin
8109
8110 2004-02-12 00:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8111
8112         * src/clearenv.c:
8113
8114         use VSERVER_DECLARE_CMD
8115
8116 2004-02-12 00:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8117
8118         * src/.cvsignore:
8119
8120         added clearenv
8121
8122 2004-02-12 00:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8123
8124         * scripts/vserver.start:
8125
8126         use clearenv
8127
8128 2004-02-12 00:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8129
8130         * scripts/vserver.functions:
8131
8132         made namespace stuff configurable at a global place
8133
8134 2004-02-12 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8135
8136         * scripts/vrpm-preload:
8137
8138         give more rights... (same like at --secure)
8139
8140 2004-02-12 00:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8141
8142         * src/Makefile-files, scripts/util-vserver-vars.pathsubst:
8143
8144         added clearenv
8145
8146 2004-02-12 00:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8147
8148         * src/clearenv.c:
8149
8150         initial checkin
8151
8152 2004-02-10 18:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8153
8154         * src/: chxid.c, setattr.c:
8155
8156         handle dot-files by default; it does not make sense to use a special
8157         '-a' flag for the set-operations
8158
8159 2004-02-10 18:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8160
8161         * configure.ac:
8162
8163         version 0.28.200
8164
8165 2004-02-10 18:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8166
8167         * src/secure-mount.c:
8168
8169         recognize 'rbind' in fstab
8170         use internal mount(2) on MOVE too
8171
8172 2004-02-10 15:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8173
8174         * scripts/: vserver, vserver.functions, vserver.start:
8175
8176         implemented CLONE_NS and --rbind mounting
8177
8178 2004-02-10 15:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8179
8180         * src/secure-mount.c:
8181
8182         implemented '--rbind'
8183
8184 2004-02-10 13:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8185
8186         * ensc_vector/testsuite/.cvsignore, lib/testsuite/.cvsignore:
8187
8188         initial checkin
8189
8190 2004-02-10 13:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8191
8192         * lib/testsuite/flags.c:
8193
8194         s!init!fakeinit!
8195
8196 2004-02-10 13:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8197
8198         * configure.ac:
8199
8200         version 0.28.199
8201
8202 2004-02-10 13:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8203
8204         * util-vserver.spec.in:
8205
8206         moved the 'chattr' into the right %post scriptlet
8207
8208 2004-02-10 13:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8209
8210         * lib/flags.c:
8211
8212         s!init!fakeinit!
8213
8214 2004-02-10 03:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8215
8216         * configure.ac:
8217
8218         version 0.28.198
8219
8220 2004-02-10 00:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8221
8222         * contrib/: make-manifest, manifest.dat.pathsubst:
8223
8224         moved *.so.* files from -core to -lib
8225
8226 2004-02-10 00:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8227
8228         * util-vserver.spec.in:
8229
8230         added -lib subpackage
8231         moved *.so.* files from -core to -lib
8232         removed the '%exclude ...vrpm.8'
8233         added a 'make check'
8234
8235 2004-02-10 00:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8236
8237         * src/testsuite/.cvsignore:
8238
8239         initial checkin
8240
8241 2004-02-10 00:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8242
8243         * ensc_wrappers/wrappers-unistd.hc:
8244
8245         Eexecvp(): added
8246         added some 'NORETURN' specifiers
8247
8248 2004-02-10 00:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8249
8250         * Makefile.am:
8251
8252         added lib/testsuite
8253
8254 2004-02-10 00:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8255
8256         * src/testsuite/vunify-test.sh:
8257
8258         redirect output to /dev/null
8259
8260 2004-02-10 00:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8261
8262         * src/testsuite/rpm-fake-test.c:
8263
8264         fixed compilation warnings
8265
8266 2004-02-10 00:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8267
8268         * src/testsuite/chcontext-test.c:
8269
8270         added explicite 'return' for non-C99 compilers
8271
8272 2004-02-10 00:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8273
8274         * src/testsuite/Makefile-files:
8275
8276         added chbind-test
8277
8278 2004-02-10 00:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8279
8280         * man/Makefile-files:
8281
8282         renoved vrpm.8 for now
8283
8284 2004-02-10 00:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8285
8286         * lib/vserver.h:
8287
8288         vc_text2cap(): take 'unsigned int' instead of 'int' argument
8289         vc_textlist2flag(), vc_text2flag(), vc_hiflag2text(): added prototypes
8290
8291 2004-02-10 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8292
8293         * lib/capabilities.c:
8294
8295         vc_text2cap(): take 'unsigned int' instead of 'int' argument
8296
8297 2004-02-10 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8298
8299         * lib/Makefile-files:
8300
8301         added flags* files
8302         added testsuite + -programs
8303
8304 2004-02-10 00:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8305
8306         * src/chcontext.c:
8307
8308         setFlags(): use vc_textlist2flag() function
8309         rearranged code to avoid unremovable zombie processes
8310
8311 2004-02-10 00:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8312
8313         * src/: chbind.c, reducecap.c:
8314
8315         rewrote it
8316
8317 2004-02-10 00:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8318
8319         * src/Makefile-files:
8320
8321         made reducecap & chbind native dietlibc programs
8322
8323 2004-02-10 00:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8324
8325         * lib/flags.c, lib/flags_list.c, lib/testsuite/Makefile-files,
8326           lib/testsuite/flags.c, src/testsuite/chbind-test.c:
8327
8328         initial checkin
8329
8330 2004-02-06 23:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8331
8332         * src/Makefile-files:
8333
8334         added sys_clone.h
8335
8336 2004-02-06 23:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8337
8338         * util-vserver.spec.in:
8339
8340         added 'chattr -t /vservers' + needed Requires:
8341
8342 2004-02-06 23:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8343
8344         * scripts/vserver-build.functions:
8345
8346         call 'chattr -t' on newly create vserverdirs
8347         cleanups; parenthesize case-expressions
8348
8349 2004-02-06 22:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8350
8351         * src/util.h:
8352
8353         exitLikeProcess(): added NORETURN attribute to prototype
8354
8355 2004-02-06 22:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8356
8357         * src/rpm-fake.c:
8358
8359         cleanups; use sys_clone()
8360
8361 2004-02-06 22:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8362
8363         * src/new-namespace.c:
8364
8365         cleanups; modernized it
8366
8367 2004-02-06 22:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8368
8369         * src/Makefile-files:
8370
8371         link new-namespace against util-exitlikeprocess
8372         cleanups
8373
8374 2004-02-06 22:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8375
8376         * src/sys_clone.h:
8377
8378         initial checkin
8379
8380 2004-02-06 19:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8381
8382         * src/testsuite/Makefile-files:
8383
8384         do not call vunify-test when no C99 compiler is available
8385
8386 2004-02-06 18:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8387
8388         * ensc_vector/testsuite/: Makefile-files, test1.c:
8389
8390         initial checkin
8391
8392 2004-02-06 18:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8393
8394         * src/testsuite/vunify-test.sh:
8395
8396         use '-n' flag
8397
8398 2004-02-06 18:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8399
8400         * src/vutil.cc:
8401
8402         minor cosmetical changes
8403
8404 2004-02-06 18:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8405
8406         * src/vunify-init.hc:
8407
8408         initModeManually(): added missing strdup()
8409
8410 2004-02-06 18:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8411
8412         * Makefile.am, ensc_vector/Makefile-files:
8413
8414         added ensc_vector testsuite
8415
8416 2004-02-06 17:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8417
8418         * ensc_vector/vector-insert.c:
8419
8420         fixed it
8421
8422 2004-02-06 17:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8423
8424         * src/vserver-stat.c:
8425
8426         use ensc_vector
8427         cleanups
8428
8429 2004-02-06 17:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8430
8431         * src/lsxid.c:
8432
8433         use ensc_vector to cache xid->name mappings
8434
8435 2004-02-06 17:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8436
8437         * src/Makefile-files:
8438
8439         link vserver-stat against libensc_vector.a
8440
8441 2004-02-06 16:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8442
8443         * doc/configuration.xml:
8444
8445         enumerated possible resources
8446
8447 2004-02-06 16:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8448
8449         * src/chxid.c:
8450
8451         fixed do-display-dir behavior
8452
8453 2004-02-06 15:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8454
8455         * scripts/vserver.functions:
8456
8457         _generateFlagOptions(): fixed a case expression; formerly x"foo" ==
8458         foo checks which would never succeed
8459
8460 2004-02-06 15:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8461
8462         * src/: chcontext.c, chroot-cat.c, chroot-rm.c, exec-cd.c,
8463           exec-ulimit.c, fstool.c, new-namespace.c, pipe-sync.c,
8464           rpm-fake-resolver.c, save_ctxinfo.c, vps.c, vrsetup.c,
8465           vserver-info.c, vserver-stat.c, vunify-doit.hc, vunify-init.hc,
8466           vunify-matchlist.c, vunify.c, testsuite/rpm-fake-test.c:
8467
8468         use new ensc_wrappers/ headers
8469
8470 2004-02-06 15:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8471
8472         * src/Makefile-files:
8473
8474         removed wrappers-*
8475         link lsxid against libensc_vector.a
8476
8477 2004-02-06 15:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8478
8479         * src/: wrappers-dirent.h[DEAD], wrappers-io.h[DEAD],
8480           wrappers-vserver.h[DEAD], wrappers.h[DEAD]:
8481
8482         moved and generalized into an own /ensc_wrappers subdir
8483
8484 2004-02-06 15:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8485
8486         * ensc_vector/Makefile-files, ensc_vector/vector-clear.c,
8487           ensc_vector/vector-free.c, ensc_vector/vector-init.c,
8488           ensc_vector/vector-insert.c, ensc_vector/vector-internal.h,
8489           ensc_vector/vector-popback.c, ensc_vector/vector-pushback.c,
8490           ensc_vector/vector-resize.c,
8491           ensc_vector/vector-resizeinternal.hc,
8492           ensc_vector/vector-search.c, ensc_vector/vector-sort.c,
8493           ensc_vector/vector-unique.c, ensc_vector/vector.h,
8494           ensc_vector/vector.hc, ensc_wrappers/Makefile-files,
8495           ensc_wrappers/wrappers-clone.hc,
8496           ensc_wrappers/wrappers-dirent.hc,
8497           ensc_wrappers/wrappers-fcntl.hc, ensc_wrappers/wrappers-io.hc,
8498           ensc_wrappers/wrappers-ioctl.hc,
8499           ensc_wrappers/wrappers-iosock.hc,
8500           ensc_wrappers/wrappers-mount.hc, ensc_wrappers/wrappers-pivot.hc,
8501           ensc_wrappers/wrappers-resource.hc,
8502           ensc_wrappers/wrappers-stdlib.hc,
8503           ensc_wrappers/wrappers-unistd.hc,
8504           ensc_wrappers/wrappers-vserver.hc,
8505           ensc_wrappers/wrappers-wait.hc, ensc_wrappers/wrappers.h,
8506           ensc_wrappers/wrappers_handler.hc:
8507
8508         initial checkin
8509
8510 2004-02-06 15:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8511
8512         * Makefile.am:
8513
8514         added ensc_vector/ & ensc_wrappers/ subdirs and files
8515
8516 2004-02-05 23:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8517
8518         * src/setattr.c:
8519
8520         documented --barrier
8521         fixed do-display-dir behavior
8522
8523 2004-02-05 05:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8524
8525         * scripts/vserver.functions:
8526
8527         added another path for the template mtab file
8528
8529 2004-02-05 05:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8530
8531         * NEWS, configure.ac:
8532
8533         version 0.28.195
8534
8535 2004-02-05 05:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8536
8537         * distrib/defaults/apt.conf:
8538
8539         initial checkin
8540
8541 2004-02-05 04:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8542
8543         * distrib/Makefile.am:
8544
8545         added default apt.conf
8546
8547 2004-02-05 04:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8548
8549         * doc/configuration.xml:
8550
8551         documented default apt.conf
8552
8553 2004-02-05 04:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8554
8555         * lib/syscall-legacy.hc:
8556
8557         minor code cleanups
8558         added a missing '#ifdef ENSC_SYSCALL_TRADITIONAL'
8559
8560 2004-02-05 04:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8561
8562         * m4/ensc_syscall.m4:
8563
8564         enhanced check by using kernel headers
8565
8566 2004-02-05 04:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8567
8568         * scripts/vserver-build.functions.apt:
8569
8570         added default apt.conf/vendors.conf files
8571
8572 2004-02-05 04:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8573
8574         * src/chcontext.c:
8575
8576         use sethostname(2)/setdomainname(2) again...
8577
8578 2004-02-05 00:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8579
8580         * configure.ac:
8581
8582         use ENSC_SYSCALL
8583         enhanced diagnostic output
8584
8585 2004-02-05 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8586
8587         * lib/: syscall-legacy.hc, vserver-internal.h:
8588
8589         use ENSC_SYSCALL_TRADITIONAL
8590
8591 2004-02-05 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8592
8593         * lib/syscall.c:
8594
8595         cleanups; do not include "compat.h" anymore explicitly
8596
8597 2004-02-05 00:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8598
8599         * Makefile.am:
8600
8601         added @WGET@ substitution
8602
8603 2004-02-04 22:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8604
8605         * m4/ensc_syscall.m4:
8606
8607         initial checkin
8608
8609 2004-02-04 22:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8610
8611         * scripts/vpkg:
8612
8613         implemented Debian support
8614
8615 2004-02-04 22:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8616
8617         * scripts/vserver:
8618
8619         cleanups
8620         added '--silent' option
8621
8622 2004-02-04 22:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8623
8624         * src/: vunify-init.hc, vunify.c:
8625
8626         minor cleanups
8627
8628 2004-02-04 04:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8629
8630         * lib/fscompat_getiattr-v13.hc:
8631
8632         fixed 'xid' parameter transmission
8633
8634 2004-02-04 04:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8635
8636         * NEWS:
8637
8638         version 0.28.193
8639
8640 2004-02-04 04:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8641
8642         * configure.ac:
8643
8644         added check for wget
8645         version 0.28.193
8646
8647 2004-02-04 04:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8648
8649         * util-vserver.spec.in:
8650
8651         added some (Build)Requires:
8652
8653 2004-02-04 04:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8654
8655         * contrib/manifest.dat.pathsubst:
8656
8657         added debootstrap files
8658
8659 2004-02-04 04:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8660
8661         * doc/configuration.xml:
8662
8663         documented debootstrap configuration
8664
8665 2004-02-04 04:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8666
8667         * scripts/vserver-build.debootstrap:
8668
8669         fixed path of default-uri file
8670
8671 2004-02-04 03:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8672
8673         * distrib/misc/debootstrap.uri:
8674
8675         initial checkin
8676
8677 2004-02-04 03:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8678
8679         * distrib/Makefile.am:
8680
8681         added debootstrap.uri
8682
8683 2004-02-04 03:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8684
8685         * scripts/vserver-setup.functions:
8686
8687         use $PKGLIBDEFAULTDIRc
8688
8689 2004-02-04 03:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8690
8691         * scripts/: vserver-build.apt-rpm, vserver-build.functions,
8692           vserver-build.skeleton:
8693
8694         cleanups; use 'base.' namespace
8695
8696 2004-02-04 03:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8697
8698         * scripts/vserver-build:
8699
8700         added debootstrap
8701
8702 2004-02-04 03:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8703
8704         * scripts/vpkg:
8705
8706         added basic support for Debian
8707
8708 2004-02-04 03:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8709
8710         * scripts/util-vserver-vars.pathsubst:
8711
8712         added $_WGET
8713
8714 2004-02-04 03:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8715
8716         * scripts/Makefile-files:
8717
8718         added debootstrap and pkgmgmt files
8719
8720 2004-02-04 03:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8721
8722         * scripts/vserver-build.debootstrap:
8723
8724         initial checkin
8725
8726 2004-02-03 23:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8727
8728         * NEWS, configure.ac:
8729
8730         version 0.28.192
8731
8732 2004-02-03 23:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8733
8734         * src/.cvsignore:
8735
8736         added 'vuname'
8737
8738 2004-02-03 23:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8739
8740         * contrib/: Makefile-files, make-manifest, manifest.dat.pathsubst,
8741           .cvsignore:
8742
8743         initial checkin
8744
8745 2004-02-03 22:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8746
8747         * configure.ac:
8748
8749         added more details to the final summary
8750
8751 2004-02-03 22:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8752
8753         * distrib/Makefile.am:
8754
8755         added misc/fstab
8756
8757 2004-02-03 22:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8758
8759         * scripts/: vserver-build.apt-rpm, vserver-build.functions:
8760
8761         splitted some functions into a separate vserver-build.functions.pkgmgmt file
8762         use XXX.yyy namespace-style notation
8763
8764 2004-02-03 22:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8765
8766         * scripts/vserver-build.functions.pkgmgmt,
8767           scripts/vserver-build.skeleton, distrib/misc/fstab:
8768
8769         initial checkin
8770
8771 2004-02-03 22:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8772
8773         * scripts/vserver-setup.functions:
8774
8775         allow to configure fstab-file
8776
8777 2004-02-03 22:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8778
8779         * scripts/: vserver-build.functions.apt,
8780           vserver-build.functions.rpm:
8781
8782         splitted some functions into a separate vserver-build.functions.pkgmgmt file
8783         use XXX.yyy namespace-style notation
8784
8785 2004-02-03 22:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8786
8787         * scripts/vserver-build:
8788
8789         added skeleton support
8790         fixed help message
8791
8792 2004-02-03 22:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8793
8794         * scripts/vserver:
8795
8796         added '--debug' option
8797
8798 2004-02-03 22:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8799
8800         * scripts/util-vserver-vars.pathsubst:
8801
8802         added $_LIB_VSERVER_BUILD_FUNCTIONS_PKGMGMT
8803
8804 2004-02-03 22:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8805
8806         * scripts/Makefile-files:
8807
8808         added vserver-build.skeleton
8809
8810 2004-02-03 22:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8811
8812         * src/vkill.c:
8813
8814         cleanups; use modern interfaces
8815
8816 2004-02-03 22:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8817
8818         * src/util.h:
8819
8820         VSERVER_DECLARE_CMD macro: added
8821
8822 2004-02-03 22:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8823
8824         * src/Makefile-files:
8825
8826         added vuname
8827
8828 2004-02-03 22:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8829
8830         * src/testsuite/Makefile-files:
8831
8832         added workaround for automake bug
8833
8834 2004-02-03 22:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8835
8836         * src/vuname.c:
8837
8838         initial checkin
8839
8840 2004-02-03 13:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8841
8842         * configure.ac:
8843
8844         use ENSC_C99COMPILER
8845         give out summary at end of ./configure
8846
8847 2004-02-03 13:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8848
8849         * src/Makefile-files:
8850
8851         * added support for ENSC_HAVE_C99_COMPILER and conditionalized build
8852           of 'vunify'
8853         * renamed *_CXX_X_* variables to *_CXX_*
8854
8855 2004-02-03 13:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8856
8857         * src/vunify.cc[DEAD]:
8858
8859         removed since rewritten in C
8860
8861 2004-02-03 13:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8862
8863         * m4/ensc_dietlibc.m4:
8864
8865         use 'yes' instead of '1'
8866
8867 2004-02-03 13:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8868
8869         * m4/ensc_cxxcompiler.m4:
8870
8871         added ENSC_C99COMPILER
8872         added warning-messages
8873
8874 2004-02-03 13:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8875
8876         * lib/: syscall_getvhiname-v13.hc, syscall_setvhiname-v13.hc:
8877
8878         #include <string.h>
8879
8880 2004-02-02 20:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8881
8882         * doc/compatibility.xml:
8883
8884         added note about chcontext rewrite
8885
8886 2004-02-02 20:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8887
8888         * configure.ac:
8889
8890         added support for olduts API
8891
8892 2004-02-02 20:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8893
8894         * Makefile.am:
8895
8896         substitute @PACKAGE@ too
8897
8898 2004-02-02 20:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8899
8900         * src/testsuite/Makefile-files:
8901
8902         added chcontext-test.c
8903
8904 2004-02-02 20:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8905
8906         * src/testsuite/chcontext-test.c:
8907
8908         initial checkin
8909
8910 2004-02-02 20:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8911
8912         * src/wrappers.h:
8913
8914         added Esetsid()
8915
8916 2004-02-02 20:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8917
8918         * src/wrappers-vserver.h:
8919
8920         return xid_t instead of void
8921
8922 2004-02-02 20:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8923
8924         * src/vserver-stat.c:
8925
8926         cleanups
8927         added missing '\n' in error-msg
8928
8929 2004-02-02 20:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8930
8931         * src/vserver-info.c:
8932
8933         added UTS tag
8934
8935 2004-02-02 20:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8936
8937         * src/reducecap.c:
8938
8939         cleanups in the vc_new_s_context() call
8940
8941 2004-02-02 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8942
8943         * src/chcontext.c:
8944
8945         rewrote and enhanced it
8946
8947 2004-02-02 20:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8948
8949         * src/Makefile-files:
8950
8951         made chcontext a dietlibc program and updated its SOURCES
8952
8953 2004-02-02 20:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8954
8955         * lib/vserver.h:
8956
8957         return xid_t on vc_new_s_context()
8958         added VHOST/vhi functions and types
8959
8960 2004-02-02 19:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8961
8962         * lib/vserver-internal.h:
8963
8964         cleanups
8965         added CALL_VC_OLDUTS()
8966         added VHI_USER2KERNEL/VHI_KERNEL2USER() wrappers
8967
8968 2004-02-02 19:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8969
8970         * lib/virtual.h:
8971
8972         added VHOST support
8973
8974 2004-02-02 19:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8975
8976         * lib/: syscall_gettaskxid-oldproc.hc,
8977           syscall_getvxinfo-oldproc.hc:
8978
8979         renamed *_X to *_oldproc
8980
8981 2004-02-02 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8982
8983         * lib/: syscall-compat.hc, syscall-legacy.hc, syscall.c:
8984
8985         fixed vc_new_s_context() to return the context instead of 0/1
8986
8987 2004-02-02 19:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8988
8989         * lib/: fscompat_getiattr-v13.hc, fscompat_setiattr-v13.hc,
8990           syscall_getiattr-v13.hc, syscall_getvxinfo-v13.hc,
8991           syscall_kill-v11.hc, syscall_setiattr-v13.hc:
8992
8993         use CTX_USER2KERNEL to wrap xid
8994
8995 2004-02-02 19:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
8996
8997         * lib/capabilities.c:
8998
8999         allow both 'CAP_xxx' and 'xxx'
9000
9001 2004-02-02 19:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9002
9003         * lib/Makefile-files:
9004
9005         added *vhiname* files
9006
9007 2004-02-02 19:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9008
9009         * lib/: syscall_getvhiname-olduts.hc, syscall_getvhiname-v13.hc,
9010           syscall_getvhiname.c, syscall_setvhiname-olduts.hc,
9011           syscall_setvhiname-v13.hc, syscall_setvhiname.c:
9012
9013         initial checkin
9014
9015 2004-01-29 12:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9016
9017         * doc/.cvsignore:
9018
9019         initial checkin
9020
9021 2004-01-29 12:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9022
9023         * NEWS:
9024
9025         version 0.28.190
9026
9027 2004-01-29 12:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9028
9029         * Makefile.am:
9030
9031         cleanups; use $(SED) instead of sed
9032         fix $pkglibdir in install-data-hook
9033         put some hooks into own targets
9034
9035 2004-01-29 12:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9036
9037         * configure.ac:
9038
9039         added tests for sed and cmp
9040         outsourced ext2fs test (merged from 0.28)
9041
9042 2004-01-29 12:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9043
9044         * src/vserver-stat.c:
9045
9046         fixed insert-into-list function
9047         give out warning when vc_get_task_xid() fails
9048
9049 2004-01-29 12:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9050
9051         * src/vserver-info.c:
9052
9053         use DIM_OF() macro
9054         added APIVER tag
9055         fixed help message
9056
9057 2004-01-29 12:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9058
9059         * src/util.h:
9060
9061         added DIM_OF() macro
9062
9063 2004-01-29 12:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9064
9065         * src/.cvsignore:
9066
9067         added vrsetup
9068
9069 2004-01-29 12:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9070
9071         * scripts/: rootshell, vapt-get, vapt-get-worker, vpkg, vpstree,
9072           vrpm, vrpm-preload, vrpm-worker, vserver, vserver-build,
9073           vserver-copy, vservers.grabinfo.sh, vsysvwrapper, vtop,
9074           legacy/distrib-info, legacy/vserver, legacy/vserverkillall:
9075
9076         fixed/changed path-detection for $UTIL_VSERVER_VARS
9077
9078 2004-01-29 12:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9079
9080         * scripts/Makefile-files:
9081
9082         cleanups
9083         do not install util-vserver-vars in SBINDIR anymore
9084
9085 2004-01-29 12:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9086
9087         * m4/ensc_e2fscheck.m4:
9088
9089         initial checkin
9090
9091 2004-01-29 12:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9092
9093         * lib/: ext2fs.h, getversion.c, vserver.h:
9094
9095         merged with 0.28
9096
9097 2004-01-23 22:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9098
9099         * doc/Makefile-files:
9100
9101         added some files to doc_DAT
9102
9103 2004-01-23 21:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9104
9105         * configure.ac:
9106
9107         version 0.27.199
9108         added check for xsltproc
9109
9110 2004-01-23 21:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9111
9112         * NEWS:
9113
9114         version 0.27.199
9115
9116 2004-01-23 21:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9117
9118         * compat.h:
9119
9120         added ENSC_FIX_IOCTL()
9121
9122 2004-01-23 21:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9123
9124         * Makefile.am:
9125
9126         added $(doc_DAT)
9127
9128 2004-01-23 21:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9129
9130         * doc/Makefile-files:
9131
9132         added compat-doc
9133
9134 2004-01-23 21:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9135
9136         * doc/: compat-xhtml.xsl, compatibility.dtd, compatibility.xml:
9137
9138         initial checkin
9139
9140 2004-01-23 21:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9141
9142         * lib/: ioctl-getext2flags.hc, ioctl-getfilecontext.hc,
9143           ioctl-setext2flags.hc, ioctl-setfilecontext.hc, ioctl-setxflg.hc:
9144
9145         use ENSC_FIX_IOCTL() to fix dietlibc's ioctl() return values
9146
9147 2004-01-22 22:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9148
9149         * lib/: getversion-internal.hc, syscall-compat.hc,
9150           syscall_getiattr-v13.hc, syscall_gettaskxid-v13.hc,
9151           syscall_getvxinfo-v13.hc, syscall_kill-v11.hc,
9152           syscall_rlimit-v11.hc, syscall_setiattr-v13.hc:
9153
9154         use the VCMD_* macros instead of the VC_CMD(...) macros
9155
9156 2004-01-22 16:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9157
9158         * NEWS, configure.ac:
9159
9160         version 0.27.198
9161
9162 2004-01-22 16:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9163
9164         * src/vrsetup.c:
9165
9166         fixed copyright date
9167
9168 2004-01-22 15:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9169
9170         * src/wrappers.h:
9171
9172         added Eioctl() wrapper
9173
9174 2004-01-22 15:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9175
9176         * src/Makefile-files:
9177
9178         added vrsetup
9179
9180 2004-01-22 15:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9181
9182         * src/vrsetup.c:
9183
9184         initial checkin
9185
9186 2004-01-22 14:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9187
9188         * src/vunify-doit.hc:
9189
9190         * provide st_mode at vc_set_iattr_compat() call
9191
9192 2004-01-22 14:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9193
9194         * src/: lsxid.c, showattr.c:
9195
9196         * provide st_mode at vc_set_iattr_compat() call
9197         * do not stop on non-regular files; vc_set_iattr_compat() handles this
9198           already
9199
9200 2004-01-22 14:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9201
9202         * src/setattr.c:
9203
9204         * removed the race-check; this is done by vc_set_iattr_compat() already
9205         * provide st_mode at vc_set_iattr_compat() call
9206         * do not stop on non-regular files; vc_set_iattr_compat() handles this
9207           already
9208         * moved setFlags() code into handleFile()
9209         * added 'iunlink' option
9210
9211 2004-01-22 14:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9212
9213         * src/chxid.c:
9214
9215         * removed the race-check; this is done by vc_set_iattr_compat() already
9216         * provide st_mode at vc_set_iattr_compat() call
9217         * do not stop on non-regular files; vc_set_iattr_compat() handles this
9218           already
9219         * moved setFile() code into handleFile()
9220
9221 2004-01-22 14:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9222
9223         * src/Makefile-files:
9224
9225         removed 'vunify' from list of C++ files
9226
9227 2004-01-22 14:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9228
9229         * lib/syscall_gettaskxid-v13.hc:
9230
9231         fixed call
9232
9233 2004-01-22 14:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9234
9235         * lib/: ioctl-getext2flags.hc, ioctl-getfilecontext.hc,
9236           ioctl-getxflg.hc, ioctl-setext2flags.hc, ioctl-setfilecontext.hc,
9237           ioctl-setxflg.hc:
9238
9239         when ioctl() returns a value <-1, assign errno manually and return -1
9240
9241 2004-01-22 14:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9242
9243         * lib/: syscall_getiattr-v13.hc, syscall_setiattr-v13.hc:
9244
9245         updated to changed API; removed 'dev' field from 'struct vcmd_ctx_iattr_v0'
9246
9247 2004-01-22 14:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9248
9249         * lib/virtual.h:
9250
9251         updated; removed 'dev' field from 'struct  vcmd_ctx_iattr_v0'
9252
9253 2004-01-22 14:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9254
9255         * lib/vserver-internal.h:
9256
9257         CALL_VC(): return ENOSYS in errorcase
9258
9259 2004-01-22 14:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9260
9261         * lib/vserver.h:
9262
9263         * vc_[sg]et_iattr_compat(): added additional 'mode' parameter to avoid
9264           an additional 'lstat'
9265
9266 2004-01-22 14:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9267
9268         * lib/: fscompat_getiattr.c, fscompat_setiattr.c:
9269
9270         * added additional 'mode' parameter to avoid an additional 'lstat'
9271
9272 2004-01-22 14:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9273
9274         * lib/: fscompat_getiattr-fscompat.hc,
9275           fscompat_setiattr-fscompat.hc:
9276
9277         * added additional 'mode' parameter to avoid an additional 'lstat'
9278         * operate on regular files and directories only
9279
9280 2004-01-21 22:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9281
9282         * lib/syscall_gettaskxid-v13.hc:
9283
9284         return VC_NOCTX instead of -1
9285
9286 2004-01-21 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9287
9288         * tests/getinitpid.c:
9289
9290         updated to new API
9291
9292 2004-01-21 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9293
9294         * src/vserver-info.c:
9295
9296         added INITPID* and XID tags
9297
9298 2004-01-21 20:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9299
9300         * src/save_ctxinfo.c, src/vps.c, src/vserver-stat.c,
9301           src/wrappers-vserver.h, tests/getctx.c:
9302
9303         use vc_get_task_xid() instead of vc_X_getctx()
9304
9305 2004-01-21 19:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9306
9307         * lib/vserver.h:
9308
9309         * vc_get_vx_info(), vc_get_task_xid(): added prototypes plus required
9310           typedefinitions
9311         * vc_X_getctx(), vc_X_getinitpid(): removed since obsoleted by functions
9312           above
9313
9314 2004-01-21 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9315
9316         * lib/vserver-internal.h:
9317
9318         * added fscompat & oldproc API
9319         * added support for VC_MULTIVERSION_SYSCALL which chooses the optimal
9320           CALL_VC variant
9321         * changed CALL_VC() so that it looks for version greater than requested
9322           one now
9323
9324 2004-01-21 19:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9325
9326         * lib/virtual.h:
9327
9328         updated; added VINFO commands
9329
9330 2004-01-21 19:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9331
9332         * lib/: syscall_kill.c, syscall_rlimit.c:
9333
9334         cleanups; optimize CALL_VC() usage
9335
9336 2004-01-21 19:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9337
9338         * lib/: fscompat_getiattr.c, fscompat_setiattr.c:
9339
9340         cleanups; use CALL_VC() macro
9341
9342 2004-01-21 19:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9343
9344         * lib/: checkversion.c, getversion-internal.hc, getversion.c,
9345           ioctl-getext2flags.hc, ioctl-getfilecontext.hc, ioctl-getxflg.hc,
9346           ioctl-setext2flags.hc, ioctl-setfilecontext.hc, ioctl-setxflg.hc,
9347           syscall-compat.hc, syscall.c, syscall_getiattr-v13.hc,
9348           syscall_setiattr-v13.hc:
9349
9350         cleanups; fixed/changed "vserver-internal.h" including
9351
9352 2004-01-21 19:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9353
9354         * lib/Makefile-files:
9355
9356         added get_task_xid & get_vc_info files
9357         removed obsoleted getctx/getinitpid files
9358         renamed some -v11 files to -fscompat
9359
9360 2004-01-21 19:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9361
9362         * lib/: getctx-compat.hc[DEAD], getctx-legacy.hc[DEAD],
9363           getctx.c[DEAD], getinitpid-compat.hc[DEAD],
9364           getinitpid-legacy.hc[DEAD], getinitpid.c[DEAD]:
9365
9366         obsoleted by v13/oldproc functions
9367
9368 2004-01-21 19:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9369
9370         * lib/: fscompat_getiattr-v13.hc, fscompat_setiattr-v13.hc,
9371           syscall_gettaskxid-oldproc.hc, syscall_gettaskxid-v13.hc,
9372           syscall_gettaskxid.c, syscall_getvxinfo-oldproc.hc,
9373           syscall_getvxinfo-v13.hc, syscall_getvxinfo.c:
9374
9375         initial checkin
9376
9377 2004-01-21 19:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9378
9379         * lib/: fscompat_getiattr-fscompat.hc,
9380           fscompat_getiattr-v11.hc[DEAD], fscompat_setiattr-fscompat.hc,
9381           fscompat_setiattr-v11.hc[DEAD]:
9382
9383         renamed *-v11 to *-fscompat
9384
9385 2004-01-21 19:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9386
9387         * .cvsignore:
9388
9389         added 'Build-*'
9390
9391 2004-01-21 19:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9392
9393         * configure.ac:
9394
9395         added 'oldproc' API
9396
9397 2004-01-21 02:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9398
9399         * src/: Makefile-files, vunify-compare.hc, vunify-compare.ic[DEAD],
9400           vunify-doit.hc, vunify-doit.ic[DEAD], vunify-init.hc,
9401           vunify-init.ic[DEAD], vunify.c:
9402
9403         renamed *.ic to *.hc
9404
9405 2004-01-21 02:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9406
9407         * src/vunify.h:
9408
9409         added changes for new API
9410         added rsSPECIAL reason
9411
9412 2004-01-21 02:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9413
9414         * src/vunify.c:
9415
9416         added changes for new API
9417
9418 2004-01-21 02:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9419
9420         * src/vunify-doit.ic:
9421
9422         updated to new API
9423
9424 2004-01-21 02:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9425
9426         * src/vlimit.c:
9427
9428         fixed help message
9429
9430 2004-01-21 02:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9431
9432         * src/: chxid.c, fstool.c, fstool.h, lsxid.c, setattr.c,
9433           showattr.c:
9434
9435         updated/enhanced for new API
9436
9437 2004-01-21 02:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9438
9439         * lib/virtual.h:
9440
9441         updated
9442
9443 2004-01-21 02:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9444
9445         * lib/vserver-internal.h:
9446
9447         added v13 API
9448
9449 2004-01-21 02:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9450
9451         * lib/vserver.h:
9452
9453         added fscompat and v13 functions
9454         removed ioctl functions
9455
9456 2004-01-21 02:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9457
9458         * lib/Makefile-files:
9459
9460         added fscompat and v13 functions
9461
9462 2004-01-21 02:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9463
9464         * lib/: ioctl-getext2flags.c[DEAD], ioctl-getfilecontext.c[DEAD],
9465           ioctl-setext2flags.c[DEAD], ioctl-setfilecontext.c[DEAD],
9466           ioctl-getext2flags.hc, ioctl-getfilecontext.hc,
9467           ioctl-setext2flags.hc, ioctl-setfilecontext.hc:
9468
9469         do not provide the ioctl-functions anymore; use them only internally
9470         and include them directly. Therefore, renamed them from *.c to *.hc
9471
9472 2004-01-21 02:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9473
9474         * lib/: fscompat_getiattr-v11.hc, fscompat_getiattr.c,
9475           fscompat_setiattr-v11.hc, fscompat_setiattr.c, ioctl-getxflg.hc,
9476           ioctl-setxflg.hc, syscall_getiattr-v13.hc, syscall_getiattr.c,
9477           syscall_setiattr-v13.hc, syscall_setiattr.c:
9478
9479         initial checkin
9480
9481 2004-01-21 02:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9482
9483         * configure.ac:
9484
9485         added v13 & fscompat APIs
9486
9487 2004-01-19 19:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9488
9489         * distrib/misc/vunify-exclude:
9490
9491         added .rpmdb
9492
9493 2004-01-19 19:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9494
9495         * src/: chxid.c, lsxid.c, setattr.c, showattr.c:
9496
9497         s/S_ISLNK/!S_ISREG/ -> ignore any non-regular files
9498
9499 2004-01-19 19:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9500
9501         * src/Makefile-files:
9502
9503         removed vunify-operations
9504
9505 2004-01-19 19:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9506
9507         * src/vunify.h:
9508
9509         cleanups; moved structure declarations from vunify.c into this headerfile
9510
9511 2004-01-19 19:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9512
9513         * src/vunify.c:
9514
9515         cleanups
9516         added 'skip_reason' support
9517         added debug output
9518
9519 2004-01-19 19:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9520
9521         * src/vunify-init.ic:
9522
9523         added debug output
9524         fixed descriptor leak
9525
9526 2004-01-19 19:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9527
9528         * src/: vunify-compare.ic, vunify-doit.ic:
9529
9530         initial checkin
9531
9532 2004-01-19 19:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9533
9534         * src/: vunify-operations.c[DEAD], vunify-operations.h[DEAD]:
9535
9536         obsoleted by more straight-forward code
9537
9538 2004-01-19 19:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9539
9540         * src/vlimit.c:
9541
9542         fixed copy&paste error
9543
9544 2004-01-17 06:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9545
9546         * NEWS, configure.ac:
9547
9548         version 0.27.196
9549
9550 2004-01-17 06:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9551
9552         * tests/vserver-info.c:
9553
9554         updated to new vc_getVserverVdir() API
9555
9556 2004-01-17 06:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9557
9558         * src/vunify.c:
9559
9560         moved init*() functions to vunify-init.c
9561
9562 2004-01-17 06:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9563
9564         * src/vunify-operations.c:
9565
9566         compareUnify(): check mtime too
9567
9568 2004-01-17 06:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9569
9570         * src/vunify-matchlist.h:
9571
9572         made 'buf' constant
9573
9574 2004-01-17 06:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9575
9576         * src/vunify-matchlist.c:
9577
9578         allow cmp-pointer to be NULL
9579
9580 2004-01-17 06:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9581
9582         * src/vunify-init.ic:
9583
9584         use VPKG_PROG instead of PKGMGMT_INFO_PROG
9585         register 'vdir'
9586         use default exclude-lists
9587
9588 2004-01-17 06:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9589
9590         * src/vunify-debug.c:
9591
9592         added a const_cast
9593
9594 2004-01-17 06:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9595
9596         * src/vserver-info.c:
9597
9598         updated VDIR tag to new interface
9599
9600 2004-01-17 06:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9601
9602         * scripts/vserver:
9603
9604         added 'unify' and 'pkg' commands
9605
9606 2004-01-17 06:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9607
9608         * scripts/vpkg:
9609
9610         initial checkin
9611
9612 2004-01-17 06:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9613
9614         * scripts/util-vserver-vars.pathsubst:
9615
9616         added $_VUNIFY and $_VPKG
9617
9618 2004-01-17 06:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9619
9620         * scripts/: distrib-info[DEAD], legacy/distrib-info:
9621
9622         moved distrib-info to legacy/
9623
9624 2004-01-17 06:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9625
9626         * scripts/Makefile-files:
9627
9628         moved distrib-info to legacy/
9629         added vpkg
9630
9631 2004-01-17 06:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9632
9633         * lib/: getvservervdir.c, vserver.h:
9634
9635         added 'physical' parameter to vc_getVserverVdir() which resolves the
9636         complete physical path of the vdir
9637
9638 2004-01-17 06:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9639
9640         * distrib/misc/vunify-exclude:
9641
9642         initial checkin
9643
9644 2004-01-17 06:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9645
9646         * distrib/Makefile.am:
9647
9648         added vunify-exclude
9649
9650 2004-01-17 06:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9651
9652         * util-vserver.spec.in:
9653
9654         use manifest-data for -legacy
9655
9656 2004-01-17 06:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9657
9658         * pathconfig.h.pathsubst:
9659
9660         added VPKG_PROG
9661         minor cleanups
9662
9663 2004-01-16 19:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9664
9665         * src/testsuite/vunify-test.sh:
9666
9667         applied new calling scheme
9668
9669 2004-01-16 19:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9670
9671         * src/testsuite/vunify-functest.c:
9672
9673         added wrapper_exit_code
9674
9675 2004-01-16 19:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9676
9677         * src/wrappers.h:
9678
9679         Elseek(), Emkstemp(): added
9680         Emalloc(), Erealloc(): fixed declarations
9681
9682 2004-01-16 19:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9683
9684         * src/: vunify-matchlist.c, vunify-matchlist.h,
9685           vunify-operations.c, vunify.c:
9686
9687         added exclude-list support
9688
9689 2004-01-16 19:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9690
9691         * src/vserver-info.c:
9692
9693         added APPDIR tag
9694         made it possible to supply additional paramaters
9695
9696 2004-01-16 19:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9697
9698         * src/: new-namespace.c, rpm-fake.c:
9699
9700         do not use CLONE_VFORK in debug mode; lockups with 'strace' are too annoying
9701
9702 2004-01-16 19:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9703
9704         * src/Makefile-files:
9705
9706         updated vunify setup
9707         added files for vunify
9708
9709 2004-01-16 18:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9710
9711         * scripts/legacy/.cvsignore, src/vunify-debug.c,
9712           src/vunify-init.ic, src/vunify.h, src/wrappers-io.h:
9713
9714         initial checkin
9715
9716 2004-01-16 18:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9717
9718         * scripts/functions:
9719
9720         accept vservers beginning with './'
9721
9722 2004-01-16 18:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9723
9724         * lib/vserver.h:
9725
9726         added new management functions + doc
9727
9728 2004-01-16 18:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9729
9730         * lib/internal.h:
9731
9732         added utilvserver_isDirectory() prototype
9733
9734 2004-01-16 18:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9735
9736         * lib/getvservervdir.c:
9737
9738         use utilvserver_isDirectory()
9739
9740 2004-01-16 18:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9741
9742         * lib/Makefile-files:
9743
9744         added new management sources
9745
9746 2004-01-16 18:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9747
9748         * lib/: getvserverappdir.c, getvservercfgdir.c, isdirectory.c:
9749
9750         initial checkin
9751
9752 2004-01-16 18:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9753
9754         * util-vserver.spec.in:
9755
9756         use filelists from contrib/make-manifest
9757
9758 2004-01-16 18:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9759
9760         * configure.ac:
9761
9762         fixed CVS tag
9763
9764 2004-01-16 18:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9765
9766         * Makefile.am:
9767
9768         added contrib/ dir
9769         substitute MANDIR too
9770
9771 2004-01-14 03:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9772
9773         * src/util-exitlikeprocess.c:
9774
9775         added missing <signal.h>
9776
9777 2004-01-14 03:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9778
9779         * src/fstool.h:
9780
9781         added 'local_fs' struct-member
9782
9783 2004-01-14 03:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9784
9785         * src/fstool.c:
9786
9787         added support for '-x' (do not cross filesystems)
9788         fixed invocation with directory-name
9789         implemented '-a' (show dot)
9790
9791 2004-01-14 03:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9792
9793         * src/vps.c:
9794
9795         minor documentation fix
9796
9797 2004-01-14 03:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9798
9799         * src/: chxid.c, lsxid.c, setattr.c, showattr.c:
9800
9801         added and documented '-x' switch
9802
9803 2004-01-14 01:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9804
9805         * src/vps.c:
9806
9807         makde it compilable with gcc296
9808
9809 2004-01-14 01:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9810
9811         * util-vserver.spec.in:
9812
9813         added -legacy subpackage
9814
9815 2004-01-14 01:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9816
9817         * Makefile.am:
9818
9819         removed timestamps in legacy-dir also
9820         substitute LEGACYDIR and PS
9821
9822 2004-01-14 01:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9823
9824         * src/vps.c:
9825
9826         added native '--version' and '--help'
9827
9828 2004-01-14 01:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9829
9830         * scripts/Makefile-files:
9831
9832         added legacy-scripts to $(scripts_OPTIONS_EXEMPT)
9833         added scripts_legacy_gen_SCRPTS to $(scripts_CLEANFILES)
9834
9835 2004-01-14 01:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9836
9837         * m4/validate.am:
9838
9839         fixed parallel build
9840
9841 2004-01-14 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9842
9843         * configure.ac:
9844
9845         added check for PS
9846
9847 2004-01-14 00:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9848
9849         * pathconfig.h.pathsubst:
9850
9851         added PS_PROG
9852
9853 2004-01-14 00:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9854
9855         * src/.cvsignore:
9856
9857         added vps
9858
9859 2004-01-14 00:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9860
9861         * src/Makefile-files:
9862
9863         made vps a dietprog
9864
9865 2004-01-14 00:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9866
9867         * lib/getctx.c:
9868
9869         minor code cleanups
9870
9871 2004-01-14 00:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9872
9873         * lib/getctx.c:
9874
9875         added VC_BE_VALGRIND_FRIENDLY support
9876
9877 2004-01-14 00:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9878
9879         * lib/vserver.h:
9880
9881         vc_get_securecaps(): added prototype
9882
9883 2004-01-14 00:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9884
9885         * lib/vserver-internal.h:
9886
9887         made CALL_VC-macro a block
9888
9889 2004-01-14 00:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9890
9891         * src/util-exitlikeprocess.c:
9892
9893         include <unistd.h>
9894
9895 2004-01-14 00:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9896
9897         * scripts/Makefile-files:
9898
9899         moved legacy scripts into legacy/ and updated variables
9900
9901 2004-01-14 00:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9902
9903         * scripts/util-vserver-vars.pathsubst:
9904
9905         updated legacy paths
9906
9907 2004-01-14 00:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9908
9909         * src/Makefile-files:
9910
9911         added vps
9912
9913 2004-01-14 00:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9914
9915         * src/util.h:
9916
9917         exitLikeProcess(): added prototype
9918
9919 2004-01-14 00:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9920
9921         * src/wrappers.h:
9922
9923         Emalloc(), Erealloc(): added
9924
9925 2004-01-14 00:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9926
9927         * src/: util-exitlikeprocess.c, vps.c:
9928
9929         initial checkin
9930
9931 2004-01-14 00:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9932
9933         * scripts/: save_s_context[DEAD], vps.pathsubst[DEAD],
9934           vserver-legacy[DEAD], vserverkillall[DEAD]:
9935
9936         moved into legacy
9937
9938 2004-01-14 00:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9939
9940         * scripts/legacy/: save_s_context, vps.pathsubst, vserver,
9941           vserverkillall:
9942
9943         initial checkin (moved from ../)
9944
9945 2004-01-13 21:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9946
9947         * scripts/vserver-legacy:
9948
9949         use 'exec' to call commands on 'suexec' (patch by Alec Thomas)
9950
9951 2004-01-13 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9952
9953         * src/Makefile-files:
9954
9955         added missing fstool.h header
9956
9957 2004-01-13 15:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9958
9959         * lib/virtual.h:
9960
9961         updated (added scheduler stuff)
9962
9963 2004-01-13 15:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9964
9965         * src/vkill.c:
9966
9967         removed warnings about unused parameters
9968
9969 2004-01-13 15:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9970
9971         * lib/getvserverbyctx.c, lib/getvserverctx.c, src/exec-cd.c,
9972           tests/escaperoot.c, tests/testipc.c, tests/testlimit.c,
9973           tests/testopenf.c:
9974
9975         made it compilable with gcc296
9976
9977 2004-01-13 15:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9978
9979         * Makefile.am:
9980
9981         use $(src_sbin_SCRPTS)
9982
9983 2004-01-13 15:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9984
9985         * lib/vserver.h:
9986
9987         added declarations for the ext2fs functions
9988
9989 2004-01-13 15:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9990
9991         * lib/vserver-internal.h:
9992
9993         added EXT2FS macros
9994
9995 2004-01-13 15:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
9996
9997         * lib/fmt.h:
9998
9999         fixed xulong/xlong declarations
10000
10001 2004-01-13 15:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10002
10003         * lib/Makefile-files:
10004
10005         added the ioctl-* files
10006         added ext2fs.h
10007
10008 2004-01-13 15:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10009
10010         * src/.cvsignore:
10011
10012         updated
10013
10014 2004-01-13 15:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10015
10016         * src/Makefile-files:
10017
10018         removed ext2fs.h
10019         added the fstools (lsxid,chxid,showattr,setattr) plus deps
10020
10021 2004-01-13 15:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10022
10023         * src/: chxid.c, fstool.c, fstool.h, lsxid.c, setattr.c,
10024           showattr.c:
10025
10026         minor/medium cleanups
10027
10028 2004-01-13 15:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10029
10030         * src/fstool-resolvectx.c:
10031
10032         initial checkin
10033
10034 2004-01-13 14:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10035
10036         * src/showattr.c:
10037
10038         rewrote completely
10039
10040 2004-01-13 14:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10041
10042         * lib/ext2fs.h, src/ext2fs.h[DEAD]:
10043
10044         moved ext2fs.h from src/ into lib/ directory; we are providing the
10045         needed functionality through libvserver now
10046
10047 2004-01-13 14:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10048
10049         * src/chxid.c, src/fstool.c, src/fstool.h, src/lsxid.c,
10050           src/setattr.c, lib/ioctl-getext2flags.c,
10051           lib/ioctl-getfilecontext.c, lib/ioctl-setext2flags.c,
10052           lib/ioctl-setfilecontext.c:
10053
10054         initial checkin
10055
10056 2004-01-07 16:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10057
10058         * lib/vserver.h:
10059
10060         added URL which describes context-creation
10061
10062 2004-01-07 16:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10063
10064         * src/chcontext.c:
10065
10066         * removed obsolete and unused 'fakeinit' variable
10067         * fixed ctx-creation with fakeinit and static ctx-id's; fakeinit
10068           requires a second call for ctx -2 to take effect
10069
10070 2004-01-05 23:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10071
10072         * util-vserver.spec.in:
10073
10074         added vserver-info
10075
10076 2004-01-05 23:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10077
10078         * src/.cvsignore:
10079
10080         updated
10081
10082 2004-01-05 23:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10083
10084         * src/wrappers.h:
10085
10086         Edup2(): added
10087
10088 2004-01-05 23:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10089
10090         * src/vserver-stat.c:
10091
10092         use existing syscall-wrappers instead of checking return-codes manually
10093
10094 2004-01-05 23:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10095
10096         * src/vserver-info.c:
10097
10098         initial checkin
10099
10100 2004-01-05 23:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10101
10102         * src/rpm-fake.c:
10103
10104         use fd3 for synchronization with resolver
10105         adding some missing '\n' in messages
10106         ignore empty environment variables too
10107         exitRPMFake(): conditionalized debug-message
10108
10109 2004-01-05 23:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10110
10111         * src/rpm-fake-resolver.c:
10112
10113         daemonize(): child waits for parent to finish now
10114         use fd3 for synchronisation
10115         enable fork on default
10116
10117 2004-01-05 23:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10118
10119         * src/Makefile-files:
10120
10121         added vserver-info
10122         minor cosmetical fixes
10123
10124 2004-01-05 23:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10125
10126         * scripts/vserver.stop:
10127
10128         fixed error-handling
10129
10130 2004-01-05 23:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10131
10132         * scripts/vserver-setup.functions:
10133
10134         added '--context' option
10135         minor cosmetical cleanups
10136
10137 2004-01-05 23:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10138
10139         * scripts/vserver-build.functions.apt:
10140
10141         initVariablesApt(): fixed empty function body
10142
10143 2004-01-05 22:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10144
10145         * scripts/vrpm-preload:
10146
10147         major cleanups; use 'vserver-info' to retrieve information about vserver
10148
10149 2004-01-05 22:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10150
10151         * scripts/vapt-get-worker:
10152
10153         removed old, unused debug code
10154
10155 2004-01-05 22:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10156
10157         * scripts/: vapt-get, vrpm:
10158
10159         use modern '--help' & '--version' output
10160
10161 2004-01-05 22:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10162
10163         * scripts/util-vserver-vars.pathsubst:
10164
10165         added $_VSERVER_INFO
10166
10167 2004-01-05 22:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10168
10169         * scripts/functions:
10170
10171         getVserverStatus(): fixed usage of 2nd parameter
10172
10173 2004-01-05 22:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10174
10175         * lib/: fmtx.hc, getvserverbyctx.c, getvserverctx.c,
10176           vserver-internal.h, vserver.h:
10177
10178         small cosmetical fix
10179
10180 2003-12-30 21:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10181
10182         * configure.ac:
10183
10184         version 0.27.190
10185
10186 2003-12-30 20:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10187
10188         * util-vserver.spec.in:
10189
10190         - since dynamic libraries will be installed now, call /sbin/ldconfig
10191         - other updates...
10192
10193 2003-12-30 20:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10194
10195         * src/compat-pivot_root.h:
10196
10197         use <asm/unistd.h> instead of <linux/unistd.h> to fix problems with
10198         RH's headers
10199
10200 2003-12-30 19:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10201
10202         * src/testsuite/vunify-test.sh:
10203
10204         fixed paths
10205
10206 2003-12-30 19:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10207
10208         * scripts/vserver.stop:
10209
10210         use sendKillSequence instead of ctx-kill
10211
10212 2003-12-30 19:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10213
10214         * scripts/vserver.functions:
10215
10216         sendKillSequence(): added
10217
10218 2003-12-30 19:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10219
10220         * scripts/util-vserver-vars.pathsubst:
10221
10222         removed _CTX_KILL
10223         added _VKILL
10224
10225 2003-12-30 19:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10226
10227         * scripts/functions:
10228
10229         getVserverStatus(): fixed usage if ctx
10230         isCtxRunning(): added
10231
10232 2003-12-30 18:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10233
10234         * Makefile.am:
10235
10236         added missing compat-c99.h header-file
10237
10238 2003-12-30 18:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10239
10240         * src/chroot-rm.c:
10241
10242         fixed order of chroot() and parameter evaluation so that '--version'
10243         and '--help' are working as non-root also
10244
10245 2003-12-30 18:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10246
10247         * src/Makefile-files:
10248
10249         added missing headers
10250         removed 'ctx-kill'; it is obsoleted through 'vkill'
10251
10252 2003-12-30 18:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10253
10254         * src/ctx-kill.c[DEAD]:
10255
10256         replaced by 'vkill'
10257
10258 2003-12-30 18:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10259
10260         * compat.h:
10261
10262         use results from dietlib's C99 compatibility-check
10263
10264 2003-12-30 18:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10265
10266         * m4/ensc_dietlibc.m4:
10267
10268         added check for C99 compatibility
10269
10270 2003-12-30 18:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10271
10272         * m4/ensc_fpicsyscall.m4:
10273
10274         fixed AC_LANG_PUSH/POP mismatch
10275
10276 2003-12-30 17:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10277
10278         * .cvsignore, lib/.cvsignore, scripts/.cvsignore, src/.cvsignore:
10279
10280         updated
10281
10282 2003-12-30 17:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10283
10284         * lib/syscall_kill-v11.hc, lib/syscall_kill.c, src/vkill.c:
10285
10286         merged with 0.26.90
10287
10288 2003-12-30 17:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10289
10290         * src/testsuite/rpm-fake-test.sh:
10291
10292         fixed LD_PRELOAD path
10293
10294 2003-12-30 17:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10295
10296         * scripts/vserver:
10297
10298         updated start/stop help-messages
10299
10300 2003-12-30 17:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10301
10302         * scripts/functions:
10303
10304         getAllVservers(): ignore backup vservers
10305
10306 2003-12-30 17:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10307
10308         * distrib/Makefile.am:
10309
10310         fixed multiple 'make install' by using '-f' on 'ln'
10311
10312 2003-12-30 17:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10313
10314         * configure.ac:
10315
10316         - merged with 0.26.90 (fixed --enable-apis, renamed ctx_t to xid_t,
10317           renamed syscall, use C++ for ext2fs.h test)
10318         - libtool'ized it
10319
10320 2003-12-30 17:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10321
10322         * src/Makefile-files:
10323
10324         * added vkill (merged from 0.26.90)
10325         * libtool'ized it
10326
10327 2003-12-30 17:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10328
10329         * lib/Makefile-files:
10330
10331         * added vc_kill() syscall (merged from 0.26.90)
10332         * libtool'ized it
10333
10334 2003-12-30 16:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10335
10336         * Makefile.am:
10337
10338         * added legacy-dir (merged from 0.26.90)
10339         * libtool'ized it
10340
10341 2003-12-30 16:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10342
10343         * src/: .cvsignore, ctx-kill.c, rpm-fake-resolver.c, rpm-fake.c,
10344           save_ctxinfo.c, vlimit.c, vserver-stat.c, wrappers-vserver.h:
10345
10346         merged with 0.26.90
10347
10348 2003-12-30 16:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10349
10350         * tests/getctx.c, compat.h, lib/getctx-compat.hc,
10351           lib/getctx-legacy.hc, lib/getctx.c, lib/getversion-internal.hc,
10352           lib/getversion.c, lib/getvserverbyctx.c, lib/getvserverctx.c,
10353           lib/syscall-compat.hc, lib/syscall-legacy.hc, lib/syscall.c,
10354           lib/syscall_rlimit-v11.hc, lib/syscall_rlimit.c, lib/virtual.h,
10355           lib/vserver-internal.h, lib/vserver.h, scripts/Makefile-files,
10356           scripts/vps.pathsubst, scripts/vserver-legacy:
10357
10358         merged with 0.26.90
10359
10360 2003-12-29 20:02  uid68581
10361
10362         * src/capchroot.c:
10363
10364         do not use vc_chrootsafe() anymore
10365
10366 2003-12-29 20:01  uid68581
10367
10368         * tests/Makefile-files:
10369
10370         removed chrootsafe
10371         libtool'ized
10372
10373 2003-12-26 01:49  uid68581
10374
10375         * compat-c99.h, src/testsuite/Makefile-files,
10376           src/testsuite/rpm-fake-test.c, src/testsuite/rpm-fake-test.sh,
10377           src/testsuite/vunify-functest.c, src/testsuite/vunify-test.sh,
10378           src/testsuite/data/rpm-fake-test.inp,
10379           src/testsuite/data/rpm-fake-test.out:
10380
10381         initial checkin
10382
10383 2003-12-26 01:49  uid68581
10384
10385         * pathconfig.h.pathsubst:
10386
10387         added RESOLVER_PROG
10388
10389 2003-12-26 01:48  uid68581
10390
10391         * scripts/vprofile[DEAD]:
10392
10393         removed since obsoleted
10394
10395 2003-12-26 01:48  uid68581
10396
10397         * tests/: escaperoot.c, forkbomb.c, testlimit.c, testopenf.c:
10398
10399         used workarounds to make it compilable with non-C99 compilers
10400
10401 2003-12-26 01:47  uid68581
10402
10403         * src/wrappers.h:
10404
10405         added setgid/setuid/setgroups wrappers
10406
10407 2003-12-26 01:47  uid68581
10408
10409         * src/util.h:
10410
10411         added Xmemcpy()
10412         added safeChdir() prototype
10413
10414 2003-12-26 01:46  uid68581
10415
10416         * src/rpm-fake.c:
10417
10418         rewrote large parts
10419         added NSS functions (getpwnam(), getgrnam(), ...)
10420
10421 2003-12-26 01:45  uid68581
10422
10423         * src/fakerunlevel.c:
10424
10425         use setgroups() also
10426
10427 2003-12-26 01:45  uid68581
10428
10429         * src/chroot-rm.c:
10430
10431         added '--help' and '--version'
10432
10433 2003-12-26 01:44  uid68581
10434
10435         * src/.cvsignore:
10436
10437         added exec-cd and rpm-fake-resolver
10438         removed secure-umount
10439
10440 2003-12-26 01:41  uid68581
10441
10442         * src/: exec-cd.c, rpm-fake-resolver.c, vunify-matchlist.c,
10443           vunify-matchlist.h, vunify-operations.c, vunify-operations.h,
10444           vunify.c, wrappers-dirent.h, util-safechdir.c:
10445
10446         initial checkin
10447
10448 2003-12-26 01:38  uid68581
10449
10450         * src/Makefile-files:
10451
10452         removed secure-umount
10453         added exec-cd
10454         vunify will be a dietlibc program soonly
10455
10456 2003-12-26 01:34  uid68581
10457
10458         * scripts/: vsysvwrapper, vtop:
10459
10460         fixed quoting
10461
10462 2003-12-26 01:34  uid68581
10463
10464         * scripts/vserver.functions:
10465
10466         use 'exec-cd' instead of 'secure-umount'
10467
10468 2003-12-26 01:33  uid68581
10469
10470         * scripts/vserver-build.functions.apt:
10471
10472         fixed initVariablesApt()
10473         added support for default apt.conf
10474
10475 2003-12-26 01:33  uid68581
10476
10477         * scripts/vserver-build.functions:
10478
10479         rename package-cfg directory on '--force' also
10480
10481 2003-12-26 01:32  uid68581
10482
10483         * scripts/vserver-build.apt-rpm:
10484
10485         added '--debug' option
10486
10487 2003-12-26 01:32  uid68581
10488
10489         * scripts/vserver:
10490
10491         added package-management options (atleast their documention)
10492
10493 2003-12-26 01:30  uid68581
10494
10495         * scripts/vapt-get-worker:
10496
10497         set RPM::PM to 'external'
10498
10499 2003-12-26 01:29  uid68581
10500
10501         * scripts/util-vserver-vars.pathsubst:
10502
10503         added _EXEC_CD
10504         removed _SECURE_UMOUNT
10505
10506 2003-12-26 01:29  uid68581
10507
10508         * scripts/: rootshell, vpstree:
10509
10510         fixed quoting
10511
10512 2003-12-26 01:29  uid68581
10513
10514         * scripts/functions:
10515
10516         added support for default apt.conf
10517
10518 2003-12-26 01:23  uid68581
10519
10520         * scripts/Makefile-files:
10521
10522         removed vprofile
10523
10524 2003-12-26 01:22  uid68581
10525
10526         * m4/: ensc_cflags.m4, ensc_dietlibc.m4, ensc_kerneldir.m4,
10527           ensc_release.m4, ensc_uv_vrootdir.m4:
10528
10529         fixed broken quoting which is complained by recent automake
10530
10531 2003-12-26 01:22  uid68581
10532
10533         * lib/: getvserverbyctx.c, getvserverctx.c:
10534
10535         added workarounds for non-C99 compilers
10536
10537 2003-12-26 01:21  uid68581
10538
10539         * distrib/defaults/apt/apt.conf:
10540
10541         initial checkin
10542
10543 2003-12-26 01:20  uid68581
10544
10545         * distrib/Makefile.am:
10546
10547         added default apt.conf
10548
10549 2003-12-26 01:20  uid68581
10550
10551         * compat.h:
10552
10553         differ between >=3.3 and below at certain options
10554         added 'restrict' workarounds
10555
10556 2003-12-26 01:19  uid68581
10557
10558         * Makefile.am:
10559
10560         - removed m4_FILES; it is handled by automake >=2.8 automatically
10561         - added basic test support
10562
10563 2003-12-02 03:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10564
10565         * scripts/vserver.functions:
10566
10567         evaluate CHBIND_OPTS lazily
10568
10569 2003-12-02 03:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10570
10571         * lib/getvservername.c:
10572
10573         getRecentName(): return basename of directory but not this of the link anymore
10574
10575 2003-11-22 03:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10576
10577         * NEWS, configure.ac:
10578
10579         version 0.26.193
10580
10581 2003-11-22 03:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10582
10583         * src/ifspec.c, configure.ac, Makefile.am, .cvsignore:
10584
10585         merged with 0.26
10586
10587 2003-11-22 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10588
10589         * Makefile.am:
10590
10591         generate some .defaults symlinks
10592
10593 2003-11-22 03:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10594
10595         * util-vserver.spec.in:
10596
10597         generate %ghost symlinks in %post
10598         added vlimit
10599         added some .default directories
10600
10601 2003-11-22 03:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10602
10603         * lib/getvserverctx.c:
10604
10605         added missing includes
10606
10607 2003-11-22 03:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10608
10609         * scripts/vserver-setup.functions:
10610
10611         use '$CONFDIR/.defaults/run.rev' instead of '$PKGSTATEREVDIR'
10612
10613 2003-11-20 19:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10614
10615         * util-vserver.spec.in:
10616
10617         use 'vservers.rev' directory instead of 'vservers/rev'
10618
10619 2003-11-20 19:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10620
10621         * scripts/vserver-setup.functions:
10622
10623         use PKGSTATEREVDIR
10624
10625 2003-11-20 19:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10626
10627         * scripts/.cvsignore:
10628
10629         added vps
10630
10631 2003-11-20 19:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10632
10633         * Makefile.am:
10634
10635         added separate 'pkgstaterevdir' variable
10636
10637 2003-11-20 19:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10638
10639         * pathconfig.h.pathsubst:
10640
10641         added DEFAULT_PKGSTATEREVDIR
10642
10643 2003-11-20 19:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10644
10645         * lib/Makefile-files:
10646
10647         added getvserverctx & getvserverbyctx files
10648         added fmtx* files
10649
10650 2003-11-20 19:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10651
10652         * lib/syscall-legacy.hc:
10653
10654         has_chrootsafe(), call_set_ctxlimit(): removed
10655
10656 2003-11-20 19:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10657
10658         * lib/vserver.h:
10659
10660         vc_getVserverByCtx(), vc_getVserverCtx(): added
10661
10662 2003-11-20 19:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10663
10664         * lib/: fmt.h, fmt.hc:
10665
10666         added/use specialized hex-formating functions
10667
10668 2003-11-20 19:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10669
10670         * lib/: fmt-internal.h, fmtx-32.c, fmtx-64.c, fmtx.hc,
10671           getvserverbyctx.c, getvserverctx.c:
10672
10673         initial checkin
10674
10675 2003-11-20 19:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10676
10677         * scripts/util-vserver-vars.pathsubst:
10678
10679         added PKGSTATEREVDIR
10680
10681 2003-11-20 19:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10682
10683         * src/vserver-stat.c:
10684
10685         rewrote it to
10686         * use the new management function
10687         * remove all traces of printf()
10688         * remove stacked functions
10689
10690 2003-11-20 19:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10691
10692         * src/vlimit.c:
10693
10694         use the specialized utilvserver_fmt_xuint64() function
10695
10696 2003-11-20 19:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10697
10698         * src/Makefile-files:
10699
10700         made 'vserver-stat' a dietlibc-compiled program
10701
10702 2003-11-20 16:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10703
10704         * compat.h:
10705
10706         define FMT_PREFIX
10707
10708 2003-11-20 16:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10709
10710         * tests/getinitpid.c, tests/getctx.c, src/save_ctxinfo.c,
10711           src/vlimit.c, lib/getprocentry-legacy.c, lib/Makefile-files,
10712           lib/fmt-32.c, lib/fmt-64.c, lib/fmt.h, lib/fmt.hc,
10713           lib/int2str.c[DEAD], lib/internal.h, lib/uint2str.c[DEAD]:
10714
10715         use fmt_*() functions instead of *int2str()
10716
10717 2003-11-20 03:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10718
10719         * scripts/vps[DEAD]:
10720
10721         removed since autogenerated from vps.pathsubst
10722
10723 2003-11-19 00:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10724
10725         * distrib/fc1/: apt/rpmpriorities, apt/sources.list, pkgs/01,
10726           pkgs/02:
10727
10728         initial checkin (based on fdr0.95)
10729
10730 2003-11-19 00:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10731
10732         * distrib/Makefile.am:
10733
10734         added Fedora Core 1
10735         removed Fedora Beta
10736
10737 2003-11-19 00:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10738
10739         * scripts/vapt-get:
10740
10741         do not set $_APT_GET
10742
10743 2003-11-19 00:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10744
10745         * compat.h:
10746
10747         merged/added from 0.25
10748         added workaround for broken 'long long' handling of dietlibc
10749
10750 2003-11-19 00:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10751
10752         * lib/Makefile-files, lib/syscall-compat.hc,
10753           lib/syscall_rlimit-v11.hc, lib/syscall_rlimit.c, lib/virtual.h,
10754           lib/vserver-internal.h, lib/vserver.h, Makefile.am, THANKS,
10755           configure.ac, util-vserver.spec.in:
10756
10757         merged/added from 0.25
10758
10759 2003-11-19 00:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10760
10761         * src/.cvsignore, src/Makefile-files, src/showattr.c, src/vutil.cc,
10762           src/ext2fs.h, src/setctxlimit.c[DEAD], src/vlimit.c,
10763           scripts/vserver-legacy:
10764
10765         merged/added from 0.25
10766
10767 2003-11-19 00:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10768
10769         * sysv/: rebootmgr.subst, vservers.subst:
10770
10771         merged in changes from 0.25
10772
10773 2003-11-05 00:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10774
10775         * NEWS, configure.ac:
10776
10777         version 0.24.191
10778
10779 2003-11-05 00:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10780
10781         * util-vserver.spec.in:
10782
10783         added '--without dietlibc' option
10784
10785 2003-11-05 00:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10786
10787         * m4/ensc_dietlibc.m4:
10788
10789         fixed typos ('withval' instead of 'enableval')
10790
10791 2003-11-05 00:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10792
10793         * lib/: getvservername.c, getvservervdir.c:
10794
10795         added '#include <unistd.h>' to fix compilation problems with glibc
10796
10797 2003-11-04 14:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10798
10799         * NEWS, configure.ac:
10800
10801         version 0.24.190
10802
10803 2003-11-04 14:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10804
10805         * .cvsignore:
10806
10807         added linuxcaps.h (merged from stable)
10808
10809 2003-11-04 14:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10810
10811         * Makefile.am:
10812
10813         - separated and completed m4_FILES
10814         - added '--show-dead' to cvs2cl params
10815         - fix linuxcaps.h (merged from stable)
10816
10817 2003-11-04 14:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10818
10819         * lib/getvservercfgstyle.c:
10820
10821         added some additional logic
10822
10823 2003-11-04 14:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10824
10825         * lib/virtual.h:
10826
10827         do not include the <linux/types.h> kernel-header anymore
10828
10829 2003-11-04 14:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10830
10831         * scripts/functions:
10832
10833         - getAllVservers: use _tmp instead of tmp to avoid clashes when caller
10834           wants to have results in 'tmp', fixed array assignment
10835
10836 2003-11-04 14:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10837
10838         * src/rebootmgr.c:
10839
10840         fixed typo
10841
10842 2003-11-04 14:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10843
10844         * tests/vserver-info.c:
10845
10846         added '--help' and '--version'
10847
10848 2003-11-04 02:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10849
10850         * configure.ac:
10851
10852         merged from SYSCALL_SWITCH
10853
10854 2003-11-04 02:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10855
10856         * m4/ensc_changelog.m4:
10857
10858         merged from SYSCALL_SWITCH
10859
10860 2003-11-04 02:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10861
10862         * scripts/distrib-info, scripts/vserver-copy,
10863           scripts/vserver-legacy, scripts/vservers.grabinfo.sh,
10864           src/rebootmgr.c, sysv/Makefile-files, sysv/rebootmgr.subst:
10865
10866         merged in changes from 0.23.96 (/vservers -> $DEFAULT_VSERVERDIR)
10867
10868 2003-11-04 01:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10869
10870         * m4/validate.am:
10871
10872         updated from vserver-djinni
10873
10874 2003-11-04 01:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10875
10876         * lib/vserver-internal.h:
10877
10878         ignore lower 8bit on version
10879
10880 2003-11-03 20:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10881
10882         * util-vserver.spec.in:
10883
10884         removed 'vkill' for now
10885         call 'install-vserverdir'
10886
10887 2003-11-03 20:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10888
10889         * distrib/redhat/initpost:
10890
10891         create /etc/sysconfig/network
10892
10893 2003-11-03 20:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10894
10895         * scripts/vserver.functions:
10896
10897         - fixed some statements which would fail with 'set -e'
10898         - made 'disableInterface' smart so that it calculates parameters
10899           automatically
10900
10901 2003-11-03 20:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10902
10903         * scripts/vserver-setup.functions:
10904
10905         added support for '--netbcast'
10906
10907 2003-11-03 20:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10908
10909         * lib/getvservername.c:
10910
10911         terminate name with '\0'
10912
10913 2003-10-30 18:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10914
10915         * scripts/vserver-legacy:
10916
10917         merged from 0.23.95:
10918         - reenabled the copy-all mode; can be disabled by setting the
10919           $UTIL_VSERVER_AVOID_COPY environment variable
10920         - use '-HS' ulimit switch for newly created vservers
10921
10922 2003-10-30 18:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10923
10924         * Makefile.am:
10925
10926         - large cleanup; use changed variables from scripts/Makefile
10927         - try to keep modes of pathsubstituted files
10928         - create own install-rule for vserver-dir; 'make distcheck' does not
10929           like /vservers...
10930
10931 2003-10-30 18:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10932
10933         * src/reducecap.c:
10934
10935         use QUOTACTL (merged from 0.23.94)
10936
10937 2003-10-30 18:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10938
10939         * src/rebootmgr.c:
10940
10941         use configured SBINDIR instead of hardcoded /usr/sbin
10942
10943 2003-10-30 18:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10944
10945         * src/chcontext.c:
10946
10947         added QUOTACTL to 'secure' caps (merged from 0.23.94)
10948
10949 2003-10-30 18:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10950
10951         * src/Makefile-files:
10952
10953         create 'setattr' program
10954
10955 2003-10-30 18:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10956
10957         * scripts/: distrib-info, rootshell, vpstree, vserver-copy,
10958           vsysvwrapper, vtop:
10959
10960         merged in changes from 0.24.94 (s!/usr/sbin!$SBINDIR!)
10961
10962 2003-10-30 18:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10963
10964         * scripts/: vserver.start, vserver.stop:
10965
10966         use 'set -e' instead of 'set +e'
10967
10968 2003-10-30 18:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10969
10970         * scripts/functions:
10971
10972         added 'checkComponents()' function
10973
10974 2003-10-30 18:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10975
10976         * scripts/vps.pathsubst:
10977
10978         initial check (was: vps)
10979
10980 2003-10-30 18:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10981
10982         * scripts/vkill[DEAD]:
10983
10984         removed; is obsoleted by ctx-kill
10985
10986 2003-10-30 18:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10987
10988         * scripts/util-vserver-vars.pathsubst:
10989
10990         added INITRDDIR, LIBDIR and INCLUDEDIR
10991
10992 2003-10-30 18:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
10993
10994         * scripts/Makefile-files:
10995
10996         large cleanup
10997         removed 'vkill' (obsoleted by ctx-kill)
10998         vps is now vps.subst
10999
11000 2003-10-30 18:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11001
11002         * lib/capabilities.c, lib/vserver.h, man/reducecap.8:
11003
11004         use CAP_QUOTACTL instead of CAP_OPENDEV
11005
11006 2003-10-30 15:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11007
11008         * Makefile.am:
11009
11010         use ENSC_UV_VROOTDIR to set 'vserverdir'
11011         added missing path-substitutions
11012
11013 2003-10-30 15:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11014
11015         * configure.ac:
11016
11017         use ENSC_UV_VROOTDIR to set 'vserverdir'
11018
11019 2003-10-30 15:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11020
11021         * m4/ensc_uv_vrootdir.m4:
11022
11023         initial checkin
11024
11025 2003-10-23 22:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11026
11027         * tests/vserver-info.c:
11028
11029         initial checkin
11030
11031 2003-10-23 22:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11032
11033         * tests/: Makefile-files, .cvsignore:
11034
11035         added vserver-info
11036
11037 2003-10-23 22:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11038
11039         * compat.h:
11040
11041         define TEMP_FAILURE_RETRY for dietlibc-compilation
11042
11043 2003-10-23 22:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11044
11045         * pathconfig.h.pathsubst:
11046
11047         define DEFAULT_VSERVERDIR and DEFAULT_VSERVERPKGDIR
11048
11049 2003-10-23 22:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11050
11051         * lib/Makefile-files:
11052
11053         added files for higher-level management
11054
11055 2003-10-23 22:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11056
11057         * lib/vserver.h:
11058
11059         added functions for vserver-management
11060
11061 2003-10-23 22:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11062
11063         * lib/: getvservercfgstyle.c, getvservername.c, getvservervdir.c:
11064
11065         initial checkin
11066
11067 2003-10-23 01:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11068
11069         * scripts/: vserver.start, vserver.stop, vserver.suexec:
11070
11071         cleanups; go into vserver-dir before *and* after executing scriptlets
11072
11073 2003-10-23 01:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11074
11075         * scripts/: vserver-build, vserver-build.functions:
11076
11077         used $DEFAULT_VSERVERDIR and $DEFAULT_VSERVERPKGDIR instead of the
11078         hardcoded '/vservers' values
11079
11080 2003-10-23 00:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11081
11082         * util-vserver.spec.in:
11083
11084         rewrote it
11085         added -build subpackage
11086
11087 2003-10-23 00:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11088
11089         * configure.ac:
11090
11091         moved ENSC_INITRDDIR, ENSC_RELEASE, ENSC_ENABLE_DIETLIBC and
11092         ENSC_KERNEL_HEADERS checks into own m4/* files
11093
11094 2003-10-23 00:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11095
11096         * Makefile.am:
11097
11098         renamed sysvdir to initrddir
11099         use $(RELEASE_CPPFLAGS) (-DNDEBUG)
11100         substitute $(vserverdir) and $(vserverpkgdir)
11101         create the $(vserverdir) and $(vserverpkgdir) directories
11102
11103 2003-10-23 00:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11104
11105         * distrib/Makefile.am:
11106
11107         added sample 'mtab' file
11108         create the config-dirs
11109
11110 2003-10-23 00:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11111
11112         * distrib/redhat/initpost:
11113
11114         $2 is no longer $_VSERVER but the 'util-vserver-vars' file
11115
11116 2003-10-23 00:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11117
11118         * distrib/rh9/apt/sources.list:
11119
11120         added some mirrors
11121
11122 2003-10-23 00:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11123
11124         * m4/ensc_dietlibc.m4, m4/ensc_initrddir.m4, m4/ensc_kerneldir.m4,
11125           m4/ensc_release.m4, distrib/misc/mtab:
11126
11127         initial checkin
11128
11129 2003-10-23 00:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11130
11131         * scripts/util-vserver-vars.pathsubst:
11132
11133         added DEFAULT_VSERVERDIR and DEFAULT_VSERVERPKGDIR
11134
11135 2003-10-23 00:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11136
11137         * scripts/vserver-build.apt-rpm:
11138
11139         call pre/post scriplets with "$UTIL_VSERVER_VARS" as second param
11140         instead of "$_VSERVER"
11141
11142 2003-10-23 00:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11143
11144         * scripts/vserver-build.functions:
11145
11146         fixed broken quotes
11147
11148 2003-10-22 20:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11149
11150         * scripts/: vserver.functions, vserver.start:
11151
11152         - reorganized CHCONTEXT_INIT_OPTS/CHCONTEXT_DISCONNECT: dropped the
11153           separate CHCONTEXT_DISCONNECT variable completetly and put '--flag
11154           fakeinit --disconnect' into CHCONTEXT_INIT_OPTS, which is used by
11155           'vserver ... start' command only
11156
11157 2003-10-22 20:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11158
11159         * src/secure-umount.c:
11160
11161         use real 'umount' program to unmount directories
11162
11163 2003-10-22 20:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11164
11165         * src/exec-ulimit.c:
11166
11167         added [mMkK] modifies for limits
11168
11169 2003-10-22 20:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11170
11171         * scripts/vserver-build.functions:
11172
11173         added support for copying some default files (resolv.conf, localtime,
11174         krb-conf,...)
11175
11176 2003-10-22 20:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11177
11178         * scripts/: vserver-build, vserver-setup.functions:
11179
11180         fixed getopt long-option string
11181
11182 2003-10-22 20:19  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11183
11184         * scripts/functions:
11185
11186         implemented findAndCopy
11187
11188 2003-10-21 16:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11189
11190         * NEWS, configure.ac:
11191
11192         version 0.23.194
11193
11194 2003-10-21 16:15  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11195
11196         * distrib/Makefile.am:
11197
11198         added scripts to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT
11199
11200 2003-10-21 16:14  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11201
11202         * src/exec-ulimit.c:
11203
11204         implemented '--help' and '--version'
11205
11206 2003-10-21 15:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11207
11208         * src/vbuild.cc:
11209
11210         removed warning about unused parameters
11211
11212 2003-10-21 15:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11213
11214         * tests/Makefile-files:
11215
11216         renamed to .cc files to .c
11217
11218 2003-10-21 15:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11219
11220         * tests/: chrootsafe.c, chrootsafe.cc[DEAD], escaperoot.c,
11221           escaperoot.cc[DEAD], forkbomb.c, forkbomb.cc[DEAD], testipc.c,
11222           testipc.cc[DEAD], testlimit.c, testlimit.cc[DEAD], testopenf.c,
11223           testopenf.cc[DEAD]:
11224
11225         renamed to .cc files to .c and made some little changes to make them
11226         compilable with C compilers
11227
11228 2003-10-21 15:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11229
11230         * Makefile.am:
11231
11232         added new m4/*.m4 macros
11233         added conditional build of CXX files
11234         added support for libtool
11235
11236 2003-10-21 15:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11237
11238         * distrib/redhat/initpost:
11239
11240         initial checkin
11241
11242 2003-10-21 15:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11243
11244         * distrib/Makefile.am:
11245
11246         added Fedora Core 0.95
11247         removed Red Hat 9.0.93
11248         use common redhat/initpost script
11249
11250 2003-10-21 15:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11251
11252         * lib/Makefile-files:
11253
11254         - use dietlibc compilation only for library-built, but not e.g. when
11255           building object for rpm-fake.so. This is very dark magic...
11256
11257 2003-10-21 15:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11258
11259         * scripts/Makefile-files:
11260
11261         removed vunify.old.sh
11262
11263 2003-10-21 15:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11264
11265         * src/Makefile-files:
11266
11267         - conditionalized built of C++ programs
11268         - added very dark magic to build everything of rpm-fake.so with '-fPIC'
11269           flag (when possible); on ia32 this will not work/is not necessarily
11270           but x86_64 seems to have problems with current method
11271
11272 2003-10-21 15:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11273
11274         * configure.ac:
11275
11276         added check for C++ compiler
11277         added some CXX flags
11278         use ENSC_FPIC_SYSCALL
11279
11280 2003-10-21 15:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11281
11282         * lib/checkversion.c:
11283
11284         fixed stupid thinko (EAGAIN vs. EINVAL)
11285
11286 2003-10-21 15:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11287
11288         * m4/ensc_cxxcompiler.m4, m4/ensc_fpicsyscall.m4, src/vserver.cc,
11289           src/vserver.hh:
11290
11291         initial checkin
11292
11293 2003-10-21 15:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11294
11295         * src/rpm-fake.c:
11296
11297         made it compilabe with non-C99 compilers and older kernels
11298
11299 2003-10-21 15:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11300
11301         * src/secure-mount.c:
11302
11303         made it compilabe with non-C99 compilers
11304
11305 2003-10-21 15:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11306
11307         * src/vbuild.cc:
11308
11309         use 'Vserver' class instead of 'string'
11310         !!BROKE LOTS OF THINGS!! this version does not work yet
11311
11312 2003-10-21 15:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11313
11314         * src/vunify.cc:
11315
11316         use 'Vserver' class instead of 'string'
11317         use getopt()
11318         reindented large parts
11319
11320 2003-10-21 15:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11321
11322         * src/vutil.cc:
11323
11324         use 'Vserver' class instead of 'string'
11325         fixed format-string error
11326
11327 2003-10-21 15:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11328
11329         * src/: vutil.p, vutil.h:
11330
11331         use 'Vserver' class instead of 'string'
11332
11333 2003-10-21 15:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11334
11335         * src/wrappers.h:
11336
11337         make it compilable with non-C99 compilers
11338
11339 2003-10-21 01:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11340
11341         * doc/configuration.xml:
11342
11343         documented 'ulimits' directory
11344
11345 2003-10-21 00:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11346
11347         * scripts/vunify.old.sh[DEAD]:
11348
11349         as the name ('*old*') is saying already: it is old and obsoleted...
11350
11351 2003-10-21 00:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11352
11353         * scripts/: vserver.start, vserver.stop, vserver.suexec:
11354
11355         added ulimits support
11356
11357 2003-10-21 00:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11358
11359         * scripts/util-vserver-vars.pathsubst:
11360
11361         added _EXEC_ULIMIT
11362
11363 2003-10-21 00:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11364
11365         * src/exec-ulimit.c:
11366
11367         work also, when ulimit-directory does not exist
11368
11369 2003-10-21 00:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11370
11371         * src/.cvsignore:
11372
11373         added exec-ulimit
11374
11375 2003-10-21 00:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11376
11377         * src/exec-ulimit.c:
11378
11379         initial checkin
11380
11381 2003-10-21 00:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11382
11383         * src/Makefile-files:
11384
11385         added exec-ulimit.c
11386
11387 2003-10-21 00:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11388
11389         * src/wrappers.h:
11390
11391         Egetrlimit(),Esetrlimit(): added
11392
11393 2003-10-20 23:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11394
11395         * src/reducecap.c:
11396
11397         use capability support from the library as far as possible
11398
11399 2003-10-20 23:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11400
11401         * src/: capchroot.c, chcontext.c:
11402
11403         use capability support from the library instead of including
11404         kernel-headers
11405
11406 2003-10-20 23:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11407
11408         * lib/capabilities.c:
11409
11410         initial checkin
11411
11412 2003-10-20 23:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11413
11414         * lib/vserver.h:
11415
11416         added capability support
11417
11418 2003-10-20 23:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11419
11420         * lib/Makefile-files:
11421
11422         added support for '-DNDEBUG' in the library
11423         added capability.c
11424
11425 2003-10-20 23:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11426
11427         * configure.ac:
11428
11429         added support for '-DNDEBUG' in the library
11430
11431 2003-10-20 20:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11432
11433         * Makefile.am:
11434
11435         added PKGSTATEDIR substitution
11436
11437 2003-10-20 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11438
11439         * scripts/vserver-build.apt-rpm, scripts/vserver-build.functions,
11440           scripts/vserver-build.functions.apt,
11441           scripts/vserver-build.functions.rpm,
11442           scripts/vserver-setup.functions, doc/cfgdirdoc.dtd,
11443           doc/configuration.xml:
11444
11445         initial checkin
11446
11447 2003-10-20 20:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11448
11449         * scripts/Makefile-files:
11450
11451         - removed vserver-init file
11452         - added vserver-build* files
11453
11454 2003-10-20 20:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11455
11456         * scripts/util-vserver-vars.pathsubst:
11457
11458         - added PKGSTATEDIR, RUNDIR, LIB_VSERVER_SETUP_FUNCTIONS,
11459           LIB_VSERVER_BUILD_FUNCTIONS* and _VSERVER variables
11460         - added WORKAROUND_APT_DBPATH variable
11461
11462 2003-10-20 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11463
11464         * scripts/vserver-build:
11465
11466         implemented it...
11467
11468 2003-10-20 20:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11469
11470         * scripts/vserver:
11471
11472         added '--sync' and '--verbose' options
11473         sync the 'stop' stage on restart
11474         fixed invocation of 'vserver-build'
11475
11476 2003-10-20 20:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11477
11478         * scripts/: vapt-get, vrpm:
11479
11480         made it more mature by using arrays for the vserver-list
11481
11482 2003-10-20 20:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11483
11484         * scripts/vserver.functions:
11485
11486         - moved getFileValue/getFileArray from 'vserver.functions' into 'functions'
11487
11488 2003-10-20 20:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11489
11490         * scripts/functions:
11491
11492         - moved getFileValue/getFileArray from 'vserver.functions' into 'functions'
11493         - implemented '/<path>' style vserver specification
11494         - made getAllVservers more mature by using arrays
11495
11496 2003-10-20 19:57  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11497
11498         * scripts/vserver-init[DEAD]:
11499
11500         moved 'vserver-init' functionality into the more general vserver-build*
11501         files
11502
11503 2003-10-18 04:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11504
11505         * configure.ac:
11506
11507         gnit'ified
11508
11509 2003-10-18 04:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11510
11511         * src/.cvsignore:
11512
11513         added pipe-sync
11514
11515 2003-10-18 04:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11516
11517         * src/Makefile-files:
11518
11519         gnit'ified
11520         added pipe-sync
11521
11522 2003-10-18 04:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11523
11524         * src/chroot-cat.c:
11525
11526         minor cosmetical changes
11527
11528 2003-10-18 04:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11529
11530         * src/chroot-rm.c:
11531
11532         use "wrapper.h"
11533
11534 2003-10-18 04:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11535
11536         * src/wrappers.h:
11537
11538         Eunlink(): added
11539
11540 2003-10-18 04:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11541
11542         * scripts/util-vserver-vars.pathsubst:
11543
11544         added $_VSERVER_BUILD
11545
11546 2003-10-18 04:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11547
11548         * scripts/vserver:
11549
11550         added help/version
11551         added 'build' option
11552         made 'running' silently
11553
11554 2003-10-18 04:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11555
11556         * src/pipe-sync.c, scripts/vserver-build:
11557
11558         initial checkin
11559
11560 2003-10-18 04:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11561
11562         * Makefile.am:
11563
11564         - gnit'ified it
11565
11566 2003-10-18 04:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11567
11568         * scripts/Makefile-files:
11569
11570         - gnit'ified it
11571         - added vserver-build
11572
11573 2003-10-18 04:22  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11574
11575         * sysv/Makefile-files:
11576
11577         gnit'ified it
11578
11579 2003-10-18 03:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11580
11581         * lib/checkversion.c:
11582
11583         restored compatibility for case when old syscall interface uses the
11584         new syscall-number (merged from SYSCALL_SWITCH branch)
11585
11586 2003-10-17 23:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11587
11588         * configure.ac:
11589
11590         add '#include "compat.h'" at bottom of config.h
11591         version 0.23.191
11592
11593 2003-10-17 23:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11594
11595         * Makefile.am:
11596
11597         cleaned up pathsubst rule
11598
11599 2003-10-17 23:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11600
11601         * scripts/util-vserver-vars.pathsubst:
11602
11603         added _CHROOT_CAT
11604
11605 2003-10-17 23:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11606
11607         * scripts/vserver-init:
11608
11609         create link to reverse ctx->vserver mapping
11610
11611 2003-10-17 23:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11612
11613         * scripts/vserver.functions:
11614
11615         - removed '#! /bin/bash' header
11616         - added separate CHCONTEXT_DISCONNECT option
11617         - use default runlevels only when sysv init-style is used
11618         - create/empty mtab file before mounting the vserver
11619
11620 2003-10-17 23:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11621
11622         * scripts/vserver.start:
11623
11624         - removed '#! /bin/bash' header
11625         - added separate CHCONTEXT_DISCONNECT option
11626
11627 2003-10-17 23:03  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11628
11629         * scripts/vserver.stop:
11630
11631         - removed '#! /bin/bash' header
11632         - disable interfaces when vserver is not running
11633
11634 2003-10-17 23:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11635
11636         * scripts/vserver.suexec:
11637
11638         removed '#! /bin/bash' header
11639
11640 2003-10-17 23:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11641
11642         * src/.cvsignore:
11643
11644         added chroot-cat
11645
11646 2003-10-17 23:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11647
11648         * sysv/vservers.subst:
11649
11650         stop vservers only, when they do not have the ONSTOP flag
11651
11652 2003-10-17 23:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11653
11654         * sysv/Makefile-files:
11655
11656         removed some noise from the substrule
11657
11658 2003-10-17 22:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11659
11660         * src/Makefile-files:
11661
11662         added chroot-cat
11663
11664 2003-10-17 22:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11665
11666         * src/chroot-cat.c:
11667
11668         initial checkin
11669
11670 2003-10-17 22:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11671
11672         * src/wrappers.h:
11673
11674         Ereadlink(), Esymlink(): added
11675
11676 2003-10-17 22:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11677
11678         * src/wrappers-vserver.h:
11679
11680         - added Evc_X_getctx() wrapper
11681
11682 2003-10-17 22:30  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11683
11684         * src/secure-mount.c:
11685
11686         - removed '#include <compat.h>'; it's now in global <config.h>
11687         - fixed problems with dietlibc's strtok_r() implementation
11688         - do not set '-o <...>' mount-flag when 'defaults' is the only flag
11689
11690 2003-10-17 22:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11691
11692         * src/save_ctxinfo.c:
11693
11694         - removed '#include <compat.h>'; it's now in global <config.h>
11695         - use "wrappers.h" functions
11696         - implemented reverse-symlink file
11697
11698 2003-10-17 22:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11699
11700         * lib/: getctx.c, getinitpid.c, getprocentry-legacy.c:
11701
11702         - moved pid==0 handling into getprocentry-legacy.c and access /proc/self
11703           instead of /proc/<self-pid> there; this solves problems when 'fakeinit'
11704           flag is used
11705         - removed '#include <compat.h>'; it's now in global <config.h>
11706
11707 2003-10-17 02:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11708
11709         * scripts/Makefile-files:
11710
11711         added vserver-legacy and vserver.suexec
11712
11713 2003-10-17 02:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11714
11715         * src/ctx-kill.c:
11716
11717         kill init-pid
11718         more sanity checks
11719
11720 2003-10-17 02:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11721
11722         * scripts/vserver.stop:
11723
11724         added support for kill-signal sequence
11725
11726 2003-10-17 02:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11727
11728         * scripts/vserver.functions:
11729
11730         added getEnterShell() function
11731         added support for kill-signal sequence
11732
11733 2003-10-17 02:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11734
11735         * scripts/vserver:
11736
11737         - added legacy support
11738         - added support for suexec,restart,condrestart,exec,chkconfig,enter,running
11739           and status
11740
11741 2003-10-17 02:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11742
11743         * scripts/util-vserver-vars.pathsubst:
11744
11745         added _CTX_KILL, _FILETIME and _VSERVER_LEGACY
11746
11747 2003-10-17 02:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11748
11749         * scripts/: vserver-legacy, vserver.suexec:
11750
11751         initial checkin
11752
11753 2003-10-16 17:10  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11754
11755         * tests/.cvsignore:
11756
11757         added getinitpid
11758
11759 2003-10-16 17:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11760
11761         * lib/Makefile-files:
11762
11763         added int2str.c
11764
11765 2003-10-16 17:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11766
11767         * lib/internal.h:
11768
11769         added utilvserver_int2str()
11770
11771 2003-10-16 17:08  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11772
11773         * lib/int2str.c, tests/getinitpid.c:
11774
11775         initial checkin
11776
11777 2003-10-16 17:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11778
11779         * tests/getctx.c:
11780
11781         removed all traces of <stdio.h>
11782
11783 2003-10-16 17:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11784
11785         * tests/Makefile-files:
11786
11787         generalized building with dietlibc
11788         added getinitpid
11789
11790 2003-10-16 16:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11791
11792         * Makefile.am, src/Makefile-files:
11793
11794         generalized building with dietlibc
11795
11796 2003-10-16 16:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11797
11798         * lib/Makefile-files:
11799
11800         added getinitpid* files
11801         added getprocentry* files
11802         added utils-legacy.h
11803
11804 2003-10-16 16:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11805
11806         * lib/: getinitpid-compat.hc, getinitpid-legacy.hc, getinitpid.c,
11807           getprocentry-legacy.c, utils-legacy.h:
11808
11809         initial checkin
11810
11811 2003-10-16 16:02  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11812
11813         * src/save_ctxinfo.c, tests/getctx.c:
11814
11815         s!vc_X_getcctx()!vc_X_getctx(0)!
11816
11817 2003-10-16 16:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11818
11819         * lib/vserver.h:
11820
11821         added vc_X_getinitpid() pseudo-syscall
11822         removed vc_X_getcctx() since it is obsoleted by vc_X_getctx(0) now
11823
11824 2003-10-16 16:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11825
11826         * lib/syscall-legacy.hc:
11827
11828         removed all traces of <stdio.h> usage
11829
11830 2003-10-16 15:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11831
11832         * lib/getctx.c:
11833
11834         cleanups
11835         recognize pid==0 as current pid
11836
11837 2003-10-16 15:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11838
11839         * lib/getctx-legacy.hc:
11840
11841         use new utilvserver_getProcEntry() function
11842         recall vc_X_getctx_legacy() automatically when buffersize was too small
11843
11844 2003-10-16 04:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11845
11846         * Makefile.am:
11847
11848         added substitution for UMOUNT
11849
11850 2003-10-16 04:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11851
11852         * src/.cvsignore:
11853
11854         updated
11855
11856 2003-10-16 04:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11857
11858         * src/secure-mount.c:
11859
11860         small signed/unsigned fixes for pedantic warning setups
11861         give '--help' message out on fd 1 instead of 2
11862
11863 2003-10-16 04:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11864
11865         * src/save_ctxinfo.c:
11866
11867         small signed/unsigned fixes for pedantic warning setups
11868
11869 2003-10-16 04:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11870
11871         * src/new-namespace.c:
11872
11873         use "wrappers.h"
11874         use STACK_START macro
11875
11876 2003-10-16 04:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11877
11878         * src/listdevip.c:
11879
11880         small fixes for pedantic warning-setups
11881
11882 2003-10-16 04:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11883
11884         * src/: ctx-kill.c, compat-pivot_root.h, secure-umount.c,
11885           stack-start.h, wrappers-vserver.h, wrappers.h:
11886
11887         initial checkin
11888
11889 2003-10-16 04:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11890
11891         * src/Makefile-files:
11892
11893         added secure-umount + ctx-kill programs
11894         added lots of headers
11895         generalized dietlibc handling
11896
11897 2003-10-16 04:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11898
11899         * scripts/: vserver, vserver.functions, vserver.start,
11900           vserver.stop, functions:
11901
11902         basic 'vserver ... start|stop' function should work now...
11903
11904 2003-10-16 04:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11905
11906         * scripts/util-vserver-vars.pathsubst:
11907
11908         added _SECURE_UMOUNT and _UMOUNT
11909
11910 2003-10-16 04:34  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11911
11912         * scripts/Makefile-files:
11913
11914         added vservers.{functions,stop}
11915
11916 2003-10-16 04:33  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11917
11918         * lib/vserver.h:
11919
11920         added lots of S_CTX_INFO_* macros
11921
11922 2003-10-16 04:32  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11923
11924         * lib/Makefile-files:
11925
11926         added missing 'lib/internal.h'
11927
11928 2003-10-16 04:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11929
11930         * pathconfig.h.pathsubst:
11931
11932         added UMOUNT_PROG macro
11933
11934 2003-10-16 04:31  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11935
11936         * configure.ac:
11937
11938         added check for UMOUNT
11939         added pedantic warn-flags
11940         added template for HAVE_GROWING_STACK check
11941
11942 2003-10-16 04:29  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11943
11944         * compat.h:
11945
11946         do '#undef inline' for '--std=c99' dietlibc compilations
11947
11948 2003-10-14 20:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11949
11950         * src/rpm-fake.c:
11951
11952         use vc_init_internal_legacy() to initialize legacy-lib without parsing
11953         /proc
11954
11955 2003-10-14 20:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11956
11957         * lib/syscall-legacy.hc:
11958
11959         added inofficial vc_init_internal_legacy() function
11960
11961 2003-10-14 20:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11962
11963         * lib/: getctx-legacy.hc, syscall.c:
11964
11965         include "internal.h"
11966
11967 2003-10-14 20:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11968
11969         * lib/: internal.h, vserver-internal.h:
11970
11971         moved declarations of general functions from vserver-internal.h into
11972         internal.h
11973
11974 2003-10-14 18:20  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11975
11976         * lib/: getversion-internal.hc, int2str.c[DEAD], internal.h[DEAD],
11977           syscall.c:
11978
11979         Merged with SYSCALL_SWITCH branch (sswitch_merge tag)
11980
11981 2003-10-14 18:09  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11982
11983         * lib/vserver.h:
11984
11985         fixed vc_X_getcctx()
11986
11987 2003-10-14 17:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11988
11989         * src/Makefile-files, src/rpm-fake.c, src/save_ctxinfo.c,
11990           tests/getctx.c:
11991
11992         Merged with SYSCALL_SWITCH branch (sswitch_merge tag)
11993
11994 2003-10-14 17:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
11995
11996         * .cvsignore, Makefile.am, NEWS, compat.h, configure.ac,
11997           util-vserver.spec.in, lib/Makefile-files, lib/checkversion.c,
11998           lib/getctx-compat.hc, lib/getctx-legacy.hc, lib/getctx.c,
11999           lib/getversion-internal.hc, lib/getversion.c,
12000           lib/safechroot-internal.hc, lib/syscall-compat.hc,
12001           lib/syscall-legacy.hc, lib/syscall.c, lib/uint2str.c,
12002           lib/virtual.h, lib/vserver-internal.h, lib/vserver.h,
12003           scripts/.cvsignore, src/Makefile-files, src/capchroot.c,
12004           src/chbind.c, src/chcontext.c, src/rebootmgr.c, src/reducecap.c,
12005           src/vserver-stat.c, sysv/Makefile-files, tests/chrootsafe.cc:
12006
12007         Merged with SYSCALL_SWITCH branch (sswitch_merge tag)
12008
12009 2003-10-13 22:21  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12010
12011         * configure.ac:
12012
12013         added rcs2log support
12014         added checks for MS_MOVE and ctx_t
12015         define UTMP_GID as 22 for now
12016
12017 2003-10-13 22:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12018
12019         * Makefile.am:
12020
12021         added $(lib_XHDRS) and compat.h
12022         create /var/run/vservers on 'make install'
12023         use m4/pkgconfig.am
12024
12025 2003-10-13 21:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12026
12027         * src/fakerunlevel.c:
12028
12029         made it secure (go into chroot before accessing file)
12030         dietlibc'ized
12031         other cleanups
12032
12033 2003-10-13 21:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12034
12035         * src/Makefile-files:
12036
12037         - added chroot-rm
12038         - compile fakerunlevel with dietlibc
12039
12040 2003-10-13 21:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12041
12042         * scripts/vserver.start:
12043
12044         made it working...
12045
12046 2003-10-13 21:53  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12047
12048         * scripts/vserver-init:
12049
12050         - removed unused variables
12051         - added lockfile-creation
12052         - create symlink from /var/lib/rpm to $rpmdb_path (until all apt-versions
12053           are having the %_dbpath patch)
12054
12055 2003-10-13 21:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12056
12057         * scripts/util-vserver-vars.pathsubst:
12058
12059         added variables for _CHROOT_RM and _FAKE_RUNLEVEL
12060
12061 2003-10-13 21:51  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12062
12063         * scripts/functions:
12064
12065         use new secure-mount syntax
12066
12067 2003-10-13 21:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12068
12069         * scripts/Makefile-files:
12070
12071         added statements to install vserver.start
12072
12073 2003-10-13 21:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12074
12075         * m4/pkgconfig.am:
12076
12077         initial checkin
12078
12079 2003-10-13 21:50  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12080
12081         * m4/changelog.am:
12082
12083         conditionalize RCS2LOG variant also
12084
12085 2003-10-13 21:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12086
12087         * lib/vserver.h:
12088
12089         removed ctx_t typedef; this must be now done by each package
12090         inidividually. For util-vserver, the declaration is in compat.h
12091         and detection in configure.ac
12092
12093 2003-10-13 21:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12094
12095         * lib/.cvsignore, src/.cvsignore:
12096
12097         updated
12098
12099 2003-10-13 21:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12100
12101         * lib/util-vserver.pc.subst, src/chroot-rm.c:
12102
12103         initial checkin
12104
12105 2003-10-13 21:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12106
12107         * compat.h, src/compat.h[DEAD]:
12108
12109         moved compat.h from src/ to toplevel-dir
12110
12111 2003-10-13 21:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12112
12113         * lib/getctx.c, lib/syscall.c, src/capchroot.c, src/chbind.c,
12114           src/chcontext.c, src/reducecap.c, src/save_ctxinfo.c,
12115           src/secure-mount.c, src/setctxlimit.c, tests/chrootsafe.cc,
12116           tests/getctx.c:
12117
12118         include "compat.h"
12119
12120 2003-10-13 21:39  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12121
12122         * lib/Makefile-files:
12123
12124         added PGKCONFIG_FILES
12125
12126 2003-10-10 01:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12127
12128         * src/compat.h:
12129
12130         initial checkin
12131
12132 2003-10-10 01:07  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12133
12134         * configure.ac:
12135
12136         use absolute default-path for /bin/mount since it is required by
12137         execv() in secure-mount
12138
12139 2003-10-10 01:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12140
12141         * pathconfig.h.pathsubst:
12142
12143         added MOUNT_PROG
12144
12145 2003-10-10 01:06  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12146
12147         * tests/getctx.c:
12148
12149         added '#include <stdlib.h>'
12150
12151 2003-10-10 01:05  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12152
12153         * src/util.h:
12154
12155         - added *_cast macros
12156         - mark writeStr() as __attribute__((__unused__)) to prevent compiler
12157           warnings
12158         - fixed off-by-one error in WRITE_MSG
12159
12160 2003-10-10 01:04  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12161
12162         * src/secure-mount.c:
12163
12164         rewrote it completely; it emulates now nearly the usual mount(8)
12165         functionality but provides the enhanced '--secure', '--chdir ...',
12166         ... options which are needed for vservers
12167
12168 2003-10-09 03:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12169
12170         * doc/cfg.txt:
12171
12172         added documentation about <interfaces> and basic vserver-variables
12173
12174 2003-10-09 03:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12175
12176         * scripts/vserver.start:
12177
12178         initial checkin
12179
12180 2003-10-09 03:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12181
12182         * scripts/vserver:
12183
12184         complete rewrite
12185
12186 2003-10-09 03:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12187
12188         * Makefile.am:
12189
12190         added some standard-tools to the %.pathsubst rules
12191
12192 2003-10-09 03:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12193
12194         * configure.ac:
12195
12196         added checks for some standard-tools
12197
12198 2003-10-09 03:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12199
12200         * tests/Makefile-files:
12201
12202         added getctx
12203
12204 2003-10-09 03:45  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12205
12206         * src/Makefile-files:
12207
12208         added save_ctxinfo and mask2prefix
12209
12210 2003-10-09 03:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12211
12212         * tests/.cvsignore:
12213
12214         added getctx
12215
12216 2003-10-09 03:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12217
12218         * src/.cvsignore:
12219
12220         added mask2prefix and save_ctxinfo
12221
12222 2003-10-09 03:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12223
12224         * scripts/util-vserver-vars.pathsubst:
12225
12226         added CVS tags
12227
12228 2003-10-09 03:41  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12229
12230         * src/mask2prefix.c, src/save_ctxinfo.c, tests/getctx.c:
12231
12232         initial checkin
12233
12234 2003-10-09 03:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12235
12236         * scripts/util-vserver-vars.pathsubst:
12237
12238         added _CAPCHROOT, _CHBIND, _CHCONTEXT, _MASK2PREFIX, _SAVE_S_CONTEXT,
12239         _SAVE_CTXINFO, _VPS and standard-tool macros
12240
12241 2003-10-09 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12242
12243         * scripts/functions:
12244
12245         added isVserverRunning function
12246
12247 2003-10-09 03:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12248
12249         * lib/vserver.h:
12250
12251         added CTX_NOCTX macro
12252         added getctx()/getcctx() functions
12253         added ctx_t datatype
12254
12255 2003-10-09 03:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12256
12257         * lib/Makefile-files:
12258
12259         added getctx and int2str + helper headers
12260
12261 2003-10-09 03:36  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12262
12263         * lib/: getctx.c, int2str.c, internal.h:
12264
12265         initial checkin
12266
12267 2003-10-07 00:38  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12268
12269         * distrib/Makefile.am:
12270
12271         added install-rules for the distributions
12272
12273 2003-10-07 00:37  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12274
12275         * distrib/rh9/apt/: rpmpriorities, sources.list:
12276
12277         initial checkin
12278
12279 2003-10-06 21:49  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12280
12281         * util-vserver.spec.in:
12282
12283         - fixed Source0 URL
12284         - added -sysv and -devel subpackages
12285         - moved /etc/init.d to %_initrddir
12286
12287 2003-10-06 21:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12288
12289         * Makefile.am:
12290
12291         - added more pathsubst variables
12292         - added $(scripts_DTA)
12293
12294 2003-10-06 21:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12295
12296         * distrib/defaults/rpm/macros:
12297
12298         added notes regarding %_install_langs and added some other "main"-languages
12299
12300 2003-10-06 21:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12301
12302         * doc/cfg.txt:
12303
12304         added apps/vunify documentation
12305
12306 2003-10-06 21:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12307
12308         * scripts/vserver-init:
12309
12310         - added metadata to track if root-/pkgcfgbase-links shall be made
12311           relative
12312         - added gpg-key import
12313         - create dev/pts directory
12314
12315 2003-10-06 21:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12316
12317         * scripts/vapt-get:
12318
12319         improved '--help'/'--version' messages
12320
12321 2003-10-06 21:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12322
12323         * scripts/util-vserver-vars.pathsubst:
12324
12325         added PACKAGE_* variables
12326         made DISTRIBDIR "$PKGLIBDIR/distributions" (instead of "$PKGLIBDIR")
12327         added _VRPM
12328         reordered the _* variables alphabetically
12329
12330 2003-10-06 21:40  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12331
12332         * scripts/Makefile-files:
12333
12334         installed missing files (functions, vapt-get*, vrpm*)
12335
12336 2003-10-02 17:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12337
12338         * src/secure-mount.c:
12339
12340         rewrote it completely
12341
12342 2003-10-02 17:35  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12343
12344         * src/rpm-fake.c:
12345
12346         - set default-signal handler for SIGCHLD
12347         - minor cosmetical cleanups
12348         - use wait4(2) instead of waitpid(2)
12349
12350 2003-10-02 17:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12351
12352         * scripts/vserver-init:
12353
12354         - renamed 'makeInode' to 'makeDevEntry' which is more flexible
12355         - added workaround for
12356           https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106057
12357         - content of *all* rpm and apt template directories will be copied now
12358         - use '-y' flag on 'apt-get' invocation
12359
12360 2003-10-02 17:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12361
12362         * scripts/vrpm-preload:
12363
12364         minor cosmetical cleanups
12365         added copyright
12366
12367 2003-10-02 17:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12368
12369         * scripts/vapt-get-worker:
12370
12371         minor cosmetical cleanups
12372         removed debug code
12373
12374 2003-10-02 17:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12375
12376         * scripts/: vapt-get, vrpm, vrpm-worker:
12377
12378         minor cosmetical cleanups
12379
12380 2003-10-02 17:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12381
12382         * scripts/: functions, util-vserver-vars.pathsubst:
12383
12384         added workaround for https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106057
12385
12386 2003-10-01 12:48  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12387
12388         * .cvsignore:
12389
12390         updated to reflect changes in CVSROOT/cvsignores
12391
12392 2003-10-01 12:44  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12393
12394         * man/Makefile-files:
12395
12396         removed last traces of newvserver
12397
12398 2003-10-01 12:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12399
12400         * m4/changelog.am, configure.ac:
12401
12402         added cvs2cl support
12403
12404 2003-10-01 12:43  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12405
12406         * scripts/Makefile-files:
12407
12408         - changed pathsubst rules so that files will not be updated on every
12409           'make' anymore
12410
12411 2003-10-01 12:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12412
12413         * Makefile.am:
12414
12415         - added cvs2cl support
12416         - changed pathsubst rules so that files will not be updated on every
12417           'make' anymore
12418
12419 2003-10-01 02:55  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12420
12421         * src/rpm-fake.c:
12422
12423         explicitly cast result of dlsym() to prevent compiler warnings
12424
12425 2003-10-01 02:54  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12426
12427         * src/new-namespace.c:
12428
12429         small fix in error-message
12430
12431 2003-10-01 02:47  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12432
12433         * src/rebootmgr.c:
12434
12435         fixed small size_t vs. socklen_t type-clash
12436
12437 2003-10-01 02:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12438
12439         * Makefile.am, configure.ac, .cvsignore:
12440
12441         renamed vserver.spec.in to util-vserver.spec.in
12442
12443 2003-10-01 02:18  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12444
12445         * newvserver.defaults[DEAD], man/newvserver.8[DEAD]:
12446
12447         removed since linuxconf support was dropped
12448
12449 2003-10-01 01:52  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12450
12451         * util-vserver.spec.in, vserver.spec.in[DEAD]:
12452
12453         renamed vserver.spec.in to util-vserver.spec.in and updated it
12454
12455 2003-09-30 22:46  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12456
12457         * src/: new-namespace.c, secure-mount.c:
12458
12459         modified showVersion() to show current version instead of an hardcoded
12460         value
12461
12462 2003-09-30 22:28  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12463
12464         * .cvsignore:
12465
12466         updated
12467
12468 2003-09-30 22:27  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12469
12470         * Makefile.am:
12471
12472         added general rule for %.pathsubst files
12473         updated file-lists
12474
12475 2003-09-30 22:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12476
12477         * configure.ac:
12478
12479         added distrib/Makefile
12480
12481 2003-09-30 22:26  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12482
12483         * pathconfig.h.pathsubst:
12484
12485         initial checkin
12486
12487 2003-09-30 22:24  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12488
12489         * scripts/Makefile-files:
12490
12491         - renamed util-vserver-vars.subst to util-vserver-vars.pathsubst; this
12492           makes it easier to use general makefile-rules
12493         - removed the old rules for util-vserver-vars
12494
12495 2003-09-30 22:23  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12496
12497         * scripts/: util-vserver-vars.pathsubst,
12498           util-vserver-vars.subst[DEAD]:
12499
12500         renamed util-vserver-vars.subst to util-vserver-vars.pathsubst; this
12501         makes it easier to use general makefile-rules
12502
12503 2003-09-30 22:16  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12504
12505         * src/: capchroot.c, chbind.c, chcontext.c, fakerunlevel.c,
12506           filetime.c, ifspec.c, rebootmgr.c, reducecap.c, setctxlimit.c,
12507           showperm.c, vdu.c, vreboot.c, vserver-stat.c:
12508
12509         include <config.h>
12510
12511 2003-09-30 22:13  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12512
12513         * src/: vbuild.cc, vcheck.cc, vfiles.cc, vunify.cc, vutil.cc:
12514
12515         - renamed 'PACKAGE' class to 'Package' to avoid naming-clashes with
12516           the standard autoconf macro
12517         - include <config.h>
12518
12519 2003-09-30 22:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12520
12521         * src/: vutil.h, vutil.p:
12522
12523         renamed 'PACKAGE' class to 'Package' to avoid naming-clashes with the
12524         standard autoconf macro
12525
12526 2003-09-30 21:25  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12527
12528         * src/rpm-fake.c:
12529
12530         - removed debug-output
12531         - do not fail on umount() errors; CLONE_NEWNS has unexpected/strange
12532           behavior in combination with chroot() so that mountpoints within
12533           chroots *can* disappear automatically
12534
12535 2003-09-30 21:12  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12536
12537         * Makefile.am:
12538
12539         use recursive make for distrib: added it to SUBDIRS and remove old
12540         $(distrib_*) variables
12541
12542 2003-09-30 20:17  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12543
12544         * distrib/.cvsignore:
12545
12546         initial checkin
12547
12548 2003-09-30 20:11  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12549
12550         * distrib/: Makefile-files[DEAD], Makefile.am,
12551           install-mdk8.2[DEAD], install-post.sh[DEAD],
12552           install-pre.sh[DEAD], install-rh7.2[DEAD], install-rh7.3[DEAD],
12553           install-rh8.0[DEAD], install-rh9.0[DEAD], mdk8.2-minimum[DEAD],
12554           rh7.3-minimum[DEAD], rh8.0-minimum[DEAD], rh9.0-minimum[DEAD],
12555           sample.conf[DEAD], sample.sh[DEAD], defaults/devs,
12556           defaults/rpm/macros, rh9/pkgs/01, rh9/pkgs/02:
12557
12558         Replaced the install-* and *-minimum files with configuration files
12559         for the new vserver-init tool in the scripts directory. To ease the
12560         'install:'-make target, it is necessarily to use recursive make for
12561         this directory.
12562
12563 2003-09-30 18:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12564
12565         * configure.ac:
12566
12567         added dietlibc support
12568         version 0.23.89.1
12569
12570 2003-09-30 18:00  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12571
12572         * .cvsignore:
12573
12574         added Makefile
12575
12576 2003-09-30 17:59  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12577
12578         * scripts/.cvsignore, scripts/functions, scripts/vapt-get,
12579           scripts/vapt-get-worker, scripts/vrpm-preload,
12580           scripts/vrpm-worker, scripts/vserver-init, src/.cvsignore,
12581           src/new-namespace.c, src/rpm-fake.c, src/secure-mount.c,
12582           src/util.h, lib/.cvsignore, sysv/.cvsignore, tests/.cvsignore:
12583
12584         initial checkin
12585
12586 2003-09-30 17:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12587
12588         * Makefile.am:
12589
12590         updated to new -devel branch
12591         added dietlibc support
12592
12593 2003-09-30 17:58  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12594
12595         * src/Makefile-files:
12596
12597         added secure-mount, new-namespace and rpm-fake.so rules
12598
12599 2003-09-30 17:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12600
12601         * scripts/vrpm:
12602
12603         replaced with new version
12604
12605 2003-09-30 17:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12606
12607         * scripts/util-vserver-vars.subst:
12608
12609         added more variables
12610
12611 2003-09-30 17:56  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12612
12613         * scripts/Makefile-files:
12614
12615         added more substitutions
12616
12617 2003-09-30 14:42  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12618
12619         * doc/cfg.txt:
12620
12621         initial checkin
12622
12623 2003-09-30 00:01  Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
12624
12625         * doc/intro.txt, lib/Makefile-files, lib/syscall.c, lib/vserver.h,
12626           m4/changelog.am, m4/ensc_cflags.m4, m4/gpgsig.am, m4/validate.am,
12627           man/Makefile-files, man/chbind.8, man/chcontext.8,
12628           man/distrib-info.8, man/newvserver.8, man/rebootmgr.8,
12629           man/reducecap.8, man/vps.8, man/vpstree.8, man/vrpm.8,
12630           man/vserver-copy.8, man/vserver-stat.8, man/vserver.8,
12631           man/vtop.8, scripts/Makefile-files, scripts/distrib-info,
12632           scripts/rootshell, scripts/save_s_context,
12633           scripts/util-vserver-vars.subst, scripts/vkill, scripts/vprofile,
12634           scripts/vps, scripts/vpstree, scripts/vrpm, scripts/vserver,
12635           scripts/vserver-copy, scripts/vserverkillall,
12636           scripts/vservers.grabinfo.sh, scripts/vsysvwrapper, scripts/vtop,
12637           scripts/vunify.old.sh, src/Makefile-files, src/capchroot.c,
12638           src/chbind.c, src/chcontext.c, src/fakerunlevel.c,
12639           src/filetime.c, src/ifspec.c, src/listdevip.c,
12640           src/parserpmdump.c, src/readlink.c, src/rebootmgr.c,
12641           src/reducecap.c, src/setctxlimit.c, src/showattr.c,
12642           src/showperm.c, src/vbuild.cc, src/vcheck.cc, src/vdu.c,
12643           src/vfiles.cc, src/vreboot.c, src/vserver-stat.c, src/vunify.cc,
12644           src/vutil.cc, src/vutil.h, src/vutil.p, sysv/Makefile-files,
12645           sysv/rebootmgr.subst, sysv/v_gated.subst, sysv/v_httpd.subst,
12646           sysv/v_named.subst, sysv/v_portmap.subst, sysv/v_sendmail.subst,
12647           sysv/v_smb.subst, sysv/v_sshd.subst, sysv/v_xinetd.subst,
12648           sysv/vservers.conf, sysv/vservers.subst, tests/Makefile-files,
12649           tests/chrootsafe.cc, tests/escaperoot.cc, tests/forkbomb.cc,
12650           tests/testipc.cc, tests/testlimit.cc, tests/testopenf.cc,
12651           vserver.spec.in, distrib/Makefile-files, distrib/install-mdk8.2,
12652           distrib/install-post.sh, distrib/install-pre.sh,
12653           distrib/install-rh7.2, distrib/install-rh7.3,
12654           distrib/install-rh8.0, distrib/install-rh9.0,
12655           distrib/mdk8.2-minimum, distrib/rh7.3-minimum,
12656           distrib/rh8.0-minimum, distrib/rh9.0-minimum,
12657           distrib/sample.conf, distrib/sample.sh, doc/FAQ.txt,
12658           doc/Makefile-files, doc/changelog.txt, .cvsignore, AUTHORS,
12659           Makefile.am, NEWS, README, THANKS, configure.ac,
12660           newvserver.defaults:
12661
12662         initial checkin
12663