Parent Directory
|
Revision Log
fixing up registering and identifying code.
remove dead code add a few extra options to the ssh invocation
cleaned up the debugging. took out existing jobs lines.
add get_interface_info() to get MAC/IP for register_client()
remove END block as it seems unnecessary, since it looks like ssh dies by itself when the STDIN and STDOUT are closed
add END block and clean up errors
remove run_test() stuff
modify all code using send_command() to pass output through parse_response()
implement debug() and modify all current code to use it
implement parse_response()
move get_response() code into send_command() since nothing else uses it
big changes. adding a whole bunch of code to flesh this out.
if to unless b/c of possible undef.
move connection string building into its own function move most of global stuff inside run_main react properly to responses from IDENTIFY command move the job_dir check into its own function
musta been too drunk to not remember mkpath.
rename verbose to debug split identify and register
config touchups. added a register function. it needs a fingerprint or digest to verify the client.
use a match and capture instead of split for parsing config file lines
ok, where to begin.... SCIRE_CONFIG_FILE is no longer a constant so it can be overriden via commandline basic commandline parsing helper function for sending/receiving and creating the connection move my test code into run_test() function temporary connection_command override for development fix a few syntax errors random other changes that I can't be bothered to think of
adding config-related stuff.
add servercmd comment
initial perl-based client and server with shiny IPC
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |