summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-12-21Refer to the kernel headers consistently via ../../sys, even for mkioctlPhilip Guenther
2013-12-21small typoTed Unangst
2013-12-21Don't use a non-constant format string with printf() that gcc can'tPhilip Guenther
2013-12-21Constipate some functionsPhilip Guenther
2013-12-20cannot let theo talking about emacs and mg slideHenning Brauer
2013-12-20Set the correct line number after successfully searching withFlorian Obser
2013-12-20Remove a spurious message that appears in dired mode if you press aMark Lumsden
2013-12-20When writing a file, break out when we get a write(2) error, notJeremie Courreges-Anglas
2013-12-20set the target device number of standard system exclusiveAlexandre Ratchov
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-12-19use full name for author, with his permissionDamien Miller
2013-12-19Amend dired-unmark-backward to fit with recent change andMark Lumsden
2013-12-19Make dired-unmark-backward behave the same as emacs: move cursor up aMark Lumsden
2013-12-19bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agentDamien Miller
2013-12-19bz#2147: fix multiple remote forwardings with dynamically assignedDamien Miller
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