summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-13 DNS-specific configuration file - to test the parser.Steve Kemp
2012-11-13 Fixed to load the main code so we can test our parser.Steve Kemp
2012-11-13 Fixed include paths.Steve Kemp
2012-11-13 Updated.Steve Kemp
2012-11-13 Added Debian-packaging files.Steve Kemp
2012-11-13 Updated to use ruby1.8 explicitlySteve Kemp
2012-11-13 Use ruby1.8 explicitlySteve Kemp
2012-11-13 Updated to be explicit about names.Steve Kemp
2012-11-13 RenamedSteve Kemp
--HG-- rename : bin/worker => bin/custodian-dequeue rename : bin/parser.rb => bin/custodian-enqueue
2012-11-13 Removed.Steve Kemp
2012-11-13 Updated the libraries we require.Steve Kemp
2012-11-13 Load the protocol tests from the correct location.Steve Kemp
2012-11-13 Removed.Steve Kemp
2012-11-13 Renamed and moved files around.Steve Kemp
--HG-- rename : util/multi-ping => bin/multi-ping rename : parser/parser.rb => bin/parser.rb rename : worker/worker => bin/worker rename : worker/tests/README => lib/README rename : worker/tests/ftp.rb => lib/custodian/protocol-tests/ftp.rb rename : worker/tests/http.rb => lib/custodian/protocol-tests/http.rb rename : worker/tests/https.rb => lib/custodian/protocol-tests/https.rb rename : worker/tests/jabber.rb => lib/custodian/protocol-tests/jabber.rb rename : worker/tests/ldap.rb => lib/custodian/protocol-tests/ldap.rb rename : worker/tests/ping.rb => lib/custodian/protocol-tests/ping.rb rename : worker/tests/rsync.rb => lib/custodian/protocol-tests/rsync.rb rename : worker/tests/smtp.rb => lib/custodian/protocol-tests/smtp.rb rename : worker/tests/ssh.rb => lib/custodian/protocol-tests/ssh.rb
2012-11-13 Handle connection-refused.Steve Kemp
2012-11-13 Simple configuration file.Steve Kemp
2012-11-13 Added a HTTP server stub for the protocol test.Steve Kemp
2012-11-13 Allow the parser to be loaded.Steve Kemp
2012-11-13 Added whitespace.Steve Kemp
2012-11-13 added test-case to cover basic file-parsing.Steve Kemp
2012-11-13 space out the logs.Steve Kemp
2012-11-13 Added.Steve Kemp
2012-11-13 Added --help + --manual flags.Steve Kemp
2012-11-13 Added LDAP-protocol handler.Steve Kemp
2012-11-13 Removed duplication, corrected errors in comment.Steve Kemp
2012-11-13 Comment updates.Steve Kemp
2012-11-13 Updated comment.Steve Kemp
2012-11-13 Default port for jabber is 5222. Default port for telnet is 23Steve Kemp
2012-11-13 Validate we have a host + portSteve Kemp
2012-11-13 Ensure we have a target + portSteve Kemp
2012-11-13 Test that we have a host + port to test.Steve Kemp
2012-11-13 Validate we have a port and a host to probeSteve Kemp
2012-11-13 Added validation of target + portSteve Kemp
2012-11-13 Added test case for FTP constructor.Steve Kemp
2012-11-13 Ensure we have a target & a port.Steve Kemp
2012-11-13 Updated to report success correctlySteve Kemp
2012-11-13 Ensure we have a port + URL in the construcotr.Steve Kemp
2012-11-13 Initial test-casesSteve Kemp
2012-11-13 Fixed to be less verbose, if we're running quietlySteve Kemp
2012-11-13 Log job termination. Avoid logging pending jobs.Steve Kemp
2012-11-13 We have a logfile.Steve Kemp
2012-11-13 Log.Steve Kemp
2012-11-13 Misc. comment update.Steve Kemp
2012-11-13 Renamed 'get_details()' to 'error()'.Steve Kemp
2012-11-13 Updated to ensure that both the methods we expect from theSteve Kemp
protocol-tests are present.
2012-11-13 Converted to class-based APISteve Kemp
2012-11-13 Be verbose in our test.Steve Kemp
2012-11-13 Document class APISteve Kemp
2012-11-13 be verbose in our test.Steve Kemp
2012-11-13 Be verbose in our testSteve Kemp