index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progressmeter.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-13
upstream commit
djm@openbsd.org
1
-5
/
+5
2014-10-13
upstream commit
djm@openbsd.org
1
-51
/
+47
2014-10-13
upstream commit
djm@openbsd.org
1
-6
/
+6
2014-10-13
upstream commit
djm@openbsd.org
1
-2
/
+6
2014-10-13
upstream commit
djm@openbsd.org
1
-8
/
+3
2014-10-13
upstream commit
sobrado@openbsd.org
1
-3
/
+3
2014-10-13
upstream commit
sobrado@openbsd.org
7
-28
/
+28
2014-10-13
upstream commit
doug@openbsd.org
2
-2
/
+5
2014-10-13
upstream commit
deraadt@openbsd.org
1
-2
/
+2
2014-10-13
upstream commit
djm@openbsd.org
1
-6
/
+6
2014-10-13
upstream commit
djm@openbsd.org
1
-1
/
+4
2014-10-12
remove duplicated KEX_DH1 entry
Damien Miller
1
-1
/
+0
2014-10-09
remove ChangeLog file
Damien Miller
1
-3818
/
+0
2014-10-07
delete contrib/caldera directory
Damien Miller
4
-534
/
+0
2014-10-07
test commit
Damien Miller
1
-0
/
+1
2014-10-07
- (djm) Release OpenSSH-6.7
Damien Miller
1
-0
/
+3
2014-10-03
- (djm) [sshd_config.5] typo; from Iain Morgan
Damien Miller
2
-1
/
+4
2014-10-01
- (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]
Damien Miller
4
-3
/
+53
2014-09-10
- (djm) [sandbox-seccomp-filter.c] Allow mremap and exit for DietLibc;
Damien Miller
2
-0
/
+8
2014-09-09
20140908
Darren Tucker
2
-4
/
+7
2014-09-03
- (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNG
Damien Miller
2
-1
/
+4
2014-09-02
- (djm) [contrib/cygwin/ssh-host-config] Fix old code leading to
Damien Miller
2
-32
/
+2
2014-09-02
- (djm) [defines.h sshbuf.c] Move __predict_true|false to defines.h and
Damien Miller
3
-11
/
+16
2014-08-30
- (djm) [Makefile.in] Make TEST_SHELL a variable; "good idea" tim@
Damien Miller
2
-3
/
+4
2014-08-29
- (djm) [openbsd-compat/openssl-compat.h] add include guard
Damien Miller
2
-5
/
+10
2014-08-29
- (djm) [misc.c] Missing newline between functions
Damien Miller
2
-0
/
+2
2014-08-29
- (djm) [openbsd-compat/openssl-compat.h] add
Damien Miller
2
-2
/
+13
2014-08-26
- (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()
Damien Miller
3
-5
/
+30
2014-08-26
- (djm) [monitor.c sshd.c] SIGXFSZ needs to be ignored in postauth
Damien Miller
3
-4
/
+5
2014-08-26
- (djm) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c]
Damien Miller
7
-7
/
+29
2014-08-26
- (djm) [INSTALL] Recommend libcrypto be built -fPIC, mention LibreSSL,
Damien Miller
2
-10
/
+17
2014-08-26
- (djm) [bufec.c] Skip this file on !ECC OpenSSL
Damien Miller
2
-1
/
+7
2014-08-23
- (djm) [sftp-server.c] Some systems (e.g. Irix) have prctl() but not
Damien Miller
2
-2
/
+6
2014-08-23
- (djm) [configure.ac] We now require a working vsnprintf everywhere (not
Damien Miller
2
-12
/
+21
2014-08-22
- (djm) [sshd.c] Ignore SIGXFSZ in preauth monitor child; can explode on
Damien Miller
2
-0
/
+8
2014-08-22
- (djm) [configure.ac] double braces to appease autoconf
Damien Miller
2
-3
/
+4
2014-08-22
- (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/
Damien Miller
2
-2
/
+4
2014-08-22
- (djm) [sshbuf-getput-crypto.c] Fix compilation when OpenSSL lacks ECC
Damien Miller
2
-1
/
+4
2014-08-22
- (djm) [configure.ac] include leading zero characters in OpenSSL version
Damien Miller
2
-4
/
+8
2014-08-21
- (djm) [regress/unittests/test_helper/test_helper.c] Fix for systems that
Damien Miller
2
-0
/
+15
2014-08-21
- (djm) [key.h] Fix ifdefs for no-ECC OpenSSL
Damien Miller
2
-2
/
+3
2014-08-21
- (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.
Damien Miller
2
-3
/
+6
2014-08-20
- (djm) [contrib/cygwin/README] Correct build instructions; from Corinna
Damien Miller
2
-1
/
+2
2014-08-20
- (djm) [sshkey.h] Fix compilation when OpenSSL lacks ECC
Damien Miller
2
-14
/
+25
2014-08-20
- (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
Damien Miller
2
-2
/
+4
2014-08-20
- (djm) [configure.ac] Check OpenSSL version is supported at configure time;
Damien Miller
2
-3
/
+15
2014-08-19
- (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]
Damien Miller
6
-21
/
+6
2014-08-19
- (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG
Damien Miller
2
-0
/
+2
2014-08-19
- (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC.
Damien Miller
2
-5
/
+12
2014-08-19
- (djm) [myproposal.h] Make curve25519 KEX dependent on
Damien Miller
1
-1
/
+1
[next]