captive.git
18 years agoFixed message typo. master
lace [Fri, 24 Feb 2006 07:19:45 +0000 (07:19 +0000)]
Fixed message typo.
 - Bugreported by: Adam Wysocki

18 years agoCheck the version only if: !MAINTAINER_MODE
lace [Wed, 8 Feb 2006 14:17:17 +0000 (14:17 +0000)]
Check the version only if: !MAINTAINER_MODE

18 years agoRelease: 1.1.7 -> 1.1.8cvs
lace [Sat, 28 Jan 2006 09:40:31 +0000 (09:40 +0000)]
Release: 1.1.7 -> 1.1.8cvs

18 years agoRather warn on failed create of the user/group.
lace [Sat, 28 Jan 2006 09:38:52 +0000 (09:38 +0000)]
Rather warn on failed create of the user/group.

18 years agoProvided Debian compatible user/group add.
lace [Sat, 28 Jan 2006 09:13:12 +0000 (09:13 +0000)]
Provided Debian compatible user/group add.
 - Debian users use rather alien(8) for .rpm than the .tar.gz distribution.
 - Another bugreport by: Michael Abbott

18 years agoRelease: 1.1.7
lace [Thu, 26 Jan 2006 21:18:10 +0000 (21:18 +0000)]
Release: 1.1.7

18 years agoWorkaround FUSE/Linux-kernel to try ourselves to modprobe FUSE on ENODEV.
lace [Thu, 26 Jan 2006 18:45:06 +0000 (18:45 +0000)]
Workaround FUSE/Linux-kernel to try ourselves to modprobe FUSE on ENODEV.
 - Bugreported by: John Pratt

18 years agoWorkaround FUSE not understanding standard "user" option. (Steven N. Hirsch)
lace [Thu, 26 Jan 2006 12:26:26 +0000 (12:26 +0000)]
Workaround FUSE not understanding standard "user" option. (Steven N. Hirsch)

18 years agoRelease: 1.1.7cvs2 -> 1.1.7cvs3
lace [Thu, 26 Jan 2006 12:25:36 +0000 (12:25 +0000)]
Release: 1.1.7cvs2 -> 1.1.7cvs3

18 years agoFixed 'used' length of the downloaded cabinet for: w32 captivemodid 1.18/1.19
lace [Wed, 25 Jan 2006 22:48:46 +0000 (22:48 +0000)]
Fixed 'used' length of the downloaded cabinet for: w32 captivemodid 1.18/1.19
 - Not sure where I got the original value as it is 24MB, not 61MB.

18 years agoHopefully fixed all the modal dialogs combinations.
lace [Wed, 25 Jan 2006 20:28:19 +0000 (20:28 +0000)]
Hopefully fixed all the modal dialogs combinations.

18 years agoFatality can be only enabled from '#if 0' again.
lace [Wed, 25 Jan 2006 20:24:08 +0000 (20:24 +0000)]
Fatality can be only enabled from '#if 0' again.
 - 'MAINTAINER_MODE' should not break the UI behavior.

18 years agoFixed stupid typo / syntax error.
lace [Wed, 25 Jan 2006 19:49:00 +0000 (19:49 +0000)]
Fixed stupid typo / syntax error.

18 years agoDestroy the dialog manually instead, it was still crashing now.
lace [Wed, 25 Jan 2006 19:48:28 +0000 (19:48 +0000)]
Destroy the dialog manually instead, it was still crashing now.

18 years agoFixed/fortifie libgnomeui compatibility regarding modal dialogs closing.
lace [Wed, 25 Jan 2006 19:31:03 +0000 (19:31 +0000)]
Fixed/fortifie libgnomeui compatibility regarding modal dialogs closing.
 - There was stale dialog crashing on the 2nd click with: libgnomeui-2.10.0-1

18 years agoFixed charset handling of the filenames.
lace [Wed, 25 Jan 2006 17:36:45 +0000 (17:36 +0000)]
Fixed charset handling of the filenames.
 - No longer redefine the 'LANG'/'LC_*' settings.
   - It was valid for udpgate handling only LC_MESSAGES and its windows.

18 years agocapfuse_filename_from_utf8_malloc_errorchecking: Fixed.
lace [Wed, 25 Jan 2006 17:33:45 +0000 (17:33 +0000)]
capfuse_filename_from_utf8_malloc_errorchecking: Fixed.
 - It was converting TO utf8 before.

18 years agoImproved invalid utf8 encoding error - g_get_charset() is now also reported.
lace [Tue, 24 Jan 2006 16:27:21 +0000 (16:27 +0000)]
Improved invalid utf8 encoding error - g_get_charset() is now also reported.

18 years agoWorkaround FUSE missing the generally broken Linux kernel charset support.
lace [Sun, 22 Jan 2006 17:38:25 +0000 (17:38 +0000)]
Workaround FUSE missing the generally broken Linux kernel charset support.
 - Captive FUSE client now no longer assumes client is using: utf8
 - GLib (Gnome) filename charset rules are now followed.

18 years agoAvoid g_log_set_always_fatal() for the FUSE client.
lace [Sun, 22 Jan 2006 11:24:00 +0000 (11:24 +0000)]
Avoid g_log_set_always_fatal() for the FUSE client.
 - It should fix restarting of children on any sandbox failure.

18 years agoEnable messages fatality for: MAINTAINER_MODE
lace [Sun, 22 Jan 2006 11:23:19 +0000 (11:23 +0000)]
Enable messages fatality for: MAINTAINER_MODE

18 years agoRelease: 1.1.7cvs1 -> 1.1.7cvs2
lace [Sun, 22 Jan 2006 11:22:33 +0000 (11:22 +0000)]
Release: 1.1.7cvs1 -> 1.1.7cvs2

18 years agoFixed name of the 'captive' init script.
lace [Thu, 19 Jan 2006 06:35:52 +0000 (06:35 +0000)]
Fixed name of the 'captive' init script.
 - Bugreported by: Adam Wysocki

18 years agoFixed lethal invalid XML syntax.
lace [Mon, 16 Jan 2006 18:29:57 +0000 (18:29 +0000)]
Fixed lethal invalid XML syntax.
 - Bugreport by the courtesy of: Nathan Filyk

18 years agoFixed compilation error on some GCCes: missing terminating " character
lace [Mon, 16 Jan 2006 18:19:15 +0000 (18:19 +0000)]
Fixed compilation error on some GCCes: missing terminating " character
 - bugreport by the courtesy of: Stefan Schweizer

18 years agoRelease: 1.1.7cvs -> 1.1.7cvs1
lace [Mon, 2 Jan 2006 09:28:49 +0000 (09:28 +0000)]
Release: 1.1.7cvs -> 1.1.7cvs1

18 years agoFixed configure crash on: --disable-install-pkg
lace [Mon, 2 Jan 2006 04:50:55 +0000 (04:50 +0000)]
Fixed configure crash on: --disable-install-pkg
 - Bugreported by: Frederic L. W. Meunier

18 years agoUnsuccessful gnomevfsresult_to_errno() is no longer fatal.
lace [Mon, 2 Jan 2006 02:32:32 +0000 (02:32 +0000)]
Unsuccessful gnomevfsresult_to_errno() is no longer fatal.
 - Bugreported by: Frederic L. W. Meunier
 - Too many 'GnomeVFSResult's have no corresponding 'errno' value.

18 years agoFixed captive_file_file_info_set() sandbox child interface SIGSEGV.
lace [Sun, 1 Jan 2006 10:07:09 +0000 (10:07 +0000)]
Fixed captive_file_file_info_set() sandbox child interface SIGSEGV.
 - Due to the recent sub-second implementation.

18 years agotimespec_to_Time(): Fixed fatal wrong sanity check.
lace [Sun, 1 Jan 2006 09:47:36 +0000 (09:47 +0000)]
timespec_to_Time(): Fixed fatal wrong sanity check.

18 years agoFixed SIGSEGV on the recent sub-second timestamps.
lace [Sun, 1 Jan 2006 09:12:57 +0000 (09:12 +0000)]
Fixed SIGSEGV on the recent sub-second timestamps.

18 years agoWorkarounded: warning: ignoring return value of ‘...’, declared with attribute warn_u...
lace [Sun, 1 Jan 2006 08:14:38 +0000 (08:14 +0000)]
Workarounded: warning: ignoring return value of ‘...’, declared with attribute warn_unused_result

18 years agoImplemented sub-second W32 filesystem interface by new: CaptiveFileInfoObject
lace [Sun, 1 Jan 2006 07:24:34 +0000 (07:24 +0000)]
Implemented sub-second W32 filesystem interface by new: CaptiveFileInfoObject
 - Fixed FUSE uninitialized sub-seconds fields.
   - Bugreported by: Frederic L. W. Meunier

18 years agoFixed unprivileged 'rpm' builds.
lace [Fri, 30 Dec 2005 17:07:06 +0000 (17:07 +0000)]
Fixed unprivileged 'rpm' builds.
 - Build was perusing buggy install(1) of Fedora Core before.
 - Bugreported by: Steven N. Hirsch

18 years agoRelease: 1.1.6.1 -> 1.1.7cvs
lace [Thu, 29 Dec 2005 05:54:56 +0000 (05:54 +0000)]
Release: 1.1.6.1 -> 1.1.7cvs

18 years agoRelease: 1.1.6.1
lace [Thu, 29 Dec 2005 04:19:43 +0000 (04:19 +0000)]
Release: 1.1.6.1

18 years agoUpdate for: captive-1.1.6.1
lace [Thu, 29 Dec 2005 04:18:56 +0000 (04:18 +0000)]
Update for: captive-1.1.6.1

18 years ago--add no longer replaces existing "captive-ntfs" entries by default.
lace [Thu, 29 Dec 2005 04:08:57 +0000 (04:08 +0000)]
--add no longer replaces existing "captive-ntfs" entries by default.
+Option --replace will replace them in the former manner.

18 years agoFixed builds from a directory outside of the sourcetree.
lace [Thu, 29 Dec 2005 03:00:58 +0000 (03:00 +0000)]
Fixed builds from a directory outside of the sourcetree.
 - Bugreported and partically patched by: Frederic L. W. Meunier

18 years ago+FUSE option "allow_other".
lace [Thu, 29 Dec 2005 02:50:45 +0000 (02:50 +0000)]
+FUSE option "allow_other".
 - Comply with standard permissions, bugreported by: Frederic L. W. Meunier

18 years ago+Sanity check on the obsolete LUFS options.
lace [Thu, 29 Dec 2005 02:49:09 +0000 (02:49 +0000)]
+Sanity check on the obsolete LUFS options.
 - Suggested by: Frederic L. W. Meunier
Suggest rather even the fusermount(8) upgrade on fuse_setup() failure.

18 years agoRelease: 1.1.6
lace [Wed, 28 Dec 2005 17:19:00 +0000 (17:19 +0000)]
Release: 1.1.6

18 years agopod2html(1) temporary files are global illness.
lace [Wed, 28 Dec 2005 09:30:56 +0000 (09:30 +0000)]
pod2html(1) temporary files are global illness.

18 years agoUpdate man page references for the new: mount.captive(8)
lace [Wed, 28 Dec 2005 09:20:23 +0000 (09:20 +0000)]
Update man page references for the new: mount.captive(8)

18 years agoDocument the new options: --modid-path, --load-untested
lace [Wed, 28 Dec 2005 09:12:13 +0000 (09:12 +0000)]
Document the new options: --modid-path, --load-untested

18 years agoOptional disable of 'OPTIONS' heading on: $no_libcaptive_options_heading
lace [Wed, 28 Dec 2005 09:00:02 +0000 (09:00 +0000)]
Optional disable of 'OPTIONS' heading on: $no_libcaptive_options_heading
 - Used by the FUSE mount.captive(8) man page.

18 years agoUpdate/create man page for the FUSE based mount.captive(8).
lace [Wed, 28 Dec 2005 08:57:48 +0000 (08:57 +0000)]
Update/create man page for the FUSE based mount.captive(8).

18 years ago(*utime) should probably update even 'ctime' (to the current time). Fixed.
lace [Wed, 28 Dec 2005 07:12:53 +0000 (07:12 +0000)]
(*utime) should probably update even 'ctime' (to the current time). Fixed.

18 years agoRemove the mount(8) advertisement, move the URL to the .spec file only.
lace [Wed, 28 Dec 2005 06:59:26 +0000 (06:59 +0000)]
Remove the mount(8) advertisement, move the URL to the .spec file only.

18 years agoUpdate for: captive-1.1.6
lace [Wed, 28 Dec 2005 05:42:02 +0000 (05:42 +0000)]
Update for: captive-1.1.6

18 years ago+captive-1.1.6 NEWS items.
lace [Wed, 28 Dec 2005 05:08:16 +0000 (05:08 +0000)]
+captive-1.1.6 NEWS items.

18 years agoUpdate for the package made public - "staticbuild": /usr/local/staticbuild
lace [Wed, 28 Dec 2005 04:50:21 +0000 (04:50 +0000)]
Update for the package made public - "staticbuild": /usr/local/staticbuild

18 years agoSuggest Linux kernel upgrade if FUSE is not available.
lace [Tue, 27 Dec 2005 13:23:28 +0000 (13:23 +0000)]
Suggest Linux kernel upgrade if FUSE is not available.

18 years agoFixed SIGSEGV while bailing out on unsuccessful arguments parsing.
lace [Tue, 27 Dec 2005 11:48:52 +0000 (11:48 +0000)]
Fixed SIGSEGV while bailing out on unsuccessful arguments parsing.

18 years agoOutput the error messages even still to stderr despite syslog being on.
lace [Tue, 27 Dec 2005 11:48:04 +0000 (11:48 +0000)]
Output the error messages even still to stderr despite syslog being on.

18 years agoRelease: 1.1.6cvs -> 1.1.6cvs1
lace [Tue, 27 Dec 2005 09:21:58 +0000 (09:21 +0000)]
Release: 1.1.6cvs -> 1.1.6cvs1

18 years agoUpdate 'Packager' e-mail to sign it properly.
lace [Tue, 27 Dec 2005 09:21:07 +0000 (09:21 +0000)]
Update 'Packager' e-mail to sign it properly.

18 years agoProvide statical linking of GnomeVFS "libntfs" method for: --enable-standalone
lace [Tue, 27 Dec 2005 09:05:29 +0000 (09:05 +0000)]
Provide statical linking of GnomeVFS "libntfs" method for: --enable-standalone

18 years ago-Machine shutdown does not commit NTFS during unmount (Fred Kulack)
lace [Tue, 27 Dec 2005 04:29:37 +0000 (04:29 +0000)]
-Machine shutdown does not commit NTFS during unmount (Fred Kulack)
 - Shoule be handled by: src/client/fuse/captive.init
-Memory leaks during NTFS disks scanning by *-acquire (caused by libntfs?)
 - New ntfsprogs should fix this.
-Debian: 'Conflicts: liborbit2 (<< 2.8.2)' vs. '2.6.1-1' => use Debian static.
 - Debian no longer supported.
-MDK-9.2: libORBit2-2.8.2 is not sufficient, 2.8.3 is OK
 - Committed 2.8.3 requirement to: captive.spec.in
-GID of chroot element should not be important if r/o (Aurore Totoche)
 - captive-sandbox-server(1) chroot components security checks relaxed.
LUFS deprecated in the favor of FUSE:
  -LUFS rename() does not overwrite the target object <423029BE.5020405@hanneslau.de>
  -mount(8) as non-root first fails prepmod <9fb8d649f646ee7ac97039863b9f67f0@62.123.129.59>
  -LUFS: prepmod: SuSE: <200408191322.12920.thawes@althusius.net>
  -configure.ac: check LUFS: could not parse options!
  -NFS export of captive directory fails - LUFS bug (Gustavo Michels)

18 years agoORBit2 requirement: 2.8.3
lace [Tue, 27 Dec 2005 04:03:47 +0000 (04:03 +0000)]
ORBit2 requirement: 2.8.3
 - It was bugreported 2.8.2 is not sufficient on Mandrake-9.2.
 - It is now very old library anyway.

18 years agoFixed/stripped options not valid and unsupported by fusermount(8).
lace [Tue, 27 Dec 2005 03:59:20 +0000 (03:59 +0000)]
Fixed/stripped options not valid and unsupported by fusermount(8).
 - Bugreported by: Steven N. Hirsch

18 years agoFixed "Obsoletes" for: gnome-vfs-httpcaptive
lace [Tue, 27 Dec 2005 03:12:49 +0000 (03:12 +0000)]
Fixed "Obsoletes" for: gnome-vfs-httpcaptive
 - Bugreported by: Steven N. Hirsch

18 years agoOmit GnomeVFS Captive config for the static build - there is no .so there.
lace [Mon, 26 Dec 2005 17:21:07 +0000 (17:21 +0000)]
Omit GnomeVFS Captive config for the static build - there is no .so there.

18 years agoFixed to permit sandbox Captive severity mode: g_warning() -> g_message()
lace [Mon, 26 Dec 2005 16:45:53 +0000 (16:45 +0000)]
Fixed to permit sandbox Captive severity mode: g_warning() -> g_message()

18 years agoCompletely rebuild the commandline processing.
lace [Mon, 26 Dec 2005 16:44:34 +0000 (16:44 +0000)]
Completely rebuild the commandline processing.
 - It should now mostly match the original LUFS mount.captive(8) behavior.

18 years agoRelax more the parent directories security check.
lace [Mon, 26 Dec 2005 14:37:25 +0000 (14:37 +0000)]
Relax more the parent directories security check.
 - There were bugreports regarding non-zero GID etc.

18 years agoForce 'captivemodid' checking during any W32 module loading.
lace [Mon, 26 Dec 2005 14:21:19 +0000 (14:21 +0000)]
Force 'captivemodid' checking during any W32 module loading.

18 years agoMove 'captivemodid' library to libcaptive.
lace [Mon, 26 Dec 2005 12:22:01 +0000 (12:22 +0000)]
Move 'captivemodid' library to libcaptive.
 - Currently unused; to be used for modules validation on their loading.

18 years agoMove 'captivemodid' library to libcaptive.
lace [Mon, 26 Dec 2005 12:16:24 +0000 (12:16 +0000)]
Move 'captivemodid' library to libcaptive.
 - Currently unused; to be used for modules validation on their loading.

18 years ago+Specific user error for loading MS Cabinet files (*.??_).
lace [Mon, 26 Dec 2005 09:57:13 +0000 (09:57 +0000)]
+Specific user error for loading MS Cabinet files (*.??_).

18 years agoProvide yum(8) repository configuration.
lace [Mon, 26 Dec 2005 09:30:48 +0000 (09:30 +0000)]
Provide yum(8) repository configuration.
 - Disabled for now, though.

18 years agoFixed/protected package upgrades and inappropriate scripts execution.
lace [Mon, 26 Dec 2005 08:36:49 +0000 (08:36 +0000)]
Fixed/protected package upgrades and inappropriate scripts execution.

18 years agoFixed 'captive-fusermount' group to be: fuse
lace [Mon, 26 Dec 2005 08:01:02 +0000 (08:01 +0000)]
Fixed 'captive-fusermount' group to be: fuse

18 years agoProvide automatic "/dev/fuse" mknod(2)ding for ENOENT entries.
lace [Mon, 26 Dec 2005 07:54:00 +0000 (07:54 +0000)]
Provide automatic "/dev/fuse" mknod(2)ding for ENOENT entries.

18 years agoLimit maximum number of SharedCacheMap mapped objects.
lace [Mon, 26 Dec 2005 07:11:39 +0000 (07:11 +0000)]
Limit maximum number of SharedCacheMap mapped objects.
 - It should fix some icons scanning file managers, I hope.

18 years agoForce sandbox commit on each 16MB read.
lace [Mon, 26 Dec 2005 05:09:21 +0000 (05:09 +0000)]
Force sandbox commit on each 16MB read.
 - Temporary workaround till NT multithreading gets implemented.

18 years agoFixed forgotten static relinking of captive-fusermount(1).
lace [Mon, 26 Dec 2005 04:34:19 +0000 (04:34 +0000)]
Fixed forgotten static relinking of captive-fusermount(1).

18 years agoBundle "captive-fusermount" of FUSE "fusermoun.c" for: --enable-standalone
lace [Mon, 26 Dec 2005 03:56:47 +0000 (03:56 +0000)]
Bundle "captive-fusermount" of FUSE "fusermoun.c" for: --enable-standalone

18 years ago+captive_standalone_init();
lace [Sun, 25 Dec 2005 17:18:16 +0000 (17:18 +0000)]
+captive_standalone_init();

18 years agoInitial original import from: fuse-2.4.2-2.fc4
lace [Sun, 25 Dec 2005 17:09:35 +0000 (17:09 +0000)]
Initial original import from: fuse-2.4.2-2.fc4

18 years ago+Optimization of neon "http" handler to avoid resetting connection on seek().
lace [Sun, 25 Dec 2005 16:52:37 +0000 (16:52 +0000)]
+Optimization of neon "http" handler to avoid resetting connection on seek().
 - Also pushed as: http://bugzilla.gnome.org/show_bug.cgi?id=324984

18 years agoUpdates for the recommended download of: XP Service Pack 2 (Checked Build)
lace [Sun, 25 Dec 2005 10:31:46 +0000 (10:31 +0000)]
Updates for the recommended download of: XP Service Pack 2 (Checked Build)
 - It was before: XP Service Pack 1 (Checked Build)

18 years agoProvide "cabinet_used" debug message if -v|--verbose.
lace [Sun, 25 Dec 2005 10:30:43 +0000 (10:30 +0000)]
Provide "cabinet_used" debug message if -v|--verbose.
Fixed missing 'GNOME_VFS_OPEN_RANDOM' for the HTTP cabinets reading.
Workaround FC4 gnome-vfs2-2.10.0-5 "http" not supporting the file types.

18 years agoFixed missing 'GNOME_VFS_OPEN_RANDOM' for the HTTP cabinets reading.
lace [Sun, 25 Dec 2005 10:29:30 +0000 (10:29 +0000)]
Fixed missing 'GNOME_VFS_OPEN_RANDOM' for the HTTP cabinets reading.

18 years agoFilled in forgotten "cabinet_used" attribute of Checked Build of XPSP2.
lace [Sun, 25 Dec 2005 10:27:55 +0000 (10:27 +0000)]
Filled in forgotten "cabinet_used" attribute of Checked Build of XPSP2.

18 years agoUpdated database according to the Microsoft downloads state of: 2005-12-16
lace [Sun, 25 Dec 2005 09:21:56 +0000 (09:21 +0000)]
Updated database according to the Microsoft downloads state of: 2005-12-16
 - FIXME: Cross-compatibility of the available modules is no longer 100%.

18 years agoCompatibility testing script made public.
lace [Sun, 25 Dec 2005 09:12:49 +0000 (09:12 +0000)]
Compatibility testing script made public.

18 years agoinstruction_length(): Extended to support some new Microsoft binaries.
lace [Sun, 25 Dec 2005 06:23:09 +0000 (06:23 +0000)]
instruction_length(): Extended to support some new Microsoft binaries.
instruction_length(): Improved error messages of unsupported opcodes.

18 years ago+SeAuditingFileEventsWithContext()
lace [Sun, 25 Dec 2005 06:21:26 +0000 (06:21 +0000)]
+SeAuditingFileEventsWithContext()

18 years ago+Non-downloadable (or just no longer downloadable) fixed section
lace [Sun, 25 Dec 2005 02:29:13 +0000 (02:29 +0000)]
+Non-downloadable (or just no longer downloadable) fixed section

18 years agoCosmetic: XML header CVS $Id$ keyword expansion fix.
lace [Sat, 24 Dec 2005 02:55:55 +0000 (02:55 +0000)]
Cosmetic: XML header CVS $Id$ keyword expansion fix.

18 years ago+Avoid /tmp to avoid getting deleted by: tmpwatch(8)
lace [Sat, 24 Dec 2005 02:53:16 +0000 (02:53 +0000)]
+Avoid /tmp to avoid getting deleted by: tmpwatch(8)
Discard 'ia64' packages.
Improve printing of XML comments for dupes.
+Handle 'mspatch' to index more than "ntkrnlpa.exe" of them.
Updates of magics ignorances.
+Acceleration to avoid trying cabextract(1) for any PE executable.
+Provide default XML header+footer.

18 years ago+"gnome-vfs-httpcaptive" package is now Obsoleted even for non-static builds.
lace [Fri, 23 Dec 2005 15:47:19 +0000 (15:47 +0000)]
+"gnome-vfs-httpcaptive" package is now Obsoleted even for non-static builds.

18 years ago+autogen.pl: Check libtoolize(1) version - >=1.5 is not enough (Steven N. Hirsch)
lace [Fri, 23 Dec 2005 12:57:44 +0000 (12:57 +0000)]
+autogen.pl: Check libtoolize(1) version - >=1.5 is not enough (Steven N. Hirsch)

18 years agoFinal proper fix for the initialization of: captive-sandbox-server(8)
lace [Thu, 22 Dec 2005 15:44:00 +0000 (15:44 +0000)]
Final proper fix for the initialization of: captive-sandbox-server(8)

18 years agoDrop "MS-Windows XP " prefix from all the 'id's.
lace [Thu, 22 Dec 2005 14:54:02 +0000 (14:54 +0000)]
Drop "MS-Windows XP " prefix from all the 'id's.
Provide "Checked Build " prefix for the Checked Build packages.

18 years ago+Implemented proper prioritization of Checked Build (Debug) packages.
lace [Thu, 22 Dec 2005 14:48:07 +0000 (14:48 +0000)]
+Implemented proper prioritization of Checked Build (Debug) packages.

18 years agoFixed captive-sandbox-server(8) regarding: captive_standalone_init()
lace [Thu, 22 Dec 2005 14:34:28 +0000 (14:34 +0000)]
Fixed captive-sandbox-server(8) regarding: captive_standalone_init()
 - We were initializing libcaptive too late.

18 years agoFixed uninstallation unregistration: %postun -> %preun
lace [Thu, 22 Dec 2005 14:25:27 +0000 (14:25 +0000)]
Fixed uninstallation unregistration: %postun -> %preun

18 years agoFixed "link"/no"link" mode detection.
lace [Thu, 22 Dec 2005 14:04:45 +0000 (14:04 +0000)]
Fixed "link"/no"link" mode detection.