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