| 1 |
# ChangeLog for sys-auth/nss-pam-ldapd |
| 2 |
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-ldapd/ChangeLog,v 1.5 2012/07/24 06:34:33 prometheanfire Exp $ |
| 4 |
|
| 5 |
*nss-pam-ldapd-0.8.10 (24 Jul 2012) |
| 6 |
*nss-pam-ldapd-0.6.7-r1 (24 Jul 2012) |
| 7 |
|
| 8 |
24 Jul 2012; Matthew Thode <prometheanfire@gentoo.org> |
| 9 |
+nss-pam-ldapd-0.6.7-r1.ebuild, +nss-pam-ldapd-0.8.10.ebuild, |
| 10 |
+files/nslcd-init: |
| 11 |
moving to nss-pam-ldapd, also fixes bugs #287727 #234555 |
| 12 |
|
| 13 |
*nss-ldapd-0.6.7-r1 (02 Apr 2009) |
| 14 |
|
| 15 |
02 Apr 2009; Doug Goldstein <cardoe@gentoo.org> -nss-ldapd-0.6.7.ebuild, |
| 16 |
+nss-ldapd-0.6.7-r1.ebuild: |
| 17 |
Remove world read from config file to fix security issue when using bindpw |
| 18 |
field. bug #264574 CVE-2009-1073 |
| 19 |
|
| 20 |
08 Dec 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> |
| 21 |
metadata.xml: |
| 22 |
Added no-herd to metadata. |
| 23 |
|
| 24 |
05 Dec 2008; Doug Goldstein <cardoe@gentoo.org> files/nslcd.rc, |
| 25 |
nss-ldapd-0.6.7.ebuild: |
| 26 |
merge in improvements from Sunrise Overlay by Heath Caldwell |
| 27 |
<hncaldwell@gentoo.org> |
| 28 |
|
| 29 |
*nss-ldapd-0.6.7 (04 Dec 2008) |
| 30 |
|
| 31 |
04 Dec 2008; Doug Goldstein <cardoe@gentoo.org> +files/nslcd.rc, |
| 32 |
+nss-ldapd-0.6.7.ebuild: |
| 33 |
add new nss-ldapd package which is a fork of nss_ldap. It simplifies the |
| 34 |
code base and provides a small nss library that speaks to a local daemon |
| 35 |
that does all the LDAP communication. Due to the way NSS works, this will |
| 36 |
improve interaction with user programs since less code is being loaded |
| 37 |
into their process space. |