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