Age | Commit message (Expand) | Author |
2015-01-08 | fix ssh_config FingerprintHash evaluation order; from Petr Lautrbach | Damien Miller |
2015-01-08 | Convert spkac.c to the new option handling code. | Doug Hogan |
2015-01-08 | Convert pkcs8.c to the new option handling code. | Doug Hogan |
2015-01-08 | Convert asn1pars.c to the new option handling. | Doug Hogan |
2015-01-08 | reorder hostbased key attempts to better match the default | Damien Miller |
2015-01-08 | deprecate key_load_private_pem() and sshkey_load_private_pem() | Damien Miller |
2015-01-07 | bcallah noticed the ifndef guard for headers was wrong. don't fix, just | Ted Unangst |
2015-01-07 | workaround for the Meyer, et al, Bleichenbacher Side Channel Attack. | Ted Unangst |
2015-01-07 | It is the copy command that is abbreviated as 'c', not chdir. | Todd C. Miller |
2015-01-07 | Document the '=' command; from trondd at gmail | Todd C. Miller |
2015-01-07 | Bugfix: When the invocation of a user-defined macro follows a roff | Ingo Schwarze |
2015-01-07 | Bump example pubkey filenames for 5.7 | Florian Obser |
2015-01-06 | Revert to r1.16 since this is still clearly broken and I can't see how | Nicholas Marriott |
2015-01-06 | Unzoom before kill, from Thomas Adam. | Nicholas Marriott |
2015-01-06 | Add missing default bindings, from Theo Buehler. | Nicholas Marriott |
2015-01-05 | As pointed out by Kaspars Bankovskis on tech@, there is no ifdef for | Mark Lumsden |
2015-01-05 | Convert openssl(1) passwd to new option handling. | Joel Sing |
2015-01-05 | encrypt can use the scrypt scaling code in libc now via crypt_newhash | Ted Unangst |
2015-01-05 | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | Lawrence Teo |
2015-01-04 | fix -b a mode, spotted by rpe | Theo de Raadt |
2015-01-03 | Fix a potential NULL pointer access in an error message after waitpid() | Ingo Schwarze |
2015-01-03 | Check the return values of several reallocarray() calls. While here, | Lawrence Teo |
2015-01-02 | Explicitly set the *data member of struct ohash_info to NULL. | Ingo Schwarze |
2015-01-02 | Remove unused variable. | Mark Lumsden |
2015-01-02 | update currency exchange rates; | Jason McIntyre |
2015-01-02 | uppercase for place names, and one "t" in british; | Jason McIntyre |
2015-01-02 | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | Lawrence Teo |
2015-01-01 | Fix a buffer overrun triggered by a trailing backslash at EOF in | Ingo Schwarze |
2015-01-01 | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze |
2015-01-01 | Don't dereference NULL pointers when formatting missing denominators, | Ingo Schwarze |
2015-01-01 | Provide option types for binary AND, binary OR and silently discarding an | Joel Sing |
2015-01-01 | Convert the openssl(1) enc command to the new option parsing and usage. | Joel Sing |
2015-01-01 | If man(1) only has one single argument, always interpret it as a name, | Ingo Schwarze |
2014-12-31 | When showing more than one formatted manual page, insert horizontal lines | Ingo Schwarze |
2014-12-30 | Remove some checks that will always evaluate to true. Noticed by a very | Brian Callahan |
2014-12-30 | When a file is given on the command line, actually exists, and its name | Ingo Schwarze |
2014-12-29 | impose some limits on the ideal rounds so nothing too crazy happens when | Ted Unangst |
2014-12-29 | useless change. overwriting the nul byte with a newline means b64_ntop | Ted Unangst |
2014-12-29 | rename fingerprint struct field. no longer exposed to users, but since it's | Ted Unangst |
2014-12-29 | remove the inspect debug command. should not be used by users, who are not | Ted Unangst |
2014-12-28 | Fix subtle typo. | Joel Sing |
2014-12-28 | Allow a default option to be specified by having a NULL name, but a valid | Joel Sing |
2014-12-28 | Provide an option type that allows for a callback function to consume an | Joel Sing |
2014-12-28 | Teach option parsing that a single hyphen denotes the end of named options | Joel Sing |
2014-12-28 | Provide a mechanism for option parsing to return the number of arguments | Joel Sing |
2014-12-28 | Only accept a single unnamed argument - the existing behaviour is to | Joel Sing |
2014-12-28 | Slightly simplify options parsing logic. | Joel Sing |
2014-12-28 | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze |
2014-12-28 | Provide two different function pointers for option function callbacks. This | Joel Sing |
2014-12-28 | improve previous: do the size check up front to avoid leaking memory | Ingo Schwarze |