summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-07-15Fix new-window -k, GitHub issue 1403.Nicholas Marriott
2018-07-14don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do notJoris Vink
2018-07-13Remove cscope leftover and a stray comma.Anthony J. Bentley
2018-07-13openssl app timers: TM_START -> TM_RESET, TM_STOP -> TM_GETcheloha
2018-07-13Add & update author credits for Mary Ann Horton.cheloha
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-13Use "rtable" not "tableid" as argument name for rtablekn
2018-07-13Unused variable.Kenneth R Westerback
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13Fix some comments referencing sockets which are not used by the ber api. Therob
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