index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
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
2023-09-01
Add missing -T to getopt string.
Nicholas Marriott
2023-09-01
Clear combine flag when a non-UTF-8 set of characters is encountered.
Nicholas Marriott
2023-09-01
Rewrite combined character handling to be more consistent and to support
Nicholas Marriott
2023-09-01
Expand name before looking for window with -S, GitHub issue 3670.
Nicholas Marriott
2023-09-01
Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.
Nicholas Marriott
2023-08-31
reuse the code to exec command for VAR != cmd *and* normal target processing
Marc Espie
2023-08-29
make PerSourceMaxStartups first-match-wins; ok dtucker@
Damien Miller
2023-08-28
descriptive text shouldn't be under .Cm
Damien Miller
2023-08-28
limit artificial login delay to a reasonable maximum (5s) and don't
Damien Miller
2023-08-28
add spacing for punctuation when macro args;
Jason McIntyre
2023-08-28
explicit long long type in timing calculations (doesn't matter, since
Damien Miller
2023-08-28
Add keystroke timing obfuscation to the client.
Damien Miller
2023-08-28
Introduce a transport-level ping facility
Damien Miller
2023-08-23
Add -c to run-shell to set working directory, from someone in GitHub
Nicholas Marriott
2023-08-23
Log what input_dcs_dispatch does with the input data.
Nicholas Marriott
2023-08-21
Log errors in kex_exchange_identification() with level verbose instead
Tobias Heider
2023-08-21
a whois command appeared in 4.1c before 4.3
Jonathan Gray
2023-08-21
correct math for ClientAliveInterval that caused the probes to be
Damien Miller
2023-08-21
want stdlib.h for free(3)
Damien Miller
2023-08-21
Make kdump show kqueue1(2) flags.
Visa Hankala
[next]