index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cipher-aesctr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-13
Enable leak checks for unit tests with valgrind
Damien Miller
1
-5
/
+3
2018-07-13
increase timeout to match cfgmatch.sh
Damien Miller
1
-1
/
+1
2018-07-13
rm regress/misc/kexfuzz/*.o in distclean target
Damien Miller
1
-0
/
+1
2018-07-13
repair !WITH_OPENSSL build
Damien Miller
1
-0
/
+2
2018-07-13
missing headers
Damien Miller
2
-0
/
+3
2018-07-12
Remove key.h from portable files too.
Darren Tucker
6
-6
/
+0
2018-07-12
upstream: remove prototype to long-gone function
djm@openbsd.org
1
-3
/
+1
2018-07-12
upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@
markus@openbsd.org
3
-9
/
+9
2018-07-12
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
22
-489
/
+197
2018-07-12
upstream: s/wuth/with/ in comment
martijn@openbsd.org
1
-2
/
+2
2018-07-11
Include stdlib.h for declaration of free.
Darren Tucker
1
-0
/
+1
2018-07-11
VALGRIND_CHECK_LEAKS logic was backwards :(
Damien Miller
2
-2
/
+2
2018-07-11
Fix sshbuf_new error path in skey.
Darren Tucker
1
-2
/
+2
2018-07-11
Supply missing third arg in skey.
Darren Tucker
1
-1
/
+1
2018-07-11
Supply some more missing "int r" in skey
Darren Tucker
2
-2
/
+3
2018-07-11
disable valgrind memleak checking by default
Damien Miller
2
-2
/
+10
2018-07-11
Supply missing "int r" in skey code.
Darren Tucker
1
-0
/
+1
2018-07-11
upstream: re-remove some pre-auth compression bits
sf@openbsd.org
2
-4
/
+3
2018-07-10
Adapt portable to legacy buffer API removal
Damien Miller
18
-440
/
+561
2018-07-10
upstream: kerberos/gssapi fixes for buffer removal
djm@openbsd.org
5
-15
/
+43
2018-07-10
upstream: buffer.[ch] and bufaux.c are no more
djm@openbsd.org
1
-4
/
+3
2018-07-10
upstream: one mention of Buffer that almost got away :)
djm@openbsd.org
1
-2
/
+3
2018-07-10
upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@
markus@openbsd.org
6
-12
/
+12
2018-07-10
upstream: remove legacy buffer API emulation layer; ok djm@
markus@openbsd.org
9
-649
/
+6
2018-07-10
upstream: sshd: switch monitor to sshbuf API; lots of help & ok
markus@openbsd.org
3
-421
/
+566
2018-07-10
upstream: sshd: switch GSSAPI to sshbuf API; ok djm@
markus@openbsd.org
4
-65
/
+86
2018-07-10
upstream: sshd: switch authentication to sshbuf API; ok djm@
markus@openbsd.org
12
-85
/
+95
2018-07-10
upstream: sshd: switch config to sshbuf API; ok djm@
markus@openbsd.org
3
-44
/
+48
2018-07-10
upstream: sshd: switch loginmsg to sshbuf API; ok djm@
markus@openbsd.org
7
-43
/
+56
2018-07-10
upstream: ttymodes: switch to sshbuf API; ok djm@
markus@openbsd.org
4
-64
/
+81
2018-07-10
upstream: client: switch mux to sshbuf API; with & ok djm@
markus@openbsd.org
1
-414
/
+507
2018-07-10
upstream: client: switch to sshbuf API; ok djm@
markus@openbsd.org
8
-328
/
+416
2018-07-10
upstream: pkcs11: switch to sshbuf API; ok djm@
markus@openbsd.org
1
-57
/
+79
2018-07-10
upstream: Revert previous two commits
sf@openbsd.org
6
-14
/
+20
2018-07-10
upstream: Rename COMP_DELAYED to COMP_ZLIB
sf@openbsd.org
4
-12
/
+12
2018-07-10
upstream: Remove leftovers from pre-authentication compression
sf@openbsd.org
5
-15
/
+9
2018-07-10
upstream: Remove unused ssh_packet_start_compression()
sf@openbsd.org
3
-27
/
+3
2018-07-06
Defer setting bufsiz in getdelim.
Darren Tucker
1
-2
/
+2
2018-07-05
Fix other callers of read_environment_file.
Darren Tucker
1
-2
/
+4
2018-07-04
upstream: deal with API rename: match_filter_list() =>
djm@openbsd.org
1
-2
/
+2
2018-07-04
upstream: exercise new expansion behaviour of
djm@openbsd.org
1
-1
/
+50
2018-07-04
upstream: add a comment that could have saved me 45 minutes of wild
djm@openbsd.org
1
-1
/
+2
2018-07-04
upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
djm@openbsd.org
10
-67
/
+187
2018-07-03
upstream: some magic for RSA-SHA2 checks
djm@openbsd.org
1
-1
/
+8
2018-07-03
depend
Damien Miller
1
-2
/
+2
2018-07-03
upstream: some finesse to fix RSA-SHA2 certificate authentication
djm@openbsd.org
3
-8
/
+12
2018-07-03
upstream: check correct variable; unbreak agent keys
djm@openbsd.org
1
-2
/
+2
2018-07-03
upstream: crank version number to 7.8; needed for new compat flag
djm@openbsd.org
2
-4
/
+5
2018-07-03
upstream: Improve strictness and control over RSA-SHA2 signature
djm@openbsd.org
18
-256
/
+469
2018-07-03
upstream: allow sshd_config PermitUserEnvironment to accept a
djm@openbsd.org
4
-11
/
+62
[next]