index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-19
Fix format string integer type in error message.
Darren Tucker
2019-07-18
upstream: fix off-by-one in sshbuf_dtob64() base64 wrapping that could
djm@openbsd.org
2019-07-18
Fail tests if Valgrind enabled and reports errors.
Darren Tucker
2019-07-18
Allow low-priv tests to write to pipe dir.
Darren Tucker
2019-07-17
Put valgrind vgdb files to a specific directory.
Darren Tucker
2019-07-17
upstream: adapt to sshbuf_dtob64() change
djm@openbsd.org
2019-07-17
upstream: Remove ssh1 files from CLEANFILES since ssh1 no longer
dtucker@openbsd.org
2019-07-17
upstream: Update names of host key files in CLEANFILES to match
dtucker@openbsd.org
2019-07-16
depend
Damien Miller
2019-07-16
upstream: remove mostly vestigal uuencode.[ch]; moving the only unique
djm@openbsd.org
2019-07-16
Hook memmem compat code into build.
Darren Tucker
2019-07-16
Import memmem.c from OpenBSD.
Darren Tucker
2019-07-15
upstream: unit tests for sshbuf_cmp() and sshbuf_find(); ok markus
djm@openbsd.org
2019-07-15
upstream: support PKCS8 as an optional format for storage of
djm@openbsd.org
2019-07-15
upstream: two more bounds-checking sshbuf counterparts to common
djm@openbsd.org
2019-07-15
Clear valgrind-out dir to prevent collisions.
Darren Tucker
2019-07-15
Allow agent tests to write to valgrind dir.
Darren Tucker
2019-07-15
upstream: unit tests for sshbuf_peek/poke bounds-checked random access
djm@openbsd.org
2019-07-15
upstream: add some functions to perform random-access read/write
djm@openbsd.org
2019-07-12
upstream: include SHA2-variant RSA key algorithms in KEX proposal;
djm@openbsd.org
2019-07-12
upstream: print explicit "not modified" message if a file was
djm@openbsd.org
2019-07-12
upstream: Fix a typo and make <esc><right> move right to the
tb@openbsd.org
2019-07-10
fix typo that prevented detection of Linux VRF
Damien Miller
2019-07-09
upstream: cap the number of permiopen/permitlisten directives we're
djm@openbsd.org
2019-07-08
Move log.h include inside ifdefs.
Darren Tucker
2019-07-08
Include log.h for debug() and friends.
Darren Tucker
2019-07-08
sftp-realpath.c needs includes.h
Damien Miller
2019-07-08
remove realpath() compat replacement
Damien Miller
2019-07-08
upstream: Remove some set but never used variables. ok daraadt@
dtucker@openbsd.org
2019-07-08
upstream: still compile uuencode.c, unbreaks build
deraadt@openbsd.org
2019-07-08
upstream: revert header removal that snuck into previous
djm@openbsd.org
2019-07-08
upstream: add a local implementation of BSD realpath() for
djm@openbsd.org
2019-07-06
Add prototype for strnlen to prevent warnings.
Darren Tucker
2019-07-06
Cast *ID types to unsigned long when printing.
Darren Tucker
2019-07-06
Add prototype for compat strndup.(bz#3032).
Darren Tucker
2019-07-06
Add missing bracket in EGD seeding code.
Darren Tucker
2019-07-05
upstream: Add (recently added) rsa_oldfmt to CLEANFILES.
dtucker@openbsd.org
2019-07-05
upstream: Adapt the PuTTY/Conch tests to new key names.
dtucker@openbsd.org
2019-07-05
upstream: Add a sleep to allow forwards to come up.
dtucker@openbsd.org
2019-07-05
Remove nc stderr redirection to resync w/OpenBSD.
Darren Tucker
2019-07-05
Do not fatal on failed lookup of group "tty".
Darren Tucker
2019-07-05
upstream: fatal() if getgrnam() cannot find "tty"
deraadt@openbsd.org
2019-07-05
upstream: stat() returns precisely -1 to indicate error
deraadt@openbsd.org
2019-07-05
upstream: snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt@openbsd.org
2019-07-05
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-02
upstream: asprintf returns -1, not an arbitrary value < 0. Also
deraadt@openbsd.org
2019-06-28
upstream: oops, from asou
deraadt@openbsd.org
2019-06-28
upstream: Some asprintf() calls were checked < 0, rather than the
deraadt@openbsd.org
2019-06-28
upstream: fix NULL deference (bzero) on err
djm@openbsd.org
2019-06-27
Update README doc to include missing test cases
Jitendra Sharma
[next]