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