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