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