summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-15remove commented-out test code now that it has moved to aDamien Miller
2015-01-15Fatal errors no longer exist.Ingo Schwarze
2015-01-15downgrade .so failure from FATAL to ERRORIngo Schwarze
2015-01-14downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze
2015-01-14simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze
2015-01-14To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze
2015-01-14if earlier files set a non-zero exit status,Ingo Schwarze
2015-01-14whitespaceDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
2015-01-14fix small regression: ssh-agent would return a success messageDamien Miller
2015-01-14Simplify handling of system errors: just exit(3).Ingo Schwarze
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2015-01-14switch to sshbuf/sshkey; with & ok djm@Markus Friedl
2015-01-14avoid an warning for the !OPENSSL caseDamien Miller
2015-01-14swith auth-options to new sshbuf/sshkey; ok djm@Markus Friedl
2015-01-14make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@Damien Miller
2015-01-14remove unneeded includes, sync my copyright across files & whitespace; ok djm@Markus Friedl
2015-01-13Be developer-friendly, 'cause OpenBSD devs like to:Ingo Schwarze
2015-01-13adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependenciesMarkus Friedl
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13zap really odd code that's not actually in-use.Marc Espie
2015-01-13Remove a variable that's not really being used.Brian Callahan
2015-01-13Document the openssl s_client -proxy feature.Alexander Bluhm
2015-01-13do not spawn a pager when there is no output; issue pointed out by deraadt@Ingo Schwarze
2015-01-13Add the possibility to use the openssl s_client tool with an httpAlexander Bluhm
2015-01-13add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesDamien Miller
2015-01-13An article on medium.com highlighted that grepDaniel Dickman
2015-01-13Implement more thorough error checks:Lawrence Teo
2015-01-12the BUG described at the bottom is not a bug. It is how it is supposed toTheo de Raadt
2015-01-12unbreak parsing of pubkey comments; with gerhard; ok djm/deraadtMarkus Friedl
2015-01-12missing error assigment on sshbuf_put_string()Markus Friedl
2015-01-12Fetching port distfiles with the ftp command from githup did notAlexander Bluhm
2015-01-12apparently memcpy(x, NULL, 0) is undefined behaviour according toDamien Miller
2015-01-12free->sshkey_free; ok djm@Markus Friedl
2015-01-12allow WITH_OPENSSL w/o WITH_SSH1; ok djm@Markus Friedl
2015-01-11correctly use HOST_NAME_MAX.Theo de Raadt
2015-01-101. They're flags, not counters. Set to one instead of incrementing.Ted Unangst
2015-01-10Correct reversed test of setmountent() returnPhilip Guenther
2015-01-09absurd optimization. reduce initial space by one to avoid leaving one byteTed Unangst
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