Age | Commit message (Expand) | Author |
2014-09-01 | Convert ecparam to new option/usage handling. | Joel Sing |
2014-09-01 | Improve option usage output. | Joel Sing |
2014-09-01 | Replace the obsolete nginx example with an httpd(8) example. | Reyk Floeter |
2014-09-01 | update currency exchange rates; | Jason McIntyre |
2014-08-30 | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze |
2014-08-30 | typo. | Igor Sobrado |
2014-08-30 | Convert openssl(1) version to new option/usage handling. | Joel Sing |
2014-08-30 | improve capitalization for the Ed25519 public-key signature system. | Igor Sobrado |
2014-08-30 | Move the callback function pointer outside the opt union so that the option | Joel Sing |
2014-08-28 | OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not | Joel Sing |
2014-08-28 | openssl_setup() calls SSL_load_error_strings(), which happens to call | Joel Sing |
2014-08-28 | Add option handling with a callback function for argument processing. | Joel Sing |
2014-08-28 | Convert openssl(1) crl to new option/usage handling. | Joel Sing |
2014-08-28 | Given the usage option name/argument name width a few more characters. | Joel Sing |
2014-08-28 | Ensure that a format option argument is a known specifier. | Joel Sing |
2014-08-28 | Add option handling for ordered flags. | Joel Sing |
2014-08-28 | Add option handling for input/output formats. | Joel Sing |
2014-08-28 | Support .St -susv1 and .St -susv4. Illumos wants to use this, | Ingo Schwarze |
2014-08-28 | I just noticed that -Tps writes "%%CreationDate:" headers. | Ingo Schwarze |
2014-08-27 | Convert openssl(1) prime to the new options/usage handling. | Joel Sing |
2014-08-27 | Reset the config struct before calling options_parse(), otherwise config | Joel Sing |
2014-08-27 | Add an option type that handles argument to integer conversion. | Joel Sing |
2014-08-27 | Ensure diff -uw always produces valid output when one file doesn't end | Kent R. Spillner |
2014-08-27 | Implement table-driven option parsing that allows an application to | Joel Sing |
2014-08-27 | Add an implementation of man(1) into the /usr/bin/mandoc binary and | Ingo Schwarze |
2014-08-26 | fix SEE ALSO; | Jason McIntyre |
2014-08-26 | remove nginx references | Robert Nagy |
2014-08-26 | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | Joel Sing |
2014-08-26 | Unify console and CGI section titles, bringing them closer to groff, | Ingo Schwarze |
2014-08-25 | you broke the ramdisk builds... | Theo de Raadt |
2014-08-25 | Don't allow pasting into input-disabled panes, from Anish R Athalye. | Nicholas Marriott |
2014-08-25 | When using a proxy for an https connection, validate the cert hostname | Jeremie Courreges-Anglas |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-24 | Oops. Garbage collect unused variable. | Ingo Schwarze |
2014-08-24 | When support for bold italic font was added to the parsers and to the | Ingo Schwarze |
2014-08-23 | Fix fd leak when fdopen fails. | doug |
2014-08-22 | don't need this file, only the mod version | Ted Unangst |
2014-08-22 | typo; noticed by jmc@ some time ago | Ingo Schwarze |
2014-08-21 | Bugfix: make whatis(1) case-insensitive again. | Ingo Schwarze |
2014-08-21 | Fix double free. ok guenther@ | Jeremie Courreges-Anglas |
2014-08-21 | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze |
2014-08-21 | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze |
2014-08-21 | Free resources on error in mkstemp and fdopen | doug |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-20 | djm how did you make a typo like that... | Theo de Raadt |
2014-08-19 | When dumping the server configuration (sshd -T), print correct KEX, | Damien Miller |
2014-08-19 | ~-expand lcd paths | Damien Miller |
2014-08-19 | Let's talk about obstacles you face when trying to pull off a partial tedu@. | Ingo Schwarze |
2014-08-19 | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze |
2014-08-19 | libroff depends on libmandoc and so libmandoc should be included first. | Daniel Dickman |