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