source: trunk/debathena/debathena/libnss-nonlocal/debian/changelog @ 23133

Revision 23133, 2.4 KB checked in by andersk, 16 years ago (diff)
In libnss-nonlocal: * Correct the buffer size passed to realloc.
Line 
1libnss-nonlocal (1.8-0debathena1) unstable; urgency=low
2
3  * Correct the buffer size passed to realloc.
4
5 -- Anders Kaseorg <andersk@mit.edu>  Sat, 09 Aug 2008 22:41:57 -0400
6
7libnss-nonlocal (1.7-0debathena1) unstable; urgency=low
8
9  * Replace the magic buflen hack with explicit iteration over the nss
10    chain, so that getpwent/getgrent works with nscd enabled.
11  * Fix some memory leaks.
12  * Autotoolfiscate.
13  * Code cleanup.
14
15 -- Anders Kaseorg <andersk@mit.edu>  Tue, 29 Jul 2008 06:57:53 -0400
16
17libnss-nonlocal (1.6-0debathena1) unstable; urgency=low
18
19  * Use a version script to hide internal symbols.
20
21 -- Anders Kaseorg <andersk@mit.edu>  Sat, 15 Mar 2008 06:42:02 -0400
22
23libnss-nonlocal (1.5-0debathena1) unstable; urgency=low
24
25  * Add support for NSS_NONLOCAL_IGNORE environment variable, which
26    causes nss_nonlocal to pretend there are no nonlocal users.  This
27    allows us to support letting adduser add users and groups with the
28    same name as a nonlocal user/group.
29
30 -- Tim Abbott <tabbott@mit.edu>  Mon, 25 Feb 2008 19:12:30 -0500
31
32libnss-nonlocal (1.4-0debathena1) unstable; urgency=low
33
34  * Bug fixes and cleanups.
35
36 -- Anders Kaseorg <andersk@mit.edu>  Fri, 15 Feb 2008 21:39:50 -0500
37
38libnss-nonlocal (1.3-0debathena2) unstable; urgency=low
39
40  * Set maintainer to debathena@mit.edu.
41
42 -- Tim Abbott <tabbott@mit.edu>  Tue, 29 Jan 2008 22:18:25 -0500
43
44libnss-nonlocal (1.3-0debathena1) unstable; urgency=low
45
46  * Have initgroups() only add nonlocal groups to nonlocal users.
47  * If a group called nss-local-users exists, add local users to it.
48  * If a group called nss-nonlocal-users exists, add nonlocal users to it.
49  * Create nss-local-users and nss-nonlocal-users at installation.
50
51 -- Tim Abbott <tabbott@mit.edu>  Tue, 29 Jan 2008 22:11:37 -0500
52
53libnss-nonlocal (1.2) unstable; urgency=low
54
55  * Use a magic buflen instead of thread-local variables, to avoid
56    strange problems on sarge.
57  * Don't link with pthread.
58
59 -- Anders Kaseorg <andersk@mit.edu>  Tue, 07 Aug 2007 22:00:28 -0400
60
61libnss-nonlocal (1.1) unstable; urgency=low
62
63  * Link with pthread to be safe.
64
65 -- Anders Kaseorg <andersk@mit.edu>  Fri, 03 Aug 2007 21:24:17 -0400
66
67libnss-nonlocal (1.0-0debathena2) unstable; urgency=low
68
69  * Section: debathena/libs.
70
71 -- Anders Kaseorg <andersk@mit.edu>  Mon, 23 Jul 2007 14:14:46 -0400
72
73libnss-nonlocal (1.0-0debathena1) unstable; urgency=low
74
75  * Initial release.
76
77 -- Anders Kaseorg <andersk@mit.edu>  Thu, 19 Jul 2007 21:07:50 -0400
Note: See TracBrowser for help on using the repository browser.