2014-03-28 |
Went back to allowing file transfers to continue after an error on one host.
...
tundra
committed
on 28 Mar 2014
|
---|---|
Added hostname to file transfer error report.
tundra
committed
on 28 Mar 2014
|
|
|
|
Reintroduced .close() commands in file transfer except stanza, protected by a try this time.
...
tundra
committed
on 28 Mar 2014
|
|
|
|
2014-03-27 |
Added -K option to force prompting for password.
tundra
committed
on 27 Mar 2014
|
Updated copyright.
tundra
committed
on 27 Mar 2014
|
|
Implemented HOSTNAME and HOSTSHORT as separate hostname substitution mechanisms.
tundra
committed
on 27 Mar 2014
|
|
Implemented <HOSTNAME> substitution for commands and file transfers.
tundra
committed
on 27 Mar 2014
|
|
2014-01-20 |
Updated copyright.
tundra
committed
on 20 Jan 2014
|
Made testmode the default.
tundra
committed
on 20 Jan 2014
|
|
2013-10-29 |
Fixed -N so that it cancels any keychange auth option.
tundra
committed
on 29 Oct 2013
|
More variable substitution bug fixes.
tundra
committed
on 29 Oct 2013
|
|
Factored variable substitution into VarSub() and fixed bug that failed to do
...
tundra
committed
on 29 Oct 2013
|
|
Added variable substitution to the command passed on the command line.
tundra
committed
on 29 Oct 2013
|
|
2013-10-28 |
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
|
Renamed tsearchpath() to SearchPath() and had it return first matching
...
tundra
committed
on 28 Oct 2013
|
|
Minor cosmetic change.
tundra
committed
on 28 Oct 2013
|
|
First full implementation of path searching for command files and host list files.
...
tundra
committed
on 28 Oct 2013
|
|
Sorted symbol table test output.
tundra
committed
on 28 Oct 2013
|
|
2013-10-27 |
Slight change in test mode report output order.
tundra
committed
on 27 Oct 2013
|
Implemented -t option and test mode.
tundra
committed
on 27 Oct 2013
|
|
2013-10-26 |
First implementation of variable definitions.
tundra
committed
on 26 Oct 2013
|
2013-10-24 |
Added -y option to produce noisy reporting.
tundra
committed
on 24 Oct 2013
|
2013-10-23 |
Minor cosmetic changes to usage output.
tundra
committed
on 23 Oct 2013
|
Added support for the .include directive when reading files.
tundra
committed
on 23 Oct 2013
|
|
Factored reading of external files into a single ReadFile() routine so
...
tundra
committed
on 23 Oct 2013
|
|
Replace stdin redirection with -f option and documented it.
tundra
committed
on 23 Oct 2013
|
|
Minor typo fix.
tundra
committed
on 23 Oct 2013
|
|
Cleaned up user name prompting and precedence.
tundra
committed
on 23 Oct 2013
|