summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-01-15pipes mean read/write may short out.Marc Espie
2014-01-14most common pbkdf failure is no password, so check that first.Ted Unangst
2014-01-14rearrange the bottom of main so it is less of a "zoo". ok deraadtTed Unangst
2014-01-14stick that last example in a display, and avoid linewrap;Jason McIntyre
2014-01-14this can be staticTed Unangst
2014-01-14stdlib.h for malloc. from FritjofTed Unangst
2014-01-14use a pipe, as intended, in the exampleChristian Weisgerber
2014-01-14update references to posix-2008, and point STANDARDS to some of the extensionJason McIntyre
2014-01-14getnstr() returns KEY_RESIZE if there was a pending resize event, so loopPhilip Guenther
2014-01-13Add the "next" keyword as an alias for "+ 1" for relative times.Todd C. Miller
2014-01-13Callers of get_state() and sole_reduction() always store the resultTodd C. Miller
2014-01-13premature, only wanted to commit n: -> nMarc Espie
2014-01-13duh, -n does not take argsMarc Espie
2014-01-13dang it!Ted Unangst
2014-01-13new day, new options. -m message and -x signature.Ted Unangst
2014-01-12we only write to writable files, so use O_WRONLY.Ted Unangst
2014-01-12add missing dash in -p optionRobert Peichaer
2014-01-12improve release directory exampleTheo de Raadt
2014-01-12expand the "eval" description a little; from wiz@netbsdJason McIntyre
2014-01-12avoid use of OpenSSL BIGNUM type and functions for KEX withDamien Miller
2014-01-12subtly improve an exampleTheo de Raadt
2014-01-11Remove useless use of strnlen(3).Ingo Schwarze
2014-01-11Check the return value of fstat() in readmsg().Lawrence Teo
2014-01-10Use strtoul() to do octal and hex character conversion instead ofTodd C. Miller
2014-01-10sort optionsTheo de Raadt
2014-01-10-c comment, for people who don't like the default. ok deraadtTed Unangst
2014-01-10revert previous; height is never changed, but top is changed.Stuart Henderson
2014-01-10no Pp before or after Sh;Jason McIntyre
2014-01-10the /etc/ssh/ssh_host_ed25519_key is loaded by default tooDamien Miller
2014-01-10ddpcb and unixsw symbols are no longer used with kvm_readPhilip Guenther
2014-01-10Copy changes from ls -l to find -ls: print future times with year and usePhilip Guenther
2014-01-10quiet time. printing verified was an artifact of development, to be sureTed Unangst
2014-01-10use a single positional argument instead of a creeping list of __prognameTed Unangst
2014-01-10a little more consistent with names, notably call signature files sigfilesTed Unangst
2014-01-10base64.c workaround keeps sneaking back inTed Unangst
2014-01-10provide a small (very very) practical example for using signifyTheo de Raadt
2014-01-10change the listing of the options, because there is way too muchTheo de Raadt
2014-01-10at least for now, we're going to need some -Inspector magicTed Unangst
2014-01-09ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient,Damien Miller
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller
2014-01-09Remove useless variable "height" in function traverse(). It isTodd C. Miller
2014-01-09flesh out some details in STANDARDS regarding timespec;Jason McIntyre
2014-01-09Fix a memory/fd leak reported by Tiago Cunha.Nicholas Marriott
2014-01-09sync usage();Jason McIntyre
2014-01-09revert to O_EXCL for generating keys, so we don't erase them by accident.Marc Espie
2014-01-09oopsTed Unangst
2014-01-09change O_EXCL to O_TRUNC before deraadt kills me.Ted Unangst
2014-01-09copy secret key comment into signature. requested by deraadtTed Unangst
2014-01-09oops, re-adapt for the install mediaTheo de Raadt
2014-01-09-e embedded signatures. ok deraadtTed Unangst