summaryrefslogtreecommitdiff
path: root/Ports/dropbear
AgeCommit message (Collapse)Author
2021-04-11Ports: Fix building the dropbear portGunnar Beutner
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-06-19Ports: Remove dropbear patch that removed calls to seteuid()Nico Weber
This is no longer necessary now that seteuid() / setegid() is implemented.
2020-06-19Ports: Pull dropbear from a mirrorNico Weber
The main web page has been offline for at least a week. This gets the dropbear port building again.
2020-06-08LibC: Don't assert on unknown mode character in fopen()Andreas Kling
Just carry on with some debug log whining. Gets rid of one dropbear patch. :^)
2020-06-08LibC: Add nanosleep() wrapper around clock_nanosleep(CLOCK_REALTIME)Andreas Kling
Gets rid of one dropbear patch. :^)
2020-06-08LibC: Add IPPORT_RESERVED and IPPORT_USERRESERVEDAndreas Kling
Gets rid of one dropbear patch. :^)
2020-06-08Base: Symlink /dev/urandom to /dev/randomAndreas Kling
Some software expects to find /dev/urandom so we might as well provide. Gets rid of one dropbear patch. :^)
2020-06-08LibC: Add ws_xpixel and ws_ypixel members to struct winsizeAndreas Kling
This matches what other systems have, although we don't use them. Gets rid of one dropbear patch. :^)
2020-05-11Ports: Add preliminary dropbear portYonatan Goldschmidt
This is very basic and doesn't support many features. Instead of describing what it *doesn't* support, I'll describe what I have tested: 1. Public key authentication (password is not supported) 2. Single command execution 3. PTY-less interactive bash shell (/bin/sh doesn't work) 4. Multi-user (i.e you can ssh as 'anon' as well as root)