Age | Commit message (Expand) | Author |
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 |
2017-10-27 | whitespace at EOL | Damien Miller |
2017-10-27 | whitespace at EOL (lots) | Damien Miller |
2017-10-27 | improve printing of rdomain on accept() a little | Damien Miller |
2017-10-26 | more readable conversion of paper size from millimeters to PostScript | Ingo Schwarze |
2017-10-26 | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | Nicholas Marriott |
2017-10-26 | mark up the rdomain keyword; | Jason McIntyre |
2017-10-25 | The page footer line (psmarg) is created in ps_begin(), and the | Ingo Schwarze |
2017-10-25 | Properly close out the top-level Font object, the end-of-page | Ingo Schwarze |
2017-10-25 | Note that notifications are also hooks. | Nicholas Marriott |
2017-10-25 | Default allow-rename to off because it is ridiculous that applications | Nicholas Marriott |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-25 | h/l keys for expand and collapse. | Nicholas Marriott |
2017-10-25 | Add P key to paste tagged in buffer mode, and trim some code that should | Nicholas Marriott |
2017-10-25 | tweak the uri text, specifically removing some markup to make it a | Jason McIntyre |
2017-10-25 | simplify macros in previous, and some minor tweaks; | Jason McIntyre |
2017-10-25 | uninitialised variable in PermitTunnel printing code | Damien Miller |
2017-10-25 | transfer ownership of stdout to the session channel by dup2'ing | Damien Miller |
2017-10-25 | add a "rdomain" criteria for the sshd_config Match keyword to allow | Damien Miller |
2017-10-25 | add sshd_config RDomain keyword to place sshd and the subsequent | Damien Miller |
2017-10-25 | Add optional rdomain qualifier to sshd_config's ListenAddress option | Damien Miller |
2017-10-24 | Kill dead store and some spaces vs. tabs indent in parse_user_host_path(). | Todd C. Miller |
2017-10-24 | Use a smaller buffer size too peek the receive data. The content | Alexander Bluhm |
2017-10-24 | tweak previous; ok djm | Jason McIntyre |
2017-10-23 | Pa -> Lk; ok jmc@ | anton |
2017-10-23 | ifelse is special, fix argv parsing to avoid segfault | Marc Espie |
2017-10-23 | Expose devices allocated for tun/tap forwarding. | Damien Miller |
2017-10-22 | Use window_pane_index() when drawing pane numbers (so pane-base-index is | Nicholas Marriott |
2017-10-21 | Add URI support to ssh, sftp and scp. For example ssh://user@host | Todd C. Miller |
2017-10-20 | Clear status line with spaces again so reverse works, spotted by sthen. | Nicholas Marriott |