summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-09-08On second thoughts, do check DA2 for DECFRA and DECSLRM since that willNicholas Marriott
2023-09-08Use DECSLRM and DECFRA only at level 4 rather than checking the terminalNicholas Marriott
2023-09-08fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here isDamien Miller
2023-09-08fix recursive remote-remote copies of directories that contain symlinksDamien Miller
2023-09-08the sftp code was one of my first contributions to OpenSSH and itDamien Miller
2023-09-08fix scp in SFTP mode recursive upload and download of directoriesDamien Miller
2023-09-07Treat consecutive paragraph indicators as different paragraphsTobias Heider
2023-09-07Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 asNicholas Marriott
2023-09-07Accept 65 for VT525 as well.Nicholas Marriott
2023-09-06allow override of Sybsystem directives in sshd Match blocksDamien Miller
2023-09-06allocate the subsystems array as necessary and remove the fixed limit ofDamien Miller
2023-09-06preserve quoting of Subsystem commands and arguments. This may changeDamien Miller
2023-09-06downgrade duplicate Subsystem directives from being a fatal errorDamien Miller
2023-09-06handle cr+lf (instead of just cr) in sshsig signature filesDamien Miller
2023-09-06remove unused variableJonathan Gray
2023-09-06add void to function decls with no argsJonathan Gray
2023-09-05unifdef HAS_INLINESJonathan Gray
2023-09-04Fix netstat output of uses of current SYN cache left.Alexander Bluhm
2023-09-04Fix a bug where the wrong digit was used for prioritizing filenamesIngo Schwarze
2023-09-04GC old code that was originally implemented to facilitate adoption byMarc Espie
2023-09-04Generate Ed25519 keys when invoked without argumentsJob Snijders
2023-09-04Skip wrapped lines in top level search loop because they will beNicholas Marriott
2023-09-04trigger keystroke timing obfucation only if the channels layer enqueudDamien Miller
2023-09-04avoid bogus "obfuscate_keystroke_timing: stopping ..." debugDamien Miller
2023-09-04make channel_output_poll() return a flag indicating whether channelDamien Miller
2023-09-03set interactive mode for ControlPersist sessions if they originallyDamien Miller
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30Nicholas Marriott
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubNicholas Marriott
2023-09-02Set visited flag on last windows when linking session.Nicholas Marriott
2023-09-01Only compare the actual size of the UTF-8 character, not all of it.Nicholas Marriott
2023-09-01Add missing -T to getopt string.Nicholas Marriott
2023-09-01Clear combine flag when a non-UTF-8 set of characters is encountered.Nicholas Marriott
2023-09-01Rewrite combined character handling to be more consistent and to supportNicholas Marriott
2023-09-01Expand name before looking for window with -S, GitHub issue 3670.Nicholas Marriott
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.Nicholas Marriott
2023-08-31reuse the code to exec command for VAR != cmd *and* normal target processingMarc Espie
2023-08-29make PerSourceMaxStartups first-match-wins; ok dtucker@Damien Miller
2023-08-28descriptive text shouldn't be under .CmDamien Miller
2023-08-28limit artificial login delay to a reasonable maximum (5s) and don'tDamien Miller
2023-08-28add spacing for punctuation when macro args;Jason McIntyre
2023-08-28explicit long long type in timing calculations (doesn't matter, sinceDamien Miller
2023-08-28Add keystroke timing obfuscation to the client.Damien Miller
2023-08-28Introduce a transport-level ping facilityDamien Miller
2023-08-23Add -c to run-shell to set working directory, from someone in GitHubNicholas Marriott
2023-08-23Log what input_dcs_dispatch does with the input data.Nicholas Marriott
2023-08-21Log errors in kex_exchange_identification() with level verbose insteadTobias Heider
2023-08-21a whois command appeared in 4.1c before 4.3Jonathan Gray
2023-08-21correct math for ClientAliveInterval that caused the probes to beDamien Miller
2023-08-21want stdlib.h for free(3)Damien Miller
2023-08-21Make kdump show kqueue1(2) flags.Visa Hankala