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