Age | Commit message (Expand) | Author |
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 |
2014-12-28 | With revision 1.93 a space character got lost when printing the | Alexander Bluhm |
2014-12-26 | not necessary to define INET anymore | Ted Unangst |
2014-12-25 | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze |
2014-12-24 | Support negative indentations for mdoc(7) displays and lists. | Ingo Schwarze |
2014-12-24 | simplify. bcrypt only support and use newer libc APIs. no makekey emul. | Ted Unangst |
2014-12-24 | For .RS, we need to save the information how much we actually indented | Ingo Schwarze |
2014-12-24 | Prevent unsigned integer underflow when a number is too wide | Ingo Schwarze |
2014-12-24 | When a man(7) document contains unreasonably large numbers for | Ingo Schwarze |
2014-12-24 | Clean up CIPHERS and related sections: | Lawrence Teo |
2014-12-23 | KNF and add a little more debug() | Damien Miller |
2014-12-23 | Use ${STATIC} instead of hardcoded -static in order to take advantage of | Pascal Stumpf |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | fix typo in previous | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-23 | even if the second argument to .IP is invalid, don't print it | Ingo Schwarze |
2014-12-23 | Fix vertical scaling. Obviously, nobody ever had a serious look at this. | Ingo Schwarze |
2014-12-23 | In a2roffsu(), do not parse the number twice. | Ingo Schwarze |
2014-12-23 | correctly handle scaling units after .PD | Ingo Schwarze |
2014-12-22 | The code already pays attention not to close the same block twice. | Ingo Schwarze |
2014-12-22 | remove never used in openbsd tahoe support. and ns32k. and pmax. | Ted Unangst |
2014-12-22 | add fingerprinthash to the options list; | Jason McIntyre |
2014-12-22 | tweak previous; | Jason McIntyre |
2014-12-22 | mention ssh -Q feature to list supported { MAC, cipher, KEX, key } | Damien Miller |
2014-12-22 | tweak previous; | Jason McIntyre |
2014-12-22 | correct description of what will happen when a AuthorizedKeysCommand is | Damien Miller |
2014-12-22 | make internal handling of filename arguments of "none" more consistent | Damien Miller |
2014-12-22 | remember which public keys have been used for authentication and | Damien Miller |
2014-12-22 | fix passing of wildcard forward bind addresses when connection | Damien Miller |
2014-12-21 | tweak previous; | Jason McIntyre |
2014-12-21 | document FingerprintHash here too | Damien Miller |
2014-12-21 | Add FingerprintHash option to control algorithm used for key | Damien Miller |
2014-12-21 | Use -m for macro set selection in mandoc(1) mode only, not in man(1) | Ingo Schwarze |
2014-12-21 | fix test-redef2: | Marc Espie |
2014-12-21 | Fix build with -Werror -std=c99 -pedantic. | Daniel Dickman |