Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-05-14 22:49:48 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-05-14 22:49:48 +0200
commit5c11f057d90a09e30eaa9a4f321874fb58da036d (patch)
treee650d1a4cbc3a1b5f3daa40cece5556d8f414668
parentcad35b5cfc817dc4d2e4e0ebae87960491f13619 (diff)
get files ready for 0.7.5 release0.7.5
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1109 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ChangeLog65
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
-rw-r--r--man/nslcd.8.xml2
-rw-r--r--man/nslcd.conf.5.xml2
-rw-r--r--man/pam_ldap.8.xml2
7 files changed, 90 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d6f508..ac1dd0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2010-05-14 20:38 arthur
+
+ * [r1108] Makefile.am, debian/source, debian/source/format: switch
+ to source format 3.0 (native)
+
+2010-05-14 20:32 arthur
+
+ * [r1107] pam/pam.c: print uid as a long
+
+2010-05-14 10:20 arthur
+
+ * [r1106] compat/pam_compat.h, configure.ac, man/pam_ldap.8.xml,
+ pam/common.h, pam/pam.c: perform logging from PAM module to
+ syslog and support the debug option to log debugging information
+
+2010-05-13 21:27 arthur
+
+ * [r1105] pam/pam.c: centralise initialising functions needed for
+ every PAM call into one function
+
+2010-05-13 19:13 arthur
+
+ * [r1104] common/nslcd-prot.h, nslcd/common.h: make logging of
+ buffer checks consistent
+
+2010-05-13 16:31 arthur
+
+ * [r1103] pam/pam.c: also use PAM username instead of one from
+ context for session open and close
+
+2010-05-13 16:30 arthur
+
+ * [r1102] pam/pam.c: replace my_pam_get_authtok() with standard
+ pam_get_authtok() function, get rid of get_old_password() and
+ general cleanups and simplifications
+
+2010-05-12 21:12 arthur
+
+ * [r1101] pam/pam.c: make parsing configuration options global,
+ reorganise a bit and make code more consistent and easier to read
+
+2010-05-12 20:37 arthur
+
+ * [r1100] compat/pam_compat.h, nslcd/pam.c: small compatibility
+ improvements
+
+2010-05-10 21:09 arthur
+
+ * [r1099] pam/pam.c: only log "LDAP session failed" if we actually
+ tried
+
+2010-05-10 20:59 arthur
+
+ * [r1098] compat/Makefile.am, compat/pam_compat.h,
+ compat/pam_get_authtok.c, compat/pam_prompt.c, configure.ac,
+ pam/pam.c: replace my_pam_warn() with pam_info() and pam_error()
+ and provide replacement for pam_prompt() also using it in our
+ pam_get_authtok() replacement
+
+2010-05-09 11:40 arthur
+
+ * [r1096] ChangeLog, NEWS, TODO, configure.ac, debian/changelog,
+ man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get
+ files ready for 0.7.4 release
+
2010-05-09 10:44 arthur
* [r1095] nslcd/myldap.c: only log "connected to LDAP server" if
diff --git a/NEWS b/NEWS
index c2c120e..e36fca9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+changes from 0.7.4 to 0.7.5
+---------------------------
+
+* fix a problem in the session handling of the PAM module if the minimum_uid
+ option was used
+* refactor the PAM module code to be simpler and better maintainable
+* perform logging from PAM module to syslog and support the debug option to
+ log more information
+
+
changes from 0.7.3 to 0.7.4
---------------------------
diff --git a/configure.ac b/configure.ac
index cbdd843..afbf6ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ version 2.1 of the License, or (at your option) any later version. See the
configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([nss-pam-ldapd],[0.7.4],[nss-pam-ldapd-users@lists.arthurdejong.org])
+AC_INIT([nss-pam-ldapd],[0.7.5],[nss-pam-ldapd-users@lists.arthurdejong.org])
RELEASE_MONTH="May 2010"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/debian/changelog b/debian/changelog
index 42efb8b..25df2a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+nss-pam-ldapd (0.7.5) unstable; urgency=low
+
+ * fix a problem in the session handling of the PAM module if the minimum_uid
+ option was used (Debian package default)
+ * refactor the PAM module code to be simpler and better maintainable
+ * perform logging from PAM module to syslog and support the debug option to
+ log more information
+ * Switch to "3.0 (native)" format.
+
+ -- Arthur de Jong <adejong@debian.org> Thu, 13 May 2010 20:17:39 +0200
+
nss-pam-ldapd (0.7.4) unstable; urgency=low
* fix a buffer overflow that should have no security consequences
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index d1401c4..1d6072b 100644
--- a/man/nslcd.8.xml
+++ b/man/nslcd.8.xml
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.4</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.5</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">May 2010</refmiscinfo>
</refmeta>
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 7b31050..9eb7759 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.7.4</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.5</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">May 2010</refmiscinfo>
</refmeta>
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index 88890a2..4571ca1 100644
--- a/man/pam_ldap.8.xml
+++ b/man/pam_ldap.8.xml
@@ -35,7 +35,7 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.4</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.5</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">May 2010</refmiscinfo>
</refmeta>