index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PROTOCOL.key
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
upstream: when transferring multiple files in SFTP mode, create the
djm@openbsd.org
1
-15
/
+40
2022-01-18
upstream: allow pin-required FIDO keys to be added to ssh-agent(1).
djm@openbsd.org
2
-12
/
+36
2022-01-14
upstream: ssh-sk: free a resident key's user id
djm@openbsd.org
1
-1
/
+2
2022-01-14
upstream: sshsk_load_resident: don't preallocate resp
djm@openbsd.org
1
-3
/
+2
2022-01-14
upstream: sshsk_sign: trim call to sshkey_fingerprint()
djm@openbsd.org
1
-8
/
+1
2022-01-14
upstream: use status error message to communicate ~user expansion
djm@openbsd.org
1
-2
/
+3
2022-01-14
fix edge case in poll(2) wrapper
Damien Miller
1
-14
/
+9
2022-01-14
Wrap OpenSSL includes in unit tests in ifdef.
Darren Tucker
4
-0
/
+8
2022-01-13
Remove sort wrapper.
Darren Tucker
1
-6
/
+0
2022-01-13
upstream: Set LC_ALL in both local and remote shells so that sorted
dtucker@openbsd.org
1
-1
/
+5
2022-01-13
upstream: Avoid %'s in commands (not used in OpenBSD, but used in
dtucker@openbsd.org
1
-2
/
+2
2022-01-12
Stop on first test failure to minimize logs.
Darren Tucker
1
-1
/
+4
2022-01-12
upstream: Use egrep when searching for an anchored string.
dtucker@openbsd.org
1
-2
/
+2
2022-01-12
Add "rev" command replacement if needed.
Darren Tucker
1
-0
/
+6
2022-01-12
upstream: Don't log NULL hostname in restricted agent code,
dtucker@openbsd.org
1
-4
/
+5
2022-01-11
upstream: remove hardcoded domain and use window.location.host, so this
djm@openbsd.org
1
-3
/
+3
2022-01-11
upstream: "void" functions should not return anything. From Tim Rice
dtucker@openbsd.org
1
-1
/
+1
2022-01-11
upstream: suppress "Connection to xxx closed" messages at LogLevel >=
djm@openbsd.org
2
-4
/
+4
2022-01-11
OS X poll(2) is broken; use compat replacement
Damien Miller
2
-6
/
+10
2022-01-11
libhardended_malloc.so moved into out dir.
Darren Tucker
1
-1
/
+1
2022-01-10
Make USL compilers happy
Tim Rice
1
-1
/
+1
2022-01-10
Add wrapper for "sort" to set LC_ALL=C.
Darren Tucker
1
-0
/
+6
2022-01-08
upstream: Remove errant "set -x" left over from debugging.
dtucker@openbsd.org
1
-2
/
+1
2022-01-08
upstream: Enable all supported hostkey algorithms (but no others).
dtucker@openbsd.org
1
-8
/
+13
2022-01-08
upstream: use status error message to communicate ~user expansion
djm@openbsd.org
1
-3
/
+7
2022-01-08
upstream: fix some corner-case bugs in scp sftp-mode handling of
djm@openbsd.org
1
-5
/
+10
2022-01-08
upstream: more idiomatic error messages; spotted by jsg & deraadt
djm@openbsd.org
1
-3
/
+3
2022-01-08
upstream: add a variant of send_status() that allows overriding the
djm@openbsd.org
1
-4
/
+11
2022-01-08
upstream: refactor tilde_expand_filename() and make it handle ~user
djm@openbsd.org
1
-30
/
+46
2022-01-06
upstream: Don't explicitly set HostbasedAuthentication in
dtucker@openbsd.org
1
-2
/
+1
2022-01-06
upstream: Add test for hostbased auth. It requires some external
dtucker@openbsd.org
2
-3
/
+65
2022-01-06
depend
Damien Miller
1
-3
/
+3
2022-01-06
upstream: allow hostbased auth to select RSA keys when only
djm@openbsd.org
1
-4
/
+5
2022-01-06
upstream: add a helper function to match a key type to a list of
djm@openbsd.org
2
-2
/
+29
2022-01-06
upstream: log some details on hostkeys that ssh loads for
djm@openbsd.org
1
-1
/
+7
2022-01-06
upstream: log signature algorithm during verification by monitor;
djm@openbsd.org
1
-2
/
+3
2022-01-06
upstream: piece of UpdateHostkeys client strictification: when
djm@openbsd.org
1
-2
/
+2
2022-01-06
upstream: include rejected signature algorithm in error message
djm@openbsd.org
1
-3
/
+3
2022-01-06
upstream: make ssh-keysign use the requested signature algorithm
djm@openbsd.org
1
-9
/
+20
2022-01-06
upstream: stricter UpdateHostkey signature verification logic on
djm@openbsd.org
1
-14
/
+34
2022-01-06
upstream: Fix signature algorithm selection logic for
djm@openbsd.org
3
-11
/
+44
2022-01-06
upstream: convert ssh, sshd mainloops from select() to poll();
djm@openbsd.org
4
-281
/
+436
2022-01-06
upstream: prepare for conversion of ssh, sshd mainloop from
djm@openbsd.org
2
-83
/
+139
2022-01-06
upstream: add a comment so I don't make this mistake again
djm@openbsd.org
1
-3
/
+5
2022-01-06
upstream: fix cut-and-pasto in error message
djm@openbsd.org
1
-2
/
+2
2022-01-05
upstream: select all RSA hostkey algorithms for UpdateHostkeys tests,
djm@openbsd.org
1
-4
/
+13
2022-01-05
upstream: regress test both sshsig message hash algorithms, possible
djm@openbsd.org
1
-8
/
+18
2022-01-05
upstream: allow selection of hash at sshsig signing time; code
djm@openbsd.org
2
-17
/
+39
2022-01-05
upstream: add missing -O option to usage() for ssh-keygen -Y sign;
djm@openbsd.org
1
-2
/
+2
2022-01-05
upstream: move sig_process_opts() to before sig_sign(); no
djm@openbsd.org
1
-38
/
+39
[next]