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