X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=b4b966aad5b10de122275a466fdedeb92b963c21;hb=187d3edfdc561cd4a929811d63f73114e15932e8;hp=760db407ba584a6345becc43d3f16cd23cb0f6fd;hpb=48f23bfe24d42b3e209eeaf06305a453ea0d5fda;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 760db40..b4b966a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,42 @@ -userdir-ldap (0.3.XX) unstable; urgency=low +userdir-ldap (0.3.38) unstable; urgency=low + + * Fix order of some calls so stuff works again. + * And import pwd and os and the hmac crowed in userdir_ldap.py. + * Using the right variable name will also help. + + -- Peter Palfrader Mon, 15 Sep 2008 00:18:37 +0200 + +userdir-ldap (0.3.37) unstable; urgency=low + + * ud-mailgate: Do not commit any changes if one of the requests is invalid + or could not be parsed or caused an error or anything. + * Add sudoPassword to schema, and the slapd.conf/ACL snippet + A sudoPassword entry in LDAP has the form of + " unconfirmed ", or + " confirmed:::")> " + * ud-mailgate: Implement confirmation of sudoPassword field: + A confirmationation is of the form + "confirm sudopassword ::")>" + * ud-generate: generate a sudo passwd file + + -- Peter Palfrader Sun, 14 Sep 2008 23:45:36 +0200 + +userdir-ldap (0.3.36) unstable; urgency=low + + * Aha. Error is not some magic variable or exception, it's a + normal string that needs defining when we use it. + + -- Peter Palfrader Sat, 19 Jul 2008 21:35:39 +0200 + +userdir-ldap (0.3.35) unstable; urgency=low + + * Check if a key has encryption capabilities and fail saying so when + trying to encrypt stuff (like passwords) to users. All this does is + give nicer error messages, it previously failed with just "gpg failed". + + -- Peter Palfrader Sat, 19 Jul 2008 16:17:13 +0200 + +userdir-ldap (0.3.34) unstable; urgency=low * ud-info: fix changing of DD status/DD status comment - we were missing prompt information so we got a backtrace. @@ -6,8 +44,13 @@ userdir-ldap (0.3.XX) unstable; urgency=low attributes on startup. * ud-info: Change the "retired" status to "inactive". inactive covers memorial, removed, expelled more clearly. + * userdir_gpg.py + - do not use SIGEXPIRED, it's deprecated + - use EXPKEYSIG to tell if a signature is made by an expired key. + - Check that the primary key is not expired, even if we get a + GOODSIG status from gnupg. Based on patch by Jeremy T. Bouse. - -- Peter Palfrader Tue, 08 Jul 2008 10:33:51 +0200 + -- Peter Palfrader Tue, 08 Jul 2008 14:33:08 +0200 userdir-ldap (0.3.33) unstable; urgency=low