Log of /trunk/client
Directory Listing
Revision
341 -
Directory Listing
Modified
Mon Jan 7 01:09:58 2008 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
write out script_data to file
determine UID/GID of run_as user beforehand so we can change the owner of the script we just wrote
exec the script we wrote out instead of dummy commands
add set_script_file() function
Revision
340 -
Directory Listing
Modified
Sun Jan 6 22:10:00 2008 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
exit with -2 if run_as user can't be found
always try to get exitstatus
Revision
339 -
Directory Listing
Modified
Sun Jan 6 22:01:27 2008 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
check proper variable after forking
add code to setuid() before job execution
Revision
335 -
Directory Listing
Modified
Sun Jan 6 17:31:40 2008 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
move Scire.pm to Scire/Job.pm and fix scireclient.pm to use the new paths
Revision
330 -
Directory Listing
Modified
Sat Jan 5 06:26:21 2008 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
move code that talks to server into talk_to_server(), which forks before doing its thing in order to drop privileges
Revision
310 -
Directory Listing
Modified
Wed Jan 2 02:01:51 2008 UTC
(5 years, 4 months ago)
by
codeman
Original Path:
branches/new-fu/client
add debug to response line
added other paths to check_job_dir
fixed up get_job a bit.
Revision
301 -
Directory Listing
Modified
Mon Dec 31 23:57:35 2007 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
switch config location to /etc/scire/
add config defaults to scireclient
Revision
277 -
Directory Listing
Modified
Sun Dec 30 02:35:25 2007 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
remove END block as it seems unnecessary, since it looks like ssh dies by itself when the STDIN and STDOUT are closed
Revision
273 -
Directory Listing
Modified
Sun Dec 30 02:03:37 2007 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
modify all code using send_command() to pass output through parse_response()
Revision
270 -
Directory Listing
Modified
Sun Dec 30 01:43:20 2007 UTC
(5 years, 4 months ago)
by
agaffney
Original Path:
branches/new-fu/client
move get_response() code into send_command() since nothing else uses it
Revision
263 -
Directory Listing
Modified
Mon Dec 24 18:30:59 2007 UTC
(5 years, 5 months ago)
by
agaffney
Original Path:
branches/new-fu/client
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
Revision
259 -
Directory Listing
Modified
Mon Dec 24 06:27:16 2007 UTC
(5 years, 5 months ago)
by
codeman
Original Path:
branches/new-fu/client
config touchups.
added a register function. it needs a fingerprint or digest
to verify the client.
Revision
257 -
Directory Listing
Modified
Mon Dec 24 02:29:48 2007 UTC
(5 years, 5 months ago)
by
agaffney
Original Path:
branches/new-fu/client
use a match and capture instead of split for parsing config file lines
Revision
256 -
Directory Listing
Modified
Mon Dec 24 01:30:35 2007 UTC
(5 years, 5 months ago)
by
agaffney
Original Path:
branches/new-fu/client
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
| Sticky Revision: |
|