summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-12-09Use shell arrays to store arguments instead of building a string for eval.Philip Guenther
2013-12-08Make -c option description more accurate (merged from sudo 1.8).Todd C. Miller
2013-12-08Use a literal for the default value of KEXAlgorithms. ok deraadt jmcDarren Tucker
2013-12-07When checking whether a user may change the login class, just checkTodd C. Miller
2013-12-07add missing mentions of ed25519; ok djm@Christian Weisgerber
2013-12-07document -a and -o wrt new key formatDamien Miller
2013-12-07correct RCS identsDamien Miller
2013-12-07set k->cert = NULL after freeing itDamien Miller
2013-12-06missing comma;Jason McIntyre
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-12-06new private key format, bcrypt as KDF by default; details in PROTOCOL.key;Markus Friedl
2013-12-06move private key (de)serialization to key.c; ok djmMarkus Friedl
2013-12-06remove duplicated character ('g') in getopt() string;Damien Miller
2013-12-05fix memory leak in error path in do_readdir(); pointed out byDamien Miller
2013-12-05bz#2161 - fix AuthorizedKeysCommand inside a Match block andDamien Miller
2013-12-04update HISTORY: this command first appeared in V1 AT&T.Jason McIntyre
2013-12-04bz#2171: don't leak local_fd on error; from Loganaden Velvindron @Damien Miller
2013-12-03do not need timeb.hTheo de Raadt
2013-12-03no need for timeb.hTheo de Raadt
2013-12-02correct bzero of chacha20+poly1305 key context. bz#2177 fromDamien Miller
2013-12-02make key_to_blob() return a NULL blob on failure; part ofDamien Miller
2013-12-02use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNICDamien Miller
2013-12-02typo; from Jon CaveDamien Miller
2013-12-02views CIRCLEQ begone.Kenneth R Westerback
2013-12-01mention curve25519-sha256@libssh.org key exchange algorithmDamien Miller
2013-12-01Change the file reference queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Change the tags queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Change the tag queue from CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01Convert the ranges CIRCLEQ to TAILQ.Kenneth R Westerback
2013-12-01update currency exchange rates;Jason McIntyre
2013-11-28Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.Kenneth R Westerback
2013-11-28Re-add documentation about `-' handling. Discussed a few months agoJeremie Courreges-Anglas
2013-11-28unsigned char for ctypeTheo de Raadt
2013-11-27unsigned char cast was on a wrong place.YASUOKA Masahiko
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-11-27Zap some pointer casts became extra (and thus dangerous) after recentVadim Zhukov
2013-11-27unsigned char for ctypeTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan AdlerTheo de Raadt
2013-11-26change a local char * to unsigned, to ease ctype handlingTheo de Raadt
2013-11-26fix a possible double-free/NULL deref in msg_printpelikan
2013-11-26Tweak a tortuous manual loop into a TAILQ_FOREACH().Kenneth R Westerback
2013-11-26fix some typos in calendars; written with lot of useful adviceIgor Sobrado
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-26fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@Otto Moerbeek
2013-11-26- put -Q in the right placeJason McIntyre
2013-11-26fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref'spelikan
2013-11-25Replace _texth CIRCLEQ with TAILQ. One down, five to go.Kenneth R Westerback