summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add the debug line to the config.Preston Cody2007-12-311-0/+1
| | | | | | | | svn path=/branches/new-fu/; revision=293
| * cleaned up the debugging. took out existing jobs lines.Preston Cody2007-12-311-9/+7
| | | | | | | | svn path=/branches/new-fu/; revision=292
| * drop tab in heredoc terminatorAndrew Gaffney2007-12-311-2/+2
| | | | | | | | svn path=/branches/new-fu/; revision=291
| * add get_interface_info() to get MAC/IP for register_client()Andrew Gaffney2007-12-311-2/+12
| | | | | | | | svn path=/branches/new-fu/; revision=290
| * add interface config optionAndrew Gaffney2007-12-311-0/+1
| | | | | | | | svn path=/branches/new-fu/; revision=289
| * add jobdir for server.Preston Cody2007-12-311-0/+1
| | | | | | | | svn path=/branches/new-fu/; revision=288
| * 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-312-2/+6
| | | | | | | | | | | | | | 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-302-9/+19
| | | | | | | | 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
| * adding debug.Preston Cody2007-12-301-0/+2
| | | | | | | | svn path=/branches/new-fu/; revision=279
| * removing hte getresponse stuff.Preston Cody2007-12-301-48/+35
| | | | | | | | svn path=/branches/new-fu/; revision=278
| * remove END block as it seems unnecessary, since it looks like ssh dies by ↵Andrew Gaffney2007-12-301-7/+0
| | | | | | | | | | | | itself when the STDIN and STDOUT are closed svn path=/branches/new-fu/; revision=277
| * add END block and clean up errorsAndrew Gaffney2007-12-301-8/+15
| | | | | | | | svn path=/branches/new-fu/; revision=276
| * relative config file locationAndrew Gaffney2007-12-301-1/+1
| | | | | | | | svn path=/branches/new-fu/; revision=275
| * remove run_test() stuffAndrew Gaffney2007-12-301-7/+0
| | | | | | | | svn path=/branches/new-fu/; revision=274
| * modify all code using send_command() to pass output through parse_response()Andrew Gaffney2007-12-301-10/+8
| | | | | | | | svn path=/branches/new-fu/; revision=273
| * implement debug() and modify all current code to use itAndrew Gaffney2007-12-301-6/+14
| | | | | | | | svn path=/branches/new-fu/; revision=272
| * implement parse_response()Andrew Gaffney2007-12-301-4/+5
| | | | | | | | svn path=/branches/new-fu/; revision=271
| * move get_response() code into send_command() since nothing else uses itAndrew Gaffney2007-12-301-7/+7
| | | | | | | | svn path=/branches/new-fu/; revision=270
| * config updates.Preston Cody2007-12-301-1/+2
| | | | | | | | svn path=/branches/new-fu/; revision=269
| * big changes. adding a whole bunch of code to flesh this out.Preston Cody2007-12-301-15/+88
| | | | | | | | svn path=/branches/new-fu/; revision=268
| * 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
| * adding fake server config.Preston Cody2007-12-261-0/+8
| | | | | | | | svn path=/branches/new-fu/; revision=266
| * if to unless b/c of possible undef.Preston Cody2007-12-261-2/+2
| | | | | | | | svn path=/branches/new-fu/; revision=265
| * 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
| * move connection string building into its own functionAndrew Gaffney2007-12-241-38/+52
| | | | | | | | | | | | | | | | move most of global stuff inside run_main react properly to responses from IDENTIFY command move the job_dir check into its own function svn path=/branches/new-fu/; revision=263
| * implement IDENTIFY command with random response in serverAndrew Gaffney2007-12-241-4/+11
| | | | | | | | svn path=/branches/new-fu/; revision=262
| * musta been too drunk to not remember mkpath.Preston Cody2007-12-241-1/+2
| | | | | | | | svn path=/branches/new-fu/; revision=261
| * rename verbose to debugAndrew Gaffney2007-12-241-10/+26
| | | | | | | | | | | | split identify and register svn path=/branches/new-fu/; revision=260
| * config touchups.Preston Cody2007-12-241-19/+55
| | | | | | | | | | | | | | added a register function. it needs a fingerprint or digest to verify the client. svn path=/branches/new-fu/; revision=259
| * toss in a comment...just becauseAndrew Gaffney2007-12-241-1/+1
| | | | | | | | svn path=/branches/new-fu/; revision=258
| * use a match and capture instead of split for parsing config file linesAndrew Gaffney2007-12-241-2/+3
| | | | | | | | svn path=/branches/new-fu/; revision=257
| * ok, where to begin....Andrew Gaffney2007-12-241-17/+63
| | | | | | | | | | | | | | | | | | | | | | | | 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 svn path=/branches/new-fu/; revision=256
| * change var name from USERNAME to USER to match existing codeAndrew Gaffney2007-12-241-1/+1
| | | | | | | | svn path=/branches/new-fu/; revision=255
| * adding config-related stuff.Preston Cody2007-12-242-6/+44
| | | | | | | | svn path=/branches/new-fu/; revision=254
| * add servercmd commentAndrew Gaffney2007-12-231-0/+1
| | | | | | | | svn path=/branches/new-fu/; revision=253
| * initial perl-based client and server with shiny IPCAndrew Gaffney2007-12-232-0/+43
| | | | svn path=/branches/new-fu/; revision=252
* moving the old python scire server/client into a branch and out of trunk.Preston Cody2008-02-1720-3151/+0
| | | | svn path=/trunk/; revision=359
* adding some module support code as well as a prototype pagePreston Cody2008-02-1710-152/+471
| | | | | | | | for quickstart. reworking the job page to do what was previously in add_job.php we can now safely get rid of add_job i think. svn path=/trunk/; revision=356
* adding in the minimal phpgacl code. this is all that is necessaryPreston Cody2008-02-167-6/+5795
| | | | | | | | | for a functioning phpgcal setup. (pretty sweet eh?) minor touchup to user.php adding favicon.ico b/c apache seems to want it. svn path=/trunk/; revision=355
* switching location for config.phpPreston Cody2008-02-161-1/+2
| | | | svn path=/trunk/; revision=354
* config.php is now an example config. the realPreston Cody2008-02-162-3/+6
| | | | | | | config w/ database user/pass will be in /etc/scire/ modified common.php to account for new location. svn path=/trunk/; revision=353
* fixing up the jobs stuff. halfway there i'd say.Preston Cody2008-01-165-102/+88
| | | | svn path=/trunk/; revision=352
* adding calendar for use in setting the start and end ranges.Preston Cody2008-01-1416-2/+351
| | | | | | | no validation on which is before which. sorry. if your users are dumb, so be it. svn path=/trunk/; revision=351
* remove minute and 5-min interval possibilities. 15 min is our minimum.Preston Cody2008-01-113-4/+4
| | | | | | adodb's path is now in php5. dunno why they changed it, but kinda annoying. svn path=/trunk/; revision=348