summaryrefslogtreecommitdiff
path: root/databases/nss_ldap/patches/patch-af
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01FreeBSD uses NetBSD-derived nsdispatch.asau1-6/+6
Cram FreeBSD support in with some force using some knowledge picked from FreeBSD ports collection. Not yet tested in field.
2010-11-03nss_ldap and pam-ldap now share the same configuration filesadam1-2/+2
2010-10-29Changes 265:adam1-15/+16
* 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
2008-04-01Update nss_ldap package to 260 based on PR pkg/38346 from Taku YASUI.taca1-24/+47
This update includes security fix for CVE-2007-5794. Changes from 240 is too much to list here. See ChangeLog, please.
2005-09-19update to rev. 240, fixes a potential information disclosure when TLSdrochner1-9/+9
and referrals are used together (http://secunia.com/advisories/15906/) mostly from Adrian Portelli, tested by me (The most recent version 242 kills the system completely if the LDAP server is not running -- endless connection retries.)
2005-08-30-cleanup: honor PKG_SYSCONFDIR, use USE_PKGINSTALLdrochner1-1/+14
-support the "getgroupmembership" nsswitch invocation bump PKGREVISION
2005-08-08import nss_ldap-239, an nsswitch plugin for LDAP lookupdrochner1-0/+30
(passwd and group for now)