Age | Commit message (Expand) | Author |
2014-02-27 | use the real keys' names | Ted Unangst |
2014-02-27 | off by one in range check | Damien Miller |
2014-02-27 | fix unsigned overflow that could lead to reading a short ssh protocol | Damien Miller |
2014-02-26 | ssh_gssapi_prepare_supported_oids needs GSSAPI | Markus Friedl |
2014-02-26 | Once more, the default routing table id is inherited from the process | Claudio Jeker |
2014-02-26 | use a larger read buffer to speed things up, particularly during upgrades. | Ted Unangst |
2014-02-26 | don't assume that the socks4 username is \0 terminated; | Damien Miller |
2014-02-26 | bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep | Damien Miller |
2014-02-26 | bz#2205: avoid early hostname lookups unless canonicalisation is enabled; | Damien Miller |
2014-02-23 | reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes | Damien Miller |
2014-02-23 | check for unsigned overflow; not reachable in OpenSSH but others might | Damien Miller |
2014-02-23 | Change terminal-overrides to a server option (now that we have them), it | Nicholas Marriott |
2014-02-22 | Fix crash due to uninitialized lastwp member of layout_cell, reported by | Nicholas Marriott |
2014-02-22 | Fix -fg/-bg/-style with 256 colour terminals. | Nicholas Marriott |
2014-02-22 | when processing Match blocks, skip 'exec' clauses if previous predicates | Damien Miller |
2014-02-21 | drop support for pre-standard C, it's time to move on. ok deraadt | Ted Unangst |
2014-02-17 | Fix memory leaks with paste_replace, based on changes from J Raynor. | Nicholas Marriott |
2014-02-17 | Be consistent and allow only mouse down and mouse wheel for any pane | Nicholas Marriott |
2014-02-17 | Don't crash when given a invalid colour, reported by Felix Rosencrantz, | Nicholas Marriott |
2014-02-16 | HISTORY and AUTHORS; researched and written at Singapore Changi Airport; | Ingo Schwarze |
2014-02-16 | fix bibliographical references; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-16 | After Werner Lemberg accepted and committed some updates to the manual | Ingo Schwarze |
2014-02-16 | Leftovers from removing 88 colour support, from Theo Buehler. | Nicholas Marriott |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2014-02-16 | * simplify the documentation of -l as suggested by millert@ | Ingo Schwarze |
2014-02-15 | simplify macro usage, in part suggested by jmc@, | Ingo Schwarze |
2014-02-15 | avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W; | Damien Miller |
2014-02-15 | Don't need keeps in SYNOPSIS for .mdoc. | Todd C. Miller |
2014-02-15 | minor macro cleanup; from Jan Stary <hans at stare dot cz>; | Ingo Schwarze |
2014-02-15 | macro cleanup, mostly to use .Cm for fixed strings | Ingo Schwarze |
2014-02-14 | Parse and ignore the roff(7) .ce request (center some lines). | Ingo Schwarze |
2014-02-14 | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze |
2014-02-14 | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze |
2014-02-14 | Regarding -r, cite the latest standard that required it instead of | Ingo Schwarze |
2014-02-14 | clean up macro usage in the HISTORY section; | Ingo Schwarze |
2014-02-14 | consistent usage of .At and .Nm; | Ingo Schwarze |
2014-02-14 | If the terminfo entry has colors#256, assume that setaf and setab work | Nicholas Marriott |
2014-02-14 | Make status-interval of zero work as indented. | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2014-02-14 | Do not need to call winlink_find_by_window, from Filip Moc. | Nicholas Marriott |
2014-02-14 | Check for NULL session and whatnot in status_replace, from Thomas Adam. | Nicholas Marriott |
2014-02-14 | Make C-j the same as C-m, from Simon Nicolussi. | Nicholas Marriott |
2014-02-13 | use strtonum. ok krw | Ted Unangst |
2014-02-13 | use strotonum | Ted Unangst |
2014-02-13 | small style fix from jan stary | Ted Unangst |
2014-02-13 | TMPDIR is an extension; | Jason McIntyre |
2014-02-13 | -r is not a posix extension (my error), it is there for compat reasons; | Jason McIntyre |
2014-02-13 | make .Ic markup consistent; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-02-12 | Avoid use of uninitialized variable, from Thomas Adam. | Nicholas Marriott |