Age | Commit message (Expand) | Author |
2018-10-02 | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze |
2018-10-02 | enable the equivalent of -O toc in man.cgi(8) | Ingo Schwarze |
2018-10-02 | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze |
2018-10-02 | mention INFO@openssh.com for sending SIGINFO | Damien Miller |
2018-10-02 | Add server support for signalling sessions via the SSH channel/ | Damien Miller |
2018-10-02 | Support a second argument to -O man, | Ingo Schwarze |
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze |
2018-10-01 | Add missing URI encoding when writing HTTP redirects, | Ingo Schwarze |
2018-10-01 | update currency exchange rates; | Jason McIntyre |
2018-09-30 | telnet argv parsing overflow; from YangX92 | Theo de Raadt |
2018-09-30 | For -w output in -m mode, tweak the handling of bytes that do not | Ingo Schwarze |
2018-09-30 | fix the rest of the bug mitigated in the previous commit: | Ingo Schwarze |
2018-09-29 | Treat NUL like any other byte in the default case; aligns newline count | cheloha |
2018-09-28 | If tpcbench(8) is startet with -r0 it does not print statistics. | Alexander Bluhm |
2018-09-28 | Add unveil(2) to sdiff(1) to the following files: | Ricardo Mestre |
2018-09-28 | Fix white spaces. | Alexander Bluhm |
2018-09-27 | Use same working directory rules for jobs as new windows rather than | Nicholas Marriott |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-09-26 | Use more appropiate types/limits around strtonum() | kn |
2018-09-26 | Adjust alignment in hostsprint() | kn |
2018-09-26 | remove big ugly TODO comment from start of file. Some of the mentioned | Damien Miller |
2018-09-26 | Document mux proxy mode; added by Markus in openssh-7.4 | Damien Miller |
2018-09-26 | s/process_mux_master/mux_master_process/ in mux master function names, | Damien Miller |
2018-09-25 | -T applies to ip6 too, apparently; | Jason McIntyre |
2018-09-25 | Use getnameinfo(2) | kn |
2018-09-25 | usage() is void | kn |
2018-09-25 | Allow panes to be 1 line or column by redrawing instead of using the | Nicholas Marriott |
2018-09-25 | Since each database that has the rpath promise only needs to access one | Ricardo Mestre |
2018-09-25 | Remove initial pledge(2) that doesn't give us much protection since it's so | Ricardo Mestre |
2018-09-24 | Only include pane status in minimum size if it is turned on, GitHub | Nicholas Marriott |
2018-09-22 | Remove unused Table_size define and digits() function. | Todd C. Miller |
2018-09-22 | Use user_from_uid() and uid_from_user() directly. The wrappers | Todd C. Miller |
2018-09-22 | fix uid -> username lookup | Richard Procter |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-21 | Use password/group cache functions and avoid stashing a pointer to | Todd C. Miller |
2018-09-21 | Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow | Damien Miller |
2018-09-21 | when compiled with GSSAPI support, cache supported method OIDs by | Damien Miller |
2018-09-21 | In sshkey_in_file(), ignore keys that are considered for being too | Damien Miller |
2018-09-21 | Treat connections with ProxyJump specified the same as ones with a | Damien Miller |
2018-09-20 | actually make CASignatureAlgorithms available as a config option | Damien Miller |
2018-09-20 | fix indentation | Jonathan Gray |
2018-09-20 | fix indentation | Jonathan Gray |
2018-09-20 | Import updated moduli. | Darren Tucker |
2018-09-20 | reorder CASignatureAlgorithms, and add them to the various -o lists; | Jason McIntyre |
2018-09-20 | fix "ssh -Q sig" to show correct signature algorithm list (it was | Damien Miller |
2018-09-20 | add CASignatureAlgorithms option for the client, allowing it to specify | Damien Miller |
2018-09-20 | Add sshd_config CASignatureAlgorithms option to allow control over | Damien Miller |
2018-09-19 | Make "ssh-add -q" do what it says on the tin: silence output from | Damien Miller |
2018-09-18 | Fix typo in previous: group_from_gid(st->st_gid, 1), not st_uid. | Theo Buehler |
2018-09-18 | i forgot to sync sndiod with aucat/dsp.c rev 1.12 | miko |