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
2020-12-22
Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.
Theo Buehler
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2020-12-21
Fix typo in mktime() year format description. From Paul de Weerd.
Todd C. Miller
2020-12-21
Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.
Florian Obser
2020-12-21
Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.
Darren Tucker
2020-12-21
properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error
Damien Miller
2020-12-21
Show scope id when set; ok florian@
Otto Moerbeek
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
Damien Miller
2020-12-20
allow UserKnownHostsFile=none; feedback and ok markus@
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-12-20
Fix EDNS Client Subnet option (+subnet=)
Florian Obser
2020-12-20
Fix IPv6 link-local address handling for nameservers to talk to as
Florian Obser
2020-12-20
Fix copy-pasto when selecting the addresses read from resolv.conf by
Otto Moerbeek
2020-12-19
Print client kem key with correct length.
tobhe
2020-12-19
rename filenames ending in a period
Daniel Dickman
2020-12-18
Update awk to December 18, 2020 version.
Todd C. Miller
2020-12-17
fix possible error("%s", NULL) on error paths
Damien Miller
2020-12-17
refactor client percent_expand() argument passing; consolidate the
Damien Miller
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
Damien Miller
2020-12-17
Fix some breakage in handling +-inf and +-nan introduced in last version.
Todd C. Miller
2020-12-16
Remove a redundant memset call.
Theo Buehler
2020-12-15
Make synchronize-panes a pane option and add -U flag to set-option to
Nicholas Marriott
2020-12-15
Initialize the poll_timeout before rsync_server() is called.
Claudio Jeker
2020-12-15
the name aux is a reserved filename on windows
Daniel Dickman
2020-12-14
Implement displaying SMI enums as text.
Martijn van Duren
2020-12-14
use _PATH_SSH_USER_DIR instead of hardcoded .ssh in path
Damien Miller
2020-12-13
pr.1: note that -p is unsupported
Jason McIntyre
2020-12-12
Replace list faked with a literal display with a real list.
Anthony J. Bentley
2020-12-10
Check sample signedness when setting up format conversions.
Alexandre Ratchov
2020-12-10
Check sample signedness when setting up format conversions.
Alexandre Ratchov
2020-12-09
Update awk to December 8, 2020 version.
Todd C. Miller
2020-12-07
Do not include the status line size when working out the character for
Nicholas Marriott
2020-12-07
Do not clear the wrapped flag on linefeeds if it is already set - this
Nicholas Marriott
2020-12-04
shuffle a few utility functions into sftp-client.c; from Jakub Jelen
Damien Miller
2020-12-04
make ssh_free(NULL) a no-op
Damien Miller
2020-12-04
memleak of DH public bignum; found with libfuzzer
Damien Miller
2020-12-04
fix minor memleak of kex->hostkey_alg on rekex
Damien Miller
2020-12-04
typos: s/hex/kex/ in error messages
Damien Miller
2020-12-04
make program name be const
Damien Miller
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Jason McIntyre
2020-12-03
Redraw any visible modes when status line changes so that formats like
Nicholas Marriott
2020-12-02
Add argc check for snmp trap and drop to usage if we're short.
Martijn van Duren
2020-12-01
Leave newlines inside multiline quotes.
Nicholas Marriott
2020-12-01
Make replacement of ##s consistent when drawing formats, whether
Nicholas Marriott
2020-12-01
update currency exchange rates;
Jason McIntyre
2020-11-30
Ignore running command when checking for no-hooks flag if it is blocked.
Nicholas Marriott
2020-11-30
Ignore comments at the end of config lines in ssh_config, similar to what
Darren Tucker
2020-11-28
Include cipher.h for declaration of cipher_by_name.
Darren Tucker
2020-11-28
Use IN_MULTICAST correctly, so it checks the IP address rather than the
Jonathan Matthew
[next]