nsncd
nsncd copied to clipboard
nscd-compatible daemon that proxies lookups, without caching
Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.3.3 to 0.4.1. Changelog Sourced from num-derive's changelog. Release 0.4.1 (2023-10-07) Make Float work with no_std -- thanks @vkahl! Emit full paths for Option and Result. Add...
[Originally reported in a fork](https://github.com/nix-community/nsncd/issues/6). User `max` is member of a group with GID 2709991565. Running `id max`, `nsncd` (unstable-2022-11-14 from nixpkgs `96f8f4a038a190f7511da79ef7e77bec5e4b811a`) returns: ``` uid=646000001(max) gid=646000001(max) groups=646000001 ``` `nscd`...
Fix the build for rustc > 1.80. Fix https://github.com/twosigma/nsncd/issues/118
Build logs: https://github.com/srd424/nsncd/actions/runs/10235189099/job/28315666470#step:6:83 Upstream issue: https://github.com/rust-lang/rust/issues/127343 This has been fixed on time `0.3.35`. We transitively depend on `time` from `time -> slog-term`.
I run the provided debian package on Ubuntu 22.04 and find it very unstable - it often stops responding, or spins with 100% cpu etc. I've also seen segfaults and...
Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0. Changelog Sourced from nix's changelog. [0.29.0] - 2024-05-24 Added Add getregset()/setregset() for Linux/glibc/x86/x86_64/aarch64/riscv64 and getregs()/setregs() for Linux/glibc/aarch64/riscv64 (#2044) Add socket option Ipv6Ttl for apple...
I mount /run/nscd/socket into container workloads for lookups. Add additional CI tests to simulate this case.
Bumps [sd-notify](https://github.com/lnicola/sd-notify) from 0.4.2 to 0.4.3. Changelog Sourced from sd-notify's changelog. [0.4.3] - 2024-10-05 Added added notify_with_fds and listen_fds_with_names, for storing and retrieving file descriptors Commits d5ed6a9 Update changelog 7c6a290...