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