History for tsshbatch / tsshbatch.py
2016-01-10
@tundra
Summary: Changed auth logic to always computer a username even for keyexchange-based auth.
tundra committed on 10 Jan 2016
@tundra
Summary: Update copyright date.
tundra committed on 10 Jan 2016
@tundra
Summary: Fixed bug that failed to provide username with key auth.
tundra committed on 10 Jan 2016
2014-12-10
@tundra
Removed quote stripping from cmdfile transfer logic.
tundra committed on 10 Dec 2014
@tundra
Implemented the .getfile and .putfile directives.
tundra committed on 10 Dec 2014
2014-12-09
@tundra
Fixed bug that prevented continuation after failed file transfer even ...
tundra committed on 9 Dec 2014
@tundra
Made file transfer data structures ordered dictionaries so that transfer order matches specification order.
tundra committed on 9 Dec 2014
@tundra
Implemented file transfer specifications within cmdfiles.
tundra committed on 9 Dec 2014
@tundra
Added __LOGINNAME__ builtin.
tundra committed on 9 Dec 2014
2014-12-08
@tundra
Ensured that silent mode does not suppress error reporting.
tundra committed on 8 Dec 2014
@tundra
Implemented -s, "Silent" mode.
tundra committed on 8 Dec 2014
2014-12-04
@tundra
File transfers now preserve mode.
tundra committed on 4 Dec 2014
@tundra
Fixed bug that prevented variable substitution in hostnames.
tundra committed on 4 Dec 2014
@tundra
Minor edit.
tundra committed on 4 Dec 2014
@tundra
Added -q, quiet mode support.
tundra committed on 4 Dec 2014
@tundra
Removed newline stripping from execution variable results.
tundra committed on 4 Dec 2014
@tundra
Added code to strip newlines out of execution variable results.
tundra committed on 4 Dec 2014
2014-12-03
@tundra
Summary: Implemented variable dereferencing in test mode.
tundra committed on 3 Dec 2014
@tundra
Summary: Implemented execution variables.
tundra committed on 3 Dec 2014
@tundra
Added __DATETIME__
tundra committed on 3 Dec 2014
@tundra
Added __DATE__ and __TIME__.
tundra committed on 3 Dec 2014
@tundra
Structured code to have builtin variables handled like any other user-defined variable.
tundra committed on 3 Dec 2014
2014-12-02
@tundra
Fixed HOSTNAME substitutions in file transfer specifications. ...
tundra committed on 2 Dec 2014
@tundra
Changed HOSTNAME and HOSTSHORT delimiters from '<>' to '__'.
tundra committed on 2 Dec 2014
2014-12-01
@tundra
Added smarter detection for sudo invocations via new KeyInString() function.
tundra committed on 1 Dec 2014
2014-11-28
@tundra
Summary: Fixed bug that missed sudo invocation if it wasn't the first statement on a compound line.
tundra committed on 28 Nov 2014
2014-11-25
@tundra
Summary: Added support for logging via -l argument.
tundra committed on 25 Nov 2014
@tundra
Summary: Suppress use of ssh-agent and search for keys when password authentication is in effect.
tundra committed on 25 Nov 2014
2014-11-21
@tundra
Fixed help screen syntax bug.
tundra committed on 21 Nov 2014
@tundra
Cleaned up help display.
tundra committed on 21 Nov 2014