summaryrefslogtreecommitdiff
path: root/Ports/openssh
AgeCommit message (Collapse)Author
2021-06-16Ports: Remove note about ssh needing port numbers explicitly specifiedBrian Gianforcaro
This is no longer true, I'm not sure where this got fixed, but I can successfully connect via IP without specifying a port number using the latest HEAD of master.
2021-05-18Ports: Remove dns and getpw pledges for the OpenSSH clientGunnar Beutner
These are not valid flags for SerenityOS.
2021-05-01Ports: Generate host keys for OpenSSHGunnar Beutner
2021-05-01Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd()Gunnar Beutner
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
According to POSIX.1 these should be in <crypt.h>.
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-25Ports: Fix building opensshGunnar Beutner
This fixes a spelling mistake in the timespeccmp() macro and enables debug symbols for OpenSSH to make diagnosing problems easier.
2021-04-20Ports: Consistently indent with four spacesLinus Groh
2021-04-20Ports: Improve consistency and quality of portsPanagiotis Vasilopoulos
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually.
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-12Ports: Fix for building opensshGunnar Beutner
2021-04-12Ports: Remove obsolete patches for <limits.h>Gunnar Beutner
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
Fixes #5710.
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-02-15Everywhere: Canonicalize 'ReadMe' capitalizationBen Wiederhake
We now follow a common capitalization throughout the project: ./Ports/openssh/ReadMe.md ./Ports/python3/patches/ReadMe.md ./Ports/ReadMe.md ./Meta/Lagom/ReadMe.md ./ReadMe.md This filename is still obvious enough to be seen immediately.
2021-01-23Ports: Clean up some package.sh scriptsLinus Groh
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-09-27Ports: Add OpenSSH portLuke