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