Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-15 | pipes mean read/write may short out. | Marc Espie | |
okay tedu@ | |||
2014-01-14 | most common pbkdf failure is no password, so check that first. | Ted Unangst | |
prompted by fritjof | |||
2014-01-14 | rearrange the bottom of main so it is less of a "zoo". ok deraadt | Ted Unangst | |
2014-01-14 | stick that last example in a display, and avoid linewrap; | Jason McIntyre | |
2014-01-14 | this can be static | Ted Unangst | |
2014-01-14 | stdlib.h for malloc. from Fritjof | Ted Unangst | |
2014-01-14 | use a pipe, as intended, in the example | Christian Weisgerber | |
2014-01-14 | update references to posix-2008, and point STANDARDS to some of the extension | Jason McIntyre | |
notes listed in DESCRIPTION, for completeness sake; ok otto sobrado | |||
2014-01-14 | getnstr() returns KEY_RESIZE if there was a pending resize event, so loop | Philip Guenther | |
until it stops returning that, resetting the cursor position each time. hint from Gregor Best (gbe (at) ring0.de) problem noted by and ok sthen@ | |||
2014-01-13 | Add the "next" keyword as an alias for "+ 1" for relative times. | Todd C. Miller | |
Also support "months" and "years" keywords when specified as relative time units. All as per POSIX. Man page changes OK jmc@ sobrado@ | |||
2014-01-13 | Callers of get_state() and sole_reduction() always store the result | Todd C. Miller | |
as a short so make the return value match the type of the value we are returning. From Michael W. Bombardieri | |||
2014-01-13 | premature, only wanted to commit n: -> n | Marc Espie | |
2014-01-13 | duh, -n does not take args | Marc Espie | |
2014-01-13 | dang it! | Ted Unangst | |
2014-01-13 | new day, new options. -m message and -x signature. | Ted Unangst | |
this should be less confusing and more consistent in various modes. also support stdin/stdout where feasible. touch up usage to be helpful. ok deraadt | |||
2014-01-12 | we only write to writable files, so use O_WRONLY. | Ted Unangst | |
st_size is only meaningful for regular files, so check S_ISREG | |||
2014-01-12 | add missing dash in -p option | Robert Peichaer | |
OK tedu@ jmc@ | |||
2014-01-12 | improve release directory example | Theo de Raadt | |
2014-01-12 | expand the "eval" description a little; from wiz@netbsd | Jason McIntyre | |
2014-01-12 | avoid use of OpenSSL BIGNUM type and functions for KEX with | Damien Miller | |
Curve25519 by adding a buffer_put_bignum2_from_string() that stores a string using the bignum encoding rules. Will make it easier to build a reduced-feature OpenSSH without OpenSSL in the future; ok markus@ | |||
2014-01-12 | subtly improve an example | Theo de Raadt | |
2014-01-11 | Remove useless use of strnlen(3). | Ingo Schwarze | |
Yuckiness pointed out by deraadt@. | |||
2014-01-11 | Check the return value of fstat() in readmsg(). | Lawrence Teo | |
OK deraadt@ tedu@ | |||
2014-01-10 | Use strtoul() to do octal and hex character conversion instead of | Todd C. Miller | |
custom code. | |||
2014-01-10 | sort options | Theo de Raadt | |
2014-01-10 | -c comment, for people who don't like the default. ok deraadt | Ted Unangst | |
2014-01-10 | revert previous; height is never changed, but top is changed. | Stuart Henderson | |
ok espie@ who saw intermittent sigbus in ports/math/hc with this. | |||
2014-01-10 | no Pp before or after Sh; | Jason McIntyre | |
2014-01-10 | the /etc/ssh/ssh_host_ed25519_key is loaded by default too | Damien Miller | |
2014-01-10 | ddpcb and unixsw symbols are no longer used with kvm_read | Philip Guenther | |
ok deraadt@ | |||
2014-01-10 | Copy changes from ls -l to find -ls: print future times with year and use | Philip Guenther | |
strftime() instead of parsing ctime()'s output. ok millert@ | |||
2014-01-10 | quiet time. printing verified was an artifact of development, to be sure | Ted Unangst | |
we didn't accidentally fall through main without doing anything, but tools should be quiet unless there's an error. | |||
2014-01-10 | use a single positional argument instead of a creeping list of __progname | Ted Unangst | |
2014-01-10 | a little more consistent with names, notably call signature files sigfiles | Ted Unangst | |
for short, instead of output. | |||
2014-01-10 | base64.c workaround keeps sneaking back in | Ted Unangst | |
2014-01-10 | provide a small (very very) practical example for using signify | Theo de Raadt | |
ok tedu | |||
2014-01-10 | change the listing of the options, because there is way too much | Theo de Raadt | |
befuddlement. sorry jmc ok tedu | |||
2014-01-10 | at least for now, we're going to need some -Inspector magic | Ted Unangst | |
2014-01-09 | ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient, | Damien Miller | |
deranged and might make some attacks on KEX easier; ok markus@ | |||
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller | |
rather than calling OpenSSL EVP_Digest* directly. Will make it easier to build a reduced-feature OpenSSH without OpenSSL in future; feedback, ok markus@ | |||
2014-01-09 | Remove useless variable "height" in function traverse(). It is | Todd C. Miller | |
assigned the value of "top" but never changed so just use top instead. From Michael W. Bombardieri | |||
2014-01-09 | flesh out some details in STANDARDS regarding timespec; | Jason McIntyre | |
ok sobrado millert | |||
2014-01-09 | Fix a memory/fd leak reported by Tiago Cunha. | Nicholas Marriott | |
2014-01-09 | sync usage(); | Jason McIntyre | |
2014-01-09 | revert to O_EXCL for generating keys, so we don't erase them by accident. | Marc Espie | |
internal code a bit yucky, can be fixed some more later. okay tedu@ | |||
2014-01-09 | oops | Ted Unangst | |
2014-01-09 | change O_EXCL to O_TRUNC before deraadt kills me. | Ted Unangst | |
2014-01-09 | copy secret key comment into signature. requested by deraadt | Ted Unangst | |
2014-01-09 | oops, re-adapt for the install media | Theo de Raadt | |
2014-01-09 | -e embedded signatures. ok deraadt | Ted Unangst | |