Age | Commit message (Expand) | Author |
2015-08-18 | do not cast malloc() return if stdlib.h is included | Theo de Raadt |
2015-08-17 | Fix whois server detection for new TLDs using whois.nic.<domain> where | Stuart Henderson |
2015-08-16 | Come out of copy mode when history is cleared. | Nicholas Marriott |
2015-08-14 | match myproposal.h order; from brian conway | Jason McIntyre |
2015-08-14 | Remove charsets other than UTF-8 from locale(1) output. | Stefan Sperling |
2015-08-14 | Move locate(1) database build directory back to /tmp and kill non-existent | Rafael Zalamena |
2015-08-13 | oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing; | Jason McIntyre |
2015-08-13 | Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-party | Miod Vallat |
2015-08-13 | and now we can unify the code. okay tedu@ | Marc Espie |
2015-08-13 | right-up should be right-of, also rename the values too. | Nicholas Marriott |
2015-08-12 | more explicit warnings. Okay tedu@ | Marc Espie |
2015-08-12 | Support + and - for dates. | Nicholas Marriott |
2015-08-12 | Mention LC_MESSAGES. | Vadim Zhukov |
2015-08-12 | Fix adjustment of the offset when string, pstring or search match. | Nicholas Marriott |
2015-08-12 | Rename left/right/up/down relative to active pane to add -of suffix | Nicholas Marriott |
2015-08-12 | Add string/Ww as aliases for string/Bb, and ignore t. (The latest | Nicholas Marriott |
2015-08-11 | Only warn about [bl]estring16 when they are used, like the other | Nicholas Marriott |
2015-08-11 | When an exact string match is found, only print the test string, not up | Nicholas Marriott |
2015-08-11 | Any type can be prefixed with "u", even where it makes no sense. Also | Nicholas Marriott |
2015-08-11 | Warn sensibly for unrecognised !: lines rather than trying to parse them. | Nicholas Marriott |
2015-08-11 | Accept hexadecimal numbers without 0x if they aren't a valid decimal | Nicholas Marriott |
2015-08-11 | Actually leave the invalid ml in the tree after making it type NONE. | Nicholas Marriott |
2015-08-11 | An invalid line can't just be thrown away because if it has any children | Nicholas Marriott |
2015-08-11 | Extend accepted operators to +-&/%* for integer tests. | Nicholas Marriott |
2015-08-11 | Support = test for floats and doubles. | Nicholas Marriott |
2015-08-11 | If we are expecting a signed number but it fails, try to parse it as | Nicholas Marriott |
2015-08-11 | Allow spaces around any operator, not just =. | Nicholas Marriott |
2015-08-11 | Include more context in warnings where it is possible. | Nicholas Marriott |
2015-08-11 | Add another function for printing warnings before the magic_line is | Nicholas Marriott |
2015-08-11 | Use INTIM instead of -1 as poll(2) time-out argument. | Alexandre Ratchov |
2015-08-11 | Don't call poll(2) with few millisecond time-out argument when -1 | Alexandre Ratchov |
2015-08-11 | Improve openssl s_client -starttls xmpp support. | Landry Breuil |
2015-08-06 | add prohibit-password as a synonymn for without-password, since the | Theo de Raadt |
2015-08-04 | backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release; | Damien Miller |
2015-08-03 | remove an extra getuid call, reported by Martijn van Duren | Ted Unangst |
2015-08-02 | remove ssl3 bits; ok doug | Jason McIntyre |
2015-08-02 | openssh 7.0; ok deraadt@ | Damien Miller |
2015-08-01 | Move processing of polled files in its own function, and call it | Alexandre Ratchov |
2015-08-01 | update currency exchange rates; | Jason McIntyre |
2015-07-31 | Allow PermitRootLogin to be overridden by config | Chris Cappuccio |
2015-07-31 | Account for newlines in substitution (s///) commands. Substitution | Todd C. Miller |
2015-07-30 | fix pty permissions; patch from Nikolay Edigaryev; ok deraadt | Damien Miller |
2015-07-30 | change default: PermitRootLogin without-password | Theo de Raadt |
2015-07-30 | make gid parsing look like uid parsing. from Martijn van Duren | Ted Unangst |
2015-07-30 | Fix usage examples. | Vadim Zhukov |
2015-07-30 | note that symlinks are not followed by default; | Jason McIntyre |
2015-07-30 | switch references from sudo to doas; | Jason McIntyre |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-29 | status_out and associated data structures are no longer used. | Nicholas Marriott |
2015-07-29 | gc macro that's no longer used since the move to reallocarray | Marc Espie |