Age | Commit message (Expand) | Author |
2014-10-08 | Tweak config reparsing with host canonicalisation | Damien Miller |
2014-10-08 | another -Wpointer-sign from clang | Damien Miller |
2014-10-08 | fix a few -Wpointer-sign warnings from clang | Damien Miller |
2014-10-08 | parse cert sections using nested buffers to reduce copies; ok markus | Damien Miller |
2014-10-08 | use the reallocarray idiom; ok ingo | Theo de Raadt |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-10-08 | Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow | Nicholas Marriott |
2014-10-08 | check audio parameters returned by the audio drivers, | Alexandre Ratchov |
2014-10-08 | Fix a 37 year old bug introduced by Bill Joy on August 24, 1977 | Ingo Schwarze |
2014-10-08 | add a xreallocarray() like the existing fatal xmalloc(), and use it to | Theo de Raadt |
2014-10-08 | reallocarray() to detect integer overflow; ok doug | Theo de Raadt |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | fix an indentation that makes me upset | Theo de Raadt |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-10-08 | bump max columns out to 768. screens are getting bigger... | David Gwynne |
2014-10-07 | no more Xr to gzsig | Theo de Raadt |
2014-10-07 | fix a critical DDOS in head. use the correct exit code on failure. | Ted Unangst |
2014-10-07 | remove gzsig. we have no use for this now. | Ted Unangst |
2014-10-07 | be a bit more patient, 1s is sometimes insufficient for legitimate queries | Ingo Schwarze |
2014-10-07 | Switch HTML output to polyglot HTML5; have only one single -Thml mode. | Ingo Schwarze |
2005-05-28 | import gzsig by Dug Song. | marius eriksen |
2014-10-07 | If a tbl(7) layout contains unknown font modifiers, fall back to the | Ingo Schwarze |
2014-10-06 | Amend previous commit to unbreak TLS cert validation when using a proxy. | Jeremie Courreges-Anglas |
2014-10-06 | correct options in usage(); from mancha1 AT zoho.com | Damien Miller |
2014-10-04 | Be sure to only path the remote host to ressl_connect_socket(), without a | Miod Vallat |
2014-10-03 | update for new ressl noverify API | Ted Unangst |
2014-10-03 | Update ftp ressl configuration to handle recent changes in the library. | Joel Sing |
2014-10-02 | Top function key is F12 now. | Nicholas Marriott |
2014-10-02 | Take account of window-status-separator when checking window position, | Nicholas Marriott |
2014-10-02 | Update status when pane selected with mouse, from Balazs Kezes. | Nicholas Marriott |
2014-10-02 | Copy ACS characters as UTF-8, from Balazs Kezes. | Nicholas Marriott |
2014-10-02 | exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2014-10-01 | Call waitpid on SIGCHLD even if client not attached, it is possible (on | Nicholas Marriott |
2014-10-01 | update currency exchange rates; | Jason McIntyre |
2014-10-01 | Switch "openssl req" to using SHA256 for hashes and AES256 to encrypt on-disk | Stuart Henderson |
2014-09-30 | atoi to strtonum; from Fritjof Bornebusch; ok nicm@ | Otto Moerbeek |
2014-09-29 | Merge conflicts. | James Turner |
2014-09-29 | When setting environment variables in the atrun script, use the | Todd C. Miller |
2014-09-27 | Use %zu where appropriate, from Fritjof Bornebusch. | Otto Moerbeek |
2014-09-27 | sound reasoning | Sebastian Benoit |
2014-09-25 | Support using pane id as part of session or window specifier (so %1 | Nicholas Marriott |
2014-09-25 | Support ! for last pane. | Nicholas Marriott |
2014-09-23 | Hide unused, duplicate and/or misleading fields. | Alexandre Ratchov |
2014-09-21 | plug a small memory leak, fairly infrequent. | Marc Espie |