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