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