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