summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-09-10spaces found during re-readTheo de Raadt
2016-09-09Source Joachim Nilsson:Mark Lumsden
2016-09-08shorten smime;Jason McIntyre
2016-09-08as with ps, update bug to caveat and clarifyTed Unangst
2016-09-08simplify the extra buffer size copyMarc Espie
2016-09-08Source Joachim Nilsson:Mark Lumsden
2016-09-07Remove other instance of _tolowerTodd C. Miller
2016-09-07Avoid using the obsolete _tolower() macro.Todd C. Miller
2016-09-07sort; from matthew martinJason McIntyre
2016-09-07Source Joachim Nilsson:Mark Lumsden
2016-09-06If you have a paragraph:Mark Lumsden
2016-09-06ssh_set_newkeys: print correct block counters on rekeying; ok djm@Markus Friedl
2016-09-06update ext_info_c every time we receive a kexinit msg; fixes sending ofMarkus Friedl
2016-09-05remove 3des-cbc from the client's default proposal; 64-bit block ciphersDamien Miller
2016-09-05enforce expected request flow for GSSAPI calls; thanks to Jakub JelenDamien Miller
2016-09-05remove a cms leftoverTheo de Raadt
2016-09-05Initialize stack variables to zero before memmove().Mark Lumsden
2016-09-04Add full UTF-8 support to column(1).Martijn van Duren
2016-09-04shorten sess_id;Jason McIntyre
2016-09-04Nuke one more cms tendrilBob Beck
2016-09-04bye bye cms. send it to the atticBob Beck
2016-09-04Add support for performing a full width split (with splitw -f), ratherNicholas Marriott
2016-09-04s,getpass,readpassphrase,Gleydson Soares
2016-09-04well, adding the filename doesn't help... mostly used with pipes anyhowMarc Espie
2016-09-04Replace strlen + calloc + snprintf with asprintf.Theo Buehler
2016-09-04Add missing getpw pledgeTheo Buehler
2016-09-04usage() is __dead and main() needs no prototypeTheo Buehler
2016-09-04usage() is static and __dead; add prototype for print_passwd;Theo Buehler
2016-09-04remove two blanks that shouldn't be thereTheo Buehler
2016-09-04-L means no commandTed Unangst
2016-09-04don't allow combining nopass and persist in a single ruleTed Unangst
2016-09-04straightforward realloc -> reallocarray conversionTheo Buehler
2016-09-04Options that take a time argument....take an argumentPhilip Guenther
2016-09-03move zaurus down to the discontinued architecturesIngo Schwarze
2016-09-03add the keyname to meta-info that passes thruMarc Espie
2016-09-03squash some possibly-used-uninitialized warningsBrent Cook
2016-09-03switch back to SHA512/256 now that we have the official nist flavorTed Unangst
2016-09-03Add userland parts for BFD. Can't work if you don't have it enabled inPeter Hessler
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
2016-09-03shorten s_time; help/ok bcookJason McIntyre
2016-09-03remove parens from method callsTed Unangst
2016-09-03naddy@ pointed out that SHA512/256 is slightly differentMarc Espie
2016-09-03the SMALL code made a half hearted effort to exclude compression codeTed Unangst
2016-09-03fix parameters checkingMarc Espie
2016-09-03MAJOR tweak: switch to SHA512/256Marc Espie
2016-09-03start pulling apart some function pointers that take too many parametersTed Unangst
2016-09-03nitpicks. all header info is relative. make gzheader freeable.Marc Espie
2016-09-03the sudo timeout was 5 minutes i believe, so we'll match that.Ted Unangst
2016-09-02style polishingTed Unangst
2016-09-02replace exit() with err() and errx() so user knows what happenedTed Unangst