8378dd1361e86ef897a89ed80ff9a82cb68d24af
[mirror/userdir-ldap.git] / debian / changelog
1 userdir-ldap (0.3.97) UNRELEASED; urgency=medium
2
3   [ Peter Palfrader ]
4   * Make arbitrary attribute change work again.
5     This was broken by mistake during the pep8 cleanup.
6   * Fix ipv6 parsing.  We would not properly handle empty blocks
7     (i.e. ::).
8
9   [ Adam D. Barratt ]
10   * ud-generate: actually fetch mailDefaultOptions from LDAP
11   * ud-generate: fix typoes in documentation
12   * ud-generate: make mail-default-options global rather than per-host
13
14   [ Julien Cristau ]
15   * ud-mailgate: don't let punycode through.
16   * ud-generate: use subprocess.Popen instead of os.popen in GenCDB.
17   * Use "not in" operator in various places ("foo not in bar" instead of "not
18     foo in bar").
19   * ud-mailgate: use subprocess.Popen instead of os.popen.
20   * Use "foo is None" instead of "foo == None".
21   * Use "foo is not None" instead of "foo != None".
22
23  -- Peter Palfrader <weasel@debian.org>  Sat, 06 Apr 2019 22:04:34 +0200
24
25 userdir-ldap (0.3.96) unstable; urgency=medium
26
27   * And yet another ud-mailgate typo.
28
29  -- Julien Cristau <jcristau@debian.org>  Sun, 10 Feb 2019 12:31:07 +0100
30
31 userdir-ldap (0.3.95) unstable; urgency=medium
32
33   * Fix more typos in ud-mailgate.
34
35  -- Julien Cristau <jcristau@debian.org>  Sun, 10 Feb 2019 12:12:31 +0100
36
37 userdir-ldap (0.3.94) unstable; urgency=medium
38
39   * Fix typo in ud-mailgate.
40
41  -- Tollef Fog Heen <tfheen@debian.org>  Wed, 02 Jan 2019 19:13:52 +0100
42
43 userdir-ldap (0.3.93) unstable; urgency=medium
44
45   [ Peter Palfrader ]
46   * Also export a host's SSHFP records to additional dns names
47     (sshfpHostname).
48   * UDLdap.py: more useful exception if our array assumptions are violated.
49   * ud-guest-upgrade: do not add but replace privateSub.
50   * Editorial edits to the salsa paragraph prepared by Joseph Herlant.
51   * ud-replicate: remove chroot support as we no longer use
52     historical dchroot.
53   * ud-replicate: move from lockfile(1) to flock.
54   * ud-replicate: manually remove __db.<foo>.db.t files before makedb calls.
55   * remove gender attribute from ud-ldap: How one identifies is not relevant
56     to their work in Debian.
57
58   [ Ansgar Burchardt ]
59   * ud-mailgate: include name of unknown host in error message
60
61   [ Joseph Herlant ]
62   * Change references from alioth to salsa in the DD welcome email
63     (Closes: #910057)
64     
65   [ Tollef Fog Heen ]
66   * pep8-ify ud-mailgate, no functional changes.
67
68  -- Tollef Fog Heen <tfheen@debian.org>  Wed, 02 Jan 2019 19:08:53 +0100
69
70 userdir-ldap (0.3.92) unstable; urgency=medium
71
72   [ Héctor Orón Martínez ]
73   * welcome-message-Debian: update SSL certificate authority info.
74
75   [ Julien Cristau ]
76   * Fix sigcheck pgp/mime processing with gnupg 2
77
78  -- Julien Cristau <jcristau@debian.org>  Thu, 26 Oct 2017 20:29:10 +0200
79
80 userdir-ldap (0.3.91) UNRELEASED; urgency=medium
81
82   [ Michael Stapelberg (merged by Luca Filipozzi) ]
83   * ud-mailgate: add support for colons in TXT records
84
85  -- Luca Filipozzi <lfilipoz@debian.org>  Thu, 24 Jun 2017 09:49:00 -0700
86
87 userdir-ldap (0.3.90) UNRELEASED; urgency=medium
88
89   [ Paul Wise ]
90   * Switch from /org to /srv
91
92   [ Peter Palfrader ]
93   * Replace RSA authentication with public-key authentication in welcome
94     messages.
95   * ud-generate:  Do not create a global ssh-gitolite.  Instead create
96     them per-host where needed so we can accomodate per-host ssh
97     authorized-keys.
98
99   [ Tollef Fog Heen ]
100   * Add totpSeed to LDAP schema.
101   * Add support for changing TOTP seed by mailing ud-mailgate.
102   * Fix ud-mailgate to handle the SHA256:$fingerprint output format that
103     stretch's ssh-keygen has switched to.
104
105  -- Paul Wise <pabs@debian.org>  Sat, 17 Jun 2017 14:38:00 +0800
106
107 userdir-ldap (0.3.89) unstable; urgency=medium
108
109   [ Julien Cristau ]
110   * Fix half-assed switch away from python-support.
111
112   [ Christoph Berg]
113   * Add option "use_mq" to allow disabling the use of mq_notify in ud-generate
114
115  -- Julien Cristau <jcristau@debian.org>  Mon, 27 Mar 2017 14:03:00 +0200
116
117 userdir-ldap (0.3.88) unstable; urgency=medium
118
119   [ Peter Palfrader ]
120   * ud-useradd: When looking for free UIDs/GIDs, also consider groups.
121
122   [ Julien Cristau ]
123   * Update Uploaders list.
124   * Use dh-python instead of python-support.
125
126  -- Peter Palfrader <weasel@debian.org>  Sun, 26 Mar 2017 14:05:57 +0200
127
128 userdir-ldap (0.3.87) unstable; urgency=medium
129
130   [ Peter Palfrader ]
131   * remove dnsZoneEntry from restricted attributes to match config on db.d.o
132   * ssh keys: Also accept ed25519 keys.  RSA keys must be at least 2k.
133   * ud-useradd: now does usergroups by default.
134   * ud-guest-upgrade: add.
135   * ud-guest-extend: add
136   * ud-replicate: only install/reload RTC files when they have changed.
137   * ud-replicate: use persistent ssh connections.
138   * ud-generate: get RTC domain/realm from config file.
139
140   [ Paul Wise ]
141   * Update ud-ldapshow and cleanup cruft around the usergroups changes
142
143   [ Julien Cristau ]
144   * Replace dependency on perl5 with perl.
145
146  -- Julien Cristau <jcristau@debian.org>  Sun, 29 Jan 2017 12:14:50 +0100
147
148 userdir-ldap (0.3.86) unstable; urgency=medium
149
150   * ud-generate: support ssh-ed25519 keys for SSHFP records.
151   * ud-replicated: only restore TERM if it was set before.  If it wasn't leave
152     it at dumb.
153
154  -- Peter Palfrader <weasel@debian.org>  Sun, 07 Dec 2014 16:25:22 +0100
155
156 userdir-ldap (0.3.85) unstable; urgency=low
157
158   [ Stephen Gran ]
159   * ud-generate:
160     + Correct thinkos
161     + notification is now the default
162
163   [ Peter Palfrader ]
164   * ud-mailgate:
165     - fix sudopassword confirm handling.
166     - sudopassword: allow dashes in hostnames.
167   * ud-generate: update gitolite authkeys generation
168     - skip ssh keys with non-local allowed_hosts
169     - skip all keys with other restrictions
170     - make including keys for hosts optional (on by default)
171     - support overriding the command we restrict to
172     - sudopassword: allow dashes in hostnames.
173   * ud-replicated:
174     - only use /var/run/log if it's a socket.
175   * High version number to supersede locally built, non-tracked versions.
176
177  -- Peter Palfrader <weasel@debian.org>  Sat, 06 Dec 2014 09:59:12 +0100
178
179 userdir-ldap (0.3.82) unstable; urgency=low
180
181   [ Stephen Gran ]
182   * KFreeBSD uses a different syslog socket just because
183   * Change cron job to weekly
184
185   [ Peter Palfrader ]
186   * sigcheck: Import userdir_ldap so CheckLDAP() can find connectLDAP().
187
188  -- Peter Palfrader <weasel@debian.org>  Mon, 20 Jan 2014 23:18:17 +0100
189
190 userdir-ldap (0.3.81) unstable; urgency=low
191
192   * Gratuitous version bump
193
194  -- Stephen Gran <sgran@debian.org>  Sat, 18 Jan 2014 10:37:40 +0000
195
196 userdir-ldap (0.3.80) unstable; urgency=low
197
198   [ Peter Palfrader ]
199   * some ud-echelon fixes,
200   * userdir_gpg.py: GetClearSig: add lax_multipart to deal
201     with random multipart mails.
202   * naming your variable like a module is unsmart.
203   * ud-generate:
204     - filter on shadowAccount.
205     - fix breaking old ud-generate locks.
206   * ud-mailgate: only run ldapmodfiy if we actually have attributes to modify.
207   * ud-replicate:
208     - do not hard-code 'debian.org' in the 'write-zonefile debian.org' call,
209       but instead re-use the domain from email-append.
210     - now preserve server side modifcation times when rsyncing data.
211   * userdir_ldap.py: read auth password from environment if set.
212   * Introduce BaseBaseDN which is the real base dn.  BaseDN itself
213     has historically been used as the root of the user tree.
214   * Allow a set of users to be ignored for picking UIDs.
215   * When picking uid/gid numbers try to pick the same number for both.
216   * Merge from torproject.org:
217     - Allow sshRSAAuthKey for role accounts.
218     - Support ssh key attributes for gitolite export.
219     - Add ssh-gitolite support.
220   * debianGroups may have cn attribute (helpful when putting samba stuff into
221     ldap).
222   * ud-mailgate: Do not try to do an ldap modify with no changes - now show
223     command to changes@ should work again.
224   * ud-generate: No longer expand $ in dnsZoneEntry data to a \n\t.
225   * ud-generate: Move code into getLastBuildTime() and getLastLDAPChangeTime()
226     functions.
227   * ud-generate: Add -f option to build even if cache is current.
228   * ud-generate: Move main code into a ud_generate()
229   * ud-generate: speed improvements:
230     - cut down on calls to IsInGroup by doing it once in generate_host()
231       and not having the individual generators run it.
232       o side effect: Up until now we exported empty groups to a host, if
233         that group had a user with that group as their primary group - even
234         if that particular user was not exported to this this.  No we no
235         longer export empty groups.
236     - speed up ssh tarball generation: No longer write indidividual user's ssh
237       authorized_keys to disk, only to read them later.  Directly create a
238       TarInfo object without referring to any on-disk files.
239     - get rid of global state variable CurrentHost.  This will enable upcoming
240       changes.
241     - UDLdap.py: make a cache for __getitem__() decisions.
242     - wrap cdbmake calls in eatmydata.  Nothing else does any fsync stuff,
243       so doing it here just costs a lot.
244   * ud-generate: Use a flock() lock instead of python's lockfile class.
245   * ud-generate: The ssh authorized_keys file for the sshdist user now wraps
246     the rsync call in an flock wrapper that acquires a shared lock on
247     ud-generate's lock.  This prevents syncing while ud-generate runs.
248   * ud-lock: support supplying a status to set instead of 'retiring'.
249   * ud-generate: Also rebuild if one of our keyrings has changed, even if
250     ldap has not.
251   * userdir-ldap-slapd.conf.in: explicitly list readable attributes.
252     End with 'by * none'.
253   * ud-generate: Allow more than one email address in userForward.  Quite
254     useful for role accounts.
255   * ud-generate: Support writing gitolite config for just one user-group.
256   * ud-generate: Support MX remapping.
257   * ud-generate: Fix ipv6 check.
258   * ud-generate: Fix unix mtime triggers.
259
260   [ Stephen Gran ]
261   * Fix deprecation warnings for sha module by using hashlib module instead
262   * ud-fingerserv: update Net::LDAP import
263   * Implement audit logging for ldap
264   * stop running ud-generate if nothing has changed, based on audit logs
265   * Change to trigger based replication
266
267   [ Martin Zobel-Helas ]
268   * ud-generate: generate webPasswords
269   * ud-generate: generate voipPasswords
270   * ud-replicate: set correct permissions for web-passwords
271   * ud-replicate: set correct permissions for voip-passwords
272   * add freecdb to depends
273   * userdir-ldap.schema
274     - add webPasswords
275     - add mailPreserveSuffixSeperator
276     - add voipPasswords
277
278   [ Tollef Fog Heen ]
279   * Export SSH host keys for gitolite, subject to a regex filter.
280
281   [ Luca Filipozzi ]
282   * rename voipPassword to rtcPassword in schema
283   * update code to match
284
285  -- Luca Filipozzi <lfilipoz@emyr.net>  Thu, 16 Jan 2014 22:52:47 +0000
286
287 userdir-ldap (0.3.79) unstable; urgency=low
288
289   * Add ud-sync-accounts-to-afs, a script to sync accounts to an
290     AFS protection database.
291   * ud-generate:
292     - support host ACLs that expire.
293     - lock output directory when generating.
294     - support sync keyring dirs now too.
295   * ud-useradd: A new -g switch for adding guest accounts, with
296     proper setting hostacls and shadowexpire and picking the
297     right keyring.
298   * Remove .pgp (v3 pgp key) keyrings from config.
299   * Update guest welcome template.
300   * ud-gpgimport: handle guest keyrings.
301   * ud-mailgate:
302     - Make updating of gender actually work.
303     - Do not mess with sudo passwords if nothing changed.
304   * templates/change-reply: say a word about subjects in mail to admin@db.
305   * move gpgwrapper to unmaintained/ - it is now using obsolete interfaces.
306   * try to properly handle some more mime stuff.
307     - use email module instead of deprecated mimetools and multifile modules
308     - changes: sigcheck ud-echelon ud-mailgate userdir_gpg.py
309   * move ud-echelon and sigcheck to GPGCheckSig2 interface.
310
311  -- Peter Palfrader <weasel@debian.org>  Sat, 21 May 2011 14:53:18 +0200
312
313 userdir-ldap (0.3.78) unstable; urgency=low
314
315   * Start refactoring ud-generate:
316     - If environment variables UD_CREDENTIALS, UD_GENERATEDIR, UD_HMAC_KEY
317       are set, use their respective value instead of the default.  This
318       makes it possible to run ud-generate as a non-privileged user for
319       testing purposes.
320     - Start wrapping ldap search results in classes. For now we have done
321       this with just an ldap account.
322     - Also got rid of the global PasswdAttrs variable.  Now functions
323       get the account list (now a list of Account classes instead of
324       ldap result array of tuples of hashes) passed to them like well-behaved
325       functions.
326   * userdir-ldap-slapd.conf: Fix ACL rule for keyring maintainers
327     (we want group=..., not dn=...).
328   * Add ud-krb-reset, and make ud-mailgate call it when
329     receiving a mail at chpasswd@ saying
330     'Please change my Kerberos password'.
331   * ud-generate: Add an extra output file called all-users.json that
332     can be used on one of the AFS hosts to create afs users.
333
334  -- Peter Palfrader <weasel@debian.org>  Mon, 13 Sep 2010 19:08:34 +0200
335
336 userdir-ldap (0.3.77) unstable; urgency=low
337
338   [ Peter Palfrader ]
339   * ud-mailgate: Remove a global declaration after a variable has
340     already been assigned globally.
341   * ud-mailgate: We use the result of the pgp check for quite a long
342     time in the main program.  Give it its own variable instead of
343     using Res which was overwritten a bit later.  Also make a new
344     gpgcheck2 class that allows us to access the values of the gpg
345     signature check in a saner way.
346   * ud-gpgimport: Get rid of "0x" when printing keyids/fingerprints.
347   * Add ud-lock.
348   * Fix a typo in welcome-message-800 noticed by Tommi Vainikainen.
349   * Refactor the LDAP acls to be easier to manage.
350     Effective changes:
351     - Keyring Maintainers ldap group gets to write to the keyFingerPrint
352       attribute.
353     - sshrsaauthkey is no longer compareable by *.
354   * ud-generate: refuse to run as root.
355
356   [ Stephen Gran ]
357   * Add txt record support to ud-mailgate
358   * Clean up addition of identifying txt records to debian.net slightly
359
360  -- Peter Palfrader <weasel@debian.org>  Fri, 30 Jul 2010 19:46:48 +0200
361
362 userdir-ldap (0.3.76) unstable; urgency=low
363
364   [ Peter Palfrader ]
365   * ud-generate: Export groups even if nobody has that group as a
366     supplementary group, as long as there are users that have it as a primary
367     group.
368   * ud-useradd: If we do not have a template for a specific group, use the
369     general purpose template file (welcome-message).
370   * ud-useradd: Fix usergroup support:
371     - Move ldap call to actually add the user to the right place,
372     - Properly compare strings and numbers.
373   * ud-useradd: Only ask for private subscription if this installation
374     has a debian-private like mailinglist whose membership is configured
375     by ud-ldap.  (defaults to true.)
376   * Fix welcome-message to be like welcome-message-800 and 60000 wrt
377     email headers
378   * ud-useradd: Properly encode realname in subjects and to header lines
379     regardless of which template is being used.
380   * ud-generate: move the regex that determines whether or not to include
381     a host in the dns-sshfp zone snippet (for SSHFP and A, AAAA and MX
382     records) to the config file.
383   * Include a host in DNS even if we do not have both ssh keys and an
384     arch for that host configured.
385
386   [ Stephen Gran ]
387   * Add patches from Helmut Grohne <helmut@subdivi.de>:
388     Allow ssh keys to be exported only to specific hosts by prefixing them
389     with allowed_hosts=[host1[,host2 ...]]] when adding them using
390     ud-mailgate.
391
392  -- Stephen Gran <sgran@debian.org>  Sat, 30 Jan 2010 13:33:40 +0000
393
394 userdir-ldap (0.3.75) unstable; urgency=low
395
396   * Enable support for mailDefaultOptions
397   * Make a stab at really not exporting empty groups.
398
399  -- Stephen Gran <sgran@debian.org>  Mon, 16 Nov 2009 21:36:53 +0000
400
401 userdir-ldap (0.3.74) unstable; urgency=low
402
403   [ Peter Palfrader ]
404   * ud-generate: Make sure we only add people in gid 800 to debian-private.
405     (DebianUsers was just a copy of PasswdAttrs.  So use PasswdAttrs in
406      all the places that currently use DebianUsers.  Make a filtered list
407      DebianDDUsers (accounts in gid 800), and use that for building the
408      debian-private subscription list.)
409   * welcome-message-60000: improve wording of a sentence.  Sometimes less
410     is more.
411
412   [ Stephen Gran ]
413   * Initial support for BATV token storage.
414   * generate a new file for mail forwards for users present on this machine
415
416  -- Stephen Gran <sgran@debian.org>  Sun, 15 Nov 2009 11:54:41 +0000
417
418 userdir-ldap (0.3.73) unstable; urgency=low
419
420   * Add dnsTTL host attribute to override the zone default TTL
421     for A and AAAA records.  Also for MX, HINFO and SSHFP.
422
423  -- Peter Palfrader <weasel@debian.org>  Sun, 18 Oct 2009 12:38:51 +0200
424
425 userdir-ldap (0.3.72) unstable; urgency=low
426
427   [ Peter Palfrader ]
428   * ud-useradd: Allow unsetting of middle names by entering a space.
429   * userdir-ldap.conf: Add debian-maintainers.gpg to keyrings and
430     sync_keyrings.
431   * ud-useradd: force gidNumber to be an int when we open the welcome
432     template (it can be different when we read it from input using -n).
433   * Tweak templates/welcome-message-60000.
434   * ud-generate: don't blow up when a host does not have IP-addresses.
435   * We autogenerate the authorized_keys files for sshdist on db-master.
436     It limits the hosts' ssh key to coming from their respective addresses.
437     Now we can add additional source addresses to accept for this since
438     not all hosts appear to come from their published address (or have
439     a published address for that matter).
440
441   [ Stephen Gran ]
442   * Make zone reloads work when ud-generate updates zone files
443
444  -- Stephen Gran <sgran@debian.org>  Mon, 05 Oct 2009 00:54:43 +0100
445
446 userdir-ldap (0.3.71) unstable; urgency=low
447
448   * Enable autogeneration of DNS records for .d.o hosts
449
450  -- Stephen Gran <sgran@debian.org>  Sun, 23 Aug 2009 12:50:01 +0000
451
452 userdir-ldap (0.3.70) unstable; urgency=low
453
454   * Enable autogeneration of sshdist's authorized_keys file
455
456  -- Stephen Gran <sgran@debian.org>  Sun, 09 Aug 2009 16:10:35 +0000
457
458 userdir-ldap (0.3.69) unstable; urgency=low
459
460   * Make ud-host do allowedGroups, exportOptions.
461
462  -- Peter Palfrader <weasel@debian.org>  Thu, 23 Jul 2009 22:52:08 +0200
463
464 userdir-ldap (0.3.68) unstable; urgency=low
465
466   * userdir-ldap.conf: localsyncon = "*draghi*"
467   * userdir-ldap-slapd.conf.in: database hdb
468   * schema: allowedGroups, exportOptions attribute for servers
469   * Move away from generate.conf and use the information provided in
470     the ldap.
471
472  -- Peter Palfrader <weasel@debian.org>  Thu, 23 Jul 2009 22:32:44 +0200
473
474 userdir-ldap (0.3.67) unstable; urgency=low
475
476   [ Stephen Gran ]
477   * ud-replicate no longer uses localsyncon=*samosa*.
478   * ud-generate cleanup:
479     - general code tidy (whitespace, semi-colons, python idioms)
480     - loop cleanup, so that fewer redundant checks are done
481     - split groups up so mail is only handled for gid Debian
482     - Stop exporting information about retired developers
483     - Stop exporting locked accounts
484     - begin cleanup of use of string exceptions
485
486   [ Peter Palfrader ]
487   * .debian.net DNS creates BSMTP maps for MX 0 master in addition to gluck.
488   * .debian.net DNS no longer creates BSMTP maps for MX 0 gluck.
489   * Remove mailSpamOptOut ldap attribute - it isn't used anywhere.
490   * schema, ud-info, ud-mailgate, ud-generate: Add mailContentInspectionAction
491     attribute.  Possible values are reject, blackhole and markup.
492
493  -- Peter Palfrader <weasel@debian.org>  Tue, 14 Jul 2009 11:02:27 +0200
494
495 userdir-ldap (0.3.66) unstable; urgency=low
496
497   * We would previously ignore purpose hosts for ssh known hosts purposes
498     if the service name would not start the purpose field.  Fix this.
499
500  -- Peter Palfrader <weasel@debian.org>  Fri, 01 May 2009 17:10:05 +0200
501
502 userdir-ldap (0.3.65) unstable; urgency=low
503
504   * userdir-ldap.conf: remove from default keyrings:
505     - /home/jgg/keys/extrakeys.gpg
506     - /home/jgg/keys/guest-keys.gpg
507
508  -- Peter Palfrader <weasel@debian.org>  Mon, 06 Apr 2009 01:40:37 +0200
509
510 userdir-ldap (0.3.64) unstable; urgency=low
511
512   * userdir-ldap.conf: add keyring.pgp to default add_keyrings.
513   * userdir_gpg.py: add a ClearKeyrings().
514   * ud-gpgimport: work on add_keyrings if no keyrings are given on the
515     command line.
516
517  -- Peter Palfrader <weasel@debian.org>  Mon, 06 Apr 2009 01:35:12 +0200
518
519 userdir-ldap (0.3.63) unstable; urgency=low
520
521   * Print gpg's exit status when it fails.
522
523  -- Peter Palfrader <weasel@debian.org>  Mon, 23 Mar 2009 12:39:27 +0100
524
525 userdir-ldap (0.3.62) unstable; urgency=low
526
527   * ud-generate: do not die when building ssh_known_hosts
528     just because a host is not (yet) in DNS.
529
530  -- Peter Palfrader <weasel@debian.org>  Fri, 20 Mar 2009 16:35:02 +0100
531
532 userdir-ldap (0.3.61) unstable; urgency=low
533
534   * Gratuitous version increment
535
536  -- Stephen Gran <sgran@debian.org>  Sat, 28 Feb 2009 12:42:45 +0000
537
538 userdir-ldap (0.3.60) unstable; urgency=low
539
540   * Stop using string exceptions in ud-mailgate.  We should probably stop
541     using them everywhere, but this one is causing bounces, so we'll deal with
542     it first.
543   * Create an exception generator to make it easy to create new types of 
544     exceptions.
545   * Actually install the new exceptions module
546
547  -- Stephen Gran <sgran@debian.org>  Sat, 28 Feb 2009 12:10:35 +0000
548
549 userdir-ldap (0.3.59) unstable; urgency=low
550
551   * Role accounts may have dnsZoneEntry attributes.
552   * ud-generate: and export dns zones to the zonefile for roleaccounts.
553   * Remove a lie from welcome-message-60000 - not that it's the only one.
554   * Apply patch to welcome-message-800 provided by Sandro Tosi:
555     - some machines/services have been renamed
556     - point to http://wiki.debian.org/MigrateToDDAccount
557   * More tweaks on welcome-message-800.
558
559  -- Peter Palfrader <weasel@debian.org>  Wed, 07 Jan 2009 17:13:09 +0100
560
561 userdir-ldap (0.3.58) unstable; urgency=low
562
563   * ud-info: Fix regression from r493: When we log in as admin user and modify
564     another user we got shown that other user but all changes would be made
565     against our own record.
566
567  -- Peter Palfrader <weasel@debian.org>  Fri, 19 Dec 2008 09:25:20 +0100
568
569 userdir-ldap (0.3.57) unstable; urgency=low
570
571   * In ud-mailgate use an empty envelope from when sending error messages.
572
573  -- Peter Palfrader <weasel@debian.org>  Thu, 18 Dec 2008 10:03:35 +0100
574
575 userdir-ldap (0.3.56) unstable; urgency=low
576
577   * There is a deadlock situation when ud-mailgate gets a mail claiming
578     to be from itself:
579     - ud-mailgate opens and locks the replay cache
580     - verification of the mail fails for whatever reason
581     - a reply is sent (to itself)
582     - exim tries to deliver the mail by directly calling ud-mailgate
583     - ud-mailgate tries to acquire the lock -> deadlock
584     Fix this by changing when we open the replay cache, and unlock it
585     as soon as we are done.
586
587  -- Peter Palfrader <weasel@debian.org>  Wed, 17 Dec 2008 12:54:10 +0100
588
589 userdir-ldap (0.3.55) unstable; urgency=low
590
591   [ Joey Schulze ]
592   * Adjust boolean value detection code to use upper case letters in the
593     end.  Enable it for all three boolean attributes.  Widen tabular
594     display by one character so the description fits again.
595   [ Martin Zobel-Helas ]
596   * Copy new mailSpamOptOut to debianDeveloper accounts as well 
597
598  -- Joey Schulze <joey@infodrom.org>  Sun, 14 Dec 2008 02:55:41 +0100
599
600 userdir-ldap (0.3.54) unstable; urgency=low
601
602   [ Martin Zobel-Helas ]
603   * Add new attribute mailSpamOptOut to turn on/off spam filtering
604     entirely.
605   [ Joey Schulze ]
606   * Add support for this attribute in ud-info taking into account that
607     only boolean values are acceptable.
608   [ Thomas Viehmann ]
609   * ud-generate: Add IPv6 addresses to debianhosts.
610   * ud-info, userdir_ldap.py: remove function getpass and use the one 
611     from python standard library getpass.
612
613  -- Martin Zobel-Helas <zobel@debian.org>  Sun, 14 Dec 2008 02:22:55 +0100
614
615 userdir-ldap (0.3.53) unstable; urgency=low
616
617   * Properly show shadowlastchange and mail disabled message when
618     locking an account, but not disabling email.  It was written to
619     ldap correctly, but we updated the data to display wrongly.
620   * Fix formatting of PGP fingerprints - the double space was always
621     one element too early.
622   * Do not call FinishConfirmSudopassword if we already decided to
623     not commit this change mail because of parse errors.
624
625  -- Peter Palfrader <weasel@debian.org>  Mon, 08 Dec 2008 11:39:54 +0100
626
627 userdir-ldap (0.3.52) unstable; urgency=low
628
629   * Remove cruft comment.
630   * Fix group does not exist warning (layout/spacing issues).
631   * call addGroups with the proper number of arguments, when doing so
632     recursively.
633   * Also do the subgroups/transitive stuff dance when considering
634     if a user is in a group for exporting them to a host in the
635     first place.
636
637  -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 22:09:07 +0100
638
639 userdir-ldap (0.3.51) unstable; urgency=low
640
641   * Update template/welcome-message-800 to match the actual template used
642     on db.debian.org.
643   * Add subgroup support:  A group can now have subgroups.  This means
644     that if a user is a member of a group he also becomes a member of
645     all its subgroups.  E.g. members of a wb-all group will automatically
646     be members of wb-i386, wb-arm, wb-mips, etc.  [Luk Claes]
647   * Extend that support so that subgroups work on a per host basis too,
648     so that for instance the debbugs group can be in group
649     maillog@rietz.debian.org.
650   * Add hostnames from the host purpose field to the ssh_known_hosts
651     file [Thomas Viehmann].
652
653  -- Peter Palfrader <weasel@debian.org>  Sun, 23 Nov 2008 21:22:58 +0100
654
655 userdir-ldap (0.3.50) unstable; urgency=low
656
657   * ud-generate: Support $gid@$host supplementary group entries for users.
658
659  -- Peter Palfrader <weasel@debian.org>  Sat, 15 Nov 2008 11:20:09 +0100
660
661 userdir-ldap (0.3.49) unstable; urgency=low
662
663   * ud-replicate: Only link ssh-rsa-shadow to var/lib/misc/$host and etc/ssh
664     if it exists.  Else remove the symlink.
665
666  -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 23:14:58 +0100
667
668 userdir-ldap (0.3.48) unstable; urgency=low
669
670   * ud-generate: Remove support for single ssh key shadow file.
671   * ud-generate: Make ssh key tarballs the default.
672   * ud-generate: Move ssh tarball generation into its own function.
673     Currently it's part of the main loop.
674
675  -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 23:04:21 +0100
676
677 userdir-ldap (0.3.47) unstable; urgency=low
678
679   * Fix a typo on ud-mailgate.
680
681  -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 20:40:19 +0100
682
683 userdir-ldap (0.3.46) unstable; urgency=low
684
685   * Change the hmac that protect sudopassword entries to also
686     hash the purpose ("sudo") and the owning user's uid into
687     the mac.
688
689  -- Peter Palfrader <weasel@debian.org>  Fri, 14 Nov 2008 20:27:38 +0100
690
691 userdir-ldap (0.3.45) unstable; urgency=low
692
693   * ud-generate: Declare [UNTRSUTED] flag as obsolete.
694   * ud-generate: Add [NOMARKERS] flag to not push markers (gps coordinates) to host.
695   * ud-replicate: Use --delete-after with rsync.  Previously we didn't delete
696     stuff ever.
697   * ud-replicate: Sync only ssh_known_hosts into chroots, not ssh*.
698   * ud-replicate: Clean up better, correcting some mistakes done by earlier
699     versions.
700
701  -- Peter Palfrader <weasel@debian.org>  Sun, 26 Oct 2008 22:31:46 +0100
702
703 userdir-ldap (0.3.44) unstable; urgency=low
704
705   * ud-mailgate: Do not support del requests for sshDSAAuthKey - there is no
706     such attribute.
707   * ud-generate: do not export sudopassword to untrusted or nopasswd hosts,
708     unless the password is explicitly added for this host and not just for '*'.
709
710  -- Peter Palfrader <weasel@debian.org>  Fri, 03 Oct 2008 13:23:22 +0200
711
712 userdir-ldap (0.3.43) unstable; urgency=low
713
714   * FQHNs sometimes, well always, include dots.
715
716  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 15:07:21 +0200
717
718 userdir-ldap (0.3.42) unstable; urgency=low
719
720   * Export all accounts into sudo-passwd, even if they
721     do not have a sudo password set.  Set their password to '*' then.
722     etc/pam.d/sudo should look like this then:
723       auth [authinfo_unavail=ignore success=done ignore=ignore default=die] pam_pwdfile.so pwdfile=/var/lib/misc/thishost/sudo-passwd
724       auth required pam_unix.so nullok_secure try_first_pass
725       @include common-account
726
727  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Sep 2008 14:30:41 +0200
728
729 userdir-ldap (0.3.41) unstable; urgency=low
730
731   * ud-generate: lower casing the sudopasswd ldap entry prior to parsing
732     and verifying it was a bad idea.
733
734  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 19:26:14 +0200
735
736 userdir-ldap (0.3.40) unstable; urgency=low
737
738   * Reading the hmac key only once is too troublesome.
739
740  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 01:12:23 +0200
741
742 userdir-ldap (0.3.39) unstable; urgency=low
743
744   * Lowercasing hashed sudo passwords in ud-mailgate not considered smart.
745
746  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:40:13 +0200
747
748 userdir-ldap (0.3.38) unstable; urgency=low
749
750   * Fix order of some calls so stuff works again.
751   * And import pwd and os and the hmac crowed in userdir_ldap.py.
752   * Using the right variable name will also help.
753
754  -- Peter Palfrader <weasel@debian.org>  Mon, 15 Sep 2008 00:18:37 +0200
755
756 userdir-ldap (0.3.37) unstable; urgency=low
757
758   * ud-mailgate: Do not commit any changes if one of the requests is invalid
759     or could not be parsed or caused an error or anything.
760   * Add sudoPassword to schema, and the slapd.conf/ACL snippet
761     A sudoPassword entry in LDAP has the form of
762       "<uuid> unconfirmed <hostlist> <cryptedpassword>", or
763       "<uuid> confirmed:<hmac_sha1("password-is-confirmed:<uuid>:<hosts>:<cryptedpass>")> <hostlist> <cryptedpassword>"
764   * ud-mailgate: Implement confirmation of sudoPassword field:
765       A confirmationation is of the form
766       "confirm sudopassword <uuid> <hostlist> <hmac_sha1("confirm-new-password:<uuid>:<hosts>:<cryptedpass>")>"
767   * ud-generate: generate a sudo passwd file
768
769  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Sep 2008 23:45:36 +0200
770
771 userdir-ldap (0.3.36) unstable; urgency=low
772
773   * Aha.  Error is not some magic variable or exception, it's a
774     normal string that needs defining when we use it.
775
776  -- Peter Palfrader <weasel@debian.org>  Sat, 19 Jul 2008 21:35:39 +0200
777
778 userdir-ldap (0.3.35) unstable; urgency=low
779
780   * Check if a key has encryption capabilities and fail saying so when
781     trying to encrypt stuff (like passwords) to users.  All this does is
782     give nicer error messages, it previously failed with just "gpg failed".
783
784  -- Peter Palfrader <weasel@debian.org>  Sat, 19 Jul 2008 16:17:13 +0200
785
786 userdir-ldap (0.3.34) unstable; urgency=low
787
788   * ud-info: fix changing of DD status/DD status comment -
789     we were missing prompt information so we got a backtrace.
790   * ud-info: Warn when we don't have a prompt string for
791     attributes on startup.
792   * ud-info: Change the "retired" status to "inactive".
793     inactive covers memorial, removed, expelled more clearly.
794   * userdir_gpg.py
795     - do not use SIGEXPIRED, it's deprecated
796     - use EXPKEYSIG to tell if a signature is made by an expired key.
797     - Check that the primary key is not expired, even if we get a
798       GOODSIG status from gnupg.  Based on patch by Jeremy T. Bouse.
799
800  -- Peter Palfrader <weasel@debian.org>  Tue, 08 Jul 2008 14:33:08 +0200
801
802 userdir-ldap (0.3.33) unstable; urgency=low
803
804   * add "security simple_bind=128" to sample slapd.conf.
805   * ud-info: Only show "Lock account" in root mode.
806   * ud-info: Add "retire developer" option that sets
807     accountStatus properly to either retiring, retired, memorial
808     or active.  Active is for all currently active developers,
809     memorial is for those who have passed away and whose accounts
810     will never be reused, retiring is a developer who is retired
811     but still receives mail at their @debian.org address.  After
812     a few months they should move on to retired, with their mail
813     also disabled.  accountStatus is just a freeform text, but
814     these 4 options should be the only ones that exist.
815   * Allow setting of gender in ud-mailgate.  Based on patch by Bernhard
816     R. Link.
817   * Add userdir-ldap-slapd.conf, a snipped to be included in slapd.conf
818     to the package.
819
820  -- Peter Palfrader <weasel@debian.org>  Mon, 23 Jun 2008 22:59:02 +0200
821
822 userdir-ldap (0.3.32) unstable; urgency=low
823
824   * Do SSL when connecting to the ldap server.
825
826  -- Peter Palfrader <weasel@debian.org>  Fri, 23 May 2008 23:50:03 +0200
827
828 userdir-ldap (0.3.31) unstable; urgency=low
829
830   [ Joerg Jaspert ]
831   * Use sync_keyrings from config file in ud-generate instead of a
832     hardcoded list
833   * Use add_keyrings from config file in ud-useradd instead of a
834     hardcoded list
835   * Use ud-config to get the emailappend value in ud-replicate, no longer
836     hardcoding @debian.org
837
838   [ Stephen Gran ]
839   * Document how to use unique overlay for uid and keyFingerPrint
840
841  -- Peter Palfrader <weasel@debian.org>  Fri, 23 May 2008 10:01:51 +0200
842
843 userdir-ldap (0.3.30) unstable; urgency=low
844
845   * When we touch usePassword in ud-info or ud-mailgate we now also
846     update shadowLastChange.
847   * When we lock accounts, set shadowExpire to 1.  shadowExpire
848     is "days since Jan 1, 1970 that account is disabled".
849   * Properly capitalize shadowInactive and shadowExpire attributes in
850     ud-info and ud-generate.
851   * Add copyright statements to ud-info from bzr log.
852
853  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 22:39:10 +0200
854
855 userdir-ldap (0.3.29) unstable; urgency=low
856
857   * ud-info: Add an option "L" to lock accounts in the interactive
858     interface.  Locking an account sets a user's password to "{crypt}*LK*"
859     and sets a mailDisableMessage of "account locked".
860
861  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 21:49:19 +0200
862
863 userdir-ldap (0.3.28) unstable; urgency=low
864
865   * ud-generate: Do not disable mail just because the account is locked.
866
867  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 21:38:56 +0200
868
869 userdir-ldap (0.3.27) unstable; urgency=low
870
871   * Export ssh-keys.tar.gz to [UNTRUSTED] hosts.  Since we already export
872     ssh-rsa-shadow this is probably the right thing.
873   * Make keys in the ssh-keys tarball mode 0400 instead of mode 0600.
874
875  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 08:55:28 +0200
876
877 userdir-ldap (0.3.26) unstable; urgency=low
878
879   * ud-replicate: sgran pointed out that if all we care about ignoring is
880     EEXIST then we should use mkdir -p instead of [ -d userkeys ] || mkdir
881     userkeys.
882   * ud-mailgate: a bug in DoSSH caused all changes to fail that came after
883     DoSSH in HandleChange.  Now DoSSH properly returns without raising an
884     exception if the line to handle is not an ssh public key.
885   * Fix userdir-ldap.schema (objectClass now contains MAY: VoIP). [zobel]
886
887  -- Peter Palfrader <weasel@debian.org>  Sun, 18 May 2008 14:27:50 +0200
888
889 userdir-ldap (0.3.25) unstable; urgency=low
890
891   * Make ssh-keys.tar.gz readable only by the user.
892
893  -- Peter Palfrader <weasel@debian.org>  Sat, 17 May 2008 16:14:56 +0200
894
895 userdir-ldap (0.3.24) unstable; urgency=low
896
897   * ud-mailgate: better regex for ssh1 keys, which we reject. [joerg, weasel]
898   * ud-replicate: Also support the imposter dchroot-dsa from the debian
899     archive. [aba, weasel]
900   * ud-generate: Add support for generation of authorized_keys file on
901     the db host for the sshdist user.  This is now possible since
902     ud-replicate clients use their ssh host key to authenticate to the
903     db server.  The code now supports this but the feature is still
904     disabled. [aba]
905   * ud-generate: Add performance optimization by resolving IP adresses
906     for hosts only once and caching the result. [aba]
907   * ud-replicate, ud-generate: In addition to one big ssh-rsa-shadow file
908     ud-generate now produces per-user authorized_keys files and tars
909     them up.  On the receiving end ud-replicate takes the tar and
910     syncs it to userkeys/.  The goal here is to no longer require
911     a patched sshd.  Setting AuthorizedKeysFile2 to
912     /var/lib/misc/userkeys/%u is sufficient.  For homedir creation
913     we can use pam_mkhomedir. [mhy, sgran]
914
915  -- Peter Palfrader <weasel@debian.org>  Sat, 17 May 2008 14:49:28 +0200
916
917 userdir-ldap (0.3.23) unstable; urgency=low
918
919   * Fix generation of known_hosts file.
920
921  -- Peter Palfrader <weasel@debian.org>  Wed, 14 May 2008 17:55:45 +0200
922
923 userdir-ldap (0.3.22) unstable; urgency=low
924
925   * Add VoIP fiels to the LDAP shema and teach ud-info and ud-mailgate
926     about it. [zobel]
927   * Add IPv6-Adresses (and IPv4 in v6 notation - ::ffff:192.0.2.1) to
928     ssh_known_hosts. [aba]
929   * ud-mailgate no longer accepts ssh dss keys, keys with a size smaller
930     than 1024.  Additionally it checks new keys against a blacklist of
931     ssh key fingerprints. [joerg]
932
933  -- Peter Palfrader <weasel@debian.org>  Wed, 14 May 2008 17:47:45 +0200
934
935 userdir-ldap (0.3.21) unstable; urgency=low
936
937   * ud-replicate: use the host key to sync stuff from the db server,
938     that is, call ssh with ii /etc/ssh/ssh_host_rsa_key.
939   * ud-replicate: Call ssh with -o PreferredAuthentications=publickey
940     so that it does not even try password authentication.
941
942  -- Peter Palfrader <weasel@debian.org>  Tue, 13 May 2008 22:06:23 +0200
943
944 userdir-ldap (0.3.20) unstable; urgency=low
945
946   * Teach ud-mailgate about ipv6 addresses (RT#193).
947   * Sanitize DNS entries somewhat before inserting them into LDAP.
948
949  -- Peter Palfrader <weasel@debian.org>  Mon, 21 Apr 2008 13:29:36 +0200
950
951 userdir-ldap (0.3.19) unstable; urgency=low
952
953   * New [KEYRING] flag to indicate the debian keyring should be synced
954     to this host.
955
956  -- Peter Palfrader <weasel@debian.org>  Fri, 18 Apr 2008 14:33:50 +0200
957
958 userdir-ldap (0.3.18) unstable; urgency=low
959
960   * Various ud-fingerserv fixes.
961
962  -- Peter Palfrader <weasel@debian.org>  Thu, 17 Apr 2008 19:48:11 +0200
963
964 userdir-ldap (0.3.17) unstable; urgency=low
965
966   * Calling dh_installdeb before dh_pysupport was probably not the smartest
967     move.  Reorder.
968
969  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 19:59:42 +0200
970
971 userdir-ldap (0.3.16) unstable; urgency=low
972
973   [ Peter Palfrader ]
974   * Ship userdir-ldap.schema with the package, add a note that it is
975     now version-controlled in bzr on top of the file.
976   * Get rid of debian/conffiles, wich only listed files in /etc anyway.
977     Those files were already being tagged as conffiles by debhelper,
978     resulting in them being listed twice in the resulting binary package.
979   * Change the build dependency on debhelper to be versioned >= 5.
980   * Change Build-Depends-Indep to Build-Depends.
981   * Change the build dependency on python-support to be versioned >= 0.3.
982   * ud-roleadd: Do not try to make role accounts of objectClass
983     inetOrgPerson, that doesn't work.
984   * Add myself to uploaders.
985   * Create /var/lib/misc/thishost as a symlink to the hostname in postinst.
986   * Sleep for a random time, up to two minutes, in ud-replicate when not
987     called interactively.  This is to prevent DoSing the db server when
988     many clients come at the same time.
989
990   [ Mark Hymers ]
991   * ud-userimport, ud-groupadd, ud-roleadd, ud-useradd, userdir_ldap.py:
992     Update ud-userimport to use the same objectClasses as
993     ud-{user,group,role}add and abstract them out into userdir_ldap.py
994   * ud-useradd: Avoid a TypeError exception when constructing the template
995     filename
996   * Remove use of deprecated functions from the string module
997   * ud-arbimport: os.exit -> sys.exit
998   * ud-generate: Set shadow expiry to 1 for locked accounts.
999   * update doc/slapd-config.txt: labeledURL was removed from the schema but
1000     not the slapd.conf example.  Do that now.
1001   * add simple ud-config script for use in shell scripts.  This allows
1002     querying config values.
1003
1004   [ Marc 'HE' Brockschmidt ]
1005   * Make the host ud-replicate syncs from configurable in userdir-ldap.conf,
1006     instead of hardcoding it into the script. Also introduce a variable
1007     containing a shell glob on which no remote sync is needed, so that
1008     the db host doesn't need to have a key in the authorized_keys file
1009     for the sshdist user
1010   * ud-useradd: support usergroups.
1011   * ud-host/userdir-ldap.schema: Add 'purpose', 'physicalHost' to
1012     debianServer schema and teach ud-host about it
1013   * ud-host: cleanup: Replace local copy HBaseDn of the centrally
1014     configured HostBaseDn.
1015   * ud-generate: Mark that no passwords are exported also in the
1016     generated passwd file, not only in the shadow file (by using a "*"
1017     as password (meaning "no password"), instead of "x" (meaning "do I
1018     look like a passwd from the nineties? Look into /etc/shadow!")).
1019
1020   [ Joerg Jaspert ]
1021   * Enhance copyright file a bit, also adding a pointer to our repository
1022   * Add those utf8 headerlines to mail templates. Same "trick" as used in dak
1023     to send utf8 mails for people that need them. Works there - should work
1024     here too.
1025
1026   [ Stephen Gran ]
1027   * ud-fingerserv: implement daemonize() for non-inetd mode.
1028   * Packaging cleanup
1029   * Use standard debhelper tools
1030   * Create all files we ship instead of echoing them into creation at build
1031     time
1032   * Typo fix in copyright
1033   * Update Standards-Version to 3.7.3 (no changes)
1034   * Build manpages at build time (add Build-Depend on yodl)
1035   * Install built manpages
1036
1037  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 14:10:12 +0200
1038
1039 userdir-ldap (0.3.15) unstable; urgency=low
1040
1041   * userdir_gpg.py: fix RT #70 (sub-key support for mail gateway)
1042   * change *PK* mechanism to Linux standard ! mechanism, and check for
1043     it in the mail gateway for changes, too.
1044   * change packaging to make use of python-support, simplyfing scripts
1045     greatly.
1046   * Remove obsolete ud-killcrypt that wouldn't work with modern ldap anyways.
1047
1048  -- Ryan Murray <rmurray@debian.org>  Sun, 12 Aug 2007 13:38:11 -0600
1049
1050 userdir-ldap (0.3.14) unstable; urgency=low
1051
1052   * ud-generate:
1053     . Establish *PK* as mechanism for locked accounts with mail forwarding intact.
1054       No subscription to debian-private though, and no way to log in
1055     . Support [NOPASSWD] for generating configs that only don't
1056       contain the password for untrusted hosts that should receive
1057       the other regular export (patch by Andreas Barth <aba@not.so.argh.org>)
1058   * ud-host:
1059     . Import the base DN from the configuration file (patch by Andreas
1060       Barth <aba@not.so.argh.org>)
1061   * ud-roleadd:
1062     . Improved admin output
1063   * Removed unused and obsolete whrandom module (ud-host, ud-info, ud.py)
1064   * Query the LDAP server if no locally defined group with that name was
1065     found (userdir_ldap.py, ud-useradd, ud-roleadd)
1066   * Preparations for being useful with the version of Python in etch
1067
1068  -- Joey Schulze <joey@infodrom.org>  Sat, 11 Aug 2007 22:23:25 +0200
1069
1070 userdir-ldap (0.3.13) unstable; urgency=low
1071
1072   * ud-generate: only look for *LK*, not the fingerprint when auto-disabling
1073     mail
1074
1075  -- Ryan Murray <rmurray@debian.org>  Mon, 15 Jan 2007 16:14:29 -0700
1076
1077 userdir-ldap (0.3.12) unstable; urgency=low
1078
1079   * Add dns-sshfp file with DNS SSHFP records for each host.
1080   * Add mail-disable file from LDAP mailDisableMessage
1081   * Add mail-greylist and mail-callout files from LDAP mailGreylisting and
1082     mailCallout
1083   * Add mail-rbl, mail-rhsbl, and mail-whitelist files from LDAP, and add
1084     support to set them via mailgate
1085   * Add support for additional fields to mailgate arbitrary change and
1086     delete functions.
1087
1088  -- Ryan Murray <rmurray@debian.org>  Thu, 28 Dec 2006 05:14:45 -0700
1089
1090 userdir-ldap (0.3.11) unstable; urgency=low
1091
1092   * Add debianhosts file with ip addresses of all hosts.
1093   * Don't output bsmtp or DNS entries for accounts without fingerprints.
1094   * ud-replicate:
1095     - Adjusted symlink path for ssh_known_hosts inside chroot
1096     - Use "db" alias for where to rsync from, rather than a hostname (rmurray)
1097     - bsmtp handling updated for exim4 (rmurray)
1098   * ud-host:
1099     - Initialise Host so that -f will print a full list
1100     - Display error message and exit properly for wrong arguments
1101     - Take better care of unset attributes
1102   * userdir_gpg.py:
1103     - Removed reference to FCNTL
1104   * ud-info
1105     - Display error message and exit properly for wrong arguments
1106
1107  -- Ryan Murray <rmurray@debian.org>  Sun, 13 Nov 2005 16:42:02 -0700
1108
1109 userdir-ldap (0.3.10) unstable; urgency=low
1110
1111   * See cvs log for detailed changes
1112   * Fixes to run properly on sarge, and other misc changes.
1113
1114  -- Ryan Murray <rmurray@debian.org>  Fri, 14 Oct 2005 21:49:28 -0600
1115
1116 userdir-ldap (0.3.9) unstable; urgency=low
1117
1118   * Added an explicit PATH statement to ud-replicate
1119
1120  -- Martin Schulze <joey@infodrom.org>  Tue, 25 Jan 2005 10:50:54 +0100
1121
1122 userdir-ldap (0.3.8) stable; urgency=low
1123
1124   * ud-replicate:
1125      - Update the ssh shadow files in /etc if they don't exist
1126      - Corrected the verbosity detection
1127      - Only fiddle inside the chroot if the makedb program exist
1128      - Fixed path bug
1129      - Added support for hosts without imported shadow file
1130   * userdir_ldap.py:
1131      - Support pressing C-d and C-c
1132      - Support for alphanumeric group names
1133      - Added passwdAccessLDAP() for wider use by programs
1134   * ud-useradd:
1135      - Support for mistyped passwords
1136      - Support for alphanumerical group ids
1137      - Support for no debian-private subscription
1138   * ud-host:
1139      - Support for -l to list all hosts
1140      - Always perform the list output anonymously
1141      - Support for -f to list all fingerprints (-h host optional)
1142   * ud-info:
1143     - Corrected spelling for labeledURI
1144   * ud-mailgate:
1145     - Corrected spelling for labeledURI
1146     - Added support for deleting the d.net entry
1147     - Notify users about unsupported SSH1 keys
1148   * Added a proper copyright file
1149   * Updated welcome-message-800 from newsamosa
1150   * userdir_gpg.py:
1151     - Preparations for sarge, added --secret-keyring /dev/null
1152   * ud-generate:
1153     - Generic support for haydn and alioth as [UNTRUSTED]
1154   * userdir_gpg.py:
1155     - Create ~/.gnupg automagically
1156   * ud-roleadd:
1157     - New program
1158     - Support for creating role accounts (non-DD accounts)
1159   
1160  -- Martin Schulze <joey@infodrom.org>  Mon, 24 Jan 2005 09:04:00 +0100
1161
1162 userdir-ldap (0.3.7) stable; urgency=low
1163
1164   * ud-fingerserv: Corrected the key/fingerprint feature
1165   * ud-fingerserv: Added the ICQ UIN
1166   * Case sensive LDAP field names for nearly all programs
1167   * ud-generate:
1168       . Honour locked accounts when writing the shadow file
1169       . Hardcode exception for haydn and costa as alioth hosts
1170   * ud-mailgate: No access for locked accounts
1171   * sigcheck: imported changes from murphy
1172   * Added sigcheck to the programs to be installed
1173   * Moved the web pages into webwml/db.debian.org
1174   * Moved the CGI programs into its own package
1175   * ud-replicate:
1176       . Added support for user chroot environments
1177       . Remove shadow files if they exist
1178       . Remove ud-replicate in /usr/local/bin
1179
1180  -- Martin Schulze <joey@infodrom.org>  Thu, 18 Nov 2004 19:07:01 +0100
1181
1182 userdir-ldap (0.3.6) unstable; urgency=low
1183
1184   * Specify full path to postmap
1185
1186  -- Ryan Murray <rmurray@debian.org>  Fri, 26 Sep 2003 11:48:25 -0600
1187
1188 userdir-ldap (0.3.5) unstable; urgency=low
1189
1190   * Add depends on rsync
1191   * Generate db of debian.org on postfix systems
1192
1193  -- Ryan Murray <rmurray@debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
1194
1195 userdir-ldap (0.3.4) unstable; urgency=low
1196
1197   * Use the right python version in the maintainer scripts
1198
1199  -- Ryan Murray <rmurray@debian.org>  Tue, 18 Mar 2003 19:26:31 -0700
1200
1201 userdir-ldap (0.3.3) unstable; urgency=low
1202
1203   * Rebuild for python2.1 and woody
1204
1205  -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
1206
1207 userdir-ldap (0.3.2) unstable; urgency=low
1208
1209   * Seperation of bsmtp and zoneupdate
1210
1211  -- Ryan Murray <rmurray@debian.org>  Thu,  8 Aug 2002 12:07:00 -0700
1212
1213 userdir-ldap (0.3.1) unstable; urgency=low
1214
1215   * Add ud-zoneupdate from klecker's /usr/local/bin
1216
1217  -- Ryan Murray <rmurray@debian.org>  Tue,  6 Aug 2002 22:42:05 -0700
1218
1219 userdir-ldap (0.3) unstable; urgency=low
1220
1221   * Only use sshrsa{host,}key variable, and store all three types of keys
1222     in that attribute.
1223
1224  -- Jason Gunthrope <jgg@debian.org>  Sun,  2 Dec 2001 20:21:26 -0800
1225
1226 userdir-ldap (0.2) unstable; urgency=low
1227
1228   * What the hey, a new version number.
1229
1230  -- Jason Gunthrope <jgg@debian.org>  Sun, 11 Feb 2001 18:37:27 -0800 
1231
1232 userdir-ldap (0.1) unstable; urgency=low
1233
1234   * Initial Packaging
1235
1236  -- Jason Gunthrope <jgg@debian.org>  Fri, 30 Apr 1999 00:39:31 -0600