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