index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
really add source for authopt_fuzz this time
Damien Miller
2018-09-15
1
-0
/
+33
*
remove accidentally checked-in authopt_fuzz binary
Damien Miller
2018-09-15
1
-0
/
+0
*
fuzzer harness for authorized_keys option parsing
Damien Miller
2018-09-14
2
-2
/
+5
*
allow SIGUSR1 as synonym for SIGINFO
Damien Miller
2018-09-14
2
-6
/
+5
*
add compat header
Damien Miller
2018-09-13
1
-0
/
+2
*
upstream: missed a bit of openssl-1.0.x API in this unittest
djm@openbsd.org
2018-09-13
4
-65
/
+96
*
upstream: use only openssl-1.1.x API here too
djm@openbsd.org
2018-09-13
1
-38
/
+67
*
forgot to stage these test files in commit d70d061
Damien Miller
2018-09-13
2
-2
/
+32
*
upstream: Include certs with multiple RSA signature variants in
djm@openbsd.org
2018-09-12
6
-0
/
+34
*
upstream: test revocation by explicit hash and by fingerprint
djm@openbsd.org
2018-09-12
1
-15
/
+34
*
upstream: s/sshkey_demote/sshkey_from_private/g
djm@openbsd.org
2018-09-12
1
-5
/
+5
*
document some more regress control env variables
Damien Miller
2018-08-27
1
-8
/
+15
*
shorten temporary SSH_REGRESS_TMP path
V_7_8_P1
Damien Miller
2018-08-23
1
-1
/
+1
*
Missing unistd.h for regress/mkdtemp.c
Damien Miller
2018-08-20
1
-0
/
+1
*
upstream: The script that cooks up PuTTY format host keys does not
dtucker@openbsd.org
2018-08-10
1
-3
/
+6
*
Include stdarg.h in mkdtemp for va_list.
Darren Tucker
2018-07-27
1
-0
/
+1
*
Create control sockets in clean temp directories
Damien Miller
2018-07-20
4
-2
/
+75
*
upstream: memleak in unittest; found by valgrind
djm@openbsd.org
2018-07-16
1
-3
/
+34
*
upstream: make this use ssh_proxy rather than starting/stopping a
djm@openbsd.org
2018-07-13
1
-4
/
+8
*
upstream: fix leaks in unit test; with this, all unit tests are
djm@openbsd.org
2018-07-13
1
-1
/
+4
*
Enable leak checks for unit tests with valgrind
Damien Miller
2018-07-13
1
-5
/
+3
*
increase timeout to match cfgmatch.sh
Damien Miller
2018-07-13
1
-1
/
+1
*
VALGRIND_CHECK_LEAKS logic was backwards :(
Damien Miller
2018-07-11
2
-2
/
+2
*
disable valgrind memleak checking by default
Damien Miller
2018-07-11
2
-2
/
+10
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
1
-0
/
+1
*
upstream: deal with API rename: match_filter_list() =>
djm@openbsd.org
2018-07-04
1
-2
/
+2
*
upstream: exercise new expansion behaviour of
djm@openbsd.org
2018-07-04
1
-1
/
+50
*
upstream: add a comment that could have saved me 45 minutes of wild
djm@openbsd.org
2018-07-04
1
-1
/
+2
*
upstream: some magic for RSA-SHA2 checks
djm@openbsd.org
2018-07-03
1
-1
/
+8
*
upstream: One ampersand is enough to backgroud an process. OpenBSD
dtucker@openbsd.org
2018-07-02
1
-2
/
+2
*
upstream: test PermitListen with bare port numbers
djm@openbsd.org
2018-06-19
1
-2
/
+39
*
upstream: test the correct configuration option name
djm@openbsd.org
2018-06-07
1
-9
/
+9
*
upstream: permitlisten/PermitListen unit test from Markus
djm@openbsd.org
2018-06-07
2
-1
/
+167
*
upstream: regress test for PermitOpen
djm@openbsd.org
2018-06-06
1
-15
/
+62
*
upstream: Adapt to extra default verboisity from ssh-keygen when
djm@openbsd.org
2018-06-01
1
-6
/
+29
*
upstream: Add TEST_SSH_FAIL_FATAL variable, to force all failures
djm@openbsd.org
2018-06-01
1
-2
/
+5
*
upstream: Clean up comment.
dtucker@openbsd.org
2018-06-01
1
-3
/
+3
*
fix key-options.sh on platforms without openpty(3)
Damien Miller
2018-05-11
1
-0
/
+2
*
upstream: more typos spotted by Karsten Weiss using codespell
djm@openbsd.org
2018-04-10
2
-9
/
+9
*
upstream: make this a bit more portable-friendly
djm@openbsd.org
2018-04-10
1
-1
/
+1
*
upstream: Add test for username options parsing order, prompted by
dtucker@openbsd.org
2018-04-06
1
-1
/
+12
*
Remove authinfo.sh test dependency on printenv
Damien Miller
2018-03-26
1
-1
/
+1
*
Replace /dev/stdin with "-".
Darren Tucker
2018-03-24
1
-2
/
+2
*
Provide $OBJ to paths in PuTTY interop tests.
Darren Tucker
2018-03-23
4
-4
/
+7
*
upstream: Tell puttygen to use /dev/urandom instead of /dev/random. On
dtucker@openbsd.org
2018-03-23
1
-1
/
+2
*
Save $? before case statement.
Darren Tucker
2018-03-22
1
-2
/
+3
*
upstream: rename recently-added "valid-before" key restriction to
djm@openbsd.org
2018-03-14
1
-5
/
+5
*
upstream: check valid-before option in authorized_keys
djm@openbsd.org
2018-03-14
1
-2
/
+19
*
upstream: explicitly specify RSA/SHA-2 keytype here too
djm@openbsd.org
2018-03-14
2
-4
/
+5
*
upstream: exlicitly include RSA/SHA-2 keytypes in
djm@openbsd.org
2018-03-14
1
-4
/
+5
[next]