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