pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/nss_ldap



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 29 13:47:12 UTC 2010

Modified Files:
        pkgsrc/databases/nss_ldap: Makefile distinfo
        pkgsrc/databases/nss_ldap/files: netbsd.h
        pkgsrc/databases/nss_ldap/patches: patch-ab patch-af patch-ag

Log Message:
Changes 265:
* fix: add versioning information to binary
* fix: add AM_MAINTAINER_MODE
* fix: bad LDAP query for ether lookups
* fix: clarify bind timelimit defaults in ldap.conf
* fix: call do_close() if ldap_result() or ldap_parse_result() fails
  (before returning NSS_UNAVAIL)
* fix: FreeBSD thread library check
* fix: deallocate context in
  _nss_ldap_ent_context_release() to avoid bad usage
* fix: don't leak file descriptors in _nss_ldap_readconfig

Changes 264:
* fix: MAP_H_ERRNO() should map NSS_TRYAGAIN to NETDB_INTERNAL not TRY_AGAIN
* fix: ldaps:// URIs only work if "ssl on" is set
* fix: nss_ldap exposes malformed entries to the system

Changes 263:
* fix: nss_ldap returns success from setnetgrent() when the requested netgroup
  doesn't exist
* fix: getXXent() only returns NULL once before implicitly calling
  setXXent(), whereas other backends continue to return NULL

Changes 262:
* fix: nss_ldap fails to work on Solaris without that patch applied

Changes 261:
* fix: ldap.conf template is missing a comment in the first line


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/nss_ldap/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/nss_ldap/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/nss_ldap/files/netbsd.h
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/nss_ldap/patches/patch-ab
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/nss_ldap/patches/patch-af
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/nss_ldap/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index