Age | Commit message (Expand) | Author |
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 |
2017-11-02 | Only show the first member of session groups in tree mode (-G flag | Nicholas Marriott |
2017-11-02 | There is no point in reflowing panes which have not changed width. | Nicholas Marriott |
2017-11-02 | Kill bogus use of LC_TIME | Jeremie Courreges-Anglas |
2017-11-02 | openssl s_time -connect host:port needs dns promise for pledge(2) otherwise it | Ricardo Mestre |
2017-11-01 | Disable relocation until it is shown to be necessary. This code | Martin Pieuchot |
2017-11-01 | shrink the generated PostScript by more than 50% by actually using PostScript | Marc Espie |
2017-11-01 | update currency exchange rates; | Jason McIntyre |
2017-11-01 | fix broken stdout in ControlPersist mode, introduced by me in r1.467 | Damien Miller |
2017-10-31 | Merge type forward declarations with real ones as soon as they are found. | Martin Pieuchot |
2017-10-29 | More HISTORY and AUTHORS, in part from Jonathan de Boyne Pollard | Ingo Schwarze |
2017-10-29 | Print a human-readable media name in the %%DocumentMedia DSC comment | Ingo Schwarze |
2017-10-29 | After fstat(2) failure, trying lseek(2) is useless, so delete it. | Ingo Schwarze |
2017-10-29 | Prefer <elf.h> to the non portable <sys/exec_elf.h>. | Martin Pieuchot |
2017-10-28 | Bring "netstat -m" output up to speed with the kernel | Mike Belopuhov |
2017-10-28 | Document the use of a rbtree for resolving types inside a single CU. | Martin Pieuchot |
2017-10-28 | Define nitems() locally and stop including <sys/param.h> | Martin Pieuchot |
2017-10-28 | Correctly handle binaries without string table. | Martin Pieuchot |
2017-10-28 | Correct an integer overflow check to detect invalid CTF section. | Martin Pieuchot |
2017-10-28 | Print values as unsigned when dumping header. | Martin Pieuchot |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-10-27 | Prevent out-of-bound with malformed type entry. | Martin Pieuchot |
2017-10-27 | Prevent out-of-bound leading to an invalid pointer dereference when | Martin Pieuchot |
2017-10-27 | Use <elf.h> rather than <sys/exec_elf.h>. | Martin Pieuchot |