summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2018-08-13revert compat.[ch] section of the following change. It causesDamien Miller
2018-08-12better diagnosics on alg list assembly errors; ok deraadt@ markus@Damien Miller
2018-08-10improveDamien Miller
2018-08-10Describe pubkey format, prompted by bz#2853Damien Miller
2018-08-10fix numberingDamien Miller
2018-08-08Use new private key format by default. This format is suported byDamien Miller
2018-08-04invalidate dh->priv_key after freeing it in error path; avoidsDamien Miller
2018-07-31delay bailout for invalid authenticating user until after the packetDamien Miller
2018-07-31fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366Damien Miller
2018-07-27avoid expensive channel_open_message() calls; ok djm@Markus Friedl
2018-07-27Now that ssh can't be setuid, remove the original_real_uid andDarren Tucker
2018-07-27Remove uid checks from low port binds. Now that ssh cannot beDarren Tucker
2018-07-27ssh(1) no longer supports being setuid root. Remove reference to crc32Darren Tucker
2018-07-25Don't redefine Makefile choices which come correct from bsd.*.mkTheo de Raadt
2018-07-25fix indent; Clemens GoessnitzerTheo de Raadt
2018-07-25Use the caller provided (copied) pwent struct in load_public_identity_filesBob Beck
2018-07-23oops, failed to notice that SEE ALSO got messed up;Jason McIntyre
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-22Switch authorized_keys example from ssh-dss to ssh-rsa since the formerDarren Tucker
2018-07-20slightly-clearer description for AuthenticationMethods - the listsDamien Miller
2018-07-20remove unused zlib.hDamien Miller
2018-07-19Fix typo in comment. From Alexandru Iacob via github.Darren Tucker
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-16Slot 0 in the hostbased key array was previously RSA1, but that isDarren Tucker
2018-07-16Remove support for loading HostBasedAuthentication keys directly inDarren Tucker
2018-07-16keep options.identity_file_userprovided array in sync when we loadDamien Miller
2018-07-16memleaks; found by valgrindDamien Miller
2018-07-12remove prototype to long-gone functionDamien Miller
2018-07-11treat ssh_packet_write_wait() errors as fatal; ok djm@Markus Friedl
2018-07-11remove legacy key emulation layer; ok djm@Markus Friedl
2018-07-11s/wuth/with/ in commentMartijn van Duren
2018-07-10re-remove some pre-auth compression bitsStefan Fritsch
2018-07-10kerberos/gssapi fixes for buffer removalDamien Miller
2018-07-10buffer.[ch] and bufaux.c are no moreDamien Miller
2018-07-10one mention of Buffer that almost got away :)Damien Miller
2018-07-09replace cast with call to sshbuf_mutable_ptr(); ok djm@Markus Friedl
2018-07-09remove legacy buffer API emulation layer; ok djm@Markus Friedl
2018-07-09sshd: switch monitor to sshbuf API; lots of help & ok djm@Markus Friedl
2018-07-09sshd: switch GSSAPI to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch authentication to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch config to sshbuf API; ok djm@Markus Friedl
2018-07-09sshd: switch loginmsg to sshbuf API; ok djm@Markus Friedl
2018-07-09ttymodes: switch to sshbuf API; ok djm@Markus Friedl
2018-07-09client: switch mux to sshbuf API; with & ok djm@Markus Friedl
2018-07-09client: switch to sshbuf API; ok djm@Markus Friedl
2018-07-09pkcs11: switch to sshbuf API; ok djm@Markus Friedl
2018-07-09Revert previous two commitsStefan Fritsch
2018-07-06Rename COMP_DELAYED to COMP_ZLIBStefan Fritsch
2018-07-06Remove leftovers from pre-authentication compressionStefan Fritsch