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