aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-13Fix OS X compatibilityHEADmasterJohn Ankarström
As it turns out, dprintf is pretty new. WALLSIG seems unnecessary here and does not seem to be available on OS X (at least on 10.4).
2021-08-27Remove superfluous lineJohn Ankarström
2021-07-24Handle tabs converted to spaces in echo from serverJohn Ankarström
2021-07-24Remove superfluous commentsJohn Ankarström
2021-07-17Rename +h flag to +i (interactive), reverse meaningJohn Ankarström
2021-07-17Add +h (hard-copy) flagJohn Ankarström
Also: Fix / handling in escaped commands Exit on SIGQUIT, not on SIGINT
2021-07-17Add +x (escaped command) flagJohn Ankarström
Here is a summary of the squashed commits: Fix comparison (line 55) Temporarily suspend SIGCHLD handler Support only one file argument (it gets WAY too complex otherwise) Clean up properly Clean up code Properly handle SIGINT during escaped command Abort escaped command if previous command failed
2021-07-15Match "pass phrase" with a spaceJohn Ankarström
2021-07-15Use -l22 for prJohn Ankarström
2021-07-15Reverse meaning of +d (dumb) flagJohn Ankarström
I personally find the detection useful enough to have enabled by default.
2021-07-15Add +d (detect password prompt) flagJohn Ankarström
Also, rename -P flag to +p.
2021-07-15Improve sshpass codeJohn Ankarström
2021-07-15Rename BUGS section to CAVEATSJohn Ankarström
It's not really a bug.
2021-07-15Add -P option (ask for password)John Ankarström
2021-07-14Use -Pass option for sshpassJohn Ankarström
2021-07-14Add SSHPASS compile-time flagJohn Ankarström
2021-07-14Use -oBatchMode=yes for sshJohn Ankarström
2021-07-14Exit when child (ssh) exitsJohn Ankarström
2021-07-14Use 23 lines for prJohn Ankarström
This makes the first page fit on a 25-line terminal.
2021-07-14Use -t option for pr (reomve header and margins)John Ankarström
2021-07-14Move initial command to INIT constantJohn Ankarström
2021-07-14Add INTRO, use PAGER='pr -pl25'John Ankarström
2021-07-14rtty.1: Document shortcomingsJohn Ankarström
2021-07-14Makefile: Install rtty.1John Ankarström
2021-07-14rtty.c: Remove unnecessary includeJohn Ankarström
2021-07-14Implement rtty in rio.c, rename to rtty.cJohn Ankarström
2021-07-14Add rtty.1John Ankarström
2021-07-14rio.c: Automatically set TERM, PAGER and EDITORJohn Ankarström
2021-07-14rtty: Kill ssh on exitJohn Ankarström
2021-07-14Rename rtty to rio, rd to rttyJohn Ankarström
2021-07-14rd: Start ssh in batch mode, exec into rttyJohn Ankarström
2021-07-14rd: Force tty by defaultJohn Ankarström
2021-07-14rtty.c: Don't eat output after repeated typed commandJohn Ankarström
2021-07-14rtty.c: Ignore repetition of typed commandJohn Ankarström
2021-07-14rtty.c: Remove superfluous codeJohn Ankarström
2021-07-14Add rtty.cJohn Ankarström
2021-07-14Remove r1.cJohn Ankarström
2021-07-14Add r1.cJohn Ankarström
2021-07-14Remove rin.cJohn Ankarström
2021-07-14Remove riJohn Ankarström
2021-07-14Rename r to riJohn Ankarström
2021-07-14rd: Remove named pipes at startJohn Ankarström
2021-07-14rin.c: Add refreshesJohn Ankarström
2021-07-14rin.c: Send input line by lineJohn Ankarström
2021-07-14rin.c: ImproveJohn Ankarström
2021-07-14Add rdJohn Ankarström
2021-07-14Add r.shJohn Ankarström
2021-07-14Add rin.cJohn Ankarström