History for tsshbatch / tsshbatch.py
2014-03-27
@tundra
Implemented <HOSTNAME> substitution for commands and file transfers.
tundra committed on 27 Mar 2014
2014-01-20
@tundra
Updated copyright.
tundra committed on 20 Jan 2014
@tundra
Made testmode the default.
tundra committed on 20 Jan 2014
2013-10-29
@tundra
Fixed -N so that it cancels any keychange auth option.
tundra committed on 29 Oct 2013
@tundra
More variable substitution bug fixes.
tundra committed on 29 Oct 2013
@tundra
Factored variable substitution into VarSub() and fixed bug that failed to do ...
tundra committed on 29 Oct 2013
@tundra
Added variable substitution to the command passed on the command line.
tundra committed on 29 Oct 2013
2013-10-28
@tundra
Fixed bug that was causing *all* "=" signs to be removed from the RHS of a .define statement. Now it properly only uses the leftmost as a delimiter between LHS and RHS and leaves the rest, if any, alone.
tundra committed on 28 Oct 2013
@tundra
Renamed tsearchpath() to SearchPath() and had it return first matching ...
tundra committed on 28 Oct 2013
@tundra
Minor cosmetic change.
tundra committed on 28 Oct 2013
@tundra
First full implementation of path searching for command files and host list files. ...
tundra committed on 28 Oct 2013
@tundra
Sorted symbol table test output.
tundra committed on 28 Oct 2013
2013-10-27
@tundra
Slight change in test mode report output order.
tundra committed on 27 Oct 2013
@tundra
Implemented -t option and test mode.
tundra committed on 27 Oct 2013
2013-10-26
@tundra
First implementation of variable definitions.
tundra committed on 26 Oct 2013
2013-10-24
@tundra
Added -y option to produce noisy reporting.
tundra committed on 24 Oct 2013
2013-10-23
@tundra
Minor cosmetic changes to usage output.
tundra committed on 23 Oct 2013
@tundra
Added support for the .include directive when reading files.
tundra committed on 23 Oct 2013
@tundra
Factored reading of external files into a single ReadFile() routine so ...
tundra committed on 23 Oct 2013
@tundra
Replace stdin redirection with -f option and documented it.
tundra committed on 23 Oct 2013
@tundra
Minor typo fix.
tundra committed on 23 Oct 2013
@tundra
Cleaned up user name prompting and precedence.
tundra committed on 23 Oct 2013
@tundra
Changed -s option to -S for consistency with -N.
tundra committed on 23 Oct 2013
@tundra
Fixed sudo failure code to abort on error instead of continuing.
tundra committed on 23 Oct 2013
@tundra
Added -s option and corrected sudo password prompting algorithm.
tundra committed on 23 Oct 2013
2013-10-22
@tundra
Minor change to sudo pw hint.
tundra committed on 22 Oct 2013
@tundra
Cleaned up logic to permit separate login and sudo passwords, with defaulting ...
tundra committed on 22 Oct 2013
@tundra
Cleaned up sudo handling and reporting.
tundra committed on 22 Oct 2013
@tundra
Cleaned up reporting output.
tundra committed on 22 Oct 2013
@tundra
Modified to only trigger sudo behavior (passwords, etc.) when the ...
tundra committed on 22 Oct 2013