Age | Commit message (Expand) | Author |
2014-07-04 | Convert a malloc+memset to a calloc | Philip Guenther |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-07-04 | Clean up messages related to missing arguments. | Ingo Schwarze |
2014-07-03 | Fix formatting of empty .Bl -inset item heads. | Ingo Schwarze |
2014-07-03 | remove leakmalloc droppings | Damien Miller |
2014-07-03 | Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is | Damien Miller |
2014-07-03 | allow explicit ::1 and 127.0.0.1 forwarding bind addresses when | Damien Miller |
2014-07-03 | when rekeying, skip file/DNS lookup if it is the same as the key sent | Damien Miller |
2014-07-03 | MANDOCERR_NOARGS reported three completely unrelated classes of problems. | Ingo Schwarze |
2014-07-03 | Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this | Joel Sing |
2014-07-03 | make the "Too many authentication failures" message include the | Damien Miller |
2014-07-03 | escape %C since groff thinks it part of an Rs/Re block; | Jason McIntyre |
2014-07-03 | Add a %C escape sequence for LocalCommand and ControlPath that expands | Damien Miller |
2014-07-03 | document that -g will only work in the multiplexed case if applied to | Damien Miller |
2014-07-03 | mention '%%' escape sequence in HostName directives and how it may | Damien Miller |
2014-07-03 | forward-declare struct sshbuf so consumers don't need to include sshbuf.h | Damien Miller |
2014-07-03 | When hashing or removing hosts using ssh-keygen, don't choke on | Damien Miller |
2014-07-03 | standardise on NI_MAXHOST for gethostname() string lengths; about | Damien Miller |
2014-07-03 | use EVP_Digest() for one-shot hash instead of creating, updating, | Damien Miller |
2014-07-03 | make stdout line-buffered; saves partial output getting lost when | Damien Miller |
2014-07-03 | Only cleanup agent socket in the main agent process and not in any | Damien Miller |
2014-07-03 | make Ed25519 keys' title fit properly in the randomart border; bz#2247 | Damien Miller |
2014-07-02 | Improve and test the messages about empty macros, | Ingo Schwarze |
2014-07-02 | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze |
2014-07-02 | Disentangle the MANDOCERR_CHILD message, which reported three | Ingo Schwarze |
2014-07-02 | Clean up warnings related to macros and nesting. | Ingo Schwarze |
2014-07-02 | Fix the column numbers associated with in_line_argn() macros; | Ingo Schwarze |
2014-07-02 | populate pool npages, as per src/sys/kern/subr_pool.c r1.135 | David Gwynne |
2014-07-02 | Change column display in -Ttree to be 1-based instead of 0-based | Ingo Schwarze |
2014-07-02 | properly process minherit(2) flags; ok guenther@ matthew@ | Otto Moerbeek |
2014-07-02 | Improve "skipping paragraph macro" messages, | Ingo Schwarze |
2014-07-02 | fix ssh protocol 1 on the server that regressed with the sshkey change | Damien Miller |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-07-02 | info about pools is currently given to userland by copying each | David Gwynne |
2014-07-01 | Clean up the warnings related to document structure. | Ingo Schwarze |
2014-07-01 | update currency exchange rates; | Jason McIntyre |
2014-07-01 | The previous commit to this file broke the control flow keywords \{ and \} | Ingo Schwarze |
2014-06-30 | garbage collect two unused enum mandocerr items | Ingo Schwarze |
2014-06-30 | suppress spurious error message when loading key with a passphrase; | Damien Miller |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Major roff_getname() cleanup. | Ingo Schwarze |
2014-06-29 | Bugfix in roff_setstrn(): | Ingo Schwarze |
2014-06-27 | Cleanup support for legacy mmap flags | Matthew Dempsky |
2014-06-27 | fix loading of private keys | Markus Friedl |
2014-06-27 | fix remote fwding with same listen port but different listen address | Markus Friedl |
2014-06-25 | Handle escaped back slashes and missing new lines at end of line by using | Tobias Stoeckmann |
2014-06-25 | unblock SIGSEGV before raising it | Theo de Raadt |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |