Age | Commit message (Expand) | Author |
2015-06-29 | add getpid to sandbox, reachable by grace_alarm_handler | Damien Miller |
2015-06-27 | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze |
2015-06-26 | Fix \-escaping bug that caused forward path parsing to skip two | Damien Miller |
2015-06-25 | Put fts_close() where missing. | Masao Uebayashi |
2015-06-24 | correct test to sshkey_sign(); spotted by Albert S. | Damien Miller |
2015-06-24 | Revert previous commit. We still want to call setgroups in the case where | Darren Tucker |
2015-06-23 | POSIX specifies that that multiple '!' characters preceding a | Todd C. Miller |
2015-06-23 | This patch ensure that when an error is detected, the freed variables in | semarie |
2015-06-23 | This patch ensure that e_shentsize (sections header's size in bytes) is | semarie |
2015-06-23 | corrects a read after bound that occurs in strcmp (line just | semarie |
2015-06-23 | add some check before accessing data: | semarie |
2015-06-22 | Don't count successful partial authentication as failures in monitor; | Damien Miller |
2015-06-22 | Don't call setgroups if we have zero groups; there's no guarantee that it | Darren Tucker |
2015-06-21 | There is no need to include sys/ucred.h. Only sys/file.h is needed for the | Claudio Jeker |
2015-06-20 | Handle NIST curve names in openssl(1) ecparam. | Joel Sing |
2015-06-20 | Less mdc2. | Joel Sing |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-06-19 | Add missing message digests to function table. | Joel Sing |
2015-06-19 | Remove fallback dynamic engine loading support. | Brent Cook |
2015-06-18 | Use the SRCDST define for usage. | Nicholas Marriott |
2015-06-18 | Use xsnprintf. | Nicholas Marriott |
2015-06-18 | Remove a stray : and tweak paragraph. | Nicholas Marriott |
2015-06-18 | spelling fixes from theo buehler; | Jason McIntyre |
2015-06-17 | Use strdup in xstrdup; from Fritjof Bornebusch. | Nicholas Marriott |
2015-06-17 | Change break-pane to take target and source panes (-t and -s) in line | Nicholas Marriott |
2015-06-17 | Use strdup in xstrdup from Fritjof Bornebusch. While here, remove xfree | Nicholas Marriott |
2015-06-17 | Break cmdq_continue inner loop into a helper function. | Nicholas Marriott |
2015-06-17 | Move the shuffle code from new-window -a into a function and add a -a | Nicholas Marriott |
2015-06-17 | Use an explicit job state instead of avoid closing our side of the | Nicholas Marriott |
2015-06-17 | Remove NULL check before free; Fritjof Bornebusch. | Nicholas Marriott |
2015-06-16 | Add support for OPTION_DISCARD. | Doug Hogan |
2015-06-15 | If AuthorizedPrincipalsCommand is specified, however | Joel Sing |
2015-06-15 | Make the arguments to match_principals_command() similar to | Joel Sing |
2015-06-15 | Add window_activity format, from Thomas Adam based on a diff originally | Nicholas Marriott |
2015-06-15 | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | Doug Hogan |
2015-06-15 | return failure on RSA signature error; reported by Albert S | Damien Miller |
2015-06-14 | Add a format for client PID (client_pid) and server PID (pid). Diff for | Nicholas Marriott |
2015-06-13 | Convert xfree to free. From Fritjof Bornebusch. ok deraadt | Nicholas Marriott |
2015-06-10 | wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. | Nicholas Marriott |
2015-06-09 | Fix loop comparison broken in last commit, from Thomas Adam. | Nicholas Marriott |
2015-06-07 | Add -E flag when attaching or switching client to bypass | Nicholas Marriott |
2015-06-05 | Use ints for the calculations rather than u_char, they could end up | Nicholas Marriott |
2015-06-05 | Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) | Nicholas Marriott |
2015-06-05 | Use fixed colour tables rather than generated and do a quick search for | Nicholas Marriott |
2015-06-05 | Similarly, for sessions use a callback to free rather than checking | Nicholas Marriott |
2015-06-05 | Change deref to the more sensible unref, and add a couple I missed before. | Nicholas Marriott |
2015-06-05 | Instead of putting dead clients on a list and checking it every loop, | Nicholas Marriott |
2015-06-05 | For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name." | Todd C. Miller |
2015-06-05 | Do not use the key variable uninitialized (in a debug log statement), | Nicholas Marriott |
2015-06-05 | Fix a warning. | Nicholas Marriott |