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