add "security simple_bind=128" to sample slapd.conf.
[mirror/userdir-ldap.git] / debian / changelog
1 userdir-ldap (0.3.3X) Xnstable; urgency=low
2
3   * add "security simple_bind=128" to sample slapd.conf.
4
5  -- Peter Palfrader <weasel@debian.org>  Sun, 25 May 2008 18:34:06 +0200
6
7 userdir-ldap (0.3.32) unstable; urgency=low
8
9   * Do SSL when connecting to the ldap server.
10
11  -- Peter Palfrader <weasel@debian.org>  Fri, 23 May 2008 23:50:03 +0200
12
13 userdir-ldap (0.3.31) unstable; urgency=low
14
15   [ Joerg Jaspert ]
16   * Use sync_keyrings from config file in ud-generate instead of a
17     hardcoded list
18   * Use add_keyrings from config file in ud-useradd instead of a
19     hardcoded list
20   * Use ud-config to get the emailappend value in ud-replicate, no longer
21     hardcoding @debian.org
22
23   [ Stephen Gran ]
24   * Document how to use unique overlay for uid and keyFingerPrint
25
26  -- Peter Palfrader <weasel@debian.org>  Fri, 23 May 2008 10:01:51 +0200
27
28 userdir-ldap (0.3.30) unstable; urgency=low
29
30   * When we touch usePassword in ud-info or ud-mailgate we now also
31     update shadowLastChange.
32   * When we lock accounts, set shadowExpire to 1.  shadowExpire
33     is "days since Jan 1, 1970 that account is disabled".
34   * Properly capitalize shadowInactive and shadowExpire attributes in
35     ud-info and ud-generate.
36   * Add copyright statements to ud-info from bzr log.
37
38  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 22:39:10 +0200
39
40 userdir-ldap (0.3.29) unstable; urgency=low
41
42   * ud-info: Add an option "L" to lock accounts in the interactive
43     interface.  Locking an account sets a user's password to "{crypt}*LK*"
44     and sets a mailDisableMessage of "account locked".
45
46  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 21:49:19 +0200
47
48 userdir-ldap (0.3.28) unstable; urgency=low
49
50   * ud-generate: Do not disable mail just because the account is locked.
51
52  -- Peter Palfrader <weasel@debian.org>  Thu, 22 May 2008 21:38:56 +0200
53
54 userdir-ldap (0.3.27) unstable; urgency=low
55
56   * Export ssh-keys.tar.gz to [UNTRUSTED] hosts.  Since we already export
57     ssh-rsa-shadow this is probably the right thing.
58   * Make keys in the ssh-keys tarball mode 0400 instead of mode 0600.
59
60  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 08:55:28 +0200
61
62 userdir-ldap (0.3.26) unstable; urgency=low
63
64   * ud-replicate: sgran pointed out that if all we care about ignoring is
65     EEXIST then we should use mkdir -p instead of [ -d userkeys ] || mkdir
66     userkeys.
67   * ud-mailgate: a bug in DoSSH caused all changes to fail that came after
68     DoSSH in HandleChange.  Now DoSSH properly returns without raising an
69     exception if the line to handle is not an ssh public key.
70   * Fix userdir-ldap.schema (objectClass now contains MAY: VoIP). [zobel]
71
72  -- Peter Palfrader <weasel@debian.org>  Sun, 18 May 2008 14:27:50 +0200
73
74 userdir-ldap (0.3.25) unstable; urgency=low
75
76   * Make ssh-keys.tar.gz readable only by the user.
77
78  -- Peter Palfrader <weasel@debian.org>  Sat, 17 May 2008 16:14:56 +0200
79
80 userdir-ldap (0.3.24) unstable; urgency=low
81
82   * ud-mailgate: better regex for ssh1 keys, which we reject. [joerg, weasel]
83   * ud-replicate: Also support the imposter dchroot-dsa from the debian
84     archive. [aba, weasel]
85   * ud-generate: Add support for generation of authorized_keys file on
86     the db host for the sshdist user.  This is now possible since
87     ud-replicate clients use their ssh host key to authenticate to the
88     db server.  The code now supports this but the feature is still
89     disabled. [aba]
90   * ud-generate: Add performance optimization by resolving IP adresses
91     for hosts only once and caching the result. [aba]
92   * ud-replicate, ud-generate: In addition to one big ssh-rsa-shadow file
93     ud-generate now produces per-user authorized_keys files and tars
94     them up.  On the receiving end ud-replicate takes the tar and
95     syncs it to userkeys/.  The goal here is to no longer require
96     a patched sshd.  Setting AuthorizedKeysFile2 to
97     /var/lib/misc/userkeys/%u is sufficient.  For homedir creation
98     we can use pam_mkhomedir. [mhy, sgran]
99
100  -- Peter Palfrader <weasel@debian.org>  Sat, 17 May 2008 14:49:28 +0200
101
102 userdir-ldap (0.3.23) unstable; urgency=low
103
104   * Fix generation of known_hosts file.
105
106  -- Peter Palfrader <weasel@debian.org>  Wed, 14 May 2008 17:55:45 +0200
107
108 userdir-ldap (0.3.22) unstable; urgency=low
109
110   * Add VoIP fiels to the LDAP shema and teach ud-info and ud-mailgate
111     about it. [zobel]
112   * Add IPv6-Adresses (and IPv4 in v6 notation - ::ffff:192.0.2.1) to
113     ssh_known_hosts. [aba]
114   * ud-mailgate no longer accepts ssh dss keys, keys with a size smaller
115     than 1024.  Additionally it checks new keys against a blacklist of
116     ssh key fingerprints. [joerg]
117
118  -- Peter Palfrader <weasel@debian.org>  Wed, 14 May 2008 17:47:45 +0200
119
120 userdir-ldap (0.3.21) unstable; urgency=low
121
122   * ud-replicate: use the host key to sync stuff from the db server,
123     that is, call ssh with ii /etc/ssh/ssh_host_rsa_key.
124   * ud-replicate: Call ssh with -o PreferredAuthentications=publickey
125     so that it does not even try password authentication.
126
127  -- Peter Palfrader <weasel@debian.org>  Tue, 13 May 2008 22:06:23 +0200
128
129 userdir-ldap (0.3.20) unstable; urgency=low
130
131   * Teach ud-mailgate about ipv6 addresses (RT#193).
132   * Sanitize DNS entries somewhat before inserting them into LDAP.
133
134  -- Peter Palfrader <weasel@debian.org>  Mon, 21 Apr 2008 13:29:36 +0200
135
136 userdir-ldap (0.3.19) unstable; urgency=low
137
138   * New [KEYRING] flag to indicate the debian keyring should be synced
139     to this host.
140
141  -- Peter Palfrader <weasel@debian.org>  Fri, 18 Apr 2008 14:33:50 +0200
142
143 userdir-ldap (0.3.18) unstable; urgency=low
144
145   * Various ud-fingerserv fixes.
146
147  -- Peter Palfrader <weasel@debian.org>  Thu, 17 Apr 2008 19:48:11 +0200
148
149 userdir-ldap (0.3.17) unstable; urgency=low
150
151   * Calling dh_installdeb before dh_pysupport was probably not the smartest
152     move.  Reorder.
153
154  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 19:59:42 +0200
155
156 userdir-ldap (0.3.16) unstable; urgency=low
157
158   [ Peter Palfrader ]
159   * Ship userdir-ldap.schema with the package, add a note that it is
160     now version-controlled in bzr on top of the file.
161   * Get rid of debian/conffiles, wich only listed files in /etc anyway.
162     Those files were already being tagged as conffiles by debhelper,
163     resulting in them being listed twice in the resulting binary package.
164   * Change the build dependency on debhelper to be versioned >= 5.
165   * Change Build-Depends-Indep to Build-Depends.
166   * Change the build dependency on python-support to be versioned >= 0.3.
167   * ud-roleadd: Do not try to make role accounts of objectClass
168     inetOrgPerson, that doesn't work.
169   * Add myself to uploaders.
170   * Create /var/lib/misc/thishost as a symlink to the hostname in postinst.
171   * Sleep for a random time, up to two minutes, in ud-replicate when not
172     called interactively.  This is to prevent DoSing the db server when
173     many clients come at the same time.
174
175   [ Mark Hymers ]
176   * ud-userimport, ud-groupadd, ud-roleadd, ud-useradd, userdir_ldap.py:
177     Update ud-userimport to use the same objectClasses as
178     ud-{user,group,role}add and abstract them out into userdir_ldap.py
179   * ud-useradd: Avoid a TypeError exception when constructing the template
180     filename
181   * Remove use of deprecated functions from the string module
182   * ud-arbimport: os.exit -> sys.exit
183   * ud-generate: Set shadow expiry to 1 for locked accounts.
184   * update doc/slapd-config.txt: labeledURL was removed from the schema but
185     not the slapd.conf example.  Do that now.
186   * add simple ud-config script for use in shell scripts.  This allows
187     querying config values.
188
189   [ Marc 'HE' Brockschmidt ]
190   * Make the host ud-replicate syncs from configurable in userdir-ldap.conf,
191     instead of hardcoding it into the script. Also introduce a variable
192     containing a shell glob on which no remote sync is needed, so that
193     the db host doesn't need to have a key in the authorized_keys file
194     for the sshdist user
195   * ud-useradd: support usergroups.
196   * ud-host/userdir-ldap.schema: Add 'purpose', 'physicalHost' to
197     debianServer schema and teach ud-host about it
198   * ud-host: cleanup: Replace local copy HBaseDn of the centrally
199     configured HostBaseDn.
200   * ud-generate: Mark that no passwords are exported also in the
201     generated passwd file, not only in the shadow file (by using a "*"
202     as password (meaning "no password"), instead of "x" (meaning "do I
203     look like a passwd from the nineties? Look into /etc/shadow!")).
204
205   [ Joerg Jaspert ]
206   * Enhance copyright file a bit, also adding a pointer to our repository
207   * Add those utf8 headerlines to mail templates. Same "trick" as used in dak
208     to send utf8 mails for people that need them. Works there - should work
209     here too.
210
211   [ Stephen Gran ]
212   * ud-fingerserv: implement daemonize() for non-inetd mode.
213   * Packaging cleanup
214   * Use standard debhelper tools
215   * Create all files we ship instead of echoing them into creation at build
216     time
217   * Typo fix in copyright
218   * Update Standards-Version to 3.7.3 (no changes)
219   * Build manpages at build time (add Build-Depend on yodl)
220   * Install built manpages
221
222  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 14:10:12 +0200
223
224 userdir-ldap (0.3.15) unstable; urgency=low
225
226   * userdir_gpg.py: fix RT #70 (sub-key support for mail gateway)
227   * change *PK* mechanism to Linux standard ! mechanism, and check for
228     it in the mail gateway for changes, too.
229   * change packaging to make use of python-support, simplyfing scripts
230     greatly.
231   * Remove obsolete ud-killcrypt that wouldn't work with modern ldap anyways.
232
233  -- Ryan Murray <rmurray@debian.org>  Sun, 12 Aug 2007 13:38:11 -0600
234
235 userdir-ldap (0.3.14) unstable; urgency=low
236
237   * ud-generate:
238     . Establish *PK* as mechanism for locked accounts with mail forwarding intact.
239       No subscription to debian-private though, and no way to log in
240     . Support [NOPASSWD] for generating configs that only don't
241       contain the password for untrusted hosts that should receive
242       the other regular export (patch by Andreas Barth <aba@not.so.argh.org>)
243   * ud-host:
244     . Import the base DN from the configuration file (patch by Andreas
245       Barth <aba@not.so.argh.org>)
246   * ud-roleadd:
247     . Improved admin output
248   * Removed unused and obsolete whrandom module (ud-host, ud-info, ud.py)
249   * Query the LDAP server if no locally defined group with that name was
250     found (userdir_ldap.py, ud-useradd, ud-roleadd)
251   * Preparations for being useful with the version of Python in etch
252
253  -- Joey Schulze <joey@infodrom.org>  Sat, 11 Aug 2007 22:23:25 +0200
254
255 userdir-ldap (0.3.13) unstable; urgency=low
256
257   * ud-generate: only look for *LK*, not the fingerprint when auto-disabling
258     mail
259
260  -- Ryan Murray <rmurray@debian.org>  Mon, 15 Jan 2007 16:14:29 -0700
261
262 userdir-ldap (0.3.12) unstable; urgency=low
263
264   * Add dns-sshfp file with DNS SSHFP records for each host.
265   * Add mail-disable file from LDAP mailDisableMessage
266   * Add mail-greylist and mail-callout files from LDAP mailGreylisting and
267     mailCallout
268   * Add mail-rbl, mail-rhsbl, and mail-whitelist files from LDAP, and add
269     support to set them via mailgate
270   * Add support for additional fields to mailgate arbitrary change and
271     delete functions.
272
273  -- Ryan Murray <rmurray@debian.org>  Thu, 28 Dec 2006 05:14:45 -0700
274
275 userdir-ldap (0.3.11) unstable; urgency=low
276
277   * Add debianhosts file with ip addresses of all hosts.
278   * Don't output bsmtp or DNS entries for accounts without fingerprints.
279   * ud-replicate:
280     - Adjusted symlink path for ssh_known_hosts inside chroot
281     - Use "db" alias for where to rsync from, rather than a hostname (rmurray)
282     - bsmtp handling updated for exim4 (rmurray)
283   * ud-host:
284     - Initialise Host so that -f will print a full list
285     - Display error message and exit properly for wrong arguments
286     - Take better care of unset attributes
287   * userdir_gpg.py:
288     - Removed reference to FCNTL
289   * ud-info
290     - Display error message and exit properly for wrong arguments
291
292  -- Ryan Murray <rmurray@debian.org>  Sun, 13 Nov 2005 16:42:02 -0700
293
294 userdir-ldap (0.3.10) unstable; urgency=low
295
296   * See cvs log for detailed changes
297   * Fixes to run properly on sarge, and other misc changes.
298
299  -- Ryan Murray <rmurray@debian.org>  Fri, 14 Oct 2005 21:49:28 -0600
300
301 userdir-ldap (0.3.9) unstable; urgency=low
302
303   * Added an explicit PATH statement to ud-replicate
304
305  -- Martin Schulze <joey@infodrom.org>  Tue, 25 Jan 2005 10:50:54 +0100
306
307 userdir-ldap (0.3.8) stable; urgency=low
308
309   * ud-replicate:
310      - Update the ssh shadow files in /etc if they don't exist
311      - Corrected the verbosity detection
312      - Only fiddle inside the chroot if the makedb program exist
313      - Fixed path bug
314      - Added support for hosts without imported shadow file
315   * userdir_ldap.py:
316      - Support pressing C-d and C-c
317      - Support for alphanumeric group names
318      - Added passwdAccessLDAP() for wider use by programs
319   * ud-useradd:
320      - Support for mistyped passwords
321      - Support for alphanumerical group ids
322      - Support for no debian-private subscription
323   * ud-host:
324      - Support for -l to list all hosts
325      - Always perform the list output anonymously
326      - Support for -f to list all fingerprints (-h host optional)
327   * ud-info:
328     - Corrected spelling for labeledURI
329   * ud-mailgate:
330     - Corrected spelling for labeledURI
331     - Added support for deleting the d.net entry
332     - Notify users about unsupported SSH1 keys
333   * Added a proper copyright file
334   * Updated welcome-message-800 from newsamosa
335   * userdir_gpg.py:
336     - Preparations for sarge, added --secret-keyring /dev/null
337   * ud-generate:
338     - Generic support for haydn and alioth as [UNTRUSTED]
339   * userdir_gpg.py:
340     - Create ~/.gnupg automagically
341   * ud-roleadd:
342     - New program
343     - Support for creating role accounts (non-DD accounts)
344   
345  -- Martin Schulze <joey@infodrom.org>  Mon, 24 Jan 2005 09:04:00 +0100
346
347 userdir-ldap (0.3.7) stable; urgency=low
348
349   * ud-fingerserv: Corrected the key/fingerprint feature
350   * ud-fingerserv: Added the ICQ UIN
351   * Case sensive LDAP field names for nearly all programs
352   * ud-generate:
353       . Honour locked accounts when writing the shadow file
354       . Hardcode exception for haydn and costa as alioth hosts
355   * ud-mailgate: No access for locked accounts
356   * sigcheck: imported changes from murphy
357   * Added sigcheck to the programs to be installed
358   * Moved the web pages into webwml/db.debian.org
359   * Moved the CGI programs into its own package
360   * ud-replicate:
361       . Added support for user chroot environments
362       . Remove shadow files if they exist
363       . Remove ud-replicate in /usr/local/bin
364
365  -- Martin Schulze <joey@infodrom.org>  Thu, 18 Nov 2004 19:07:01 +0100
366
367 userdir-ldap (0.3.6) unstable; urgency=low
368
369   * Specify full path to postmap
370
371  -- Ryan Murray <rmurray@debian.org>  Fri, 26 Sep 2003 11:48:25 -0600
372
373 userdir-ldap (0.3.5) unstable; urgency=low
374
375   * Add depends on rsync
376   * Generate db of debian.org on postfix systems
377
378  -- Ryan Murray <rmurray@debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
379
380 userdir-ldap (0.3.4) unstable; urgency=low
381
382   * Use the right python version in the maintainer scripts
383
384  -- Ryan Murray <rmurray@debian.org>  Tue, 18 Mar 2003 19:26:31 -0700
385
386 userdir-ldap (0.3.3) unstable; urgency=low
387
388   * Rebuild for python2.1 and woody
389
390  -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
391
392 userdir-ldap (0.3.2) unstable; urgency=low
393
394   * Seperation of bsmtp and zoneupdate
395
396  -- Ryan Murray <rmurray@debian.org>  Thu,  8 Aug 2002 12:07:00 -0700
397
398 userdir-ldap (0.3.1) unstable; urgency=low
399
400   * Add ud-zoneupdate from klecker's /usr/local/bin
401
402  -- Ryan Murray <rmurray@debian.org>  Tue,  6 Aug 2002 22:42:05 -0700
403
404 userdir-ldap (0.3) unstable; urgency=low
405
406   * Only use sshrsa{host,}key variable, and store all three types of keys
407     in that attribute.
408
409  -- Jason Gunthrope <jgg@debian.org>  Sun,  2 Dec 2001 20:21:26 -0800
410
411 userdir-ldap (0.2) unstable; urgency=low
412
413   * What the hey, a new version number.
414
415  -- Jason Gunthrope <jgg@debian.org>  Sun, 11 Feb 2001 18:37:27 -0800 
416
417 userdir-ldap (0.1) unstable; urgency=low
418
419   * Initial Packaging
420
421  -- Jason Gunthrope <jgg@debian.org>  Fri, 30 Apr 1999 00:39:31 -0600