Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Validate we have a host + port | Steve Kemp | |
2012-11-13 | Ensure we have a target + port | Steve 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 probe | Steve Kemp | |
2012-11-13 | Added validation of target + port | Steve Kemp | |
2012-11-13 | Ensure we have a target & a port. | Steve Kemp | |
2012-11-13 | Updated to report success correctly | Steve Kemp | |
2012-11-13 | Ensure we have a port + URL in the construcotr. | Steve Kemp | |
2012-11-13 | Fixed to be less verbose, if we're running quietly | Steve Kemp | |
2012-11-13 | Renamed 'get_details()' to 'error()'. | Steve Kemp | |
2012-11-13 | Converted to class-based API | Steve Kemp | |
2012-11-13 | Be verbose in our test. | Steve Kemp | |
2012-11-13 | Document class API | Steve Kemp | |
2012-11-13 | be verbose in our test. | Steve Kemp | |
2012-11-13 | Be verbose in our test | Steve Kemp | |
2012-11-13 | Moved to class-based API | Steve Kemp | |
2012-11-13 | Updated to use the new class-based API | Steve Kemp | |
2012-11-13 | Updated to test. | Steve Kemp | |
2012-11-13 | Ensure we have a URL | Steve Kemp | |
2012-11-13 | Updated to use a class structure - and test both status code & content. | Steve Kemp | |
2012-11-12 | Made all files executable. | Steve Kemp | |
2012-11-12 | Added --verbose handling. | Steve Kemp | |
2012-11-12 | Initial dump of code. | Steve Kemp | |