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