Age | Commit message (Expand) | Author |
2017-11-27 | Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers" | Jeremie Courreges-Anglas |
2017-11-27 | Safer handling of the jump_table[] in dc's bcode.c | Tom Cosgrove |
2017-11-26 | Fix segfault which could be triggered by deleting a backwards sentence if | Ricardo Mestre |
2017-11-25 | Add monotime_ts and monotime_tv that return monotonic timespec and | Darren Tucker |
2017-11-25 | Remove get_current_time() and replace with calls to monotime_double() | Darren Tucker |
2017-11-24 | Use clock_gettime and getrusage to compute real and user time. | Jeremie Courreges-Anglas |
2017-11-23 | Fix slot leak occuring when the device mode doesn't match | Alexandre Ratchov |
2017-11-23 | Remove useless variable assignments in .au header parsing code. From | Alexandre Ratchov |
2017-11-20 | Free memory in the error code-path, when we run out of descriptors | Alexandre Ratchov |
2017-11-17 | Allow formats in selectp -T, from Thomas Adam. | Nicholas Marriott |
2017-11-16 | Add -and-cancel variants for scrolling commands to exit copy mode when | Nicholas Marriott |
2017-11-15 | Add a common function for spreading out cells and use it for the two | Nicholas Marriott |
2017-11-15 | Completely rewrite the reflow code to correctly handle double width | Nicholas Marriott |
2017-11-15 | If there is a double width character at the very end of the line with | Nicholas Marriott |
2017-11-15 | downgrade a couple more request parsing errors from process-fatal to | Damien Miller |
2017-11-15 | fix regression in 7.6: failure to parse a signature request message | Damien Miller |
2017-11-14 | Verify that every section header lies within the mapped file. | Martin Pieuchot |
2017-11-14 | fix problem in configuration parsing when in config dump mode (sshd -T) | Damien Miller |
2017-11-13 | When searching in copy mode, do not scroll if the result is already on | Nicholas Marriott |
2017-11-11 | replace sloppy parsing of numeric values with strtonum (incr, decr, divert) | Marc Espie |
2017-11-10 | Be less assertive when warning about a possible typo. | Jeremie Courreges-Anglas |
2017-11-10 | When tracing is compiled in make sure it flushes its content to disk as | Martijn van Duren |
2017-11-10 | Fix a use after free when sending SIGHUP or SIGTERM to vi when in editing | Martijn van Duren |
2017-11-10 | Add rcv_openat() function that does the open, makes sure it is a | Todd C. Miller |
2017-11-10 | Avoid using system(3) when running "sendmail -t". We already have | Todd C. Miller |
2017-11-10 | streamline termp allocation. this will allow the init function to | Marc Espie |
2017-11-09 | If we successfully change the directory, set PWD too to give the shell a | Nicholas Marriott |
2017-11-07 | Convert all the fields of {ah,esp,ipcomp}stat to uint64. | Visa Hankala |
2017-11-07 | prefill with silence the buffer where cmap_copy() stores samples | Alexandre Ratchov |
2017-11-07 | prefill with silence the buffer where cmap_copy() stores samples | Alexandre Ratchov |
2017-11-06 | Use the symtab's sh_link to get the string table section. | Martin Pieuchot |
2017-11-03 | Prefill client rec buffer with silence. This is necessary because | Alexandre Ratchov |
2017-11-03 | Clear key properly if on space with nothing in it. | Nicholas Marriott |
2017-11-03 | Prefill rec buffer with silence. This is necessary because certain | Alexandre Ratchov |
2017-11-03 | Support mouse on preview in tree mode. | Nicholas Marriott |
2017-11-03 | Change mouse in modes so that one click moves the cursor and a double | Nicholas Marriott |
2017-11-03 | Make dump_itype() dump enum members. | Martin Pieuchot |
2017-11-03 | Fix a format string warning in dump_type(). | Martin Pieuchot |
2017-11-03 | Fix formatting in the case where a symbol table isn't present. | Martin Pieuchot |
2017-11-03 | reuse parse_multistate for parse_flag (yes/no arguments). Saves | Damien Miller |
2017-11-03 | allow certificate validity intervals that specify only a start or | Damien Miller |
2017-11-03 | allow "cd" and "lcd" commands with no explicit path argument. | Damien Miller |
2017-11-03 | When doing a config test with sshd -T, only require the attributes | Darren Tucker |
2017-11-03 | typos in ECDSA certificate names; bz#2787 reported by Mike Gerow | Damien Miller |
2017-11-03 | Private keys in PEM format have been encrypted by AES-128 for a while | Damien Miller |
2017-11-03 | avoid unused variable warnings for !WITH_OPENSSL; | Damien Miller |
2017-11-02 | Make the mode draw function use the parent screen directly rather than | Nicholas Marriott |
2017-11-02 | Add a "fast" version of screen_write_copy for tree mode that doesn't do | Nicholas Marriott |
2017-11-02 | Format for group list of "other sessions" is a bit weird, just list all | Nicholas Marriott |
2017-11-02 | Tweak previous slightly so that current session is chosen if it is in | Nicholas Marriott |