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