Package: nss-pam-ldapd / 0.8.10-4

Metadata

Package Version Patches format
nss-pam-ldapd 0.8.10-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 use poll instead of select.patch | (download)

common/nslcd-prot.c | 13 6 + 7 - 0 !
common/tio.c | 119 42 + 77 - 0 !
common/tio.h | 5 2 + 3 - 0 !
nslcd/nslcd.c | 14 7 + 7 - 0 !
tests/test_tio.c | 27 5 + 22 - 0 !
5 files changed, 62 insertions(+), 116 deletions(-)

 use poll() instead of select() to check file descriptor activity
 This patch replaces the calls in the NSS module to use poll() instead of
 select() to also correctly do name lookups if more than FD_SETSIZE files
 are already open.
 .
 These changes are part of the 0.8.11 release and one part contributed
 by Julien Cristau which will be part of 0.8.13.