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