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