unscd 0.51-1 source package in Ubuntu

Changelog

unscd (0.51-1) unstable; urgency=low


  * New upstream release
  * Silence the cache invalidation output (Closes: #622230)
  * Update to debhelper 9
  * Support at least INT_MAX numbers in config (Closes: #676689)
  * Use saner settings in nscd.conf; thanks to Harald Dunkel (Closes:
    #702211).
  * Run unscd as the unscd user instead of root by default

 -- Don Armstrong <email address hidden>  Mon, 21 Oct 2013 17:02:22 -0700

Upload details

Uploaded by:
Don Armstrong
Uploaded to:
Sid
Original maintainer:
Don Armstrong
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unscd_0.51-1.dsc 1.7 KiB 4b83bf5f63e8f1c01c816ed2f582cc123260af33b66322ad889d15764a374aa8
unscd_0.51.orig.tar.gz 23.2 KiB 0dbf717726e1c29af8f4ef7d2d2695e5eedb342320a730a56ae0d56fe32891f8
unscd_0.51-1.debian.tar.gz 6.6 KiB 8ae16a826afd464639f6c6372fabafee5b93aea9645b3fbf23970296d4961f27

No changes file available.

Binary packages built by this source

unscd: Micro Name Service Caching Daemon

 A daemon which handles passwd, group and host lookups for running
 programs and caches the results for the next query. You only need
 this package if you are using slow Name Services like LDAP, NIS or
 NIS+.
 .
 This particular NSCD is a complete rewrite of the GNU glibc nscd
 which is a single threaded server process which offloads all NSS
 lookups to worker children; cache hits are handled by the parent,
 and only cache misses start worker children, making the parent immune
 to resource leaks, hangs, and crashes in NSS libraries.
 .
 It should mostly be a drop-in replacement for existing installs using
 nscd.