summaryrefslogtreecommitdiff
blob: 0da3c936a9c6cae89850359bba4fab900dcdbe33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# ChangeLog for sys-auth/nss-pam-ldapd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.1 2012/07/24 07:16:14 prometheanfire Exp $

*nss-pam-ldapd-0.8.10 (24 Jul 2012)
*nss-pam-ldapd-0.6.7-r1 (24 Jul 2012)

  24 Jul 2012; Matthew Thode <prometheanfire@gentoo.org>
  +nss-pam-ldapd-0.6.7-r1.ebuild, +nss-pam-ldapd-0.8.10.ebuild,
  +files/nslcd-init:
  moving to nss-pam-ldapd, also fixes bugs #287727 #234555

*nss-ldapd-0.6.7-r1 (02 Apr 2009)

  02 Apr 2009; Doug Goldstein <cardoe@gentoo.org> -nss-ldapd-0.6.7.ebuild,
  +nss-ldapd-0.6.7-r1.ebuild:
  Remove world read from config file to fix security issue when using bindpw
  field. bug #264574 CVE-2009-1073

  08 Dec 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  metadata.xml:
  Added no-herd to metadata.

  05 Dec 2008; Doug Goldstein <cardoe@gentoo.org> files/nslcd.rc,
  nss-ldapd-0.6.7.ebuild:
  merge in improvements from Sunrise Overlay by Heath Caldwell
  <hncaldwell@gentoo.org>

*nss-ldapd-0.6.7 (04 Dec 2008)

  04 Dec 2008; Doug Goldstein <cardoe@gentoo.org> +files/nslcd.rc,
  +nss-ldapd-0.6.7.ebuild:
  add new nss-ldapd package which is a fork of nss_ldap. It simplifies the
  code base and provides a small nss library that speaks to a local daemon
  that does all the LDAP communication. Due to the way NSS works, this will
  improve interaction with user programs since less code is being loaded
  into their process space.