nss-pam-ldapd commit: r1653 - in nss-pam-ldapd: . man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1653 - in nss-pam-ldapd: . man
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1653 - in nss-pam-ldapd: . man
- Date: Sun, 22 Apr 2012 21:28:19 +0200 (CEST)
Author: arthur
Date: Sun Apr 22 21:28:19 2012
New Revision: 1653
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1653&view=revision
Log:
get files ready for 0.8.7 release
Modified:
nss-pam-ldapd/ChangeLog
nss-pam-ldapd/NEWS
nss-pam-ldapd/configure.ac
nss-pam-ldapd/man/nslcd.8.xml
nss-pam-ldapd/man/nslcd.conf.5.xml
nss-pam-ldapd/man/pam_ldap.8.xml
Modified: nss-pam-ldapd/ChangeLog
==============================================================================
--- nss-pam-ldapd/ChangeLog Mon Apr 9 20:10:49 2012 (r1652)
+++ nss-pam-ldapd/ChangeLog Sun Apr 22 21:28:19 2012 (r1653)
@@ -1,3 +1,109 @@
+2012-04-09 13:48 arthur
+
+ * [r1649] compile, depcomp: update files from recent automake
+
+2012-03-23 10:18 arthur
+
+ * [r1643] nslcd/pam.c: increase buffer for pam_authz_search as
+ suggested by Chris J Arges
+
+2012-03-16 15:00 arthur
+
+ * [r1642] pynslcd/attmap.py: support the upper and lower functions
+ in attribute mapping expressions
+
+2012-03-16 13:53 arthur
+
+ * [r1641] pynslcd/attmap.py, pynslcd/common.py, pynslcd/pam.py:
+ refactor some of the attribute mapping code to introduce a
+ mapping instance that does the hard work and support the lower()
+ and upper() attribute mapping functions
+
+2012-03-16 12:48 arthur
+
+ * [r1640] pynslcd/pynslcd.py: implement a getpeercred() function
+
+2012-03-16 09:46 arthur
+
+ * [r1639] nslcd/myldap.c: always try to log the ldap error, the
+ diagnostic message and errno if available in a consistent format
+
+2012-03-16 08:28 arthur
+
+ * [r1638] nss/common.h: put both tio_skip() and tio_close() within
+ if (fixes r1637) and clarify documentation of one part of the
+ code
+
+2012-03-14 20:31 arthur
+
+ * [r1637] common/tio.c, common/tio.h, nss/common.h: read any
+ remaining available data from the stream when closing the
+ connection in a normal way to prevent Broken pipe messages in
+ nslcd
+
+2012-03-14 20:26 arthur
+
+ * [r1636] common/tio.c: ensure that we don't try to read more than
+ SSIZE_MAX bytes
+
+2012-03-13 19:32 arthur
+
+ * [r1635] AUTHORS, man/nslcd.conf.5.xml: document the fact that
+ each thread opens it's own connection (patch by Chris Hiestand)
+
+2012-03-13 18:29 arthur
+
+ * [r1634] AUTHORS, man/nslcd.conf.5.xml, nslcd/cfg.c, nslcd/cfg.h,
+ nslcd/common.h, nslcd/group.c, nslcd/netgroup.c, nslcd/passwd.c,
+ nslcd/protocol.c, nslcd/rpc.c, nslcd/service.c, nslcd/shadow.c:
+ make whether or not to do case-sensitive filtering configurable
+ (patch by Matthew L. Dailey)
+
+2012-03-13 18:03 arthur
+
+ * [r1633] compile, config.guess, config.sub, missing: update from
+ latest automake
+
+2012-03-10 20:57 arthur
+
+ * [r1632] nslcd/cfg.c: when doing DNS queries for SRV records
+ recognise default ldap and ldaps ports
+
+2012-03-10 20:41 arthur
+
+ * [r1631] nslcd/common.h: add missing include for
+ _POSIX_HOST_NAME_MAX (thanks Mel Flynn)
+
+2012-03-10 20:17 arthur
+
+ * [r1628] nslcd/pam.c: fix log message for invalid pam_authz_search
+ as reported by Matt Rae
+
+2012-03-05 22:27 arthur
+
+ * [r1627] nslcd/myldap.c: remove extra newline from log message
+
+2012-03-05 21:53 arthur
+
+ * [r1626] compat/ldap_compat.h, nslcd/myldap.c: provide more
+ detailed logging information for ldap_start_tls_s() failures
+ (based on a patch by Mel Flynn)
+
+2012-02-29 21:44 arthur
+
+ * [r1625] nslcd/myldap.c: log the first 10 search results in debug
+ mode to make debugging easier (patch by Matthijs Kooijman)
+
+2012-02-29 21:26 arthur
+
+ * [r1624] README, nslcd/nslcd.c: update copyright years
+
+2012-01-29 15:37 arthur
+
+ * [r1616] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml,
+ man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for
+ 0.8.6 release
+
2012-01-29 15:13 arthur
* [r1615] pynslcd/alias.py, pynslcd/cache.py, pynslcd/common.py,
Modified: nss-pam-ldapd/NEWS
==============================================================================
--- nss-pam-ldapd/NEWS Mon Apr 9 20:10:49 2012 (r1652)
+++ nss-pam-ldapd/NEWS Sun Apr 22 21:28:19 2012 (r1653)
@@ -1,3 +1,25 @@
+changes from 0.8.6 to 0.8.7
+---------------------------
+
+* log the first 10 search results in debug mode to make debugging easier
+ (patch by Matthijs Kooijman)
+* provide more detailed logging information for LDAP errors, this should
+ especially help for TLS related problems (based on a patch by Mel Flynn)
+* fix logging of invalid pam_authz_search value
+* when doing DNS queries for SRV records recognise default ldap and ldaps
+ ports
+* make whether or not to do case-sensitive filtering configurable (patch by
+ Matthew L. Dailey)
+* document the fact that each thread opens it's own connection (patch by
+ Chris Hiestand)
+* some small portability improvements
+* try to prevent some of the Broken pipe messages in nslcd
+* increase buffer used for pam_authz_search as suggested by Chris J Arges
+* pynslcd now handles privileged requests correctly
+* pynslcd now supports attribute mapping using the lower() and upper()
+ functions
+
+
changes from 0.8.5 to 0.8.6
---------------------------
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Mon Apr 9 20:10:49 2012 (r1652)
+++ nss-pam-ldapd/configure.ac Sun Apr 22 21:28:19 2012 (r1653)
@@ -33,10 +33,10 @@
# initialize and set version and bugreport address
AC_INIT([nss-pam-ldapd],
- [0.8.6],
+ [0.8.7],
[nss-pam-ldapd-users@lists.arthurdejong.org],,
[http://arthurdejong.org/nss-pam-ldapd/])
-RELEASE_MONTH="Jan 2012"
+RELEASE_MONTH="Apr 2012"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
Modified: nss-pam-ldapd/man/nslcd.8.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.8.xml Mon Apr 9 20:10:49 2012 (r1652)
+++ nss-pam-ldapd/man/nslcd.8.xml Sun Apr 22 21:28:19 2012 (r1653)
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.8.6</refmiscinfo>
+ <refmiscinfo class="version">Version 0.8.7</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Jan 2012</refmiscinfo>
+ <refmiscinfo class="date">Apr 2012</refmiscinfo>
</refmeta>
<refnamediv id="name">
Modified: nss-pam-ldapd/man/nslcd.conf.5.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.conf.5.xml Mon Apr 9 20:10:49 2012 (r1652)
+++ nss-pam-ldapd/man/nslcd.conf.5.xml Sun Apr 22 21:28:19 2012 (r1653)
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.8.6</refmiscinfo>
+ <refmiscinfo class="version">Version 0.8.7</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Jan 2012</refmiscinfo>
+ <refmiscinfo class="date">Apr 2012</refmiscinfo>
</refmeta>
<refnamediv id="name">
Modified: nss-pam-ldapd/man/pam_ldap.8.xml
==============================================================================
--- nss-pam-ldapd/man/pam_ldap.8.xml Mon Apr 9 20:10:49 2012 (r1652)
+++ nss-pam-ldapd/man/pam_ldap.8.xml Sun Apr 22 21:28:19 2012 (r1653)
@@ -35,9 +35,9 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.8.6</refmiscinfo>
+ <refmiscinfo class="version">Version 0.8.7</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Jan 2012</refmiscinfo>
+ <refmiscinfo class="date">Apr 2012</refmiscinfo>
</refmeta>
<refnamediv id="name">
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1653 - in nss-pam-ldapd: . man,
Commits of the nss-pam-ldapd project