captive.git
18 years agoFixed stupid harmless warn on "link = link" due to a typo.
lace [Thu, 22 Dec 2005 13:21:17 +0000 (13:21 +0000)]
Fixed stupid harmless warn on "link = link" due to a typo.

18 years ago+Installation initialization of the FUSE /var/lock/subsys shutdown safety.
lace [Thu, 22 Dec 2005 10:59:36 +0000 (10:59 +0000)]
+Installation initialization of the FUSE /var/lock/subsys shutdown safety.

18 years agoPrevent: Prevent: .../bonobo/bonobo-i18n.h:47:1: warning: "_" redefined
lace [Thu, 22 Dec 2005 10:01:43 +0000 (10:01 +0000)]
Prevent: Prevent: .../bonobo/bonobo-i18n.h:47:1: warning: "_" redefined
Move AH_BOTTOM() to <captive/config.h> to prevent its autoconf(1) mangling.

18 years agoPrevent: warning: ignoring return value of ‘write’, ...
lace [Thu, 22 Dec 2005 09:59:58 +0000 (09:59 +0000)]
Prevent: warning: ignoring return value of ‘write’, ...

18 years agoIntegrate static packaing into the CVS HEAD; make it even default.
lace [Thu, 22 Dec 2005 08:22:56 +0000 (08:22 +0000)]
Integrate static packaing into the CVS HEAD; make it even default.

18 years agoMoved "captive-sandbox-server" to not to confuse users: sbin -> libexec
lace [Wed, 21 Dec 2005 12:58:20 +0000 (12:58 +0000)]
Moved "captive-sandbox-server" to not to confuse users: sbin -> libexec
 - And OK, it is really the appropriate directory for it.

18 years ago+Cleanup pod2html(2) temporary files.
lace [Wed, 21 Dec 2005 12:32:56 +0000 (12:32 +0000)]
+Cleanup pod2html(2) temporary files.

18 years ago'make dist' tidy: Delete 'CVS' subdirs in: reactos/
lace [Tue, 20 Dec 2005 09:10:01 +0000 (09:10 +0000)]
'make dist' tidy: Delete 'CVS' subdirs in: reactos/
 - Objected by Paul Wise before.

18 years agodist-hook: $(BUILT_SOURCES) are now deleted recursively, I hope it is safe.
lace [Tue, 20 Dec 2005 09:09:08 +0000 (09:09 +0000)]
dist-hook: $(BUILT_SOURCES) are now deleted recursively, I hope it is safe.

18 years ago+Shutdown safety script - unmounts all the FUSE filesystems.
lace [Tue, 20 Dec 2005 00:44:09 +0000 (00:44 +0000)]
+Shutdown safety script - unmounts all the FUSE filesystems.

18 years ago+Shutdown safety script - unmounts all the FUSE filesystems.
lace [Tue, 20 Dec 2005 00:38:42 +0000 (00:38 +0000)]
+Shutdown safety script - unmounts all the FUSE filesystems.

18 years agoProvide more optimal default FUSE library options.
lace [Tue, 20 Dec 2005 00:33:54 +0000 (00:33 +0000)]
Provide more optimal default FUSE library options.
Drop forgotten 'struct captive_options' redeclaration.
Fixed mounting the image really read/write even if only "-o rw" appended.
Provide proper devicename for FUSE/mtab.
 - Fixed double-mount bug during machine boot.

18 years agoProvide default arguments as in Perl LUFS mount.captive(8).
lace [Mon, 19 Dec 2005 21:52:19 +0000 (21:52 +0000)]
Provide default arguments as in Perl LUFS mount.captive(8).

18 years agoPermit 'GNOME_VFS_SET_FILE_INFO_TIME' of atime+mtime without ctime.
lace [Mon, 19 Dec 2005 21:02:45 +0000 (21:02 +0000)]
Permit 'GNOME_VFS_SET_FILE_INFO_TIME' of atime+mtime without ctime.
 - Such mode is used by FUSE op_utime().

18 years agoRefuse to run in --rw --no-sandbox mode as it is too dangerous.
lace [Mon, 19 Dec 2005 21:02:01 +0000 (21:02 +0000)]
Refuse to run in --rw --no-sandbox mode as it is too dangerous.

18 years agoProvide man page for the LUFS client.
lace [Mon, 19 Dec 2005 20:48:19 +0000 (20:48 +0000)]
Provide man page for the LUFS client.
 - FIXME: In fact the calling syntax description there is now broken.
   - In fact the calling syntax will change.

18 years agoFixed conditional compilation.
lace [Mon, 19 Dec 2005 20:35:39 +0000 (20:35 +0000)]
Fixed conditional compilation.

18 years agoRemoved 'httpcaptive' redirection hack.
lace [Mon, 19 Dec 2005 20:32:56 +0000 (20:32 +0000)]
Removed 'httpcaptive' redirection hack.
 - No longer needed as the current GnomeVFS uses seek()able libneon.

18 years agomplemented the complete set of FUSE functions for libcaptive.
lace [Mon, 19 Dec 2005 20:28:09 +0000 (20:28 +0000)]
mplemented the complete set of FUSE functions for libcaptive.

18 years agoFixed to return proper bytecount.
lace [Mon, 19 Dec 2005 20:27:44 +0000 (20:27 +0000)]
Fixed to return proper bytecount.
 - That ton of messing FUSE documentation stuff in fact says it is normal!

18 years agoFixed opening mode - read/write permissions request.
lace [Mon, 19 Dec 2005 20:26:29 +0000 (20:26 +0000)]
Fixed opening mode - read/write permissions request.

18 years agoCosmetic: Whitespace.
lace [Mon, 19 Dec 2005 20:25:46 +0000 (20:25 +0000)]
Cosmetic: Whitespace.

18 years agoFixed assertion.
lace [Mon, 19 Dec 2005 20:25:26 +0000 (20:25 +0000)]
Fixed assertion.
Removed forgotten debug dump.

18 years ago+FUSE interface skeleton.
lace [Mon, 19 Dec 2005 18:56:14 +0000 (18:56 +0000)]
+FUSE interface skeleton.

18 years agoImplemented directory listings and files reading.
lace [Mon, 19 Dec 2005 18:55:12 +0000 (18:55 +0000)]
Implemented directory listings and files reading.

18 years agoCosmetic: Include some include file already included by others anyway.
lace [Mon, 19 Dec 2005 18:54:32 +0000 (18:54 +0000)]
Cosmetic: Include some include file already included by others anyway.

18 years ago+Comment: FIXME on 'GnomeVFSFileInfo' memory leak.
lace [Mon, 19 Dec 2005 18:53:17 +0000 (18:53 +0000)]
+Comment: FIXME on 'GnomeVFSFileInfo' memory leak.

18 years agoRename to comply with the new autoconf(1) style: configure.in -> configure.ac
lace [Mon, 19 Dec 2005 16:15:00 +0000 (16:15 +0000)]
Rename to comply with the new autoconf(1) style: configure.in -> configure.ac

18 years ago+FUSE interface skeleton.
lace [Mon, 19 Dec 2005 16:08:48 +0000 (16:08 +0000)]
+FUSE interface skeleton.

18 years ago+FUSE interface skeleton.
lace [Mon, 19 Dec 2005 16:08:28 +0000 (16:08 +0000)]
+FUSE interface skeleton.
LUFS interface got disabled by default.

18 years ago+Replace popt by GOption.
lace [Mon, 19 Dec 2005 12:23:20 +0000 (12:23 +0000)]
+Replace popt by GOption.

18 years ago+Microsoft files downloader/extractor/.captivemodid.xml builders.
lace [Mon, 19 Dec 2005 07:30:46 +0000 (07:30 +0000)]
+Microsoft files downloader/extractor/.captivemodid.xml builders.

18 years agoFixed 'GIOChanel' buffers signedness gcc(1) warnings.
lace [Sat, 17 Dec 2005 05:33:48 +0000 (05:33 +0000)]
Fixed 'GIOChanel' buffers signedness gcc(1) warnings.

18 years agoWorkarounded broken 'make clean;make'.
lace [Sat, 17 Dec 2005 05:20:28 +0000 (05:20 +0000)]
Workarounded broken 'make clean;make'.
 - Still broken cross-neighbor intra-directory dependencies.

18 years agoFixed 'xmlChar' signedness gcc(1) warnings.
lace [Sat, 17 Dec 2005 05:19:13 +0000 (05:19 +0000)]
Fixed 'xmlChar' signedness gcc(1) warnings.

18 years ago+captive_reactos_towupper(): Fully Unicode-aware towupper() ReactOS wrapper.
lace [Sat, 17 Dec 2005 02:23:07 +0000 (02:23 +0000)]
+captive_reactos_towupper(): Fully Unicode-aware towupper() ReactOS wrapper.

18 years agoIsolate ReactOS Unicode function colliding with their new GCC-internal matches.
lace [Sat, 17 Dec 2005 02:22:24 +0000 (02:22 +0000)]
Isolate ReactOS Unicode function colliding with their new GCC-internal matches.

18 years agoCosmetic: Messages fatalities cleanup.
lace [Fri, 16 Dec 2005 16:17:30 +0000 (16:17 +0000)]
Cosmetic: Messages fatalities cleanup.

18 years agoCosmetic: Style cleanup.
lace [Fri, 16 Dec 2005 16:12:37 +0000 (16:12 +0000)]
Cosmetic: Style cleanup.

18 years ago+Error text: Failed to remove (non-recursive removal) directory "%s": %m
lace [Fri, 16 Dec 2005 16:11:01 +0000 (16:11 +0000)]
+Error text: Failed to remove (non-recursive removal) directory "%s": %m
 - Reached by: Gregor Rebolj

18 years ago+Error text: Failed to check for non-recursive removal directory "%s": %m
lace [Fri, 16 Dec 2005 16:09:10 +0000 (16:09 +0000)]
+Error text: Failed to check for non-recursive removal directory "%s": %m
 - Reached by: wim delvaux

18 years agoImproved charset-related error message for better debuggability.
short [Fri, 16 Dec 2005 11:44:08 +0000 (11:44 +0000)]
Improved charset-related error message for better debuggability.

18 years ago+$(PHONY) variable for global target: .PHONY
short [Thu, 15 Dec 2005 19:17:58 +0000 (19:17 +0000)]
+$(PHONY) variable for global target: .PHONY

18 years agoWorkaround automake-1.9.5-1: .include_test_false.c -> _include_test_false.c
short [Thu, 15 Dec 2005 19:17:45 +0000 (19:17 +0000)]
Workaround automake-1.9.5-1: .include_test_false.c -> _include_test_false.c

18 years ago+LUFS rename() does not overwrite the target object <423029BE.5020405@hanneslau.de>
short [Thu, 15 Dec 2005 19:17:28 +0000 (19:17 +0000)]
+LUFS rename() does not overwrite the target object <423029BE.5020405@hanneslau.de>

18 years ago+$(PHONY) variable for global target: .PHONY
short [Thu, 15 Dec 2005 19:17:04 +0000 (19:17 +0000)]
+$(PHONY) variable for global target: .PHONY
Cosmetic: .PHONY-tize target: distfiles
Workaround automake-1.9.5-1: .include_test_false.c -> _include_test_false.c

18 years agoRemove nested pod "=over/=back" to workaround Pod::Html bugs.
short [Sun, 9 Oct 2005 09:31:27 +0000 (09:31 +0000)]
Remove nested pod "=over/=back" to workaround Pod::Html bugs.
 - XHTML validity requires patch of: Perl Bug # 37250
   - From: <rt-3.0.11-37250-122352.19.7520280058314@perl.org>

19 years ago+Some pending bugs.
short [Tue, 28 Dec 2004 14:10:53 +0000 (14:10 +0000)]
+Some pending bugs.

19 years agoFixed error messages of: g_(filename|locale)_(from|to)_utf8()
short [Thu, 26 Aug 2004 10:24:51 +0000 (10:24 +0000)]
Fixed error messages of: g_(filename|locale)_(from|to)_utf8()

19 years ago+GID of chroot element should not be important if r/o (Aurore Totoche)
short [Sun, 6 Jun 2004 19:06:46 +0000 (19:06 +0000)]
+GID of chroot element should not be important if r/o (Aurore Totoche)
+Unhandled mount of non-NTFS disk by ntfs.sys (Sebastian Werner)

20 years agoBetter error message during failed spawn of captive-sandbox-server(1).
short [Sat, 10 Apr 2004 17:55:19 +0000 (17:55 +0000)]
Better error message during failed spawn of captive-sandbox-server(1).
 - Bugreported by Olivier Evalet.

20 years ago+'liblufs-captivefs'+'libcaptive-gnomevfs' broken '-release' (Miklos Szeredi)
short [Wed, 10 Mar 2004 22:31:30 +0000 (22:31 +0000)]
+'liblufs-captivefs'+'libcaptive-gnomevfs' broken '-release' (Miklos Szeredi)

20 years ago+Machine shutdown does not commit NTFS during unmount (Fred Kulack)
short [Wed, 10 Mar 2004 22:17:49 +0000 (22:17 +0000)]
+Machine shutdown does not commit NTFS during unmount (Fred Kulack)

20 years ago+NFS export of captive directory fails - LUFS bug (Gustavo Michels)
short [Sat, 6 Mar 2004 17:52:55 +0000 (17:52 +0000)]
+NFS export of captive directory fails - LUFS bug (Gustavo Michels)

20 years agoXMMS is really confirmed...
short [Sat, 6 Mar 2004 17:13:49 +0000 (17:13 +0000)]
XMMS is really confirmed...
 - Urged by Daniel Wagner.

20 years ago+MDK-9.2: libORBit2-2.8.2 is not sufficient, 2.8.3 is OK
short [Sat, 6 Mar 2004 17:12:46 +0000 (17:12 +0000)]
+MDK-9.2: libORBit2-2.8.2 is not sufficient, 2.8.3 is OK

20 years agoRelease: 1.1.5 -> 1.1.6cvs
short [Sun, 18 Jan 2004 16:44:39 +0000 (16:44 +0000)]
Release: 1.1.5 -> 1.1.6cvs

20 years agoRelease: 1.1.5
short [Sun, 18 Jan 2004 10:24:18 +0000 (10:24 +0000)]
Release: 1.1.5

20 years ago+Fixed refusal to mount some NT4.0 NTFSes (Nerijus Baliunas, Scott Chevalley)
short [Sun, 18 Jan 2004 10:09:00 +0000 (10:09 +0000)]
+Fixed refusal to mount some NT4.0 NTFSes (Nerijus Baliunas, Scott Chevalley)

20 years agoFixed (?) Cache Manager LogHandle=NULL call.
short [Sun, 18 Jan 2004 10:06:39 +0000 (10:06 +0000)]
Fixed (?) Cache Manager LogHandle=NULL call.
 - NT4 NTFS mount still files with STATUS_UNRECOGNIZED_VOLUME.
 - Bugreported by Nerijus Baliunas.

20 years ago+RtlEqualSid()
short [Sun, 18 Jan 2004 08:49:38 +0000 (08:49 +0000)]
+RtlEqualSid()
 - Required for some NT4 NTFS disk drives by ntfs.sys of NT-5.1sp1.
 - Bugreported by Nerijus Baliunas and Scott Chevalley.

20 years agoCosmetic: +Comment: sniffed: | SYNCHRONIZE
short [Sun, 18 Jan 2004 08:25:45 +0000 (08:25 +0000)]
Cosmetic: +Comment: sniffed: | SYNCHRONIZE

20 years agowording
short [Sun, 18 Jan 2004 01:02:42 +0000 (01:02 +0000)]
wording

20 years agoFixed sources-compilation ORBit2 incompatibility for 'dist'ed package.
short [Sun, 18 Jan 2004 00:05:11 +0000 (00:05 +0000)]
Fixed sources-compilation ORBit2 incompatibility for 'dist'ed package.
 - Bugreported by Gerd Fleischer.

20 years ago+Support for reading of HIDDEN SYSTEM NTFS files via LUFS
short [Sun, 4 Jan 2004 19:11:00 +0000 (19:11 +0000)]
+Support for reading of HIDDEN SYSTEM NTFS files via LUFS
 - -Failed reading of NTFS hidden-system files

20 years agoFixed reading of HIDDEN SYSTEM files.
short [Sun, 4 Jan 2004 19:09:10 +0000 (19:09 +0000)]
Fixed reading of HIDDEN SYSTEM files.

20 years ago+NEWS for captive-1.1.5
short [Sun, 4 Jan 2004 18:40:19 +0000 (18:40 +0000)]
+NEWS for captive-1.1.5
 - Fixed file sizes to be truncated via LUFS (Matthias R.)
 - Support /dev/ataraid devices (Ivan Tonov)

20 years agoFailed reading of NTFS hidden-system files
short [Sat, 27 Dec 2003 12:11:21 +0000 (12:11 +0000)]
Failed reading of NTFS hidden-system files
 - Confirmed now.

20 years ago+Comment: Sniffed file open attributes.
short [Sat, 27 Dec 2003 12:00:03 +0000 (12:00 +0000)]
+Comment: Sniffed file open attributes.

20 years ago+Debug messages for 'FileHandle' 'use_count'.
short [Sat, 27 Dec 2003 11:00:13 +0000 (11:00 +0000)]
+Debug messages for 'FileHandle' 'use_count'.

20 years agofile_open/file_create: +commits retrying code
short [Sat, 27 Dec 2003 10:59:11 +0000 (10:59 +0000)]
file_open/file_create: +commits retrying code

20 years ago+Memory leaks during NTFS disks scanning by *-acquire (caused by libntfs?)
short [Sat, 27 Dec 2003 10:55:35 +0000 (10:55 +0000)]
+Memory leaks during NTFS disks scanning by *-acquire (caused by libntfs?)

20 years agoFixed 'popt' compatibility with at least 'rpm-3.0.6/popt'.
short [Sat, 27 Dec 2003 00:56:29 +0000 (00:56 +0000)]
Fixed 'popt' compatibility with at least 'rpm-3.0.6/popt'.
 - Bug report by danalien.

20 years ago-Files are forgotten to be truncated during creat(2) (Matthias R.)
short [Mon, 22 Dec 2003 12:12:29 +0000 (12:12 +0000)]
-Files are forgotten to be truncated during creat(2) (Matthias R.)

20 years agocaptivefs_setattr(): Respect 'fattr->f_size'.
short [Mon, 22 Dec 2003 12:12:10 +0000 (12:12 +0000)]
captivefs_setattr(): Respect 'fattr->f_size'.
 - Fixes file truncation by LUFS.
 - Bugreported by Matthias R.

20 years ago+Support '/dev/ataraid/d0p1' device naming.
short [Sun, 21 Dec 2003 21:28:31 +0000 (21:28 +0000)]
+Support '/dev/ataraid/d0p1' device naming.
+Display human readable 'parent partition' open error message.

20 years ago+XMMS playing from NTFS crashes Captive (unconfirmed) (Marek Koch)
short [Sat, 20 Dec 2003 07:24:34 +0000 (07:24 +0000)]
+XMMS playing from NTFS crashes Captive (unconfirmed) (Marek Koch)

20 years ago+Files are forgotten to be truncated during creat(2) (Matthias R.)
short [Thu, 18 Dec 2003 09:17:33 +0000 (09:17 +0000)]
+Files are forgotten to be truncated during creat(2) (Matthias R.)
+Failed reading of NTFS hidden system files?

20 years agoRelease: 1.1.4 -> 1.1.5cvs
short [Sun, 14 Dec 2003 02:53:42 +0000 (02:53 +0000)]
Release: 1.1.4 -> 1.1.5cvs

20 years agoRelease: 1.1.4
short [Sat, 13 Dec 2003 21:44:38 +0000 (21:44 +0000)]
Release: 1.1.4

20 years ago+* Unicode/UTF8 localized filenames conversion for GNU/Linux is now supported
short [Sat, 13 Dec 2003 21:41:26 +0000 (21:41 +0000)]
+* Unicode/UTF8 localized filenames conversion for GNU/Linux is now supported
+* Various GNU/Linux distributions compatibility fixes
+* Fixed omitted captive-install-acquire(1) --microsoft-com progress bar
+* Fixed captive-install-acquire(1) --scan-disks* performance

20 years ago-Localized filenames not supported - they should be UTF8ed across the project.
short [Sat, 13 Dec 2003 21:25:05 +0000 (21:25 +0000)]
-Localized filenames not supported - they should be UTF8ed across the project.
+client/gnomevfs g_filename_*_utf8() support.
+*/g_filename_*_utf8() -> LUFS Linux kernel NLS support, load_nls_default().

20 years agoRPM installation compatibility for non-'-r' groupadd(8)/useradd(8).
short [Sat, 13 Dec 2003 21:22:29 +0000 (21:22 +0000)]
RPM installation compatibility for non-'-r' groupadd(8)/useradd(8).

20 years ago+Unicode/UTF8 locale conversion support for 'G_BROKEN_FILENAMES' etc.
short [Sat, 13 Dec 2003 21:20:05 +0000 (21:20 +0000)]
+Unicode/UTF8 locale conversion support for 'G_BROKEN_FILENAMES' etc.

20 years agoFixed "mv dir dir/subdir" prevention for UTF8 filenames case-insensitivity.
short [Sat, 13 Dec 2003 19:04:32 +0000 (19:04 +0000)]
Fixed "mv dir dir/subdir" prevention for UTF8 filenames case-insensitivity.

20 years agoForgotten 'cabinet_used' progress total size for 'xpsp1a_en_x86_chk.exe'.
short [Sat, 13 Dec 2003 15:41:26 +0000 (15:41 +0000)]
Forgotten 'cabinet_used' progress total size for 'xpsp1a_en_x86_chk.exe'.

20 years agoDisks scanning performance: GTK+ mode: Prevent expensive polling gdk_flush()es.
short [Sat, 13 Dec 2003 15:16:31 +0000 (15:16 +0000)]
Disks scanning performance: GTK+ mode: Prevent expensive polling gdk_flush()es.

20 years agoDisks scanning performance: text mode: Cache 'isatty(0)'.
short [Sat, 13 Dec 2003 14:51:23 +0000 (14:51 +0000)]
Disks scanning performance: text mode: Cache 'isatty(0)'.

20 years ago+NEWS for captive-1.1.4
short [Fri, 12 Dec 2003 13:50:55 +0000 (13:50 +0000)]
+NEWS for captive-1.1.4
 - Fixed captive-install-acquire(1) --scan-disks* memory leaks (Steve Wampler)
 - Minor captive-sandbox-server(1) GNU/Linux-compatibility fixes

20 years ago-famd lockup after accessing NTFS volume (not yet confirmed)
short [Fri, 12 Dec 2003 08:42:47 +0000 (08:42 +0000)]
-famd lockup after accessing NTFS volume (not yet confirmed)
 - Unable to reproduce on Shrike.

20 years ago-captive-install-acquire --scan-disks* memory leak (not yet confirmed)
short [Thu, 11 Dec 2003 20:50:22 +0000 (20:50 +0000)]
-captive-install-acquire --scan-disks* memory leak (not yet confirmed)

20 years agoWorkarounded cabextract memory leaks by captive memory tracker object.
short [Thu, 11 Dec 2003 20:49:59 +0000 (20:49 +0000)]
Workarounded cabextract memory leaks by captive memory tracker object.
Fixed SIGSEGV-possible cabextract 'decomp_state' reentrancy.

20 years ago-df(1)/statfs(2) EOVERFLOW (not yet confirmed)
short [Thu, 11 Dec 2003 13:47:15 +0000 (13:47 +0000)]
-df(1)/statfs(2) EOVERFLOW (not yet confirmed)
 - http://www.jankratochvil.net/pipermail/captive-list/2003-December/000099.html
 - NOTABUG.
 - Bugreported by Ulrich Mueller.

20 years agoFixed some minor 'GnomeVFSFileInfo' disk scanning memory leaks.
short [Wed, 10 Dec 2003 20:53:54 +0000 (20:53 +0000)]
Fixed some minor 'GnomeVFSFileInfo' disk scanning memory leaks.
 - Bugreport by Steve Wampler.

20 years agoAdd geteuid() to '/var/lib/captive/tmp/TEMPLATE' to prevent user conflicts.
short [Wed, 10 Dec 2003 18:07:21 +0000 (18:07 +0000)]
Add geteuid() to '/var/lib/captive/tmp/TEMPLATE' to prevent user conflicts.
flock(2) '/var/lib/captive/tmp/TEMPLATE' for the cleaning by sandbox-server.

20 years agoClean also '/var/lib/captive/tmp/*' besides '/var/lib/captive/*'.
short [Wed, 10 Dec 2003 18:05:55 +0000 (18:05 +0000)]
Clean also '/var/lib/captive/tmp/*' besides '/var/lib/captive/*'.

20 years agocaptive-sandbox-server: +Check user/group 'captive' in system files.
short [Tue, 9 Dec 2003 20:39:42 +0000 (20:39 +0000)]
captive-sandbox-server: +Check user/group 'captive' in system files.

20 years agoReport sandbox connection failure with sandbox-server execution suggestion
short [Tue, 9 Dec 2003 16:24:49 +0000 (16:24 +0000)]
Report sandbox connection failure with sandbox-server execution suggestion
  for better error reporting.

20 years agoRelease: 1.1.3.2 -> 1.1.4cvs
short [Sun, 7 Dec 2003 13:11:16 +0000 (13:11 +0000)]
Release: 1.1.3.2 -> 1.1.4cvs

20 years agoRelease: 1.1.3.2
short [Sun, 7 Dec 2003 06:37:20 +0000 (06:37 +0000)]
Release: 1.1.3.2