summaryrefslogtreecommitdiff
path: root/databases/nss_ldap/files/netbsd.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-08Resize the (private) buffer for group entries dynamically if needed.drochner1-5/+38
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-03-15restructure the getgroupmembership backend to handle merging ofdrochner1-17/+32
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
2005-09-19on LDAP errors, restore the state of the group arraydrochner1-2/+4
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_PKGINSTALLdrochner1-1/+39
-support the "getgroupmembership" nsswitch invocation bump PKGREVISION
2005-08-08import nss_ldap-239, an nsswitch plugin for LDAP lookupdrochner1-0/+447
(passwd and group for now)