Age | Commit message (Expand) | Author |
2023-09-19 | typo; from Jim Spath | Theo de Raadt |
2023-09-19 | Fix a couple of mouse mode flag names. | Nicholas Marriott |
2023-09-19 | Compare int value against 0, not '\0', for consistency. | Todd C. Miller |
2023-09-18 | Fix a bad cast to char * that causes incorrect results on big endian. | Todd C. Miller |
2023-09-18 | Disable utf-8 for non-multibyte locales, such as C or POSIX. | Todd C. Miller |
2023-09-18 | add --csv to usage(), and reformat it to match manual; while here, | Jason McIntyre |
2023-09-18 | 2 cases of c99 for-scope variable decl, when a variable already exists | Theo de Raadt |
2023-09-18 | crank to 7.4-beta | Theo de Raadt |
2023-09-17 | Update to the One True Awk, 2nd edition (Sep 12, 2023). | Todd C. Miller |
2023-09-16 | Remove next- and previous-prompt added in error. GitHub issue 3696. | Nicholas Marriott |
2023-09-15 | Change UTF-8 combining to inspect the previous character at the cursor | Nicholas Marriott |
2023-09-15 | update awk book reference for the second edition | Jonathan Gray |
2023-09-15 | Add -t to source-file, GitHub issue 3473. | Nicholas Marriott |
2023-09-15 | Add some more WINOPS and a placeholder for SMGRAPHICS. | Nicholas Marriott |
2023-09-14 | Reset combine flag only if text is actually processed. | Nicholas Marriott |
2023-09-10 | rename remote_glob() -> sftp_glob() to match other API | Damien Miller |
2023-09-10 | Update awk to Sep 6, 2023 version. | Todd C. Miller |
2023-09-10 | typo in comment | Damien Miller |
2023-09-10 | randomise keystroke obfuscation intervals and average interval rate. | Damien Miller |
2023-09-09 | Update awk to Dec 15, 2022 version. | Todd C. Miller |
2023-09-08 | On second thoughts, do check DA2 for DECFRA and DECSLRM since that will | Nicholas Marriott |
2023-09-08 | Use DECSLRM and DECFRA only at level 4 rather than checking the terminal | Nicholas Marriott |
2023-09-08 | fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here is | Damien Miller |
2023-09-08 | fix recursive remote-remote copies of directories that contain symlinks | Damien Miller |
2023-09-08 | the sftp code was one of my first contributions to OpenSSH and it | Damien Miller |
2023-09-08 | fix scp in SFTP mode recursive upload and download of directories | Damien Miller |
2023-09-07 | Treat consecutive paragraph indicators as different paragraphs | Tobias Heider |
2023-09-07 | Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as | Nicholas Marriott |
2023-09-07 | Accept 65 for VT525 as well. | Nicholas Marriott |
2023-09-06 | allow override of Sybsystem directives in sshd Match blocks | Damien Miller |
2023-09-06 | allocate the subsystems array as necessary and remove the fixed limit of | Damien Miller |
2023-09-06 | preserve quoting of Subsystem commands and arguments. This may change | Damien Miller |
2023-09-06 | downgrade duplicate Subsystem directives from being a fatal error | Damien Miller |
2023-09-06 | handle cr+lf (instead of just cr) in sshsig signature files | Damien Miller |
2023-09-06 | remove unused variable | Jonathan Gray |
2023-09-06 | add void to function decls with no args | Jonathan Gray |
2023-09-05 | unifdef HAS_INLINES | Jonathan Gray |
2023-09-04 | Fix netstat output of uses of current SYN cache left. | Alexander Bluhm |
2023-09-04 | Fix a bug where the wrong digit was used for prioritizing filenames | Ingo Schwarze |
2023-09-04 | GC old code that was originally implemented to facilitate adoption by | Marc Espie |
2023-09-04 | Generate Ed25519 keys when invoked without arguments | Job Snijders |
2023-09-04 | Skip wrapped lines in top level search loop because they will be | Nicholas Marriott |
2023-09-04 | trigger keystroke timing obfucation only if the channels layer enqueud | Damien Miller |
2023-09-04 | avoid bogus "obfuscate_keystroke_timing: stopping ..." debug | Damien Miller |
2023-09-04 | make channel_output_poll() return a flag indicating whether channel | Damien Miller |
2023-09-03 | set interactive mode for ControlPersist sessions if they originally | Damien Miller |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-09-02 | Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub | Nicholas Marriott |
2023-09-02 | Set visited flag on last windows when linking session. | Nicholas Marriott |
2023-09-01 | Only compare the actual size of the UTF-8 character, not all of it. | Nicholas Marriott |