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