Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
7fef173c28f7462dcd8ee017fdf12b5073f54c02
7fef173
upstream: memleak introduced in r1.83; from Colin Watson
by djm@openbsd.org
· 6 years ago
b8ae02a
upstream: AIX reports the CODESET as "ISO8859-1" in the POSIX locale.
by schwarze@openbsd.org
· 6 years ago
bc44ee0
modified: openbsd-compat/port-uw.c remove obsolete and un-needed include
by Tim Rice
· 6 years ago
829fc28
Missing unistd.h for regress/mkdtemp.c
by Damien Miller
· 6 years ago
c8313e4
update version numbers in anticipation of release
by Damien Miller
· 6 years ago
477b49a
configure: work around GCC shortcoming on Cygwin
by Corinna Vinschen
· 6 years ago
b091794
cygwin: add missing stdarg.h include
by Corinna Vinschen
· 6 years ago
c3903c3
upstream: revert compat.[ch] section of the following change. It
by djm@openbsd.org
· 6 years ago
1b9dd4a
upstream: better diagnosics on alg list assembly errors; ok
by djm@openbsd.org
· 6 years ago
e36a5f6
Some AIX fixes; report from Michael Felt
by Damien Miller
· 6 years ago
2f4766c
upstream: The script that cooks up PuTTY format host keys does not
by dtucker@openbsd.org
· 6 years ago
e1b26ce
upstream: improve
by djm@openbsd.org
· 6 years ago
7c71296
upstream: Describe pubkey format, prompted by bz#2853
by djm@openbsd.org
· 6 years ago
ef100a2
upstream: fix numbering
by djm@openbsd.org
· 6 years ago
ed7bd5d
upstream: Use new private key format by default. This format is
by djm@openbsd.org
· 6 years ago
967226a
upstream: invalidate dh->priv_key after freeing it in error path;
by djm@openbsd.org
· 6 years ago
74287f5
upstream: delay bailout for invalid authentic
by djm@openbsd.org
· 6 years ago
1a66079
upstream: fix some memory leaks spotted by Coverity via Jakub Jelen
by djm@openbsd.org
· 6 years ago
87f08be
Remove support for S/Key
by Damien Miller
· 6 years ago
5d14019
upstream: avoid expensive channel_open_message() calls; ok djm@
by markus@openbsd.org
· 6 years ago
e655ee0
upstream: Now that ssh can't be setuid, remove the
by dtucker@openbsd.org
· 6 years ago
73ddb25
upstream: Remove uid checks from low port binds. Now that ssh
by dtucker@openbsd.org
· 6 years ago
c12033e
upstream: ssh(1) no longer supports being setuid root. Remove reference
by dtucker@openbsd.org
· 6 years ago
4492e2e
correct snprintf truncation check in closefrom()
by Damien Miller
· 6 years ago
149cab3
Include stdarg.h in mkdtemp for va_list.
by Darren Tucker
· 6 years ago
6728f31
upstream: Don't redefine Makefile choices which come correct from
by deraadt@openbsd.org
· 6 years ago
21fd477
upstream: fix indent; Clemens Goessnitzer
by deraadt@openbsd.org
· 6 years ago
8e433c2
upstream: Use the caller provided (copied) pwent struct in
by beck@openbsd.org
· 6 years ago
e2127ab
upstream: oops, failed to notice that SEE ALSO got messed up;
by jmc@openbsd.org
· 6 years ago
ddf1b79
upstream: Point to glob in section 7 for the actual list of special
by kn@openbsd.org
· 6 years ago
01c98d9
upstream: Switch authorized_keys example from ssh-dss to ssh-rsa
by dtucker@openbsd.org
· 6 years ago
472269f
upstream: slightly-clearer description for AuthenticationMethods - the
by djm@openbsd.org
· 6 years ago
c59aca8
Create control sockets in clean temp directories
by Damien Miller
· 6 years ago
6ad8648
upstream: remove unused zlib.h
by djm@openbsd.org
· 6 years ago
3ba6e68
upstream: Fix typo in comment. From Alexandru Iacob via github.
by dtucker@openbsd.org
· 6 years ago
c77bc73
Explicitly include openssl before zlib.
by Darren Tucker
· 6 years ago
95d41e9
upstream: Deprecate UsePrivilegedPort now that support for running
by dtucker@openbsd.org
· 6 years ago
258dc8b
upstream: Remove support for running ssh(1) setuid and fatal if
by dtucker@openbsd.org
· 6 years ago
ac59076
upstream: Slot 0 in the hostbased key array was previously RSA1,
by dtucker@openbsd.org
· 6 years ago
26efc2f
upstream: Remove support for loading HostBasedAuthentication keys
by dtucker@openbsd.org
· 6 years ago
3eb7f10
upstream: keep options.identity_file_userprovided array in sync when we
by djm@openbsd.org
· 6 years ago
2f131e1
upstream: memleak in unittest; found by valgrind
by djm@openbsd.org
· 6 years ago
de2997a
upstream: memleaks; found by valgrind
by djm@openbsd.org
· 6 years ago
61cc000
Undef a few new macros in sys-queue.h.
by Darren Tucker
· 6 years ago
30a2c21
Include unistd.h for geteuid declaration.
by Darren Tucker
· 6 years ago
1dd32c2
Fallout from buffer conversion in AUDIT_EVENTS.
by Darren Tucker
· 6 years ago
7449c17
upstream: make this use ssh_proxy rather than starting/stopping a
by djm@openbsd.org
· 6 years ago
dbab02f
upstream: fix leaks in unit test; with this, all unit tests are
by djm@openbsd.org
· 6 years ago
2f6accf
Enable leak checks for unit tests with valgrind
by Damien Miller
· 6 years ago
e46cfbd
increase timeout to match cfgmatch.sh
by Damien Miller
· 6 years ago
6aa1bf4
rm regress/misc/kexfuzz/*.o in distclean target
by Damien Miller
· 6 years ago
eef1447
repair !WITH_OPENSSL build
by Damien Miller
· 6 years ago
4d3b2f3
missing headers
by Damien Miller
· 6 years ago
3f420a6
Remove key.h from portable files too.
by Darren Tucker
· 6 years ago
e2c4af3
upstream: remove prototype to long-gone function
by djm@openbsd.org
· 6 years ago
394a842
upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@
by markus@openbsd.org
· 6 years ago
5467fbc
upstream: remove legacy key emulation layer; ok djm@
by markus@openbsd.org
· 6 years ago
5dc4c59
upstream: s/wuth/with/ in comment
by martijn@openbsd.org
· 6 years ago
1c68880
Include stdlib.h for declaration of free.
by Darren Tucker
· 6 years ago
fccfa23
VALGRIND_CHECK_LEAKS logic was backwards :(
by Damien Miller
· 6 years ago
416287d
Fix sshbuf_new error path in skey.
by Darren Tucker
· 6 years ago
7aab109
Supply missing third arg in skey.
by Darren Tucker
· 6 years ago
380320b
Supply some more missing "int r" in skey
by Darren Tucker
· 6 years ago
d20720d
disable valgrind memleak checking by default
by Damien Miller
· 6 years ago
79c9d35
Supply missing "int r" in skey code.
by Darren Tucker
· 6 years ago
984bacf
upstream: re-remove some pre-auth compression bits
by sf@openbsd.org
· 6 years ago
120a1ec
Adapt portable to legacy buffer API removal
by Damien Miller
· 6 years ago
0f3958c
upstream: kerberos/gssapi fixes for buffer removal
by djm@openbsd.org
· 6 years ago
c74ae8e
upstream: buffer.[ch] and bufaux.c are no more
by djm@openbsd.org
· 6 years ago
a881e5a
upstream: one mention of Buffer that almost got away :)
by djm@openbsd.org
· 6 years ago
49f47e6
upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@
by markus@openbsd.org
· 6 years ago
cb30cd4
upstream: remove legacy buffer API emulation layer; ok djm@
by markus@openbsd.org
· 6 years ago
235c7c4
upstream: sshd: switch monitor to sshbuf API; lots of help & ok
by markus@openbsd.org
· 6 years ago
b8d9214
upstream: sshd: switch GSSAPI to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
c7d39ac
upstream: sshd: switch authentication to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
c3cb779
upstream: sshd: switch config to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
2808d18
upstream: sshd: switch loginmsg to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
89dd615
upstream: ttymodes: switch to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
f4608a7
upstream: client: switch mux to sshbuf API; with & ok djm@
by markus@openbsd.org
· 6 years ago
cecee2d
upstream: client: switch to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
ff55f4a
upstream: pkcs11: switch to sshbuf API; ok djm@
by markus@openbsd.org
· 6 years ago
168b46f
upstream: Revert previous two commits
by sf@openbsd.org
· 6 years ago
ab39267
upstream: Rename COMP_DELAYED to COMP_ZLIB
by sf@openbsd.org
· 6 years ago
95db395
upstream: Remove leftovers from pre-authentication compression
by sf@openbsd.org
· 6 years ago
f28a4d5
upstream: Remove unused ssh_packet_start_compression()
by sf@openbsd.org
· 6 years ago
872517d
Defer setting bufsiz in getdelim.
by Darren Tucker
· 6 years ago
3deb56f
Fix other callers of read_environment_file.
by Darren Tucker
· 6 years ago
314908f
upstream: deal with API rename: match_filter_list() =>
by djm@openbsd.org
· 6 years ago
89f54cd
upstream: exercise new expansion behaviour of
by djm@openbsd.org
· 6 years ago
187633f
upstream: add a comment that could have saved me 45 minutes of wild
by djm@openbsd.org
· 6 years ago
312d2f2
upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
by djm@openbsd.org
· 6 years ago
303af58
upstream: some magic for RSA-SHA2 checks
by djm@openbsd.org
· 6 years ago
7d68e26
depend
by Damien Miller
· 6 years ago
b4d4eda
upstream: some finesse to fix RSA-SHA2 certificate authentication
by djm@openbsd.org
· 6 years ago
d78b75d
upstream: check correct variable; unbreak agent keys
by djm@openbsd.org
· 6 years ago
2f30300
upstream: crank version number to 7.8; needed for new compat flag
by djm@openbsd.org
· 6 years ago
4ba0d54
upstream: Improve strictness and control over RSA-SHA2 signature
by djm@openbsd.org
· 6 years ago
95344c2
upstream: allow sshd_config PermitUserEnvironment to accept a
by djm@openbsd.org
· 6 years ago
6f56fe4
upstream: Fix "WARNING: line 6 disappeared in /etc/moduli, giving up"
by millert@openbsd.org
· 6 years ago
1eee79a
upstream: One ampersand is enough to backgroud an process. OpenBSD
by dtucker@openbsd.org
· 6 years ago
Next »