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