Merge branch 'master' of git+ssh://db.debian.org/git/userdir-ldap-cgi
[mirror/userdir-ldap-cgi.git] / debian / changelog
1 userdir-ldap-cgi (0.3.XX) Xnstable; urgency=low
2
3   * password-qualify-check: Only import cracklib (do not fallback to crack).
4     Also makes setting cracklib.min_length actually work
5
6  -- Peter Palfrader <weasel@debian.org>  Wed, 21 Jul 2010 14:37:57 +0200
7
8 userdir-ldap-cgi (0.3.31) unstable; urgency=low
9
10   [ Stephen Gran ]
11   * Actually install new doc.
12
13   [ Martin Zobel-Helas ]
14   * Fix typo in update.wml spotted by Sylvain Beucler
15
16  -- Martin Zobel-Helas <zobel@debian.org>  Tue, 01 Jun 2010 22:25:49 +0200
17
18 userdir-ldap-cgi (0.3.30) unstable; urgency=low
19
20   [ Peter Palfrader ]
21   * Fix building of wml things [Erinn Clark (helix)].
22
23   [ Martin Zobel-Helas ]
24   * Move navbar move to CSS (as suggested by Simon Paillard).
25   * Download debian.css and debian-en.css while building, as we run on https
26   * Add documentation about allowed_hosts feature.
27
28  -- Martin Zobel-Helas <zobel@debian.org>  Sun, 31 Jan 2010 12:25:51 +0100
29
30 userdir-ldap-cgi (0.3.29) unstable; urgency=low
31
32   * Move html into the cgi
33   * Support for defaultMailOptions attribute
34   * Doc fixups
35
36  -- Stephen Gran <sgran@debian.org>  Mon, 16 Nov 2009 00:18:15 +0000
37
38 userdir-ldap-cgi (0.3.28) unstable; urgency=low
39
40   * Add myself to uploaders
41   * Remove Ryan and Joey from Uploaders: thanks for all the fish!
42   * Initial BATV token support
43
44  -- Stephen Gran <sgran@debian.org>  Sun, 15 Nov 2009 12:31:38 +0000
45
46 userdir-ldap-cgi (0.3.27) unstable; urgency=low
47
48   * Fix showing echelon information.  It needs unescaped input.
49
50  -- Peter Palfrader <weasel@debian.org>  Wed, 13 May 2009 00:11:34 +0200
51
52 userdir-ldap-cgi (0.3.26) unstable; urgency=low
53
54   * In machines.cgi: do not skip [[- purposes. "[[-<hostname>]]" gets
55     stuff added to ssh_known_hosts but not http linked.
56
57  -- Peter Palfrader <weasel@debian.org>  Sat, 09 May 2009 01:29:52 +0200
58
59 userdir-ldap-cgi (0.3.25) unstable; urgency=low
60
61   * Util.pm: change capath /etc/ssl/certs to
62     cafile /etc/ssl/certs/spi-cacert-2008.pem because the libldap
63     folks thought it was a good idea to remove that feature for lenny.
64     I hate you ldap and gnutls.
65
66  -- Peter Palfrader <weasel@debian.org>  Fri, 27 Feb 2009 11:34:59 +0100
67
68 userdir-ldap-cgi (0.3.24) unstable; urgency=low
69
70   * Ignore the * in [[*host]] links, and ignore [[- ]] in [[-hostname]]
71     entries.  Both are special to the ssh_known_hosts generation.
72     [Thomas Viehmann]
73
74  -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 21:42:09 +0100
75
76 userdir-ldap-cgi (0.3.23) unstable; urgency=low
77
78   * New hmac scheme for sudo passwords.
79
80  -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 20:01:38 +0100
81
82 userdir-ldap-cgi (0.3.22) unstable; urgency=low
83
84   * Verify confirmed hmac in web display, showing status as either 'confirmed'
85     (which now means also verified, i.e. it will make it to the host), or
86     'invalid'.
87
88  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 22:10:27 +0200
89
90 userdir-ldap-cgi (0.3.21) unstable; urgency=low
91
92   * Slightly change find call in cronjob.
93
94  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:41:50 +0200
95
96 userdir-ldap-cgi (0.3.20) unstable; urgency=low
97
98   * Install a cron job to get rid of old sessions.
99
100  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:39:48 +0200
101
102 userdir-ldap-cgi (0.3.19) unstable; urgency=low
103
104   * Do not HTML escape stuff we just got from the user before
105     writing it to LDAP, set it as passwords, etc.  Instead
106     escape stuff we did read from LDAP.
107
108  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 16:21:32 +0200
109
110 userdir-ldap-cgi (0.3.18) unstable; urgency=low
111
112   * Add password checking via a python wrapper.
113   * Add myself to uploaders.
114
115  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 14:25:51 +0200
116
117 userdir-ldap-cgi (0.3.17) unstable; urgency=low
118
119   * Comment out uuid - nobody will get it's just an identifier.
120
121  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:47:52 +0200
122
123 userdir-ldap-cgi (0.3.16) unstable; urgency=low
124
125   * Switch host and hostname in update cgi for sudopasswd (so "gluck" gets
126     displayed and "gluck.debian.org" stored).
127
128  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:43:55 +0200
129
130 userdir-ldap-cgi (0.3.15) unstable; urgency=low
131
132   * Allow setting of userpassword.
133
134  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Sep 2008 23:42:20 +0200
135
136 userdir-ldap-cgi (0.3.14) unstable; urgency=low
137
138   * Hide hosts on website whose status starts with unlisted.
139
140  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 21:46:07 +0200
141
142 userdir-ldap-cgi (0.3.13) unstable; urgency=low
143
144   * Remove distribution from summary, add purpose and sponsor
145
146  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 16:34:10 +0200
147
148 userdir-ldap-cgi (0.3.12) unstable; urgency=low
149
150   * Also support [[link|wiki links with alternate link text]].
151   * Use wikilink format for sponsors too - requires changing ldap.
152
153  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 16:00:50 +0200
154
155 userdir-ldap-cgi (0.3.11) unstable; urgency=low
156
157   * Show purposes as a bullet list
158   * support [[wikistylelinks]] in purpose
159
160  -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jul 2008 15:26:57 +0200
161
162 userdir-ldap-cgi (0.3.10) unstable; urgency=low
163
164   * Make machines.cgi display the purpose attribute from LDAP [HE].
165   * Add VoIP field to CGI [zobel].
166   * make summaryattrs sortable [zobel].
167   * Use SSL/TLS when configured to do so, and Depend on libio-socket-ssl-perl
168     for that.
169
170  -- Peter Palfrader <weasel@debian.org>  Sun, 25 May 2008 18:21:45 +0200
171
172 userdir-ldap-cgi (0.3.9) unstable; urgency=low
173
174   * machines.cgi
175     - Reimplement ssh fingerprint without using temp files and external
176     programs.
177     - Remove access-restricted date fields.
178   * update.cgi
179     - Add support for mailGreylisting and mailCallout
180
181  -- Ryan Murray <rmurray@debian.org>  Wed, 27 Dec 2006 19:42:28 -0700
182
183 userdir-ldap-cgi (0.3.8) unstable; urgency=low
184
185   Changes by Martin Schulze:
186   * search.cgi
187     - Added support for displaying the Jabber ID
188     - Ignore the vacation request when the user hasn't logged in
189   * update.cgi
190     - Added support for updating the Jabber ID
191
192   Changes by Ryan Murray:
193     - change charset to utf-8, as our LDAP schema is utf-8
194     - Add support for gender, birthDate, and mailDisableMessage
195     - Other misc. output cleanups and fixes.
196
197  -- Ryan Murray <rmurray@debian.org>  Fri, 22 Dec 2006 02:05:18 -0700
198
199 userdir-ldap-cgi (0.3.7) stable; urgency=low
200
201   * Forked package to only contain web scripts
202
203  -- Martin Schulze <joey@infodrom.org>  Thu, 18 Nov 2004 13:06:14 +0100
204
205 userdir-ldap (0.3.6) unstable; urgency=low
206
207   * Specify full path to postmap
208
209  -- Ryan Murray <rmurray@debian.org>  Fri, 26 Sep 2003 11:48:25 -0600
210
211 userdir-ldap (0.3.5) unstable; urgency=low
212
213   * Add depends on rsync
214   * Generate db of debian.org on postfix systems
215
216  -- Ryan Murray <rmurray@debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
217
218 userdir-ldap (0.3.4) unstable; urgency=low
219
220   * Use the right python version in the maintainer scripts
221
222  -- Ryan Murray <rmurray@debian.org>  Tue, 18 Mar 2003 19:26:31 -0700
223
224 userdir-ldap (0.3.3) unstable; urgency=low
225
226   * Rebuild for python2.1 and woody
227
228  -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
229
230 userdir-ldap (0.3.2) unstable; urgency=low
231
232   * Seperation of bsmtp and zoneupdate
233
234  -- Ryan Murray <rmurray@debian.org>  Thu,  8 Aug 2002 12:07:00 -0700
235
236 userdir-ldap (0.3.1) unstable; urgency=low
237
238   * Add ud-zoneupdate from klecker's /usr/local/bin
239
240  -- Ryan Murray <rmurray@debian.org>  Tue,  6 Aug 2002 22:42:05 -0700
241
242 userdir-ldap (0.3) unstable; urgency=low
243
244   * Only use sshrsa{host,}key variable, and store all three types of keys
245     in that attribute.
246
247  -- Jason Gunthrope <jgg@debian.org>  Sun,  2 Dec 2001 20:21:26 -0800
248
249 userdir-ldap (0.2) unstable; urgency=low
250
251   * What the hey, a new version number.
252
253  -- Jason Gunthrope <jgg@debian.org>  Sun, 11 Feb 2001 18:37:27 -0800 
254
255 userdir-ldap (0.1) unstable; urgency=low
256
257   * Initial Packaging
258
259  -- Jason Gunthrope <jgg@debian.org>  Fri, 30 Apr 1999 00:39:31 -0600