summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-10upstream: buffer.[ch] and bufaux.c are no moredjm@openbsd.org
2018-07-10upstream: one mention of Buffer that almost got away :)djm@openbsd.org
2018-07-10upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org
2018-07-10upstream: remove legacy buffer API emulation layer; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch monitor to sshbuf API; lots of help & okmarkus@openbsd.org
2018-07-10upstream: sshd: switch GSSAPI to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: client: switch mux to sshbuf API; with & ok djm@markus@openbsd.org
2018-07-10upstream: client: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: pkcs11: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: Revert previous two commitssf@openbsd.org
2018-07-10upstream: Rename COMP_DELAYED to COMP_ZLIBsf@openbsd.org
2018-07-10upstream: Remove leftovers from pre-authentication compressionsf@openbsd.org
2018-07-10upstream: Remove unused ssh_packet_start_compression()sf@openbsd.org
2018-07-06Defer setting bufsiz in getdelim.Darren Tucker
2018-07-05Fix other callers of read_environment_file.Darren Tucker
2018-07-04upstream: deal with API rename: match_filter_list() =>djm@openbsd.org
2018-07-04upstream: exercise new expansion behaviour ofdjm@openbsd.org
2018-07-04upstream: add a comment that could have saved me 45 minutes of wilddjm@openbsd.org
2018-07-04upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org
2018-07-04upstream: some magic for RSA-SHA2 checksdjm@openbsd.org
2018-07-03dependDamien Miller
2018-07-03upstream: some finesse to fix RSA-SHA2 certificate authenticationdjm@openbsd.org
2018-07-03upstream: check correct variable; unbreak agent keysdjm@openbsd.org
2018-07-03upstream: crank version number to 7.8; needed for new compat flagdjm@openbsd.org
2018-07-03upstream: Improve strictness and control over RSA-SHA2 signaturedjm@openbsd.org
2018-07-03upstream: allow sshd_config PermitUserEnvironment to accept adjm@openbsd.org
2018-07-03upstream: Fix "WARNING: line 6 disappeared in /etc/moduli, giving up"millert@openbsd.org
2018-07-03upstream: One ampersand is enough to backgroud an process. OpenBSDdtucker@openbsd.org
2018-07-02Add implementation of getline.Darren Tucker
2018-06-26upstream: whitespacedjm@openbsd.org
2018-06-26upstream: fix NULL dereference in open_listen_match_tcpip()djm@openbsd.org
2018-06-26upstream: spelling;jmc@openbsd.org
2018-06-19upstream: test PermitListen with bare port numbersdjm@openbsd.org
2018-06-19upstream: allow bare port numbers to appear in PermitListen directives,djm@openbsd.org
2018-06-15upstream: invalidate supplemental group cache used bydjm@openbsd.org
2018-06-11upstream: unbreak SendEnv; patch from tb@djm@openbsd.org
2018-06-11upstream: sort previous;jmc@openbsd.org
2018-06-11upstream: slightly better wording re handing of $TERM, from Jakubdjm@openbsd.org
2018-06-09upstream: add a SetEnv directive for sshd_config to allow andjm@openbsd.org
2018-06-09upstream: add a SetEnv directive to ssh_config that allows settingdjm@openbsd.org
2018-06-09upstream: reorder child environment preparation so that variablesdjm@openbsd.org
2018-06-09upstream: fix incorrect expansion of %i indjm@openbsd.org
2018-06-09upstream: fix some over-long lines and __func__ up some debugdjm@openbsd.org
2018-06-09upstream: tweak previous;jmc@openbsd.org
2018-06-08Remove ability to override $LD.Darren Tucker
2018-06-08Better detection of unsupported compiler options.Darren Tucker