Age | Commit message (Expand) | Author |
2013-12-23 | fix circleq tailq conversion | Ted Unangst |
2013-12-23 | Fix two dotline bugs for the price of one. | Florian Obser |
2013-12-23 | Move findbuffer() to buffer.c. | Mark Lumsden |
2013-12-23 | Implement a long-standing desideratum, | Ingo Schwarze |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther |
2013-12-21 | Refer to the kernel headers consistently via ../../sys, even for mkioctl | Philip Guenther |
2013-12-21 | small typo | Ted Unangst |
2013-12-21 | Don't use a non-constant format string with printf() that gcc can't | Philip Guenther |
2013-12-21 | Constipate some functions | Philip Guenther |
2013-12-20 | cannot let theo talking about emacs and mg slide | Henning Brauer |
2013-12-20 | Set the correct line number after successfully searching with | Florian Obser |
2013-12-20 | Remove a spurious message that appears in dired mode if you press a | Mark Lumsden |
2013-12-20 | When writing a file, break out when we get a write(2) error, not | Jeremie Courreges-Anglas |
2013-12-20 | set the target device number of standard system exclusive | Alexandre Ratchov |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-12-19 | use full name for author, with his permission | Damien Miller |
2013-12-19 | Amend dired-unmark-backward to fit with recent change and | Mark Lumsden |
2013-12-19 | Make dired-unmark-backward behave the same as emacs: move cursor up a | Mark Lumsden |
2013-12-19 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent | Damien Miller |
2013-12-19 | bz#2147: fix multiple remote forwardings with dynamically assigned | Damien Miller |
2013-12-19 | simplify freeing of source-address certificate restriction | Damien Miller |
2013-12-19 | Cast client_alive_interval to u_int64_t before assinging to | Darren Tucker |
2013-12-19 | skip requesting smartcard PIN when removing keys from agent; bz#2187 | Damien Miller |
2013-12-17 | I've assempled the header file by cut&pasting from generated headers | Markus Friedl |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze |
2013-12-15 | add some comments and constify a constant | Damien Miller |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-12-15 | Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page. | Pascal Stumpf |
2013-12-13 | 4.3BSD tty compatibility and the associated ioctls are gone | Christian Weisgerber |
2013-12-13 | Make it compile again. And there is a time_t fix as a bonus! | Vadim Zhukov |
2013-12-12 | handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not the | Christian Weisgerber |
2013-12-11 | remove unused include dating from the pre-termios code and accidentally | Christian Weisgerber |
2013-12-09 | remove unused defines | Markus Friedl |
2013-12-09 | Add Authors for the public domain ed25519/nacl code. | Markus Friedl |
2013-12-09 | Use shell arrays to store arguments instead of building a string for eval. | Philip Guenther |
2013-12-08 | Make -c option description more accurate (merged from sudo 1.8). | Todd C. Miller |
2013-12-08 | Use a literal for the default value of KEXAlgorithms. ok deraadt jmc | Darren Tucker |
2013-12-07 | When checking whether a user may change the login class, just check | Todd C. Miller |
2013-12-07 | add missing mentions of ed25519; ok djm@ | Christian Weisgerber |
2013-12-07 | document -a and -o wrt new key format | Damien Miller |
2013-12-07 | correct RCS idents | Damien Miller |
2013-12-07 | set k->cert = NULL after freeing it | Damien Miller |
2013-12-06 | missing comma; | Jason McIntyre |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-12-06 | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; | Markus Friedl |
2013-12-06 | move private key (de)serialization to key.c; ok djm | Markus Friedl |
2013-12-06 | remove duplicated character ('g') in getopt() string; | Damien Miller |