summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-20upstream: convert auth.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert serverloop.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert the remainder of sshconnect2.c to new packetdjm@openbsd.org
2019-01-20upstream: convert the remainder of clientloop.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert auth2.c to new packet APIDamien Miller
2019-01-20upstream: convert servconf.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert channels.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshconnect.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert ssh.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert mux.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshconnect2.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert clientloop.c to new packet APIdjm@openbsd.org
2019-01-20upstream: allow sshpkt_fatal() to take a varargs format; we'lldjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2019-01-20upstream: Print an \r in front of the password prompt so parts oftb@openbsd.org
2019-01-18Add minimal fchownat and fchmodat implementations.Darren Tucker
2019-01-18Add a minimal implementation of utimensat().Darren Tucker
2019-01-17upstream: regress bits for banner processing refactor (this test wasdjm@openbsd.org
2019-01-17upstream: tun_fwd_ifnames variable should bdjm@openbsd.org
2019-01-17upstream: include time.h for time(3)/nanosleep(2); from Iandjm@openbsd.org
2019-01-17upstream: many of the global variables in this file can be made static;djm@openbsd.org
2019-01-17upstream: Add "-h" flag to sftp chown/chgrp/chmod commands todjm@openbsd.org
2019-01-17upstream: add support for a "lsetstat@openssh.com" extension. Thisdjm@openbsd.org
2019-01-04upstream: eliminate function-static attempt counters fordjm@openbsd.org
2019-01-04upstream: fix memory leak of ciphercontext when rekeying; bz#2942djm@openbsd.org
2019-01-03upstream: static on global vars, const on handler tables that containdjm@openbsd.org
2018-12-28upstream: Request RSA-SHA2 signatures fordjm@openbsd.org
2018-12-27upstream: ssh_packet_set_state() now frees ssh->kex implicitly, sodjm@openbsd.org
2018-12-27upstream: remove unused and problematic sudo clean. ok espietedu@openbsd.org
2018-12-27upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org
2018-12-27upstream: Fix calculation of initial bandwidth limits. Account fordtucker@openbsd.org
2018-12-27upstream: only consider the ext-info-c extension during the initialdjm@openbsd.org
2018-12-27upstream: fix option letter pasto in previousdjm@openbsd.org
2018-12-27upstream: mention that the ssh-keygen -F (find host indjm@openbsd.org
2018-12-14expose $SSH_CONNECTION in the PAM environmentDamien Miller
2018-12-13Don't pass loginmsg by address now that it's an sshbuf*Kevin Adler
2018-12-07upstream: no need to allocate channels_pre/channels_post indjm@openbsd.org
2018-12-07upstream: don't attempt to connect to empty SSH_AUTH_SOCK; bz#293djm@openbsd.org
2018-12-07upstream: don't truncate user or host name in "user@host'sdjm@openbsd.org
2018-12-07upstream: tweak previous;jmc@openbsd.org
2018-11-25Include stdio.h for FILE if needed.Darren Tucker
2018-11-25Reverse order of OpenSSL init functions.Darren Tucker
2018-11-25Improve OpenSSL_add_all_algorithms check.Darren Tucker
2018-11-23upstream: add a ssh_config "Match final" predicatedjm@openbsd.org
2018-11-23upstream: Remove now-unneeded ifdef SIGINFO around handler since it isdtucker@openbsd.org
2018-11-23Move RANDOM_SEED_SIZE outside ifdef.Darren Tucker
2018-11-23Resync with OpenBSD by pulling in an ifdef SIGINFO.Darren Tucker
2018-11-23fix configure test for OpenSSL versionDamien Miller
2018-11-23refactor libcrypto initialisationDamien Miller
2018-11-22upstream: Output info on SIGUSR1 as well asdtucker@openbsd.org