summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* remove the jobfile once it's been successfully sent to the client.Preston Cody2008-01-021-0/+3
| | | | svn path=/branches/new-fu/; revision=316
* updating this. minor fixes.Preston Cody2008-01-021-19/+58
| | | | | | adding job_fetched code. svn path=/branches/new-fu/; revision=314
* return job filename and print itAndrew Gaffney2008-01-021-3/+3
| | | | svn path=/branches/new-fu/; revision=312
* fixed get_jobs.Preston Cody2008-01-021-14/+30
| | | | | | | coded get_job. but there seems to be a problem with it. commented out most of it for now, still doesn't work. svn path=/branches/new-fu/; revision=311
* add status_id param to get_jobs()Andrew Gaffney2008-01-011-1/+2
| | | | svn path=/branches/new-fu/; revision=306
* fully implement get_jobsAndrew Gaffney2008-01-011-10/+10
| | | | svn path=/branches/new-fu/; revision=305
* modify get_jobs query to make sure to get the latest job_history entry for ↵Andrew Gaffney2008-01-011-1/+1
| | | | | | the job svn path=/branches/new-fu/; revision=304
* switch config location to /etc/scire/Andrew Gaffney2007-12-311-1/+2
| | | | | | add config defaults to scireclient svn path=/branches/new-fu/; revision=301
* switching on the database lines.Preston Cody2007-12-311-33/+47
| | | | | | | | major fixes to register and identify code. uses a md5sum of the time+mac+ip+hostname svn path=/branches/new-fu/; revision=300
* add Id tag properlyAndrew Gaffney2007-12-311-1/+1
| | | | svn path=/branches/new-fu/; revision=295
* add Id tagAndrew Gaffney2007-12-311-0/+2
| | | | svn path=/branches/new-fu/; revision=294
* drop tab in heredoc terminatorAndrew Gaffney2007-12-311-2/+2
| | | | svn path=/branches/new-fu/; revision=291
* added global for clientid, added to identify query.Preston Cody2007-12-311-23/+40
| | | | | | | | toss existing jobs concept for get_jobs. fleshed out get_jobs and get_job a bit. fixed some rough DBI. svn path=/branches/new-fu/; revision=287
* adding a check for existence of logfile in the configPreston Cody2007-12-311-1/+5
| | | | | | | if not present, falls back to STDERR. helps for the time being. svn path=/branches/new-fu/; revision=286
* debug statementAndrew Gaffney2007-12-301-1/+1
| | | | svn path=/branches/new-fu/; revision=285
* log server debug output to a fileAndrew Gaffney2007-12-301-9/+18
| | | | svn path=/branches/new-fu/; revision=284
* add parse_command() and modify existing code to use itAndrew Gaffney2007-12-301-15/+28
| | | | svn path=/branches/new-fu/; revision=283
* adding query for get_jobs from old server.Preston Cody2007-12-301-6/+22
| | | | svn path=/branches/new-fu/; revision=282
* adding in the DBI commands, commented out, to actually do stuff instead of ↵Preston Cody2007-12-301-5/+22
| | | | | | | | faking it. will continue faking it for now to ease development. svn path=/branches/new-fu/; revision=281
* adding debug() function.Preston Cody2007-12-301-11/+18
| | | | | | makes things so much cleaner. svn path=/branches/new-fu/; revision=280
* removing hte getresponse stuff.Preston Cody2007-12-301-48/+35
| | | | svn path=/branches/new-fu/; revision=278
* relative config file locationAndrew Gaffney2007-12-301-1/+1
| | | | svn path=/branches/new-fu/; revision=275
* adding a whole bunch of code here.Preston Cody2007-12-301-18/+130
| | | | | | | lots taken from the original server code in python. svn path=/branches/new-fu/; revision=267
* copied config reading from the clientPreston Cody2007-12-261-3/+33
| | | | | | | | added DBI. added connection code. tested, works. svn path=/branches/new-fu/; revision=264
* implement IDENTIFY command with random response in serverAndrew Gaffney2007-12-241-4/+11
| | | | svn path=/branches/new-fu/; revision=262
* initial perl-based client and server with shiny IPCAndrew Gaffney2007-12-231-0/+20
svn path=/branches/new-fu/; revision=252