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