summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-01-01Prefer PWD for current directory if present in client, from Wei Zhao inNicholas Marriott
2018-01-01Add C-g at command prompt for emacs people, GitHub issue 1213.Nicholas Marriott
2017-12-31Initialize the size of new panes created by the even-* layout correctly;Nicholas Marriott
2017-12-30Simplify switch by removing some unneeded cases.Theo Buehler
2017-12-30Avoid one-byte overflow in error path. If the format string ends in anTheo Buehler
2017-12-29small optimization in bexp; from ksheOtto Moerbeek
2017-12-28Redrawing status is needed after changing window flags or title does notNicholas Marriott
2017-12-27Draw command prompt correctly with status line off.Nicholas Marriott
2017-12-25Markup SIGHUP and rework sentence; ok jmc@anton
2017-12-24Avoid comparing equal lines twice when running without -i.Theo Buehler
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha
2017-12-23clarify that -i only affects the comparison of ASCII characters;Ingo Schwarze
2017-12-22Fix memory leak in screen_redraw_make_pane_status.Nicholas Marriott
2017-12-22Do not try to set default value on user options (they don't have one),Nicholas Marriott
2017-12-22Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.Nicholas Marriott
2017-12-21Add an -i option for case insensitive comparison of lines.Theo Buehler
2017-12-21revert stricter key type / signature type checking in userauth path;Damien Miller
2017-12-20Fix adding and removing files with git-style a/ b/ diffs: only skipTheo Buehler
2017-12-19More NUL (not NULL) checks.Vadim Zhukov
2017-12-19Remove EXAMPLES section.Martijn van Duren
2017-12-19Report better error from server when socket create fails, GitHub issueNicholas Marriott
2017-12-19somehow, I lost that static.Marc Espie
2017-12-19include signature type and CA key (if applicable) in some debug messagesDamien Miller
2017-12-18unbreak hostkey rotation; attempting to sign with a desired signatureDamien Miller
2017-12-18log mismatched RSA signature types; ok markus@Damien Miller
2017-12-18pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-authDamien Miller
2017-12-18Do not try to put more in command message than will fit when sendingNicholas Marriott
2017-12-18Add helper function for uri handing in scp where a missing pathTodd C. Miller
2017-12-18Remove unused variable from Thomas Adam.Nicholas Marriott
2017-12-18Reclaim browser screen real estate in bgplgjob
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-12-18pass negotiated signing algorithm though to sshkey_verify() andDamien Miller
2017-12-18sshkey_sigtype() function to return the type of a signature;Damien Miller
2017-12-17Add community/large-community commands and retain parameter input in formjob
2017-12-17Let the Insert key toggle overwrite mode. This matches GNU Emacs behavior.Brian Callahan
2017-12-17Use proper BN functions for error reporting; from ksheOtto Moerbeek
2017-12-15Use the canonical idiom to check strlcat(3). An unchecked strlcat callTheo Buehler
2017-12-15Instead of pointlessly falling through other cases and ending up doingTheo Buehler
2017-12-15Make sure the double is cast to a long if the format string is %D, %O, %U.Theo Buehler
2017-12-14Replace ED25519's private SHA-512 implementation with a call to theChristian Weisgerber
2017-12-14when -h is passed don't print any header, as is common practise in other syst...Jasper Lievisse Adriaanse
2017-12-14Enable the awk scripts to generate ex_def.h and options_def.h.Martijn van Duren
2017-12-13Fix array index by signed char; from martijn@Todd C. Miller
2017-12-13Fix sign compare warnings; OK martijn@Todd C. Miller
2017-12-13Enable compiler warnings; OK martijn@Todd C. Miller
2017-12-12Use bn_checkp() always; from ksheOtto Moerbeek
2017-12-12Minor cleanup from ksheOtto Moerbeek
2017-12-12optimize add, sub and mul; from kshe; ok tom@Otto Moerbeek
2017-12-12Create a persistent umac128.c source file: #define the output size andChristian Weisgerber