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