summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* move SERVER_STDIN and SERVER_STDOUT inside the class hashAndrew Gaffney2008-01-051-11/+8
* don't need SERVER_STDIN and SERVER_STDOUT hereAndrew Gaffney2008-01-051-1/+0
* move bits of the server communication into Scire.pmAndrew Gaffney2008-01-052-71/+97
* don't stick 'script' in the hashAndrew Gaffney2008-01-051-1/+1
* initial commit of Scire.pmAndrew Gaffney2008-01-051-0/+37
* fix parse_response() regex to ignore trailing whitespaceAndrew Gaffney2008-01-021-1/+1
* fixin up get_jobs a bit.Preston Cody2008-01-021-11/+18
* add debug to response linePreston Cody2008-01-021-7/+20
* chomp the line read from client_keyAndrew Gaffney2008-01-011-3/+2
* switch config location to /etc/scire/Andrew Gaffney2007-12-311-1/+11
* fixing up registering and identifying code.Preston Cody2007-12-311-11/+13
* remove dead codeAndrew Gaffney2007-12-311-7/+3
* cleaned up the debugging. took out existing jobs lines.Preston Cody2007-12-311-9/+7
* add get_interface_info() to get MAC/IP for register_client()Andrew Gaffney2007-12-311-2/+12
* remove END block as it seems unnecessary, since it looks like ssh dies by its...Andrew Gaffney2007-12-301-7/+0
* add END block and clean up errorsAndrew Gaffney2007-12-301-8/+15
* remove run_test() stuffAndrew Gaffney2007-12-301-7/+0
* modify all code using send_command() to pass output through parse_response()Andrew Gaffney2007-12-301-10/+8
* implement debug() and modify all current code to use itAndrew Gaffney2007-12-301-6/+14
* implement parse_response()Andrew Gaffney2007-12-301-4/+5
* move get_response() code into send_command() since nothing else uses itAndrew Gaffney2007-12-301-7/+7
* big changes. adding a whole bunch of code to flesh this out.Preston Cody2007-12-301-15/+88
* if to unless b/c of possible undef.Preston Cody2007-12-261-2/+2
* move connection string building into its own functionAndrew Gaffney2007-12-241-38/+52
* musta been too drunk to not remember mkpath.Preston Cody2007-12-241-1/+2
* rename verbose to debugAndrew Gaffney2007-12-241-10/+26
* config touchups.Preston Cody2007-12-241-19/+55
* use a match and capture instead of split for parsing config file linesAndrew Gaffney2007-12-241-2/+3
* ok, where to begin....Andrew Gaffney2007-12-241-17/+63
* adding config-related stuff.Preston Cody2007-12-241-6/+39
* add servercmd commentAndrew Gaffney2007-12-231-0/+1
* initial perl-based client and server with shiny IPCAndrew Gaffney2007-12-231-0/+23