Age | Commit message (Expand) | Author |
2017-01-05 | sort options list; | Jason McIntyre |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2017-01-04 | Avoid an out of bounds read when the environment variable LESSBINFMT | Todd C. Miller |
2017-01-04 | Fix a crash when "sort -m" is given no files. From Julien Ramseier. | Todd C. Miller |
2017-01-04 | If find(1) may end up calling execve(2), it needs "proc exec" in addition | Theo Buehler |
2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ | Damien Miller |
2017-01-04 | relax PKCS#11 whitelist a bit to allow libexec as well as lib | Damien Miller |
2017-01-03 | tweak previous; | Jason McIntyre |
2017-01-03 | consistently spell ASN.1; | Jason McIntyre |
2017-01-03 | remove unused variable repllen. | Ted Unangst |
2017-01-03 | add -delete option which can simplify the common case of wanting to delete | Ted Unangst |
2017-01-03 | Add a "-w connect_timeout" option in support of URL-fetching. This allows | Theo de Raadt |
2017-01-03 | Assert we're not freeing buffers we didn't allocate (DEBUG mode). | Alexandre Ratchov |
2017-01-03 | Log play volume together with other play parameters. | Alexandre Ratchov |
2017-01-03 | Sync utils.c and utils.h to sndiod. | Alexandre Ratchov |
2017-01-03 | Many typos in comments. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-03 | Use a goto to factor all calls to close() when listen_in() returns | Alexandre Ratchov |
2017-01-03 | check number of entries in SSH2_FXP_NAME response; avoids | Damien Miller |
2017-01-02 | Escape backspace for capture-pane -P, from George Nachman. | Nicholas Marriott |
2017-01-02 | tweak previous; | Jason McIntyre |
2017-01-02 | update currency exchange rates; | Jason McIntyre |
2017-01-02 | envlist and arglist are both string lists; simplify | Ted Unangst |
2017-01-01 | Document (a few) differences from the GNU one. | Vadim Zhukov |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-12-30 | Use explicit_bzero() to clear the buffer used when the user retypes | Todd C. Miller |
2016-12-30 | fix deadlock when keys/principals command produces a lot of output | Damien Miller |
2016-12-30 | restore a not so redundant test. loopcount = -1 is a significant indicator | Ted Unangst |
2016-12-30 | Display details of the server ephemeral key, based on OpenSSL. | Joel Sing |
2016-12-30 | Expand ASN1_ITEM_rptr macros here as well... used with NETSCAPE_X509 of all | Joel Sing |
2016-12-30 | Stop using M_PKCS12_* compatibility macros here as well. | Joel Sing |
2016-12-30 | Change the xterm-keys option to default to on, so that tmux will | Nicholas Marriott |
2016-12-29 | it has been six months and two days... remove keepenv { obsolete } syntax | Ted Unangst |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-12-28 | spelling fix; | Jason McIntyre |
2016-12-28 | Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp can | Theo de Raadt |
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze |
2016-12-28 | Fix the prefer unattached session behaviour of | Nicholas Marriott |
2016-12-25 | Add some {}'s to eliminate "ambiguous else" warnings from gcc. | Kenneth R Westerback |
2016-12-25 | Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line. | Vadim Zhukov |
2016-12-24 | Correctly handle tls_read()/tls_write(). | Joel Sing |
2016-12-22 | missing full stop; | Jason McIntyre |
2016-12-22 | Avoid "unused variable 'i'" warnings in generated .c files by only emitting | Kenneth R Westerback |
2016-12-22 | Simply some for() loops to eliminate "computed, not used" warnings. | Kenneth R Westerback |
2016-12-22 | add muststaple option so that oscp stapling can be required for sites you | Bob Beck |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. | Kenneth R Westerback |
2016-12-20 | Tweak generated .c output so switch statements always have a | Kenneth R Westerback |
2016-12-19 | openssh-7.4 | Damien Miller |
2016-12-18 | Remove statements that have no effect from X(), Y() and Z() #define's. | Kenneth R Westerback |
2016-12-18 | increase width of interface column in the pf rules view by 2 chars, so that '... | Jasper Lievisse Adriaanse |