Mike Taylor [Wed, 12 Dec 2007 10:45:07 +0000 (10:45 +0000)]
Comment.
Mike Taylor [Wed, 12 Dec 2007 10:45:07 +0000 (10:45 +0000)]
Comment.
Mike Taylor [Wed, 12 Dec 2007 08:49:58 +0000 (08:49 +0000)]
Emit bad XML fragment if appendWellBalancedChunk() fails.
This is happening on the Wednesday morning run.
Mike Taylor [Wed, 12 Dec 2007 08:49:58 +0000 (08:49 +0000)]
Emit bad XML fragment if appendWellBalancedChunk() fails.
This is happening on the Wednesday morning run.
Mike Taylor [Fri, 2 Nov 2007 12:49:28 +0000 (12:49 +0000)]
20 rows of Implementation IDs.
Mike Taylor [Fri, 2 Nov 2007 12:49:28 +0000 (12:49 +0000)]
20 rows of Implementation IDs.
Mike Taylor [Wed, 31 Oct 2007 16:45:20 +0000 (16:45 +0000)]
Truncate overlong table entries.
Mike Taylor [Wed, 31 Oct 2007 16:45:20 +0000 (16:45 +0000)]
Truncate overlong table entries.
Mike Taylor [Wed, 31 Oct 2007 16:42:13 +0000 (16:42 +0000)]
Support for implementation names.
Mike Taylor [Wed, 31 Oct 2007 16:42:13 +0000 (16:42 +0000)]
Support for implementation names.
Mike Taylor [Wed, 31 Oct 2007 16:07:40 +0000 (16:07 +0000)]
Fix args-checking.
Mike Taylor [Wed, 31 Oct 2007 16:07:40 +0000 (16:07 +0000)]
Fix args-checking.
Mike Taylor [Thu, 20 Sep 2007 10:14:37 +0000 (10:14 +0000)]
_next_connection() correctly returns undef when reading past the end
of the target queue when no modulo-selection is in force, rather than
trying to connect to an undefined target.
Mike Taylor [Thu, 20 Sep 2007 10:14:37 +0000 (10:14 +0000)]
_next_connection() correctly returns undef when reading past the end
of the target queue when no modulo-selection is in force, rather than
trying to connect to an undefined target.
Mike Taylor [Thu, 20 Sep 2007 10:12:19 +0000 (10:12 +0000)]
Belt-and-braces check
Mike Taylor [Thu, 20 Sep 2007 10:12:19 +0000 (10:12 +0000)]
Belt-and-braces check
Mike Taylor [Tue, 18 Sep 2007 17:02:19 +0000 (17:02 +0000)]
Run one seventh of tests each day of the week.
Mike Taylor [Tue, 18 Sep 2007 17:02:19 +0000 (17:02 +0000)]
Run one seventh of tests each day of the week.
Mike Taylor [Tue, 18 Sep 2007 17:00:13 +0000 (17:00 +0000)]
Copied from what actually get run every night.
Mike Taylor [Tue, 18 Sep 2007 17:00:13 +0000 (17:00 +0000)]
Copied from what actually get run every night.
Mike Taylor [Tue, 18 Sep 2007 16:58:18 +0000 (16:58 +0000)]
Add new command-line options -m <n>,<i> to invoke restrict_modulo().
This enables us to set up cron jobs to test one seventh of the targets
each night.
Mike Taylor [Tue, 18 Sep 2007 16:58:18 +0000 (16:58 +0000)]
Add new command-line options -m <n>,<i> to invoke restrict_modulo().
This enables us to set up cron jobs to test one seventh of the targets
each night.
Mike Taylor [Tue, 18 Sep 2007 16:58:01 +0000 (16:58 +0000)]
restrict_modulo()
Mike Taylor [Tue, 18 Sep 2007 16:58:01 +0000 (16:58 +0000)]
restrict_modulo()
Mike Taylor [Tue, 18 Sep 2007 16:57:37 +0000 (16:57 +0000)]
Refactor to use new _next_connection() both at startup and when
subsequently adding another connection to the active pool.
Enhance this method to implement restrict_modulo()
Mike Taylor [Tue, 18 Sep 2007 16:57:37 +0000 (16:57 +0000)]
Refactor to use new _next_connection() both at startup and when
subsequently adding another connection to the active pool.
Enhance this method to implement restrict_modulo()
Mike Taylor [Thu, 13 Sep 2007 12:19:58 +0000 (12:19 +0000)]
Add "newdb" rule.
Mike Taylor [Thu, 13 Sep 2007 12:19:58 +0000 (12:19 +0000)]
Add "newdb" rule.
Mike Taylor [Thu, 23 Aug 2007 14:29:18 +0000 (14:29 +0000)]
Validate hostname and port number of new records.
Mike Taylor [Thu, 23 Aug 2007 14:29:18 +0000 (14:29 +0000)]
Validate hostname and port number of new records.
Mike Taylor [Tue, 21 Aug 2007 09:48:41 +0000 (09:48 +0000)]
New
Mike Taylor [Tue, 21 Aug 2007 09:48:41 +0000 (09:48 +0000)]
New
Mike Taylor [Tue, 14 Aug 2007 10:17:55 +0000 (10:17 +0000)]
Towards 1.02
Mike Taylor [Tue, 14 Aug 2007 10:17:55 +0000 (10:17 +0000)]
Towards 1.02
Mike Taylor [Tue, 14 Aug 2007 10:17:11 +0000 (10:17 +0000)]
Generalise for setting other rlimit paramters than nofile.
Add support for -a <n> to set address-space in Mb.
Mike Taylor [Tue, 14 Aug 2007 10:17:11 +0000 (10:17 +0000)]
Generalise for setting other rlimit paramters than nofile.
Add support for -a <n> to set address-space in Mb.
Mike Taylor [Thu, 2 Aug 2007 11:28:38 +0000 (11:28 +0000)]
Remove extraneous outout.
Mike Taylor [Thu, 2 Aug 2007 11:28:38 +0000 (11:28 +0000)]
Remove extraneous outout.
Mike Taylor [Thu, 2 Aug 2007 11:27:32 +0000 (11:27 +0000)]
_half_decent_appendWellBalancedChunk() is now always called with an
XML node and never with an XPath Context object. The latter doesn't
work now, although it did in the past: I can only assume that a
subsequent package update of libxml2 has broken the old API.
Mike Taylor [Thu, 2 Aug 2007 11:27:32 +0000 (11:27 +0000)]
_half_decent_appendWellBalancedChunk() is now always called with an
XML node and never with an XPath Context object. The latter doesn't
work now, although it did in the past: I can only assume that a
subsequent package update of libxml2 has broken the old API.
Mike Taylor [Wed, 1 Aug 2007 15:11:20 +0000 (15:11 +0000)]
Test whether $record is defined before checking its contents.
Mike Taylor [Wed, 1 Aug 2007 15:11:20 +0000 (15:11 +0000)]
Test whether $record is defined before checking its contents.
Mike Taylor [Wed, 1 Aug 2007 15:11:03 +0000 (15:11 +0000)]
Lose extraneous debugging
Mike Taylor [Wed, 1 Aug 2007 15:11:03 +0000 (15:11 +0000)]
Lose extraneous debugging
Mike Taylor [Tue, 17 Jul 2007 14:31:54 +0000 (14:31 +0000)]
Note on ZeeRex vs. SRU Explain.
Mike Taylor [Tue, 17 Jul 2007 14:31:54 +0000 (14:31 +0000)]
Note on ZeeRex vs. SRU Explain.
Mike Taylor [Tue, 17 Jul 2007 14:29:56 +0000 (14:29 +0000)]
Rolling
Mike Taylor [Tue, 17 Jul 2007 14:29:56 +0000 (14:29 +0000)]
Rolling
Mike Taylor [Tue, 17 Jul 2007 13:08:41 +0000 (13:08 +0000)]
Rolling
Mike Taylor [Tue, 17 Jul 2007 13:08:41 +0000 (13:08 +0000)]
Rolling
Mike Taylor [Tue, 17 Jul 2007 13:07:57 +0000 (13:07 +0000)]
Generate client-area text before emitting scaffolding, so that actions
such as creating a new record can have side-effects that modify the
menus.
Mike Taylor [Tue, 17 Jul 2007 13:07:57 +0000 (13:07 +0000)]
Generate client-area text before emitting scaffolding, so that actions
such as creating a new record can have side-effects that modify the
menus.
Mike Taylor [Tue, 17 Jul 2007 13:04:45 +0000 (13:04 +0000)]
Port number for new services is guessed from protocol if not specified.
Mike Taylor [Tue, 17 Jul 2007 13:04:45 +0000 (13:04 +0000)]
Port number for new services is guessed from protocol if not specified.
Mike Taylor [Mon, 16 Jul 2007 14:55:21 +0000 (14:55 +0000)]
David's change to the headings.
Mike Taylor [Mon, 16 Jul 2007 14:55:21 +0000 (14:55 +0000)]
David's change to the headings.
Mike Taylor [Mon, 16 Jul 2007 11:56:14 +0000 (11:56 +0000)]
Adding new record does not lead into editing.
Mike Taylor [Mon, 16 Jul 2007 11:56:14 +0000 (11:56 +0000)]
Adding new record does not lead into editing.
Mike Taylor [Mon, 16 Jul 2007 11:55:57 +0000 (11:55 +0000)]
Fix add/upload links.
Mike Taylor [Mon, 16 Jul 2007 11:55:57 +0000 (11:55 +0000)]
Fix add/upload links.
Mike Taylor [Mon, 16 Jul 2007 11:55:31 +0000 (11:55 +0000)]
New
Mike Taylor [Mon, 16 Jul 2007 11:55:31 +0000 (11:55 +0000)]
New
Mike Taylor [Mon, 16 Jul 2007 11:55:20 +0000 (11:55 +0000)]
Move from admin directory to top level
Mike Taylor [Mon, 16 Jul 2007 11:55:20 +0000 (11:55 +0000)]
Move from admin directory to top level
Mike Taylor [Mon, 16 Jul 2007 11:54:17 +0000 (11:54 +0000)]
Towards 1.01
Mike Taylor [Mon, 16 Jul 2007 11:54:17 +0000 (11:54 +0000)]
Towards 1.01
Mike Taylor [Mon, 16 Jul 2007 11:53:58 +0000 (11:53 +0000)]
Web UI add/upload are now public.
Mike Taylor [Mon, 16 Jul 2007 11:53:58 +0000 (11:53 +0000)]
Web UI add/upload are now public.
Mike Taylor [Fri, 13 Jul 2007 16:12:35 +0000 (16:12 +0000)]
New admin password.
Mike Taylor [Fri, 13 Jul 2007 16:12:35 +0000 (16:12 +0000)]
New admin password.
Mike Taylor [Fri, 13 Jul 2007 16:07:45 +0000 (16:07 +0000)]
email link.
Mike Taylor [Fri, 13 Jul 2007 16:07:45 +0000 (16:07 +0000)]
email link.
Mike Taylor [Mon, 9 Jul 2007 09:43:17 +0000 (09:43 +0000)]
New
Mike Taylor [Mon, 9 Jul 2007 09:43:17 +0000 (09:43 +0000)]
New
Mike Taylor [Mon, 9 Jul 2007 09:42:10 +0000 (09:42 +0000)]
Date
Mike Taylor [Mon, 9 Jul 2007 09:42:10 +0000 (09:42 +0000)]
Date
Mike Taylor [Mon, 9 Jul 2007 09:41:28 +0000 (09:41 +0000)]
Release 1.00
Mike Taylor [Mon, 9 Jul 2007 09:41:28 +0000 (09:41 +0000)]
Release 1.00
Mike Taylor [Mon, 9 Jul 2007 09:36:34 +0000 (09:36 +0000)]
Add zeerex-upload and access-points pages.
Mike Taylor [Mon, 9 Jul 2007 09:36:34 +0000 (09:36 +0000)]
Add zeerex-upload and access-points pages.
Mike Taylor [Fri, 6 Jul 2007 14:58:26 +0000 (14:58 +0000)]
Append
Mike Taylor [Fri, 6 Jul 2007 14:58:26 +0000 (14:58 +0000)]
Append
Mike Taylor [Thu, 5 Jul 2007 09:06:08 +0000 (09:06 +0000)]
Append
Mike Taylor [Thu, 5 Jul 2007 09:06:08 +0000 (09:06 +0000)]
Append
Mike Taylor [Wed, 4 Jul 2007 20:54:11 +0000 (20:54 +0000)]
Disambiguate function name.
Mike Taylor [Wed, 4 Jul 2007 20:54:11 +0000 (20:54 +0000)]
Disambiguate function name.
Mike Taylor [Tue, 3 Jul 2007 13:10:50 +0000 (13:10 +0000)]
Remove leading "tcp:" from target string given to ZAP.
Mike Taylor [Tue, 3 Jul 2007 13:10:50 +0000 (13:10 +0000)]
Remove leading "tcp:" from target string given to ZAP.
Anders S. Mortensen [Thu, 28 Jun 2007 14:01:56 +0000 (14:01 +0000)]
Fixing bug #1221: Replication of Z39.92 data in three elements.
Anders S. Mortensen [Thu, 28 Jun 2007 14:01:56 +0000 (14:01 +0000)]
Fixing bug #1221: Replication of Z39.92 data in three elements.
Anders S. Mortensen [Thu, 28 Jun 2007 13:59:31 +0000 (13:59 +0000)]
Extract string from parameters in a more flexible way.
Anders S. Mortensen [Thu, 28 Jun 2007 13:59:31 +0000 (13:59 +0000)]
Extract string from parameters in a more flexible way.
Anders S. Mortensen [Thu, 28 Jun 2007 13:57:53 +0000 (13:57 +0000)]
Tell toString() to pretty print the output xml.
Anders S. Mortensen [Thu, 28 Jun 2007 13:57:53 +0000 (13:57 +0000)]
Tell toString() to pretty print the output xml.
Mike Taylor [Thu, 28 Jun 2007 13:37:11 +0000 (13:37 +0000)]
New
Mike Taylor [Thu, 28 Jun 2007 13:37:11 +0000 (13:37 +0000)]
New
Mike Taylor [Thu, 28 Jun 2007 13:36:46 +0000 (13:36 +0000)]
Add link to upload a new target.
Mike Taylor [Thu, 28 Jun 2007 13:36:46 +0000 (13:36 +0000)]
Add link to upload a new target.
Mike Taylor [Thu, 28 Jun 2007 12:26:22 +0000 (12:26 +0000)]
Add alias for targettest
Mike Taylor [Thu, 28 Jun 2007 12:26:22 +0000 (12:26 +0000)]
Add alias for targettest