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