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