Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
25b2ed667216314471bb66752442c55b95792dc3
25b2ed6
upstream: convert ssh.c to new packet API
by djm@openbsd.org
· 6 years ago
e3128b3
upstream: convert mux.c to new packet API
by djm@openbsd.org
· 6 years ago
ed1df72
upstream: convert sshconnect2.c to new packet API
by djm@openbsd.org
· 6 years ago
23f22a4
upstream: convert clientloop.c to new packet API
by djm@openbsd.org
· 6 years ago
ad60b11
upstream: allow sshpkt_fatal() to take a varargs format; we'll
by djm@openbsd.org
· 6 years ago
0fa174e
upstream: begin landing remaining refactoring of packet parsing
by djm@openbsd.org
· 6 years ago
4ae7f80
upstream: Print an \r in front of the password prompt so parts of
by tb@openbsd.org
· 6 years ago
a6258e5
Add minimal fchownat and fchmodat implementations.
by Darren Tucker
· 6 years ago
091093d
Add a minimal implementation of utimensat().
by Darren Tucker
· 6 years ago
6096440
upstream: regress bits for banner processing refactor (this test was
by djm@openbsd.org
· 6 years ago
f47d72d
upstream: tun_fwd_ifnames variable should b
by djm@openbsd.org
· 6 years ago
943d096
upstream: include time.h for time(3)/nanosleep(2); from Ian
by djm@openbsd.org
· 6 years ago
dbb4dec
upstream: many of the global variables in this file can be made static;
by djm@openbsd.org
· 6 years ago
60d8c84
upstream: Add "-h" flag to sftp chown/chgrp/chmod commands to
by djm@openbsd.org
· 6 years ago
dbbc7e0
upstream: add support for a "lsetstat@openssh.com" extension. This
by djm@openbsd.org
· 6 years ago
4a52694
upstream: eliminate function-static attempt counters for
by djm@openbsd.org
· 6 years ago
8a81834
upstream: fix memory leak of ciphercontext when rekeying; bz#2942
by djm@openbsd.org
· 6 years ago
5bed70a
upstream: static on global vars, const on handler tables that contain
by djm@openbsd.org
· 6 years ago
007a88b
upstream: Request RSA-SHA2 signatures for
by djm@openbsd.org
· 6 years ago
eb347d0
upstream: ssh_packet_set_state() now frees ssh->kex implicitly, so
by djm@openbsd.org
· 6 years ago
bb542f0
upstream: remove unused and problematic sudo clean. ok espie
by tedu@openbsd.org
· 6 years ago
0a843d9
upstream: move client/server SSH-* banners to buffers under
by djm@openbsd.org
· 6 years ago
434b587
upstream: Fix calculation of initial bandwidth limits. Account for
by dtucker@openbsd.org
· 6 years ago
a6a0788
upstream: only consider the ext-info-c extension during the initial
by djm@openbsd.org
· 6 years ago
63bba57
upstream: fix option letter pasto in previous
by djm@openbsd.org
· 6 years ago
737e4ed
upstream: mention that the ssh-keygen -F (find host in
by djm@openbsd.org
· 6 years ago
8a22ffa
expose $SSH_CONNECTION in the PAM environment
by Damien Miller
· 6 years ago
a784fa8
Don't pass loginmsg by address now that it's an sshbuf*
by Kevin Adler
· 6 years ago
285310b
upstream: no need to allocate channels_pre/channels_post in
by djm@openbsd.org
· 6 years ago
87d6cf1
upstream: don't attempt to connect to empty SSH_AUTH_SOCK; bz#293
by djm@openbsd.org
· 6 years ago
91b1919
upstream: don't truncate user or host name in "user@host's
by djm@openbsd.org
· 6 years ago
dd0cf63
upstream: tweak previous;
by jmc@openbsd.org
· 6 years ago
8a85f54
Include stdio.h for FILE if needed.
by Darren Tucker
· 6 years ago
16fb23f
Reverse order of OpenSSL init functions.
by Darren Tucker
· 6 years ago
98f878d
Improve OpenSSL_add_all_algorithms check.
by Darren Tucker
· 6 years ago
9e34e0c
upstream: add a ssh_config "Match final" predicate
by djm@openbsd.org
· 6 years ago
4da58d5
upstream: Remove now-unneeded ifdef SIGINFO around handler since it is
by dtucker@openbsd.org
· 6 years ago
c721d58
Move RANDOM_SEED_SIZE outside ifdef.
by Darren Tucker
· 6 years ago
deb5155
Resync with OpenBSD by pulling in an ifdef SIGINFO.
by Darren Tucker
· 6 years ago
28c7b2c
fix configure test for OpenSSL version
by Damien Miller
· 6 years ago
42c5ec4
refactor libcrypto initialisation
by Damien Miller
· 6 years ago
5b60b6c
upstream: Output info on SIGUSR1 as well as
by dtucker@openbsd.org
· 6 years ago
e4ae345
upstream: Append pid to temp files in /var/run and set a cleanup
by dtucker@openbsd.org
· 6 years ago
f72d0f5
upstream: UsePrivilegeSeparation no is deprecated
by dtucker@openbsd.org
· 6 years ago
35d0e5f
upstream: add some knobs:
by djm@openbsd.org
· 6 years ago
c194129
Resync Makefile.inc with upstream.
by Darren Tucker
· 6 years ago
928f123
upstream: silence (to log level debug2) failure messages when
by djm@openbsd.org
· 6 years ago
7fca94e
upstream: Fix inverted logic for redirecting ProxyCommand stderr to
by dtucker@openbsd.org
· 6 years ago
ccef7c4
upstream: redirect stderr of ProxyCommands to /dev/null when ssh is
by djm@openbsd.org
· 6 years ago
15182fd
upstream: make grandparent-parent-child sshbuf chains robust to
by djm@openbsd.org
· 6 years ago
2a35862
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
by djm@openbsd.org
· 6 years ago
d0d1dfa
Test for OPENSSL_init_crypto before using.
by Darren Tucker
· 6 years ago
6010c03
upstream: disallow empty incoming filename or ones that refer to the
by djm@openbsd.org
· 6 years ago
aaed635
upstream: fix bug in client that was keeping a redundant ssh-agent
by djm@openbsd.org
· 6 years ago
e76135e
upstream: fix bug in HostbasedAcceptedKeyTypes and
by djm@openbsd.org
· 6 years ago
5c1a635
upstream: support a prefix of '@' to suppress echo of sftp batch
by djm@openbsd.org
· 6 years ago
90ef45f
upstream: fix markup error (missing blank before delimiter); from
by schwarze@openbsd.org
· 6 years ago
960e7c6
upstream: typo in error message; caught by Debian lintian, via
by djm@openbsd.org
· 6 years ago
81f1620
upstream: correct local variable name; from yawang AT microsoft.com
by djm@openbsd.org
· 6 years ago
1293740
upstream: Import new moduli.
by dtucker@openbsd.org
· 6 years ago
46925ae
upstream: mention ssh-ed25519-cert-v01@openssh.com in list of cert
by djm@openbsd.org
· 6 years ago
8d8340e
Remove fallback check for /usr/local/ssl.
by Darren Tucker
· 6 years ago
ce93472
Fix check for OpenSSL 1.0.1 exactly.
by Darren Tucker
· 6 years ago
f297086
Improve warnings in cygwin service setup.
by Darren Tucker
· 6 years ago
bd2d54f
Remove hardcoded service name in cygwin setup.
by Darren Tucker
· 6 years ago
d0153c7
AC_CHECK_SIZEOF() no longer needs a second argument.
by Dag-Erling Smørgrav
· 6 years ago
9b47b08
Fix error message w/out nistp521.
by Manoj Ampalam
· 6 years ago
624d19a
fix compilation with openssl built without ECC
by Eneas U de Queiroz
· 6 years ago
1801cd1
Simplify OpenSSL 1.1 function checks.
by Darren Tucker
· 6 years ago
bc32f11
Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.
by Darren Tucker
· 6 years ago
3719df6
Import new moduli.
by Darren Tucker
· 6 years ago
595605d
Update check for minimum OpenSSL version.
by Darren Tucker
· 6 years ago
6ab75ab
Update required OpenSSL versions to match current.
by Darren Tucker
· 6 years ago
c801b0e
Use detected version functions in openssl compat.
by Darren Tucker
· 6 years ago
262d81a
Check for the existence of openssl version funcs.
by Darren Tucker
· 6 years ago
406a24b
fix builds on OpenSSL <= 1.0.x
by Damien Miller
· 6 years ago
859754b
remove remaining references to SSLeay
by Damien Miller
· 6 years ago
b9fea45
regen depend
by Damien Miller
· 6 years ago
a65784c
upstream: refer to OpenSSL not SSLeay;
by djm@openbsd.org
· 6 years ago
c0a3526
fix compile for openssl 1.0.x w/ --with-ssl-engine
by Damien Miller
· 6 years ago
31b4952
Include openssl compatibility.
by Darren Tucker
· 6 years ago
a4fc253
upstream: when printing certificate contents "ssh-keygen -Lf
by djm@openbsd.org
· 6 years ago
83b3d99
upstream: struct sockaddr_storage is guaranteed to be large enough,
by florian@openbsd.org
· 6 years ago
aede1c3
Require OpenSSL 1.1.x series 1.1.0g or greater
by Damien Miller
· 6 years ago
08300c2
unbreak compilation with --with-ssl-engine
by Damien Miller
· 6 years ago
1673274
Remove gcc spectre mitigation flags.
by Darren Tucker
· 6 years ago
4e23dee
Avoid deprecated OPENSSL_config when using 1.1.x
by Damien Miller
· 6 years ago
797cdd9
Don't avoid our *sprintf replacements.
by Darren Tucker
· 6 years ago
e526127
Check if snprintf understands %zu.
by Darren Tucker
· 6 years ago
cf39f87
remove stale link, tweak
by Damien Miller
· 6 years ago
a7205e6
update version numbers ahead of release
by Damien Miller
· 6 years ago
1a4a9cf
upstream: don't send new-style rsa-sha2-*-cert-v01@openssh.com names to
by djm@openbsd.org
· 6 years ago
dc8ddcd
update depends
by Damien Miller
· 6 years ago
26841ac
some more duplicated key algorithm lines
by Damien Miller
· 6 years ago
5d9d176
fix duplicated algorithm specification lines
by Damien Miller
· 6 years ago
ebfafd9
upstream: typo in plain RSA algorithm counterpart names for
by djm@openbsd.org
· 6 years ago
c29b111
check pw_passwd != NULL here too
by Damien Miller
· 6 years ago
fe8e8f3
check for NULL return from shadow_pw()
by Damien Miller
· 6 years ago
acc59cb
upstream: introducing openssh 7.9
by deraadt@openbsd.org
· 6 years ago
1273115
supply callback to PEM_read_bio_PrivateKey
by Damien Miller
· 6 years ago
Next »