summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-08fix ssh_config FingerprintHash evaluation order; from Petr LautrbachDamien Miller
2015-01-08Convert spkac.c to the new option handling code.Doug Hogan
2015-01-08Convert pkcs8.c to the new option handling code.Doug Hogan
2015-01-08Convert asn1pars.c to the new option handling.Doug Hogan
2015-01-08reorder hostbased key attempts to better match the defaultDamien Miller
2015-01-08deprecate key_load_private_pem() and sshkey_load_private_pem()Damien Miller
2015-01-07bcallah noticed the ifndef guard for headers was wrong. don't fix, justTed Unangst
2015-01-07workaround for the Meyer, et al, Bleichenbacher Side Channel Attack.Ted Unangst
2015-01-07It is the copy command that is abbreviated as 'c', not chdir.Todd C. Miller
2015-01-07Document the '=' command; from trondd at gmailTodd C. Miller
2015-01-07Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze
2015-01-07Bump example pubkey filenames for 5.7Florian Obser
2015-01-06Revert to r1.16 since this is still clearly broken and I can't see howNicholas Marriott
2015-01-06Unzoom before kill, from Thomas Adam.Nicholas Marriott
2015-01-06Add missing default bindings, from Theo Buehler.Nicholas Marriott
2015-01-05As pointed out by Kaspars Bankovskis on tech@, there is no ifdef forMark Lumsden
2015-01-05Convert openssl(1) passwd to new option handling.Joel Sing
2015-01-05encrypt can use the scrypt scaling code in libc now via crypt_newhashTed Unangst
2015-01-05Zap a reference to .rnd, which is likely the last RANDFILE remnant onLawrence Teo
2015-01-04fix -b a mode, spotted by rpeTheo de Raadt
2015-01-03Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze
2015-01-03Check the return values of several reallocarray() calls. While here,Lawrence Teo
2015-01-02Explicitly set the *data member of struct ohash_info to NULL.Ingo Schwarze
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