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