summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-07-13Fix loop condition in ber.c. Discussed with claudio.rob
2018-07-12Use (mostly) the same capitalisation in the replacement string as inFlorian Obser
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-11When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.Kenneth R Westerback
2018-07-11After opening all the needed files, tighten the pledge(2)Ingo Schwarze
2018-07-11Repair the regression introduced by the recent refactoringIngo Schwarze
2018-07-11Expand formats in load-buffer and save-buffer.Nicholas Marriott
2018-07-11s/wuth/with/ in commentMartijn van Duren
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-11Make the output of the list command more sensible for the output device.Martijn van Duren
2018-07-11Helper function to shorten history.Nicholas Marriott
2018-07-11Rephrase the wording on the replacement string of the substitute command.Martijn van Duren
2018-07-11Add function comments.Nicholas Marriott
2018-07-11Remove an old and false comment. REALLOC now free(3)s the code if reallocMartijn van Duren
2018-07-10re-remove some pre-auth compression bitsStefan Fritsch
2018-07-10kerberos/gssapi fixes for buffer removalDamien Miller
2018-07-10Disentangle the "SED ADDRESSES", "SED REGULAR EXPRESSIONS",Ingo Schwarze
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-09When using '[' as the delimiter in sed(1) s/// (don't do that, of course)Ingo Schwarze
2018-07-09Simplify ber_read()Jeremie Courreges-Anglas
2018-07-08iostat shows data in bytes, not kilobytes;Jason McIntyre
2018-07-06Rename COMP_DELAYED to COMP_ZLIBStefan Fritsch
2018-07-06Remove leftovers from pre-authentication compressionStefan Fritsch
2018-07-06Remove unused ssh_packet_start_compression()Stefan Fritsch
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.Nicholas Marriott
2018-07-04More whitespace.rob
2018-07-04remove ambiguity; from ross l richardsonJason McIntyre
2018-07-04repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -Damien Miller
2018-07-04Cleanup some whitespace.rob
2018-07-04whitespace needed between macro args and punctuation;Jason McIntyre
2018-07-04Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksNicholas Marriott
2018-07-04Add pane focus hooks.Nicholas Marriott
2018-07-04minor tweaks to improve readability;Jason McIntyre
2018-07-04Add accessors for grid linedata member, for some future work. From DanNicholas Marriott