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