summaryrefslogtreecommitdiff
path: root/databases/nss_ldap
AgeCommit message (Collapse)AuthorFilesLines
2016-04-22Fix excessive library dependenciesmanu3-3/+53
Make sure we only link with kerberos llibraries if kerberos features are enabled. Otherwise we produce a binaruy that requires unused libraries, which is a liability when we try to use it on a system where they are not installed.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-06-01FreeBSD uses NetBSD-derived nsdispatch.asau7-14/+276
Cram FreeBSD support in with some force using some knowledge picked from FreeBSD ports collection. Not yet tested in field.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-01-09Make Kerberos support optionnal and enabled by default in nss_ldap. Itmanu2-2/+18
is useful to disable it if OpenLDAP was linked with pkgsrc's OpenSSL, since nss_ldap will pull the base system OpenSSL dependency through Kerberos libraries, leading to crashes because of multiple incomaptible libcrypto linked.
2010-11-03nss_ldap and pam-ldap now share the same configuration filesadam4-11/+15
2010-10-29Changes 265:adam6-46/+48
* 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
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-04-01Update nss_ldap package to 260 based on PR pkg/38346 from Taku YASUI.taca5-51/+68
This update includes security fix for CVE-2007-5794. Changes from 240 is too much to list here. See ChangeLog, please.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-08-10correctly use shadowLastChange as _days_ since the epoch, from Edgar Fussdrochner3-3/+17
per PR pkg/36625
2007-06-15Add support for schema remapping in nss_ldapmanu1-2/+3
2007-01-02Fixed file ownership to allow for unprivileged builds.rillig1-1/+2
2006-09-21add INSTALL/DEINSTALL scripts to create a symlink /usr/lib/nss_XXX.so.0drochner3-2/+16
so that the nss plugin is found by programs, addresses PR pkg/34285 by Frank Kruchio, bump PKGREVISIONs
2006-08-10Add NetBSD-4.0 and later to ONLY_FOR_PLATFORM.hira1-2/+2
2006-08-08Resize the (private) buffer for group entries dynamically if needed.drochner2-7/+40
This fixes the problem reported by Petr Janda per PR port-i386/33974, where getgr{ent,nam,gid} failed if there were many (> ~50) users in a group. bump PKGREVISION
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-3/+3
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-03-15restructure the getgroupmembership backend to handle merging ofdrochner2-19/+34
information fron different sources correctly, also sort out duplicate group IDs as the libc backends do fixes PR pkg/32988 by Stephan Thesing bump PKGREVISION
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-09-19update to rev. 240, fixes a potential information disclosure when TLSdrochner4-31/+16
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-09-19on LDAP errors, restore the state of the group arraydrochner1-2/+4
2005-09-14mark this ONLY_FOR NetBSD-3 (depends on nsswitch)drochner1-1/+4
(XXX could be made on Linux and Solaris too)
2005-08-30use the "dynamic" version of nss_ldap_initgroups(), to get thedrochner1-15/+22
total number of groups doesn't make much of a difference for standard systems with NGROUPS==_SC_NGROUPS_MAX, but someone might change this
2005-08-30-cleanup: honor PKG_SYSCONFDIR, use USE_PKGINSTALLdrochner6-10/+85
-support the "getgroupmembership" nsswitch invocation bump PKGREVISION
2005-08-08import nss_ldap-239, an nsswitch plugin for LDAP lookupdrochner9-0/+553
(passwd and group for now)