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