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