summaryrefslogtreecommitdiff
path: root/parser
AgeCommit 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 Added whitespace.Steve Kemp
2012-11-13 added test-case to cover basic file-parsing.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 Mention that both are expected to work.Steve Kemp
2012-11-13 Use 127.0.0.1 not localhostSteve Kemp
2012-11-13 Updated comments.Steve Kemp
2012-11-12 Updated commentsSteve Kemp
2012-11-12 Initial dump of code.Steve Kemp