Age | Commit message (Expand) | Author |
2016-07-20 | Do not clobber the global jump_host variables when parsing an inactive | Christian Weisgerber |
2016-07-19 | strip back openssl ca: in particular remove some excessively wordy sections, | Jason McIntyre |
2016-07-19 | Since the mdoc/man parser unification, the parser is always allocated | Ingo Schwarze |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2016-07-19 | tweak previous; | Jason McIntyre |
2016-07-19 | Allow wildcard for PermitOpen hosts as well as ports. bz#2582, patch from | Darren Tucker |
2016-07-19 | Cleanup close(open idioms. | Theo de Raadt |
2016-07-18 | The string with path to shell could be taken directly from struct passwd. | Vadim Zhukov |
2016-07-18 | Reduce timing attack against obsolete CBC modes by always computing | Markus Friedl |
2016-07-18 | Add 'p' trace point for KTRFAC_PLEDGE, as noted by | Philip Guenther |
2016-07-18 | Add some unsigned overflow checks for extra_pad. None of these | Damien Miller |
2016-07-17 | getopt(3) can be called twice (once for bc and once for dc), so reinit getopt | Otto Moerbeek |
2016-07-17 | strip back asn1parse; ok beck jsing | Jason McIntyre |
2016-07-17 | support UTF-8 characters in ssh(1) banners using schwarze@'s | Damien Miller |
2016-07-17 | Remove now obsolete parenthetical explanation (should have been part of | Theo Buehler |
2016-07-17 | 1. Update manpage in view of the change of behavior I introduced in -r1.27. | Theo Buehler |
2016-07-16 | since we no longer pull source directly from openssl, the time is | Jason McIntyre |
2016-07-16 | - add proxyjump to the options list | Jason McIntyre |
2016-07-15 | To remove the const qualifier from a pointer to an object - either | Ingo Schwarze |
2016-07-15 | Fix previous: the mandocdb() prototype was already there, it just | Ingo Schwarze |
2016-07-15 | add missing prototypes, no code change; | Ingo Schwarze |
2016-07-15 | Tweak output of environment logging. | Nicholas Marriott |
2016-07-15 | Log environment to new panes. | Nicholas Marriott |
2016-07-15 | Wrap some long lines and apply some static. | Nicholas Marriott |
2016-07-15 | Reduce the syslog level of some relatively common protocol events | Darren Tucker |
2016-07-15 | Don't update cells in each block of data read from a pane immediately, | Nicholas Marriott |
2016-07-15 | Instead of representing colours in several different forms with various | Nicholas Marriott |
2016-07-15 | Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1) | Damien Miller |
2016-07-14 | make several program to use "chown" promise. | Sebastien Marie |
2016-07-13 | When matching a day in the month, make sure that the date is still | Todd C. Miller |
2016-07-13 | ross l richardson reports that an auto reply is no longer generated | Jason McIntyre |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-12 | add "recvfd" to doas(1) for use with skey. | Sebastien Marie |
2016-07-11 | Make all components of the URI individually optional, | Ingo Schwarze |
2016-07-11 | Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumps | Theo Buehler |
2016-07-11 | obsolete note about fascistloggin is obsolete. ok djm dtucker | Ted Unangst |
2016-07-10 | Fix a nasty typo that prevented .so links to gziped manuals | Ingo Schwarze |
2016-07-10 | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze |
2016-07-10 | rename variable for consistency | Ted Unangst |
2016-07-09 | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze |
2016-07-09 | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze |
2016-07-08 | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on | Ingo Schwarze |
2016-07-08 | POSIX requires that a process calling tcsetpgrp(3) from the background | Ingo Schwarze |
2016-07-08 | Pass errret pointer to setupterm() to prevent setupterm() | Todd C. Miller |
2016-07-08 | Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms. | Damien Miller |
2016-07-07 | sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8) | Ingo Schwarze |
2016-07-07 | Revert previous since the libtls change has been reverted. | Joel Sing |
2016-07-07 | biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. | Sebastien Marie |
2016-07-07 | tmux: only consider ACCESSPERMS for setting mode on socket_path. | Sebastien Marie |