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