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