Displaying 3 results from an estimated 3 matches for "wtmpdb".
Did you mean:
tmpdb
2023 Apr 25
0
[PATCH] support for wtmpdb (Y2038 safe wtmp replacement)
...glibc_utmp_64bit/
https://www.thkukuk.de/blog/Y2038_glibc_wtmp_64bit/
Since the glibc developers stated that they don't plan to solve the problem
in glibc, but think that this interfaces are legacy and should be
removed from glibc (like musl libc, which does not have them), I implemented
with wtmpdb a Y2038 safe alternative to wtmp.
https://github.com/thkukuk/wtmpdb
Like pam_systemd it in most cases all data with a PAM module
"pam_wtmpdb", but sshd is a little bit special here: when it does the
authentication, the TTY isn't yet known.
For this reason, we cannot use the PAM modu...
2025 Apr 02
1
Call for testing: OpenSSH 10.0
...SHA256.
>
> * ssh(1), sshd(8), ssh-keyscan(1): fix ML-KEM768x25519 KEX on
> big-endian systems.
>
> * Many regression and interop test improvements.
>
> Portability
> -----------
>
> * All: add support for AWS-LC (AWS libcrypto). bz3784
>
> * sshd(8): add wtmpdb support as a Y2038 safe wtmp replacement.
>
> * sshd(8): add support for locking sshd into memory, enabled with
> the --with-linux-memlock-onfault configure flag.
>
> * Add support for building a standalone sk-libfido2 library,
> enabled by --with-security-key-standalone
&...
2025 Apr 01
9
Call for testing: OpenSSH 10.0
...signing backends, e.g. some smartcards only
support SHA256.
* ssh(1), sshd(8), ssh-keyscan(1): fix ML-KEM768x25519 KEX on
big-endian systems.
* Many regression and interop test improvements.
Portability
-----------
* All: add support for AWS-LC (AWS libcrypto). bz3784
* sshd(8): add wtmpdb support as a Y2038 safe wtmp replacement.
* sshd(8): add support for locking sshd into memory, enabled with
the --with-linux-memlock-onfault configure flag.
* Add support for building a standalone sk-libfido2 library,
enabled by --with-security-key-standalone
* ssh(1), sshd(8), ssh-keys...