Age | Commit message (Expand) | Author |
2017-02-04 | Include netinet/in.h for in_addr_t now it has moved out of sys/types.h. | Jonathan Gray |
2017-02-04 | Do not fix the default indent for all subsequent files; some may use | Ingo Schwarze |
2017-02-03 | use ssh_packet_set_log_preamble() to include connection username | Damien Miller |
2017-02-03 | add ssh_packet_set_log_preamble() to allow inclusion of a preamble | Damien Miller |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2017-02-03 | Expand lines more aggressively to reduce rate of allocations. | Nicholas Marriott |
2017-02-03 | Minor cleanup, no functional change: | Ingo Schwarze |
2017-02-03 | If an application parses multiple files with mparse_readfd(3) but | Ingo Schwarze |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-02-03 | allow form-feed characters at EOL; bz#2431 ok dtucker@ | Damien Miller |
2017-02-03 | Make ssh_packet_set_rekey_limits take u32 for the number of seconds | Darren Tucker |
2017-02-02 | In vasnmprintf() return an error if malloc fails and don't set | Jonathan Gray |
2017-02-01 | Add a missing sizeof(*lines) factor to previous commit to ensure we zero | Theo Buehler |
2017-02-01 | Don't allocate the buffer for the -n flag in one call. | Martijn van Duren |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-02-01 | update currency exchanges rates; | Jason McIntyre |
2017-02-01 | Return true reason for port forwarding failures where feasible rather | Darren Tucker |
2017-01-31 | add missing HISTORY information | Ingo Schwarze |
2017-01-30 | Small correction to the known_hosts section on when it is updated. | Darren Tucker |
2017-01-30 | When a flag option is used in a format, it should use the number form | Nicholas Marriott |
2017-01-30 | Rework fill mode handling for -man -Thtml. | Ingo Schwarze |
2017-01-30 | revise keys/principals command hang fix (bz#2655) to consume entire | Damien Miller |
2017-01-30 | small cleanup post SSHv1 removal: | Damien Miller |
2017-01-30 | some explicit NULL tests when dumping configured forwardings; | Damien Miller |
2017-01-30 | misplaced braces in test; from Karsten Weiss | Damien Miller |
2017-01-30 | don't dereference authctxt before testing != NULL, it causes compilers | Damien Miller |
2017-01-29 | Add -n to break-pane. | Nicholas Marriott |
2017-01-29 | Fix typo in ~C error message for bad port forward cancellation. | Darren Tucker |
2017-01-29 | eliminate one useless struct and one level of indirection; | Ingo Schwarze |
2017-01-29 | obvious protection against null pointer, because it's quite possible for cgn | Marc Espie |
2017-01-28 | Add a warning "new sentence, new line". | Ingo Schwarze |
2017-01-28 | Simplify usage of print_otag() even more: | Ingo Schwarze |
2017-01-28 | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze |
2017-01-28 | Do not clear the key table when changing session on a client, so that | Nicholas Marriott |
2017-01-27 | warn about invalid output options | Ingo Schwarze |
2017-01-27 | warn about missing one-line description; | Ingo Schwarze |
2017-01-27 | Parse the section number from the content of preformatted pages | Ingo Schwarze |
2017-01-27 | If parsing a page reveals that it is neither mdoc(7) nor man(7), | Ingo Schwarze |
2017-01-27 | fix base directory detection for makewhatis -t | Ingo Schwarze |
2017-01-27 | Always register names taken from file names in the names ohash. | Ingo Schwarze |
2017-01-26 | oscp -> ocsp; | Jason McIntyre |
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze |
2017-01-25 | Clear option before adding to array if no -a, reported by Michael | Nicholas Marriott |
2017-01-25 | Revert previous for now, it will break TERM=screen. | Nicholas Marriott |
2017-01-25 | If xterm-keys is on, use xterm(1) style keys for Home and End as well as | Nicholas Marriott |
2017-01-25 | off-by-one, leading to segfaults. Trivial fix. | Marc Espie |
2017-01-25 | cetificate -> certificate; | Jason McIntyre |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | Add the style sheet used on man.openbsd.org to the source tree. | Ingo Schwarze |