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