summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-02Remove unused variable.Mark Lumsden
2015-01-02update currency exchange rates;Jason McIntyre
2015-01-02uppercase for place names, and one "t" in british;Jason McIntyre
2015-01-02Remove ifdef statements for TIMES and USE_TOD; they don't do anything,Lawrence Teo
2015-01-01Fix a buffer overrun triggered by a trailing backslash at EOF inIngo Schwarze
2015-01-01Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze
2015-01-01Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze
2015-01-01Provide option types for binary AND, binary OR and silently discarding anJoel Sing
2015-01-01Convert the openssl(1) enc command to the new option parsing and usage.Joel Sing
2015-01-01If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan
2014-12-30When a file is given on the command line, actually exists, and its nameIngo Schwarze
2014-12-29impose some limits on the ideal rounds so nothing too crazy happens whenTed Unangst
2014-12-29useless change. overwriting the nul byte with a newline means b64_ntopTed Unangst
2014-12-29rename fingerprint struct field. no longer exposed to users, but since it'sTed Unangst
2014-12-29remove the inspect debug command. should not be used by users, who are notTed Unangst
2014-12-28Fix subtle typo.Joel Sing
2014-12-28Allow a default option to be specified by having a NULL name, but a validJoel Sing
2014-12-28Provide an option type that allows for a callback function to consume anJoel Sing
2014-12-28Teach option parsing that a single hyphen denotes the end of named optionsJoel Sing
2014-12-28Provide a mechanism for option parsing to return the number of argumentsJoel Sing
2014-12-28Only accept a single unnamed argument - the existing behaviour is toJoel Sing
2014-12-28Slightly simplify options parsing logic.Joel Sing
2014-12-28mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze
2014-12-28Provide two different function pointers for option function callbacks. ThisJoel Sing
2014-12-28improve previous: do the size check up front to avoid leaking memoryIngo Schwarze
2014-12-28With revision 1.93 a space character got lost when printing theAlexander Bluhm
2014-12-26not necessary to define INET anymoreTed Unangst
2014-12-25Reduce memory and time consumption on certain malformed input filesIngo Schwarze
2014-12-24Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze
2014-12-24simplify. bcrypt only support and use newer libc APIs. no makekey emul.Ted Unangst
2014-12-24For .RS, we need to save the information how much we actually indentedIngo Schwarze
2014-12-24Prevent unsigned integer underflow when a number is too wideIngo Schwarze
2014-12-24When a man(7) document contains unreasonably large numbers forIngo Schwarze
2014-12-24Clean up CIPHERS and related sections:Lawrence Teo
2014-12-23KNF and add a little more debug()Damien Miller
2014-12-23Use ${STATIC} instead of hardcoded -static in order to take advantage ofPascal Stumpf
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23fix typo in previousIngo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-23even if the second argument to .IP is invalid, don't print itIngo Schwarze
2014-12-23Fix vertical scaling. Obviously, nobody ever had a serious look at this.Ingo Schwarze
2014-12-23In a2roffsu(), do not parse the number twice.Ingo Schwarze
2014-12-23correctly handle scaling units after .PDIngo Schwarze
2014-12-22The code already pays attention not to close the same block twice.Ingo Schwarze
2014-12-22remove never used in openbsd tahoe support. and ns32k. and pmax.Ted Unangst
2014-12-22add fingerprinthash to the options list;Jason McIntyre
2014-12-22tweak previous;Jason McIntyre
2014-12-22mention ssh -Q feature to list supported { MAC, cipher, KEX, key }Damien Miller