index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshbuf-getput-basic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-27
upstream: ssh-keyscan(1): simplify conloop() with timercmp(3),
cheloha@openbsd.org
1
-13
/
+5
2020-08-27
upstream: let ssh_config(5)'s AddKeysToAgent keyword accept a time
djm@openbsd.org
4
-27
/
+89
2020-08-27
upstream: let the "Confirm user presence for key ..." ssh-askpass
djm@openbsd.org
1
-9
/
+14
2020-08-20
Remove check for 'ent' command.
Darren Tucker
2
-3
/
+0
2020-08-17
Wrap stdint.h include in ifdef HAVE_STDINT_H.
Darren Tucker
1
-0
/
+2
2020-08-10
sync memmem.c with OpenBSD
Damien Miller
1
-47
/
+167
2020-08-07
Always send any PAM account messages.
Darren Tucker
1
-13
/
+13
2020-08-07
Output test debug logs on failure.
Darren Tucker
1
-0
/
+11
2020-08-07
Add ability to specify exact test target.
Darren Tucker
2
-1
/
+24
2020-08-07
Document --without-openssl and --without-zlib.
Darren Tucker
1
-1
/
+5
2020-08-07
Add without-openssl without-zlib test target.
Darren Tucker
2
-1
/
+2
2020-08-06
Add CI with prepare script
Stefan Schindler
2
-0
/
+89
2020-08-05
support NetBSD's utmpx.ut_ss address field
Damien Miller
2
-0
/
+4
2020-08-04
wrap a declaration in the same ifdefs as its use
Damien Miller
1
-2
/
+5
2020-08-04
undef TAILQ_CONCAT and friends
Damien Miller
1
-56
/
+59
2020-08-03
upstream: ensure that certificate extensions are lexically sorted.
djm@openbsd.org
1
-67
/
+85
2020-08-03
upstream: allow -A to explicitly enable agent forwarding in scp and
djm@openbsd.org
4
-14
/
+30
2020-08-03
upstream: clang -Wimplicit-fallthrough does not recognise /*
deraadt@openbsd.org
1
-0
/
+1
2020-08-03
upstream: Also compare username when checking for JumpHost loops.
dtucker@openbsd.org
1
-6
/
+9
2020-07-31
Remove AC_REVISION.
Darren Tucker
1
-1
/
+0
2020-07-28
Use argv in OSSH_CHECK_CFLAG_COMPILE test.
Darren Tucker
2
-0
/
+4
2020-07-20
Skip ECDSA-SK webauthn test when built w/out ECC
Darren Tucker
1
-0
/
+2
2020-07-20
Add ssh-sk-helper and manpage to RPM spec file
Damien Miller
2
-0
/
+9
2020-07-17
upstream: Add %k to the TOKENs for Match Exec for consistency with
dtucker@openbsd.org
1
-2
/
+5
2020-07-17
upstream: fix macro slip in previous;
jmc@openbsd.org
1
-2
/
+2
2020-07-17
upstream: Add test for '%k' (HostKeyAlias) TOKEN.
dtucker@openbsd.org
1
-1
/
+2
2020-07-17
upstream: Add tests for expansions on UserKnownHostsFile.
dtucker@openbsd.org
1
-10
/
+29
2020-07-17
upstream: log error message for process_write() write failures
djm@openbsd.org
1
-4
/
+5
2020-07-17
upstream: Add a '%k' TOKEN that expands to the effective HostKey of
dtucker@openbsd.org
4
-4
/
+14
2020-07-17
upstream: Add %-TOKEN, environment variable and tilde expansion to
dtucker@openbsd.org
2
-6
/
+30
2020-07-17
upstream: - Add [-a rounds] in ssh-keygen man page and usage() -
solene@openbsd.org
2
-10
/
+18
2020-07-17
upstream: start sentence with capital letter;
jmc@openbsd.org
1
-3
/
+3
2020-07-17
detect Linux/X32 systems
Damien Miller
1
-0
/
+6
2020-07-15
upstream: Fix previous by calling the correct function.
dtucker@openbsd.org
1
-2
/
+2
2020-07-15
upstream: Update test to match recent change in match.c
dtucker@openbsd.org
1
-2
/
+2
2020-07-15
Adjust portable code to match changes in 939d787d,
Darren Tucker
1
-2
/
+2
2020-07-15
upstream: Add default for number of rounds (-a). ok djm@
dtucker@openbsd.org
1
-2
/
+3
2020-07-15
upstream: allow some additional control over the use of ssh-askpass
djm@openbsd.org
4
-15
/
+70
2020-07-15
upstream: correct recently broken comments
deraadt@openbsd.org
2
-4
/
+4
2020-07-15
upstream: some language improvements; ok markus
djm@openbsd.org
15
-79
/
+79
2020-07-15
upstream: update setproctitle after re-exec; ok djm
markus@openbsd.org
1
-1
/
+2
2020-07-15
upstream: keep ignoring HUP after fork+exec; ok djm
markus@openbsd.org
1
-1
/
+2
2020-07-15
upstream: don't exit the listener on send_rexec_state errors; ok
markus@openbsd.org
1
-2
/
+2
2020-07-15
upstream: Use $OBJ to find key files. Fixes test when run on an obj
dtucker@openbsd.org
1
-5
/
+5
2020-07-04
Wrap stdint.h in ifdef HAVE_STDINT_H.
Darren Tucker
1
-0
/
+2
2020-07-03
upstream: put back the mux_ctx memleak fix, but only for channels of
djm@openbsd.org
1
-1
/
+5
2020-07-03
upstream: revert r1.399 - the lifetime of c->mux_ctx is more complex;
djm@openbsd.org
1
-3
/
+1
2020-07-03
upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - if
djm@openbsd.org
1
-2
/
+2
2020-07-03
upstream: when redirecting sshd's log output to a file, undo this
djm@openbsd.org
2
-2
/
+13
2020-07-03
upstream: start ClientAliveInterval bookkeeping before first pass
djm@openbsd.org
1
-1
/
+3
[next]