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