Age | Commit message (Expand) | Author |
2014-04-01 | missed commit matching log.c | Theo de Raadt |
2014-04-01 | demote a debug3 to PACKET_DEBUG; ok markus@ | Damien Miller |
2014-04-01 | When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any | Damien Miller |
2014-04-01 | include fingerprint of key not found | Damien Miller |
2014-03-31 | Don't crash with a zero-length argument to setb, from J Raynor. | Nicholas Marriott |
2014-03-31 | In four byte UTF-8 sequences, only three bits of the first byte should | Nicholas Marriott |
2014-03-31 | Remove log_debug2 as well and simplify log.c. | Nicholas Marriott |
2014-03-31 | GRID_DEBUG is no longer needed. | Nicholas Marriott |
2014-03-31 | Remove unused log functions. | Nicholas Marriott |
2014-03-31 | Make message-limit a server option. | Nicholas Marriott |
2014-03-31 | Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam. | Nicholas Marriott |
2014-03-31 | Add names for mouse button bits rather than using magic numbers, from | Nicholas Marriott |
2014-03-31 | Use hex constants rather than shifts for mouse events and flags, pointed | Nicholas Marriott |
2014-03-31 | Add setb -a to append and a copy mode append command, from J Raynor with | Nicholas Marriott |
2014-03-31 | Make session_attached a count and add session_many_attached flag. | Nicholas Marriott |
2014-03-31 | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, | Nicholas Marriott |
2014-03-31 | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott |
2014-03-31 | Don't write into buffer if no arguments, reported by Filipe Rosset. | Nicholas Marriott |
2014-03-31 | Change secondary device attributes response to \033[>84;0;0c which is | Nicholas Marriott |
2014-03-31 | Tidy up. No functional change. | Mark Lumsden |
2014-03-31 | if it looks like a variable, expands like a variable and resolves like a | Jasper Lievisse Adriaanse |
2014-03-31 | Allow more than one level of directories to be create via | Mark Lumsden |
2014-03-31 | ssh has a target painted on it's back, so use -fstack-protector-all | Theo de Raadt |
2014-03-31 | Remove a redundant assignment for slashp in findnonblank(). | Brian Callahan |
2014-03-31 | Match GNU libtool and properly add -rpath to the linker when linking | Antoine Jacoutot |
2014-03-31 | the text for the -K option was inserted in the wrong place in -r1.108; | Jason McIntyre |
2014-03-31 | If HOST or the host argument starts with a /, treat it as a device name | Nicholas Marriott |
2014-03-31 | Fix REMOTE to work like tip(1) - it can be either a path to a remote(5) | Nicholas Marriott |
2014-03-31 | recognise the CONTEXT section. we consider it only applicable to | David Gwynne |
2014-03-30 | SNI support. ok guenther@ sthen@ | Jeremie Courreges-Anglas |
2014-03-30 | Check the return value from SSL_CTX_set_cipher_list(), for consistency. | Jeremie Courreges-Anglas |
2014-03-30 | SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), so | Jeremie Courreges-Anglas |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-28 | Allow leading and trailing vertical lines, | Ingo Schwarze |
2014-03-28 | Properly initialize malloc(3)ed memory. | Ingo Schwarze |
2014-03-28 | let's talk about shit | Henning Brauer |
2014-03-28 | sync available and default algorithms, improve algorithm list formatting | Christian Weisgerber |
2014-03-27 | disable weak proposals in sshd, but keep them in ssh; ok djm@ | Markus Friedl |
2014-03-27 | make this page less sendmail-centric; ok gilles | Jason McIntyre |
2014-03-27 | Don't use nospace uninitialized in gotobop and gotoeop. | Florian Obser |
2014-03-27 | new-line -> newline; | Jason McIntyre |
2014-03-26 | Previously, C-t (transpose two chars) did not behave the same as | Mark Lumsden |
2014-03-26 | Without bloating mandoc(1) itself, let mandocdb(8) support files | Ingo Schwarze |
2014-03-26 | Improve error reporting. | Ingo Schwarze |
2014-03-26 | remove libwrap support. ok deraadt djm mfriedl | Ted Unangst |
2014-03-26 | The current sharing of myproposal[] between both client and server code | Theo de Raadt |
2014-03-26 | Add support for retrieving the line and speed from the /etc/remote dv | Nicholas Marriott |
2014-03-26 | use __bounded(...) attribute recently added to sys/cdefs.h instead of | Damien Miller |
2014-03-25 | Remove file2c. Nothing in the tree uses it and hexdump works as | Todd C. Miller |