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