nss-wrapper 1.1.16-1 source package in Ubuntu
Changelog
nss-wrapper (1.1.16-1) unstable; urgency=medium [ Simon Josefsson ] * New upstream release. * Drop upstreamed patches doc-typo.diff & use-gnu-lib-names.diff. * Fix update-debian-copyright. * control: Standards-Version 4.7.0. * Fix re-generation of nss_wrapper.1. * Re-run wrap-and-sort -sabkt. * tests/manpage-rebuild: Update for new upstream release. [ Ben Hutchings ] * debian/salsa-ci.yml: Add local CI configuration * Replace wrap-and-sort autopkgtest with a CI job -- Simon Josefsson <email address hidden> Sun, 22 Sep 2024 19:11:22 +0200
Upload details
- Uploaded by:
- Debian SSSD Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian SSSD Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nss-wrapper_1.1.16-1.dsc | 1.8 KiB | 9beb33218403b6d8012a98041cfed36c618cc6ec47f3dbbc14336e5ac6d69c70 |
nss-wrapper_1.1.16.orig.tar.gz | 186.0 KiB | dc79ab072779be4403b45b60cd044dd13780d4bb9675d27abf1932ada7c8a88d |
nss-wrapper_1.1.16.orig.tar.gz.asc | 833 bytes | e1824361a2047f0770e503aa96bd3c9a53bcb9a9afb9f99d65c006d93ef1fb09 |
nss-wrapper_1.1.16-1.debian.tar.xz | 8.5 KiB | 36c59a98b9351d7b56e102c84eb623e20a38ed7d540920ca74359c94cdd8a86a |
Available diffs
- diff from 1.1.15-2 to 1.1.16-1 (9.9 KiB)
No changes file available.
Binary packages built by this source
- libnss-wrapper: NSS wrapper library
There are projects which provide daemons needing to be able to create, modify
and delete unix users. Or just switch user ids to interact with the system,
for example a user space file server. To be able to test that you need the
privilege to modify the passwd and groups file. With nss_wrapper it is
possible to define your own passwd and groups file which will be used by
software to act correctly while under test.
.
If you have a client and server under test they normally use functions to
resolve network names to addresses (DNS) or vice versa. The nss_wrappers allow
you to create a hosts file to setup name resolution for the addresses you use
with socket_wrapper.
- libnss-wrapper-dbgsym: debug symbols for libnss-wrapper