summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-12-19simplify freeing of source-address certificate restrictionDamien Miller
2013-12-19Cast client_alive_interval to u_int64_t before assinging toDarren Tucker
2013-12-19skip requesting smartcard PIN when removing keys from agent; bz#2187Damien Miller
2013-12-17I've assempled the header file by cut&pasting from generated headersMarkus Friedl
2013-12-15In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze
2013-12-15add some comments and constify a constantDamien Miller
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-12-15Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.Pascal Stumpf
2013-12-134.3BSD tty compatibility and the associated ioctls are goneChristian Weisgerber
2013-12-13Make it compile again. And there is a time_t fix as a bonus!Vadim Zhukov
2013-12-12handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not theChristian Weisgerber
2013-12-11remove unused include dating from the pre-termios code and accidentallyChristian Weisgerber
2013-12-09remove unused definesMarkus Friedl
2013-12-09Add Authors for the public domain ed25519/nacl code.Markus Friedl
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