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