diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-05-20 22:35:09 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-05-20 22:35:09 +0200 |
commit | 024495169dc79d48997b13d0cd89d6d139f04b8e (patch) | |
tree | 307bfdf75ae2922a8dc36040be98da13289057ef | |
parent | 2162182c3ec6e0b31ea88f4ec4843ed986ea9b7a (diff) |
get files ready for 0.8.9 release0.8.9
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1695 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 83 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 4 | ||||
-rw-r--r-- | man/pam_ldap.8.xml | 4 |
6 files changed, 101 insertions, 8 deletions
@@ -1,3 +1,86 @@ +2012-05-20 19:53 arthur + + * [r1694] nslcd/cfg.c, nslcd/common.c, nslcd/group.c, + nslcd/passwd.c, nslcd/protocol.c, nslcd/rpc.c, nslcd/service.c, + nslcd/shadow.c: implement extra range checking of all numeric + values + +2012-05-18 14:21 arthur + + * [r1693] configure.ac, nslcd/myldap.c, nslcd/nslcd.c, + nss/bsdnss.c: get rid of a few compiler warnings on FreeBSD + +2012-05-11 12:27 arthur + + * [r1690] compat/nss_compat.h, configure.ac: provide a + compatibility version of struct spwd for systems without it + +2012-05-11 09:28 arthur + + * [r1688] compat/socket.h: fix fallback definition of SUN_LEN() + (fixes r1686) + +2012-05-09 20:16 arthur + + * [r1686] common/nslcd-prot.c, compat/Makefile.am, + compat/nss_compat.h, compat/socket.h, nslcd/nslcd.c: provide a + compatibility definition of SUN_LEN() for systems that lack it + +2012-05-09 19:47 arthur + + * [r1685] nslcd/nslcd.c: remove duplicate debug from log message + +2012-05-04 21:24 arthur + + * [r1684] pynslcd/pam.py: implement PAM authorisation check using + pam_authz_search option + +2012-05-04 20:20 arthur + + * [r1683] pynslcd/pam.py: ignore user-supplied DN for PAM requests + and don't send it back + +2012-05-04 20:13 arthur + + * [r1682] pynslcd/Makefile.am, pynslcd/attmap.py, pynslcd/cfg.py, + pynslcd/expr.py: move expression handling to own module + +2012-05-04 20:10 arthur + + * [r1681] pynslcd/common.py: ensure search also works without + attribute map + +2012-05-04 20:06 arthur + + * [r1680] pynslcd/cfg.py: small code style improvements + +2012-05-04 13:36 arthur + + * [r1679] man/nslcd.conf.5.xml, nslcd/cfg.c, nslcd/cfg.h, + nslcd/pam.c, pynslcd/cfg.py: allow the pam_authz_search option to + be specified multiple times + +2012-05-04 13:31 arthur + + * [r1678] nslcd/nslcd.c: don't try to close _SC_OPEN_MAX file + descriptor + +2012-05-02 21:11 arthur + + * [r1677] compat/pam_compat.h, compat/pam_get_authtok.c: move all + PAM_AUTHTOK_RECOVERY_ERR compatibility definitions to + compat/pam_compat.h + +2012-04-29 20:46 arthur + + * [r1673] README: documentation touch-ups + +2012-04-27 07:56 arthur + + * [r1662] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml, + man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for + 0.8.8 release + 2012-04-27 07:37 arthur * [r1660] Makefile.am, ldapns.schema: add a schema file that some @@ -1,3 +1,13 @@ +changes from 0.8.8 to 0.8.9 +--------------------------- + +* allow the pam_authz_search option to be specified multiple times +* improvements to pynslcd adding support for pam_authz_search +* implement extra range checking of all numeric values +* make documentation up-to-date +* compatibility improvements, especially for FreeBSD + + changes from 0.8.7 to 0.8.8 --------------------------- diff --git a/configure.ac b/configure.ac index d36a38f..296dd6a 100644 --- a/configure.ac +++ b/configure.ac @@ -33,10 +33,10 @@ configure.ac file for more details.]) # initialize and set version and bugreport address AC_INIT([nss-pam-ldapd], - [0.8.8], + [0.8.9], [nss-pam-ldapd-users@lists.arthurdejong.org],, [http://arthurdejong.org/nss-pam-ldapd/]) -RELEASE_MONTH="Apr 2012" +RELEASE_MONTH="May 2012" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 8bbefc6..84d000b 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.8.8</refmiscinfo> + <refmiscinfo class="version">Version 0.8.9</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Apr 2012</refmiscinfo> + <refmiscinfo class="date">May 2012</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 1ca324e..95985da 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.8.8</refmiscinfo> + <refmiscinfo class="version">Version 0.8.9</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Apr 2012</refmiscinfo> + <refmiscinfo class="date">May 2012</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 60b979b..d8c3a64 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -35,9 +35,9 @@ <refmeta> <refentrytitle>pam_ldap</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.8.8</refmiscinfo> + <refmiscinfo class="version">Version 0.8.9</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Apr 2012</refmiscinfo> + <refmiscinfo class="date">May 2012</refmiscinfo> </refmeta> <refnamediv id="name"> |