index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ttymodes.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-20
upstream: Fix typo in comment. From Alexandru Iacob via github.
dtucker@openbsd.org
1
-2
/
+2
2018-07-20
Explicitly include openssl before zlib.
Darren Tucker
1
-0
/
+12
2018-07-19
upstream: Deprecate UsePrivilegedPort now that support for running
dtucker@openbsd.org
9
-66
/
+25
2018-07-19
upstream: Remove support for running ssh(1) setuid and fatal if
dtucker@openbsd.org
11
-134
/
+22
2018-07-19
upstream: Slot 0 in the hostbased key array was previously RSA1,
dtucker@openbsd.org
1
-22
/
+22
2018-07-19
upstream: Remove support for loading HostBasedAuthentication keys
dtucker@openbsd.org
3
-39
/
+9
2018-07-16
upstream: keep options.identity_file_userprovided array in sync when we
djm@openbsd.org
1
-2
/
+18
2018-07-16
upstream: memleak in unittest; found by valgrind
djm@openbsd.org
1
-3
/
+34
2018-07-16
upstream: memleaks; found by valgrind
djm@openbsd.org
2
-3
/
+5
2018-07-14
Undef a few new macros in sys-queue.h.
Darren Tucker
1
-0
/
+5
2018-07-13
Include unistd.h for geteuid declaration.
Darren Tucker
1
-0
/
+1
2018-07-13
Fallout from buffer conversion in AUDIT_EVENTS.
Darren Tucker
1
-2
/
+4
2018-07-13
upstream: make this use ssh_proxy rather than starting/stopping a
djm@openbsd.org
1
-4
/
+8
2018-07-13
upstream: fix leaks in unit test; with this, all unit tests are
djm@openbsd.org
1
-1
/
+4
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
[next]