X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=4356b01e0dc896126fea737693343f35d5b19082;hb=7903fe558aa8ef3f5b3494b27eddce0a9a0ce1ef;hp=b71d365f494ad099497410d910796a769204c9f1;hpb=df2513d8d7f4a2094790a7674eedbf34f46bbf0b;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index b71d365..4356b01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +userdir-ldap (0.3.27) unstable; urgency=low + + * Export ssh-keys.tar.gz to [UNTRUSTED] hosts. Since we already export + ssh-rsa-shadow this is probably the right thing. + * Make keys in the ssh-keys tarball mode 0400 instead of mode 0600. + + -- Peter Palfrader Mon, 19 May 2008 08:55:28 +0200 + +userdir-ldap (0.3.26) unstable; urgency=low + + * ud-replicate: sgran pointed out that if all we care about ignoring is + EEXIST then we should use mkdir -p instead of [ -d userkeys ] || mkdir + userkeys. + * ud-mailgate: a bug in DoSSH caused all changes to fail that came after + DoSSH in HandleChange. Now DoSSH properly returns without raising an + exception if the line to handle is not an ssh public key. + * Fix userdir-ldap.schema (objectClass now contains MAY: VoIP). [zobel] + + -- Peter Palfrader Sun, 18 May 2008 14:27:50 +0200 + userdir-ldap (0.3.25) unstable; urgency=low * Make ssh-keys.tar.gz readable only by the user.