Fix conffile list.
[mirror/userdir-ldap.git] / debian / changelog
1 userdir-ldap (0.3.15+xxx) XXunstable; urgency=low
2
3   * Ship userdir-ldap.schema with the package, add a note that it is
4     now version-controlled in bzr on top of the file.
5   * Get rid of debian/conffiles, wich only listed files in /etc anyway.
6     Those files were already being tagged as conffiles by debhelper,
7     resulting in them being listed twice in the resulting binary package.
8
9  -- Peter Palfrader <weasel@debian.org>  Tue, 25 Dec 2007 11:26:56 +0100
10
11 userdir-ldap (0.3.15) unstable; urgency=low
12
13   * userdir_gpg.py: fix RT #70 (sub-key support for mail gateway)
14   * change *PK* mechanism to Linux standard ! mechanism, and check for
15     it in the mail gateway for changes, too.
16   * change packaging to make use of python-support, simplyfing scripts
17     greatly.
18   * Remove obsolete ud-killcrypt that wouldn't work with modern ldap anyways.
19
20  -- Ryan Murray <rmurray@debian.org>  Sun, 12 Aug 2007 13:38:11 -0600
21
22 userdir-ldap (0.3.14) unstable; urgency=low
23
24   * ud-generate:
25     . Establish *PK* as mechanism for locked accounts with mail forwarding intact.
26       No subscription to debian-private though, and no way to log in
27     . Support [NOPASSWD] for generating configs that only don't
28       contain the password for untrusted hosts that should receive
29       the other regular export (patch by Andreas Barth <aba@not.so.argh.org>)
30   * ud-host:
31     . Import the base DN from the configuration file (patch by Andreas
32       Barth <aba@not.so.argh.org>)
33   * ud-roleadd:
34     . Improved admin output
35   * Removed unused and obsolete whrandom module (ud-host, ud-info, ud.py)
36   * Query the LDAP server if no locally defined group with that name was
37     found (userdir_ldap.py, ud-useradd, ud-roleadd)
38   * Preparations for being useful with the version of Python in etch
39
40  -- Joey Schulze <joey@infodrom.org>  Sat, 11 Aug 2007 22:23:25 +0200
41
42 userdir-ldap (0.3.13) unstable; urgency=low
43
44   * ud-generate: only look for *LK*, not the fingerprint when auto-disabling
45     mail
46
47  -- Ryan Murray <rmurray@debian.org>  Mon, 15 Jan 2007 16:14:29 -0700
48
49 userdir-ldap (0.3.12) unstable; urgency=low
50
51   * Add dns-sshfp file with DNS SSHFP records for each host.
52   * Add mail-disable file from LDAP mailDisableMessage
53   * Add mail-greylist and mail-callout files from LDAP mailGreylisting and
54     mailCallout
55   * Add mail-rbl, mail-rhsbl, and mail-whitelist files from LDAP, and add
56     support to set them via mailgate
57   * Add support for additional fields to mailgate arbitrary change and
58     delete functions.
59
60  -- Ryan Murray <rmurray@debian.org>  Thu, 28 Dec 2006 05:14:45 -0700
61
62 userdir-ldap (0.3.11) unstable; urgency=low
63
64   * Add debianhosts file with ip addresses of all hosts.
65   * Don't output bsmtp or DNS entries for accounts without fingerprints.
66   * ud-replicate:
67     - Adjusted symlink path for ssh_known_hosts inside chroot
68     - Use "db" alias for where to rsync from, rather than a hostname (rmurray)
69     - bsmtp handling updated for exim4 (rmurray)
70   * ud-host:
71     - Initialise Host so that -f will print a full list
72     - Display error message and exit properly for wrong arguments
73     - Take better care of unset attributes
74   * userdir_gpg.py:
75     - Removed reference to FCNTL
76   * ud-info
77     - Display error message and exit properly for wrong arguments
78
79  -- Ryan Murray <rmurray@debian.org>  Sun, 13 Nov 2005 16:42:02 -0700
80
81 userdir-ldap (0.3.10) unstable; urgency=low
82
83   * See cvs log for detailed changes
84   * Fixes to run properly on sarge, and other misc changes.
85
86  -- Ryan Murray <rmurray@debian.org>  Fri, 14 Oct 2005 21:49:28 -0600
87
88 userdir-ldap (0.3.9) unstable; urgency=low
89
90   * Added an explicit PATH statement to ud-replicate
91
92  -- Martin Schulze <joey@infodrom.org>  Tue, 25 Jan 2005 10:50:54 +0100
93
94 userdir-ldap (0.3.8) stable; urgency=low
95
96   * ud-replicate:
97      - Update the ssh shadow files in /etc if they don't exist
98      - Corrected the verbosity detection
99      - Only fiddle inside the chroot if the makedb program exist
100      - Fixed path bug
101      - Added support for hosts without imported shadow file
102   * userdir_ldap.py:
103      - Support pressing C-d and C-c
104      - Support for alphanumeric group names
105      - Added passwdAccessLDAP() for wider use by programs
106   * ud-useradd:
107      - Support for mistyped passwords
108      - Support for alphanumerical group ids
109      - Support for no debian-private subscription
110   * ud-host:
111      - Support for -l to list all hosts
112      - Always perform the list output anonymously
113      - Support for -f to list all fingerprints (-h host optional)
114   * ud-info:
115     - Corrected spelling for labeledURI
116   * ud-mailgate:
117     - Corrected spelling for labeledURI
118     - Added support for deleting the d.net entry
119     - Notify users about unsupported SSH1 keys
120   * Added a proper copyright file
121   * Updated welcome-message-800 from newsamosa
122   * userdir_gpg.py:
123     - Preparations for sarge, added --secret-keyring /dev/null
124   * ud-generate:
125     - Generic support for haydn and alioth as [UNTRUSTED]
126   * userdir_gpg.py:
127     - Create ~/.gnupg automagically
128   * ud-roleadd:
129     - New program
130     - Support for creating role accounts (non-DD accounts)
131   
132  -- Martin Schulze <joey@infodrom.org>  Mon, 24 Jan 2005 09:04:00 +0100
133
134 userdir-ldap (0.3.7) stable; urgency=low
135
136   * ud-fingerserv: Corrected the key/fingerprint feature
137   * ud-fingerserv: Added the ICQ UIN
138   * Case sensive LDAP field names for nearly all programs
139   * ud-generate:
140       . Honour locked accounts when writing the shadow file
141       . Hardcode exception for haydn and costa as alioth hosts
142   * ud-mailgate: No access for locked accounts
143   * sigcheck: imported changes from murphy
144   * Added sigcheck to the programs to be installed
145   * Moved the web pages into webwml/db.debian.org
146   * Moved the CGI programs into its own package
147   * ud-replicate:
148       . Added support for user chroot environments
149       . Remove shadow files if they exist
150       . Remove ud-replicate in /usr/local/bin
151
152  -- Martin Schulze <joey@infodrom.org>  Thu, 18 Nov 2004 19:07:01 +0100
153
154 userdir-ldap (0.3.6) unstable; urgency=low
155
156   * Specify full path to postmap
157
158  -- Ryan Murray <rmurray@debian.org>  Fri, 26 Sep 2003 11:48:25 -0600
159
160 userdir-ldap (0.3.5) unstable; urgency=low
161
162   * Add depends on rsync
163   * Generate db of debian.org on postfix systems
164
165  -- Ryan Murray <rmurray@debian.org>  Sat, 30 Aug 2003 18:41:29 -0600
166
167 userdir-ldap (0.3.4) unstable; urgency=low
168
169   * Use the right python version in the maintainer scripts
170
171  -- Ryan Murray <rmurray@debian.org>  Tue, 18 Mar 2003 19:26:31 -0700
172
173 userdir-ldap (0.3.3) unstable; urgency=low
174
175   * Rebuild for python2.1 and woody
176
177  -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
178
179 userdir-ldap (0.3.2) unstable; urgency=low
180
181   * Seperation of bsmtp and zoneupdate
182
183  -- Ryan Murray <rmurray@debian.org>  Thu,  8 Aug 2002 12:07:00 -0700
184
185 userdir-ldap (0.3.1) unstable; urgency=low
186
187   * Add ud-zoneupdate from klecker's /usr/local/bin
188
189  -- Ryan Murray <rmurray@debian.org>  Tue,  6 Aug 2002 22:42:05 -0700
190
191 userdir-ldap (0.3) unstable; urgency=low
192
193   * Only use sshrsa{host,}key variable, and store all three types of keys
194     in that attribute.
195
196  -- Jason Gunthrope <jgg@debian.org>  Sun,  2 Dec 2001 20:21:26 -0800
197
198 userdir-ldap (0.2) unstable; urgency=low
199
200   * What the hey, a new version number.
201
202  -- Jason Gunthrope <jgg@debian.org>  Sun, 11 Feb 2001 18:37:27 -0800 
203
204 userdir-ldap (0.1) unstable; urgency=low
205
206   * Initial Packaging
207
208  -- Jason Gunthrope <jgg@debian.org>  Fri, 30 Apr 1999 00:39:31 -0600