summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21upstream: use EVP_PKEY_get0_EC_KEY() instead of direct access ofdjm@openbsd.org
2019-01-21upstream: cleanup PKCS#11 ECDSA pubkey loading: the returneddjm@openbsd.org
2019-01-21upstream: cleanup unnecessary code in ECDSA pkcs#11 signaturedjm@openbsd.org
2019-01-21upstream: cleanup pkcs#11 client code: use sshkey_new in insteaddjm@openbsd.org
2019-01-21upstream: allow override of the pkcs#11 helper binary viadjm@openbsd.org
2019-01-21upstream: add support for ECDSA keys in PKCS#11 tokensdjm@openbsd.org
2019-01-21upstream: add option to test whether keys in an agent are usable,djm@openbsd.org
2019-01-21upstream: Fix BN_is_prime_* calls in SSH, the API returns -1 ontb@openbsd.org
2019-01-21upstream: DH-GEX min value is now specified in RFC8270. ok djm@dtucker@openbsd.org
2019-01-21Check for cc before gcc.Darren Tucker
2019-01-20last bits of old packet API / active_state globalDamien Miller
2019-01-20remove PAM dependencies on old packet APIDamien Miller
2019-01-20remove vestiges of old packet API from loginrec.cDamien Miller
2019-01-20dependDamien Miller
2019-01-20upstream: fix error in refactor: use ssh_packet_disconnect() instead ofdjm@openbsd.org
2019-01-20upstream: remove last traces of old packet API!djm@openbsd.org
2019-01-20upstream: remove last references to active_statedjm@openbsd.org
2019-01-20upstream: convert monitor.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert sshd.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert session.c to new packet APIdjm@openbsd.org
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