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