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