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