Age | Commit message (Expand) | Author |
2021-08-07 | use taskq_del_barrier() instead of taskq_barrier() when flushing work | Jonathan Gray |
2021-08-07 | sync | Theo de Raadt |
2021-08-07 | Fix prototype mismatch for do_cmd. ok djm@ | Darren Tucker |
2021-08-07 | sftp-client.c needs poll.h | Damien Miller |
2021-08-07 | do_upload() used a near-identical structure for tracking | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode follow symlinks like traditional scp(1) | Damien Miller |
2021-08-07 | fix incorrect directory permissions on scp -3 transfers; | Damien Miller |
2021-08-07 | a bit more debugging of file attributes being sent/received | Damien Miller |
2021-08-07 | make scp(1) in SFTP mode output better match original scp(1) by | Damien Miller |
2021-08-07 | factor out a structure duplicated between downloading and | Damien Miller |
2021-08-07 | use sftp_client crossloading to implement scp -3 | Damien Miller |
2021-08-07 | support for "cross"-loading files/directories, i.e. downloading | Damien Miller |
2021-08-07 | factor our SSH2_FXP_OPEN calls into their own function; | Damien Miller |
2021-08-07 | prepare for scp -3 implemented via sftp | Damien Miller |
2021-08-06 | link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build, | Ingo Schwarze |
2021-08-06 | new manual page X509_ocspid_print(3) | Ingo Schwarze |
2021-08-06 | s/updatedb(8)/locate.updatedb(8)/ in comment | Tim van der Molen |
2021-08-06 | add a roff(7) comment marking the API function X509_get_default_private_dir() | Ingo Schwarze |
2021-08-06 | Mark matching reportIDs as claimed. | Aaron Bieber |
2021-08-06 | Cleanup, clarify and generally polish the MBR/GPT initialization | Kenneth R Westerback |
2021-08-06 | Add basic support for zero width joiners, GitHub issues 1605 and 2784. | Nicholas Marriott |
2021-08-06 | Add client focus hooks. | Nicholas Marriott |
2021-08-06 | Make diff invocation more portable. POSIX does not require diff to have -N, | Darren Tucker |
2021-08-06 | Another minor fix - do not draw positions that are under the popup with | Nicholas Marriott |
2021-08-06 | As tim@ spotted, a use of V4_AUTOCONF crept in when the variable name | Stuart Henderson |
2021-08-06 | add riscv64 and octeon intro(4) | Jonathan Gray |
2021-08-06 | Document "ProxyJump none". bz#3334. | Darren Tucker |
2021-08-06 | Tweak previous not to replace complete characters with spaces. | Nicholas Marriott |
2021-08-06 | Correctly draw wide characters that are partially obscured. | Nicholas Marriott |
2021-08-05 | sync | Patrick Wildt |
2021-08-05 | Remove the TableGen library from libLLVM. It's only needed for the tblgen | Patrick Wildt |
2021-08-05 | After a media link change, the media settings on the hardware need to be | Marcus Glocker |
2021-08-05 | .OP is not a GNU extension but first appeared in the Documenter's Workbench, | Ingo Schwarze |
2021-08-05 | m_freem in wg_send's path where a peer has no endpoint address, | Stuart Henderson |
2021-08-05 | Do not freeze output in panes when a popup is open, let them continue to | Nicholas Marriott |
2021-08-05 | for nameserver usage, show multiple addresses as "address ..."; ok benno | Jason McIntyre |
2021-08-05 | use combined u-boot-rockchip.bin in arm64 rockchip instructions | Jonathan Gray |
2021-08-05 | superflous -> superfluous | Theo Buehler |
2021-08-05 | mark up the nameserver command; | Jason McIntyre |
2021-08-05 | rework the "host relay-url" text block a little so it reads better, | Jason McIntyre |
2021-08-05 | sort the new nameserver text; rework it a little; sort SEE ALSO; | Jason McIntyre |
2021-08-04 | regression test for scp -3 | Damien Miller |
2021-08-04 | reference route(8) new nameserver command. | Sebastian Benoit |
2021-08-04 | Add a new 'nameserver' command to route(8). | Sebastian Benoit |
2021-08-04 | Improve HTTP status handling. Allow 203 as an alternative to 200 OK. | Claudio Jeker |
2021-08-04 | SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice. | Joel Sing |
2021-08-04 | drm/amdgpu: Fix resource leak on probe error path | Jonathan Gray |
2021-08-04 | drm/amdgpu: Avoid printing of stack contents on firmware load error | Jonathan Gray |
2021-08-04 | drm/amd/display: ensure dentist display clock update finished in DCN20 | Jonathan Gray |
2021-08-04 | Add a client-active hook, from ncfavier in GitHub issue 2803. | Nicholas Marriott |