Release 0.3.41
[mirror/userdir-ldap-cgi.git] / debian / changelog
1 userdir-ldap-cgi (0.3.41) unstable; urgency=medium
2
3   * Remove html/domains.tab from the source, it's autogenerated at
4     build time.
5   * remove gender attribute from ud-ldap: How one identifies is not relevant
6     to their work in Debian.
7
8  -- Peter Palfrader <weasel@debian.org>  Sun, 04 Nov 2018 13:13:10 +0100
9
10 userdir-ldap-cgi (0.3.40) unstable; urgency=medium
11
12   [ Peter Palfrader ]
13   * Add dependency on libcrypt-cbc-perl.
14   * Use $config{maildomain} in update.cgi instead of hardcoded db.d.o.
15   * Use $config{sslcafile} instead of hardcoding the path to the SSL CA
16     in Util.pm.
17
18   [ Paul Wise ]
19   * ravel is no longer recommended for general shell usage
20   * Add a hint about how to merge existing SSH keys
21   * Update LDAP search docs for the usergroups changes
22   * Drop SSH key fingerprint info from machines.cgi pages
23   * Give an example of the show command
24
25   [ Tollef Fog Heen ]
26   * Use a bit more modern perl in Util.pm, drop defined for an array check.
27   * Add debian/compat with level 10.
28   * Add missing Build-Depends for libhtml-parser-perl.
29   * New debhelper version installs in debian/$package, adjust debian/rules
30     appropriately.
31   * Reformat list of dependencies and drop "perl5", which is no longer a
32     thing.
33
34   [ Martin Zobel-Helas ]
35   * Drop link to old CA. http://ca.debian.org does not exist any more.
36
37  -- Martin Zobel-Helas <zobel@debian.org>  Mon, 18 Sep 2017 19:21:06 +0200
38
39 userdir-ldap-cgi (0.3.39) unstable; urgency=medium
40
41   [ Peter Palfrader ]
42   * Fix changelog entries.  The previos "UNRELEASED" version
43     was actually released.
44   * Use new CA root cert in Util.pm.
45   * Fix a XSS reported in
46     https://trac.torproject.org/projects/tor/ticket/14037
47   * Fix horrible use of crypto primitives.
48   * Add HMAC authentication to authtoken.
49   * Verify that the uid passed as a get parameters matches the
50     one stored in authtoken.
51
52   [ Hector Oron ]
53   * machines.cgi: add description field, more informative.
54
55  -- Peter Palfrader <weasel@debian.org>  Sat, 03 Jan 2015 13:30:18 +0100
56
57 userdir-ldap-cgi (0.3.38~20130906+1+nmu1) UNRELEASED; urgency=low
58
59   [ Moritz Naumann ]
60   * Fix XSS bug in search.cgi
61
62   [ Luca Filipozzi ]
63   * rename voipPassword to rtcPassword 
64   * store as HA1 hash rather than as plaintext
65
66   [ Tollef Fog Heen ]
67   * Exclude users with accountStatus set from the search.
68
69   [ Paul Wise ]
70   * Fix the type and location of the VCS repository.
71   * Joey is no longer involved in the debian-admin team.
72   * Fix typo in doctype
73   * Switch from http to https links where possible.
74   * Slightly nicer attribute list output
75
76  -- Luca Filipozzi <lfilipoz@emyr.net>  Thu, 16 Jan 2014 23:22:03 +0000
77
78 userdir-ldap-cgi (0.3.37) unstable; urgency=low
79
80   [ Martin Zobel-Helas ]
81   * use libjs-jquery-tablesorter to sort machines.cgi
82   * promote documentation on searchform.wml
83   * auto-generate html/domains.tab
84
85   [ Ramakrishnan Muthukrishnan ]
86   * typo: mail default handling incorrectly pointing to the greylist option.
87
88   [ Nick Mathewson ]
89   * Use the changes@ address consistently in preference to change@.
90
91  -- Martin Zobel-Helas <zobel@debian.org>  Sun, 25 Aug 2013 13:47:23 +0200
92
93 userdir-ldap-cgi (0.3.36) unstable; urgency=low
94
95   * use Crypt::PasswdMD5 to ship apache passwords for webPassword 
96
97  -- Martin Zobel-Helas <zobel@debian.org>  Fri, 09 Mar 2012 10:01:15 +0100
98
99 userdir-ldap-cgi (0.3.35) unstable; urgency=low
100
101   * add webPassword handling
102
103  -- Martin Zobel-Helas <zobel@debian.org>  Thu, 08 Mar 2012 19:24:05 +0100
104
105 userdir-ldap-cgi (0.3.34) unstable; urgency=low
106
107   * fix quoting in machines.cgi
108
109  -- Martin Zobel-Helas <zobel@debian.org>  Fri, 06 Jan 2012 12:47:09 +0100
110
111 userdir-ldap-cgi (0.3.33) unstable; urgency=low
112
113   [ Peter Palfrader ]
114   * Change import of Net::LDAP to work on squeeze.
115   * cracklib-packer does not like '*' as input.  Filter it out in
116     password-qualify-check.
117   * Util.pm:UpgradeConnection(): properly concatenate strings.
118   * machines.cgi: generate fingerprints for ecdsa-sha2-nistp256 ssh keys.
119
120   [ Martin Zobel-Helas ]
121   * correct mail address in password.wml
122   * adopt to spacefun theme
123
124  -- Martin Zobel-Helas <zobel@debian.org>  Wed, 04 Jan 2012 23:22:06 +0100
125
126 userdir-ldap-cgi (0.3.32) unstable; urgency=low
127
128   [ Luca Filipozzi ]
129   * fix link to SPI CA; add link to Debian CA
130
131   [ Peter Palfrader ]
132   * password-qualify-check: Only import cracklib (do not fallback to crack).
133     Also makes setting cracklib.min_length actually work
134
135   [ Martin Zobel-Helas ]
136   * Replace the sentence fragment at the beginning of the documentation on
137     DNS records with a complete sentence that uses the actual field name, making
138     the documentation more searchable. (Patch by Steve Langasek 
139     <vorlon@debian.org>)
140
141  -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 01 Jan 2011 15:03:18 -0700
142
143 userdir-ldap-cgi (0.3.31) unstable; urgency=low
144
145   [ Stephen Gran ]
146   * Actually install new doc.
147
148   [ Martin Zobel-Helas ]
149   * Fix typo in update.wml spotted by Sylvain Beucler
150
151  -- Martin Zobel-Helas <zobel@debian.org>  Tue, 01 Jun 2010 22:25:49 +0200
152
153 userdir-ldap-cgi (0.3.30) unstable; urgency=low
154
155   [ Peter Palfrader ]
156   * Fix building of wml things [Erinn Clark (helix)].
157
158   [ Martin Zobel-Helas ]
159   * Move navbar move to CSS (as suggested by Simon Paillard).
160   * Download debian.css and debian-en.css while building, as we run on https
161   * Add documentation about allowed_hosts feature.
162
163  -- Martin Zobel-Helas <zobel@debian.org>  Sun, 31 Jan 2010 12:25:51 +0100
164
165 userdir-ldap-cgi (0.3.29) unstable; urgency=low
166
167   * Move html into the cgi
168   * Support for defaultMailOptions attribute
169   * Doc fixups
170
171  -- Stephen Gran <sgran@debian.org>  Mon, 16 Nov 2009 00:18:15 +0000
172
173 userdir-ldap-cgi (0.3.28) unstable; urgency=low
174
175   * Add myself to uploaders
176   * Remove Ryan and Joey from Uploaders: thanks for all the fish!
177   * Initial BATV token support
178
179  -- Stephen Gran <sgran@debian.org>  Sun, 15 Nov 2009 12:31:38 +0000
180
181 userdir-ldap-cgi (0.3.27) unstable; urgency=low
182
183   * Fix showing echelon information.  It needs unescaped input.
184
185  -- Peter Palfrader <weasel@debian.org>  Wed, 13 May 2009 00:11:34 +0200
186
187 userdir-ldap-cgi (0.3.26) unstable; urgency=low
188
189   * In machines.cgi: do not skip [[- purposes. "[[-<hostname>]]" gets
190     stuff added to ssh_known_hosts but not http linked.
191
192  -- Peter Palfrader <weasel@debian.org>  Sat, 09 May 2009 01:29:52 +0200
193
194 userdir-ldap-cgi (0.3.25) unstable; urgency=low
195
196   * Util.pm: change capath /etc/ssl/certs to
197     cafile /etc/ssl/certs/spi-cacert-2008.pem because the libldap
198     folks thought it was a good idea to remove that feature for lenny.
199     I hate you ldap and gnutls.
200
201  -- Peter Palfrader <weasel@debian.org>  Fri, 27 Feb 2009 11:34:59 +0100
202
203 userdir-ldap-cgi (0.3.24) unstable; urgency=low
204
205   * Ignore the * in [[*host]] links, and ignore [[- ]] in [[-hostname]]
206     entries.  Both are special to the ssh_known_hosts generation.
207     [Thomas Viehmann]
208
209  -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 21:42:09 +0100
210
211 userdir-ldap-cgi (0.3.23) unstable; urgency=low
212
213   * New hmac scheme for sudo passwords.
214
215  -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 20:01:38 +0100
216
217 userdir-ldap-cgi (0.3.22) unstable; urgency=low
218
219   * Verify confirmed hmac in web display, showing status as either 'confirmed'
220     (which now means also verified, i.e. it will make it to the host), or
221     'invalid'.
222
223  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 22:10:27 +0200
224
225 userdir-ldap-cgi (0.3.21) unstable; urgency=low
226
227   * Slightly change find call in cronjob.
228
229  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:41:50 +0200
230
231 userdir-ldap-cgi (0.3.20) unstable; urgency=low
232
233   * Install a cron job to get rid of old sessions.
234
235  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:39:48 +0200
236
237 userdir-ldap-cgi (0.3.19) unstable; urgency=low
238
239   * Do not HTML escape stuff we just got from the user before
240     writing it to LDAP, set it as passwords, etc.  Instead
241     escape stuff we did read from LDAP.
242
243  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:21:32 +0200
244
245 userdir-ldap-cgi (0.3.18) unstable; urgency=low
246
247   * Add password checking via a python wrapper.
248   * Add myself to uploaders.
249
250  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 14:25:51 +0200
251
252 userdir-ldap-cgi (0.3.17) unstable; urgency=low
253
254   * Comment out uuid - nobody will get it's just an identifier.
255
256  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:47:52 +0200
257
258 userdir-ldap-cgi (0.3.16) unstable; urgency=low
259
260   * Switch host and hostname in update cgi for sudopasswd (so "gluck" gets
261     displayed and "gluck.debian.org" stored).
262
263  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:43:55 +0200
264
265 userdir-ldap-cgi (0.3.15) unstable; urgency=low
266
267   * Allow setting of userpassword.
268
269  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Sep 2008 23:42:20 +0200
270
271 userdir-ldap-cgi (0.3.14) unstable; urgency=low
272
273   * Hide hosts on website whose status starts with unlisted.
274
275  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 21:46:07 +0200
276
277 userdir-ldap-cgi (0.3.13) unstable; urgency=low
278
279   * Remove distribution from summary, add purpose and sponsor
280
281  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 16:34:10 +0200
282
283 userdir-ldap-cgi (0.3.12) unstable; urgency=low
284
285   * Also support [[link|wiki links with alternate link text]].
286   * Use wikilink format for sponsors too - requires changing ldap.
287
288  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 16:00:50 +0200
289
290 userdir-ldap-cgi (0.3.11) unstable; urgency=low
291
292   * Show purposes as a bullet list
293   * support [[wikistylelinks]] in purpose
294
295  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 15:26:57 +0200
296
297 userdir-ldap-cgi (0.3.10) unstable; urgency=low
298
299   * Make machines.cgi display the purpose attribute from LDAP [HE].
300   * Add VoIP field to CGI [zobel].
301   * make summaryattrs sortable [zobel].
302   * Use SSL/TLS when configured to do so, and Depend on libio-socket-ssl-perl
303     for that.
304
305  -- Peter Palfrader <weasel@debian.org>  Sun, 25 May 2008 18:21:45 +0200
306
307 userdir-ldap-cgi (0.3.9) unstable; urgency=low
308
309   * machines.cgi
310     - Reimplement ssh fingerprint without using temp files and external
311     programs.
312     - Remove access-restricted date fields.
313   * update.cgi
314     - Add support for mailGreylisting and mailCallout
315
316  -- Ryan Murray <rmurray@debian.org>  Wed, 27 Dec 2006 19:42:28 -0700
317
318 userdir-ldap-cgi (0.3.8) unstable; urgency=low
319
320   Changes by Martin Schulze:
321   * search.cgi
322     - Added support for displaying the Jabber ID
323     - Ignore the vacation request when the user hasn't logged in
324   * update.cgi
325     - Added support for updating the Jabber ID
326
327   Changes by Ryan Murray:
328     - change charset to utf-8, as our LDAP schema is utf-8
329     - Add support for gender, birthDate, and mailDisableMessage
330     - Other misc. output cleanups and fixes.
331
332  -- Ryan Murray <rmurray@debian.org>  Fri, 22 Dec 2006 02:05:18 -0700
333
334 userdir-ldap-cgi (0.3.7) stable; urgency=low
335
336   * Forked package to only contain web scripts
337
338  -- Martin Schulze <joey@infodrom.org>  Thu, 18 Nov 2004 13:06:14 +0100
339
340 userdir-ldap (0.3.6) unstable; urgency=low
341
342   * Specify full path to postmap
343
344  -- Ryan Murray <rmurray@debian.org>  Fri, 26 Sep 2003 11:48:25 -0600
345
346 userdir-ldap (0.3.5) unstable; urgency=low
347
348   * Add depends on rsync
349   * Generate db of debian.org on postfix systems
350
351  -- Ryan Murray <rmurray@debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
352
353 userdir-ldap (0.3.4) unstable; urgency=low
354
355   * Use the right python version in the maintainer scripts
356
357  -- Ryan Murray <rmurray@debian.org>  Tue, 18 Mar 2003 19:26:31 -0700
358
359 userdir-ldap (0.3.3) unstable; urgency=low
360
361   * Rebuild for python2.1 and woody
362
363  -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
364
365 userdir-ldap (0.3.2) unstable; urgency=low
366
367   * Seperation of bsmtp and zoneupdate
368
369  -- Ryan Murray <rmurray@debian.org>  Thu,  8 Aug 2002 12:07:00 -0700
370
371 userdir-ldap (0.3.1) unstable; urgency=low
372
373   * Add ud-zoneupdate from klecker's /usr/local/bin
374
375  -- Ryan Murray <rmurray@debian.org>  Tue,  6 Aug 2002 22:42:05 -0700
376
377 userdir-ldap (0.3) unstable; urgency=low
378
379   * Only use sshrsa{host,}key variable, and store all three types of keys
380     in that attribute.
381
382  -- Jason Gunthrope <jgg@debian.org>  Sun,  2 Dec 2001 20:21:26 -0800
383
384 userdir-ldap (0.2) unstable; urgency=low
385
386   * What the hey, a new version number.
387
388  -- Jason Gunthrope <jgg@debian.org>  Sun, 11 Feb 2001 18:37:27 -0800 
389
390 userdir-ldap (0.1) unstable; urgency=low
391
392   * Initial Packaging
393
394  -- Jason Gunthrope <jgg@debian.org>  Fri, 30 Apr 1999 00:39:31 -0600