Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-13 | Fix OS X compatibilityHEADmaster | John 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-27 | Remove superfluous line | John Ankarström | |
2021-07-24 | Handle tabs converted to spaces in echo from server | John Ankarström | |
2021-07-24 | Remove superfluous comments | John Ankarström | |
2021-07-17 | Rename +h flag to +i (interactive), reverse meaning | John Ankarström | |
2021-07-17 | Add +h (hard-copy) flag | John Ankarström | |
Also: Fix / handling in escaped commands Exit on SIGQUIT, not on SIGINT | |||
2021-07-17 | Add +x (escaped command) flag | John 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-15 | Match "pass phrase" with a space | John Ankarström | |
2021-07-15 | Use -l22 for pr | John Ankarström | |
2021-07-15 | Reverse meaning of +d (dumb) flag | John Ankarström | |
I personally find the detection useful enough to have enabled by default. | |||
2021-07-15 | Add +d (detect password prompt) flag | John Ankarström | |
Also, rename -P flag to +p. | |||
2021-07-15 | Improve sshpass code | John Ankarström | |
2021-07-15 | Rename BUGS section to CAVEATS | John Ankarström | |
It's not really a bug. | |||
2021-07-15 | Add -P option (ask for password) | John Ankarström | |
2021-07-14 | Use -Pass option for sshpass | John Ankarström | |
2021-07-14 | Add SSHPASS compile-time flag | John Ankarström | |
2021-07-14 | Use -oBatchMode=yes for ssh | John Ankarström | |
2021-07-14 | Exit when child (ssh) exits | John Ankarström | |
2021-07-14 | Use 23 lines for pr | John Ankarström | |
This makes the first page fit on a 25-line terminal. | |||
2021-07-14 | Use -t option for pr (reomve header and margins) | John Ankarström | |
2021-07-14 | Move initial command to INIT constant | John Ankarström | |
2021-07-14 | Add INTRO, use PAGER='pr -pl25' | John Ankarström | |
2021-07-14 | rtty.1: Document shortcomings | John Ankarström | |
2021-07-14 | Makefile: Install rtty.1 | John Ankarström | |
2021-07-14 | rtty.c: Remove unnecessary include | John Ankarström | |
2021-07-14 | Implement rtty in rio.c, rename to rtty.c | John Ankarström | |
2021-07-14 | Add rtty.1 | John Ankarström | |
2021-07-14 | rio.c: Automatically set TERM, PAGER and EDITOR | John Ankarström | |
2021-07-14 | rtty: Kill ssh on exit | John Ankarström | |
2021-07-14 | Rename rtty to rio, rd to rtty | John Ankarström | |
2021-07-14 | rd: Start ssh in batch mode, exec into rtty | John Ankarström | |
2021-07-14 | rd: Force tty by default | John Ankarström | |
2021-07-14 | rtty.c: Don't eat output after repeated typed command | John Ankarström | |
2021-07-14 | rtty.c: Ignore repetition of typed command | John Ankarström | |
2021-07-14 | rtty.c: Remove superfluous code | John Ankarström | |
2021-07-14 | Add rtty.c | John Ankarström | |
2021-07-14 | Remove r1.c | John Ankarström | |
2021-07-14 | Add r1.c | John Ankarström | |
2021-07-14 | Remove rin.c | John Ankarström | |
2021-07-14 | Remove ri | John Ankarström | |
2021-07-14 | Rename r to ri | John Ankarström | |
2021-07-14 | rd: Remove named pipes at start | John Ankarström | |
2021-07-14 | rin.c: Add refreshes | John Ankarström | |
2021-07-14 | rin.c: Send input line by line | John Ankarström | |
2021-07-14 | rin.c: Improve | John Ankarström | |
2021-07-14 | Add rd | John Ankarström | |
2021-07-14 | Add r.sh | John Ankarström | |
2021-07-14 | Add rin.c | John Ankarström | |