Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-16 | Ports: Remove note about ssh needing port numbers explicitly specified | Brian 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-18 | Ports: Remove dns and getpw pledges for the OpenSSH client | Gunnar Beutner | |
These are not valid flags for SerenityOS. | |||
2021-05-01 | Ports: Generate host keys for OpenSSH | Gunnar Beutner | |
2021-05-01 | Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd() | Gunnar Beutner | |
2021-05-01 | LibC: Move crypt() and crypt_r() to the right header file | Gunnar Beutner | |
According to POSIX.1 these should be in <crypt.h>. | |||
2021-04-28 | Kernel+LibC: Implement the socketpair() syscall | Gunnar Beutner | |
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-25 | Ports: Fix building openssh | Gunnar Beutner | |
This fixes a spelling mistake in the timespeccmp() macro and enables debug symbols for OpenSSH to make diagnosing problems easier. | |||
2021-04-20 | Ports: Consistently indent with four spaces | Linus Groh | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis 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-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-12 | Ports: Fix for building openssh | Gunnar Beutner | |
2021-04-12 | Ports: Remove obsolete patches for <limits.h> | Gunnar Beutner | |
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-03-08 | Everywhere: Remove unnecessary whitespace at the end of some lines. | Emanuele Torre | |
2021-02-15 | Everywhere: Canonicalize 'ReadMe' capitalization | Ben 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-23 | Ports: Clean up some package.sh scripts | Linus 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-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-09-27 | Ports: Add OpenSSH port | Luke | |