- Jul 17, 2022
-
-
Jan Mojžíš authored
sysdep/hasutmp{,x}addrv6.h-yes.c update test
-
- Jul 16, 2022
-
-
Jan Mojžíš authored
detects if 'struct utmp{,x}' has '.ut_addr_v6' in compilation phase
-
Jan Mojžíš authored
More utmp stuff! Fill utmp(x)'s ut_addr_v6 field when it exists
-
Laurent Bercot authored
- Add sysdeps to test ut_addr_v6 in utmp and utmpx - We already have the remote IP as a string, we just add a decoding step in logsys_utmp(x) to fill the addr field. - We assume arpa/inet.h and AF_INET6 exist on the system. If the build fails on (ancient) systems, sysdeps will need to be added to test for them. Signed-off-by:
Laurent Bercot <ska@appnovation.com>
-
- Jul 10, 2022
-
-
Jan Mojžíš authored
-
- Jul 09, 2022
-
-
Jan Mojžíš authored
-
Jan Mojžíš authored
Small build system and utmp fixes
-
Jan Mojžíš authored
closes #65
-
Laurent Bercot authored
Traditional utmpx mechanisms, at least on Linux, like to have the ut_host and ut_user fields voided out to indicate a logout. Also, some systems do not define _PATH_WTMPX, but define WTMPX_FILE instead. Add support for WTMPX_FILE. This patch makes it possible to build tinyssh against utmps, providing secure utmp functionality with the musl libc. Signed-off-by:
Laurent Bercot <ska@appnovation.com>
-
Laurent Bercot authored
Linker command line order is important: -la -lb means that liba can depend on libb, but not the other way around. The way make-tinyssh.sh constructs the libs variable from the LIBS environment variable should not reverse the order. Also, local libs like libtinysshcrypto.a should be listed first, so they correctly resolve local symbols (this is important when linking against skalibs, which exports symbols like uint32_unpack_big() with a different signature). Signed-off-by:
Laurent Bercot <ska@appnovation.com>
-
- Mar 20, 2022
-
-
Jan Mojžíš authored
Merge pull request #64 from petrkutalek/feature/update_systemd_unit Instruct Systemd to accept status code 111 as a successful exit
-
- Mar 10, 2022
-
-
Jan Mojžíš authored
fixes build on big-endian platforms
-
Jan Mojžíš authored
-
Jan Mojžíš authored
-
- Mar 05, 2022
-
-
Jan Mojžíš authored
use PACKET_LIMIT/2 as maximum packet size workaround for miscalculated packet_length
- Feb 22, 2022
-
-
Jan Mojžíš authored
-
Jan Mojžíš authored
- Jan 11, 2022
-
-
Jan Mojžíš authored
-
- Jan 10, 2022
-
-
Jan Mojžíš authored
-
Jan Mojžíš authored
tinysshnoneauthd
-
Jan Mojžíš authored
add -e param., allow to execute custom program instead of shell
-
- Jan 05, 2022
-
-
Jan Mojžíš authored
-
- Jan 04, 2022
-
-
Jan Mojžíš authored
-
Jan Mojžíš authored
-
- Dec 14, 2021
-
- Oct 03, 2021
-
-
Jan Mojžíš authored
-
- Oct 02, 2021
-
-
Jan Mojžíš authored
-
Jan Mojžíš authored
but don't close the connection
-
- May 15, 2021
-
-
Jan Mojžíš authored
-
Jan Mojžíš authored
fixes #39
- May 11, 2021
-
-
Jan Mojžíš authored
README.md update
-
Jan Mojžíš authored
-
Jan Mojžíš authored
-
Jan Mojžíš authored
-
Jan Mojžíš authored
-
Jan Mojžíš authored
honor "max packet size" requested from the client
-
- May 08, 2021
-
-
Jan Mojžíš authored
-