summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-02-04Document missing command line options for the rsautl command.Theo Buehler
2019-02-04Remove obsolete "Protocol" from commented out examples.Darren Tucker
2019-02-03zap spaces before tabsTheo Buehler
2019-02-03Convert openssl(1) rsautl to the newer style of option handling.Joel Sing
2019-02-01Fix regresion that prevented -A0 from working as before.Todd C. Miller
2019-02-01update currency exchange rates;Jason McIntyre
2019-02-01Save connection timeout and restore for 2nd and subsequent attempts,Darren Tucker
2019-01-31Relax overzealous PATH_INFO validation.Ingo Schwarze
2019-01-31Fix tbl(7) centering in mdoc(7) documents.Ingo Schwarze
2019-01-31thinko, from Scott ChelohaMarc Espie
2019-01-31convert fgetln to getline. this improves portability and sets a goodTed Unangst
2019-01-30Add authors for public domain sntrup4591761 code;Markus Friedl
2019-01-30Document that we now have support for multiple -p and -u flags.Martijn van Duren
2019-01-30Use ' and " instead of archaically considering ` a left quote.Anthony J. Bentley
2019-01-29replace some archaic quotes with plain variations.Ted Unangst
2019-01-29Fix a bug with -flag where later events may be shown when they should not be.Todd C. Miller
2019-01-29Remove SSLv23 padding mode from rsautl's usage (left behind in a removalTheo Buehler
2019-01-28spelling;Jason McIntyre
2019-01-28ttyname() is used after unveil/pledge, so _PATH_DEVDB must also beTheo de Raadt
2019-01-28Allow fstat to filter multiple pids and multiple users at the same time.Martijn van Duren
2019-01-28ttyname() is used, therefore must unveil _PATH_DEVDB.Theo de Raadt
2019-01-27mmap support was broken in previous submitted diff from lauri tirkkonenTheo de Raadt
2019-01-27add -T to usage();Jason McIntyre
2019-01-26check in scp client that filenames sent during remote->local directoryDamien Miller
2019-01-26make ssh-keyscan return a non-zero exit status if it finds no keys.Damien Miller
2019-01-26avoid double free, instead flowing through a free(NULL)Theo de Raadt
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Accept the host key fingerprint as a synonym for "yes" when acceptingDarren Tucker
2019-01-24Have progressmeter force an update at the beginning and end of eachDarren Tucker
2019-01-24Fix a crash on long lines when switching to another file byTodd C. Miller
2019-01-24Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSDDarren Tucker
2019-01-24Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*Darren Tucker
2019-01-23rework grep_open to be more careful about directories.Ted Unangst
2019-01-23Remove support for obsolete host/port syntax.Darren Tucker
2019-01-23Remove duplicate word. bz#2958, patch from jjelen at redhat.comDarren Tucker
2019-01-23Remove 3 as a guess for possible generator during moduli generation.Darren Tucker
2019-01-23Sanitize scp filenames via snmprintf. To do this we move theDarren Tucker
2019-01-23allow auto-incrementing certificate serial number for certs signedDamien Miller
2019-01-23move a bunch of global flag variables to main(); make the rest staticDamien Miller
2019-01-23switch mainloop from select(2) to poll(2); ok deraadt@Damien Miller
2019-01-23pass most arguments to the KEX hash functions as sshbuf ratherDamien Miller
2019-01-22backoff reading messages from active connections when the input bufferDamien Miller
2019-01-22add -m to usage(); reminded by jmc@Damien Miller
2019-01-22Correct some bugs in PKCS#11 token PIN handling at initial login,Damien Miller
2019-01-22Support keys that set the CKA_ALWAYS_AUTHENTICATE by requring aDamien Miller
2019-01-22Mention that configuration for the destination host is not appliedDamien Miller
2019-01-22Include -m in the synopsis for a few more commands that support itDamien Miller
2019-01-22print the full pubkey being attempted at loglevel >= debug2; bz2939Damien Miller
2019-01-22clarify: ssh-keygen -e only writes public keys, never privateDamien Miller
2019-01-22mention the new vs. old key formats in the introduction and give someDamien Miller