summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2018-07-04Add HISTORY to ldap.1rob
2018-07-03Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap.rob
2018-07-03some finesse to fix RSA-SHA2 certificate authentication for certsDamien Miller
2018-07-03check correct variable; unbreak agent keysDamien Miller
2018-07-03crank version number to 7.8; needed for new compat flag for priorDamien Miller
2018-07-03Improve strictness and control over RSA-SHA2 signature types:Damien Miller
2018-07-03allow sshd_config PermitUserEnvironment to accept a pattern-list ofDamien Miller
2018-07-03- instead of trying to show a 100% accurate synopsis for -H, simplify itJason McIntyre