unrelease
[mirror/userdir-ldap-cgi.git] / debian / changelog
index be4c49e..bf6bab3 100644 (file)
@@ -1,3 +1,181 @@
+userdir-ldap-cgi (0.3.37) Xnstable; urgency=low
+
+  * 
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Fri, 09 Mar 2012 10:03:46 +0100
+
+userdir-ldap-cgi (0.3.36) unstable; urgency=low
+
+  * use Crypt::PasswdMD5 to ship apache passwords for webPassword 
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Fri, 09 Mar 2012 10:01:15 +0100
+
+userdir-ldap-cgi (0.3.35) unstable; urgency=low
+
+  * add webPassword handling
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Thu, 08 Mar 2012 19:24:05 +0100
+
+userdir-ldap-cgi (0.3.34) unstable; urgency=low
+
+  * fix quoting in machines.cgi
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Fri, 06 Jan 2012 12:47:09 +0100
+
+userdir-ldap-cgi (0.3.33) unstable; urgency=low
+
+  [ Peter Palfrader ]
+  * Change import of Net::LDAP to work on squeeze.
+  * cracklib-packer does not like '*' as input.  Filter it out in
+    password-qualify-check.
+  * Util.pm:UpgradeConnection(): properly concatenate strings.
+  * machines.cgi: generate fingerprints for ecdsa-sha2-nistp256 ssh keys.
+
+  [ Martin Zobel-Helas ]
+  * correct mail address in password.wml
+  * adopt to spacefun theme
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Wed, 04 Jan 2012 23:22:06 +0100
+
+userdir-ldap-cgi (0.3.32) unstable; urgency=low
+
+  [ Luca Filipozzi ]
+  * fix link to SPI CA; add link to Debian CA
+
+  [ Peter Palfrader ]
+  * password-qualify-check: Only import cracklib (do not fallback to crack).
+    Also makes setting cracklib.min_length actually work
+
+  [ Martin Zobel-Helas ]
+  * Replace the sentence fragment at the beginning of the documentation on
+    DNS records with a complete sentence that uses the actual field name, making
+    the documentation more searchable. (Patch by Steve Langasek 
+    <vorlon@debian.org>)
+
+ -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 01 Jan 2011 15:03:18 -0700
+
+userdir-ldap-cgi (0.3.31) unstable; urgency=low
+
+  [ Stephen Gran ]
+  * Actually install new doc.
+
+  [ Martin Zobel-Helas ]
+  * Fix typo in update.wml spotted by Sylvain Beucler
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Tue, 01 Jun 2010 22:25:49 +0200
+
+userdir-ldap-cgi (0.3.30) unstable; urgency=low
+
+  [ Peter Palfrader ]
+  * Fix building of wml things [Erinn Clark (helix)].
+
+  [ Martin Zobel-Helas ]
+  * Move navbar move to CSS (as suggested by Simon Paillard).
+  * Download debian.css and debian-en.css while building, as we run on https
+  * Add documentation about allowed_hosts feature.
+
+ -- Martin Zobel-Helas <zobel@debian.org>  Sun, 31 Jan 2010 12:25:51 +0100
+
+userdir-ldap-cgi (0.3.29) unstable; urgency=low
+
+  * Move html into the cgi
+  * Support for defaultMailOptions attribute
+  * Doc fixups
+
+ -- Stephen Gran <sgran@debian.org>  Mon, 16 Nov 2009 00:18:15 +0000
+
+userdir-ldap-cgi (0.3.28) unstable; urgency=low
+
+  * Add myself to uploaders
+  * Remove Ryan and Joey from Uploaders: thanks for all the fish!
+  * Initial BATV token support
+
+ -- Stephen Gran <sgran@debian.org>  Sun, 15 Nov 2009 12:31:38 +0000
+
+userdir-ldap-cgi (0.3.27) unstable; urgency=low
+
+  * Fix showing echelon information.  It needs unescaped input.
+
+ -- Peter Palfrader <weasel@debian.org>  Wed, 13 May 2009 00:11:34 +0200
+
+userdir-ldap-cgi (0.3.26) unstable; urgency=low
+
+  * In machines.cgi: do not skip [[- purposes. "[[-<hostname>]]" gets
+    stuff added to ssh_known_hosts but not http linked.
+
+ -- Peter Palfrader <weasel@debian.org>  Sat, 09 May 2009 01:29:52 +0200
+
+userdir-ldap-cgi (0.3.25) unstable; urgency=low
+
+  * Util.pm: change capath /etc/ssl/certs to
+    cafile /etc/ssl/certs/spi-cacert-2008.pem because the libldap
+    folks thought it was a good idea to remove that feature for lenny.
+    I hate you ldap and gnutls.
+
+ -- Peter Palfrader <weasel@debian.org>  Fri, 27 Feb 2009 11:34:59 +0100
+
+userdir-ldap-cgi (0.3.24) unstable; urgency=low
+
+  * Ignore the * in [[*host]] links, and ignore [[- ]] in [[-hostname]]
+    entries.  Both are special to the ssh_known_hosts generation.
+    [Thomas Viehmann]
+
+ -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 21:42:09 +0100
+
+userdir-ldap-cgi (0.3.23) unstable; urgency=low
+
+  * New hmac scheme for sudo passwords.
+
+ -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 20:01:38 +0100
+
+userdir-ldap-cgi (0.3.22) unstable; urgency=low
+
+  * Verify confirmed hmac in web display, showing status as either 'confirmed'
+    (which now means also verified, i.e. it will make it to the host), or
+    'invalid'.
+
+ -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 22:10:27 +0200
+
+userdir-ldap-cgi (0.3.21) unstable; urgency=low
+
+  * Slightly change find call in cronjob.
+
+ -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:41:50 +0200
+
+userdir-ldap-cgi (0.3.20) unstable; urgency=low
+
+  * Install a cron job to get rid of old sessions.
+
+ -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:39:48 +0200
+
+userdir-ldap-cgi (0.3.19) unstable; urgency=low
+
+  * Do not HTML escape stuff we just got from the user before
+    writing it to LDAP, set it as passwords, etc.  Instead
+    escape stuff we did read from LDAP.
+
+ -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:21:32 +0200
+
+userdir-ldap-cgi (0.3.18) unstable; urgency=low
+
+  * Add password checking via a python wrapper.
+  * Add myself to uploaders.
+
+ -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 14:25:51 +0200
+
+userdir-ldap-cgi (0.3.17) unstable; urgency=low
+
+  * Comment out uuid - nobody will get it's just an identifier.
+
+ -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:47:52 +0200
+
+userdir-ldap-cgi (0.3.16) unstable; urgency=low
+
+  * Switch host and hostname in update cgi for sudopasswd (so "gluck" gets
+    displayed and "gluck.debian.org" stored).
+
+ -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:43:55 +0200
+
 userdir-ldap-cgi (0.3.15) unstable; urgency=low
 
   * Allow setting of userpassword.