index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PROTOCOL.chacha20poly1305
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-12
upstream: print explicit "not modified" message if a file was
djm@openbsd.org
1
-3
/
+6
2019-07-12
upstream: Fix a typo and make <esc><right> move right to the
tb@openbsd.org
1
-2
/
+2
2019-07-10
fix typo that prevented detection of Linux VRF
Damien Miller
1
-1
/
+1
2019-07-09
upstream: cap the number of permiopen/permitlisten directives we're
djm@openbsd.org
2
-3
/
+6
2019-07-08
Move log.h include inside ifdefs.
Darren Tucker
1
-2
/
+2
2019-07-08
Include log.h for debug() and friends.
Darren Tucker
1
-0
/
+2
2019-07-08
sftp-realpath.c needs includes.h
Damien Miller
1
-0
/
+2
2019-07-08
remove realpath() compat replacement
Damien Miller
7
-277
/
+3
2019-07-08
upstream: Remove some set but never used variables. ok daraadt@
dtucker@openbsd.org
5
-18
/
+12
2019-07-08
upstream: still compile uuencode.c, unbreaks build
deraadt@openbsd.org
1
-0
/
+1
2019-07-08
upstream: revert header removal that snuck into previous
djm@openbsd.org
1
-1
/
+2
2019-07-08
upstream: add a local implementation of BSD realpath() for
djm@openbsd.org
4
-6
/
+231
2019-07-06
Add prototype for strnlen to prevent warnings.
Darren Tucker
1
-0
/
+4
2019-07-06
Cast *ID types to unsigned long when printing.
Darren Tucker
2
-8
/
+8
2019-07-06
Add prototype for compat strndup.(bz#3032).
Darren Tucker
1
-0
/
+4
2019-07-06
Add missing bracket in EGD seeding code.
Darren Tucker
1
-3
/
+4
2019-07-05
upstream: Add (recently added) rsa_oldfmt to CLEANFILES.
dtucker@openbsd.org
1
-1
/
+2
2019-07-05
upstream: Adapt the PuTTY/Conch tests to new key names.
dtucker@openbsd.org
2
-8
/
+8
2019-07-05
upstream: Add a sleep to allow forwards to come up.
dtucker@openbsd.org
1
-1
/
+7
2019-07-05
Remove nc stderr redirection to resync w/OpenBSD.
Darren Tucker
1
-1
/
+1
2019-07-05
Do not fatal on failed lookup of group "tty".
Darren Tucker
1
-1
/
+1
2019-07-05
upstream: fatal() if getgrnam() cannot find "tty"
deraadt@openbsd.org
1
-1
/
+3
2019-07-05
upstream: stat() returns precisely -1 to indicate error
deraadt@openbsd.org
1
-2
/
+2
2019-07-05
upstream: snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt@openbsd.org
1
-2
/
+2
2019-07-05
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
31
-249
/
+249
2019-07-02
upstream: asprintf returns -1, not an arbitrary value < 0. Also
deraadt@openbsd.org
1
-2
/
+2
2019-06-28
upstream: oops, from asou
deraadt@openbsd.org
1
-2
/
+2
2019-06-28
upstream: Some asprintf() calls were checked < 0, rather than the
deraadt@openbsd.org
4
-14
/
+14
2019-06-28
upstream: fix NULL deference (bzero) on err
djm@openbsd.org
1
-2
/
+2
2019-06-27
Update README doc to include missing test cases
Jitendra Sharma
1
-14
/
+65
2019-06-27
upstream: Remove unneeded unlink of xauthfile o
dtucker@openbsd.org
1
-2
/
+1
2019-06-23
upstream: fix mismatch proto/decl from key shielding change; spotted
djm@openbsd.org
1
-2
/
+2
2019-06-21
upstream: adapt for key shielding API changes (const removal)
djm@openbsd.org
1
-3
/
+3
2019-06-21
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
11
-41
/
+324
2019-06-21
upstream: print the correct AuthorizedPrincipalsCommand rather than
djm@openbsd.org
1
-3
/
+3
2019-06-21
upstream: from tim: - for reput, it is remote-path which is
jmc@openbsd.org
2
-22
/
+30
2019-06-19
upstream: check for convtime() refusing to accept times that
djm@openbsd.org
1
-1
/
+3
2019-06-19
upstream: Add unit tests for user@host and URI parsing.
dtucker@openbsd.org
1
-2
/
+2
2019-06-19
upstream: Add tests for sshd -T -C with Match.
dtucker@openbsd.org
1
-3
/
+46
2019-06-16
Include stdio.h for vsnprintf.
Darren Tucker
1
-0
/
+1
2019-06-14
upstream rev 1.27: fix integer overflow.
Darren Tucker
1
-2
/
+2
2019-06-14
upstream rev 1.25: add DEF_WEAK.
Darren Tucker
1
-1
/
+6
2019-06-14
upstream rev 1.25: add sys/types.h
Darren Tucker
1
-2
/
+2
2019-06-14
upstream: Use explicit_bzero instead of memset
Darren Tucker
1
-2
/
+2
2019-06-14
upstream: slightly more instructive error message when the user
djm@openbsd.org
1
-3
/
+6
2019-06-14
upstream: process agent requests for RSA certificate private keys using
djm@openbsd.org
1
-1
/
+6
2019-06-14
upstream: for public key authentication, check AuthorizedKeysFiles
djm@openbsd.org
1
-11
/
+18
2019-06-14
upstream: if passed a bad fd, log what it was
djm@openbsd.org
1
-2
/
+2
2019-06-14
upstream: Hostname->HostName cleanup; from lauri tirkkonen ok
jmc@openbsd.org
7
-22
/
+22
2019-06-14
upstream: deraadt noticed some inconsistency in the way we denote
jmc@openbsd.org
2
-10
/
+10
[next]