Fix possible buffer overflow: buflen (a size_t*) was being used
[hcoop/debian/libnss-afs.git] / debian / changelog
1 libnss-afs (2.02) stable; urgency=low
2
3 * Update for libopenafs-dev 1.6.x
4
5 -- Clinton Ebadi <clinton@unknownlamer.org> Tue, 18 Feb 2014 21:32:16 -0500
6
7 libnss-afs (2.01.hcoop01) stable; urgency=low
8
9 * Copy to stable
10
11 -- clinton_admin <clinton_admin@fritz.hcoop.net> Sun, 25 Mar 2012 03:40:45 -0400
12
13 libnss-afs (2.01) unstable; urgency=low
14
15 * workaround for a bug in recent versions of pam_unix.so
16
17 -- Adam Megacz <adam@megacz.com> Sun, 03 Jan 2010 06:29:16 +0000
18
19 libnss-afs (2.0) unstable; urgency=low
20
21 * return NOT_FOUND if invoked outside of nscd
22
23 -- Adam Megacz <adam@megacz.com> Tue, 8 Dec 2009 13:48:04 -0800
24
25 libnss-afs (1.10) unstable; urgency=low
26
27 * remember to release mutex if we fail due to empty ThisCell
28
29 * set namelist_val to &uname rather than just uname
30
31 * perror() should not be given a trailing \n
32
33 * build with patched libafsrpc_pic.a for fast-fail ENETUNREACH
34
35 -- Adam Megacz <megacz@hcoop.net> Sat, 11 Jul 2009 16:30:29 -0700
36
37 libnss-afs (1.09) unstable; urgency=low
38
39 * link to _pic versions of libraries for amd64 compatability
40
41 -- Adam Megacz <megacz@hcoop.net> Tue, 07 Jul 2009 18:05:25 -0400
42
43 libnss-afs (1.08) unstable; urgency=high
44
45 * fix segfault with lenny libc6 by linking to pthreads version
46
47 -- Adam Megacz <megacz@hcoop.net> Mon, 29 Jun 2009 11:35:54 -0700
48
49 libnss-afs (1.07) unstable; urgency=low
50
51 * fix highly-improbable segfault
52
53 -- Adam Megacz <megacz@hcoop.net> Sun, 27 Apr 2008 15:56:36 -0400
54
55 libnss-afs (1.06) unstable; urgency=low
56
57 * clean up debianization
58
59 -- Adam Megacz <megacz@hcoop.net> Thu, 17 Apr 2008 01:59:19 -0400
60
61 libnss-afs (1.05) unstable; urgency=low
62
63 * set rx_SetRxDeadTime to 5 seconds to avoid stalling forever
64 * deliberately fail all lookups if stat("/afs/$CELL/") does not succeed
65 so we don't delay bootup/shutdown when the network is unreachable.
66
67 -- megacz <megacz@hcoop.net> Tue, 08 Apr 2008 15:59:23 -0400
68
69 libnss-afs (1.04) unstable; urgency=medium
70
71 * librx expects to be able to mutate the char*'s we pass it so strcpy()
72 the name argument in ptsnametoid().
73
74 -- megacz <megacz@hcoop.net> Sun, 06 Apr 2008 23:09:46 -0400
75
76 libnss-afs (1.03) unstable; urgency=low
77
78 * factor out fill_result_buf() to eliminate an extra call to the ptserver
79 * reformatting and commenting
80
81 -- megacz <megacz@hcoop.net> Sun, 30 Mar 2008 23:48:41 -0400
82
83 libnss-afs (1.02) unstable; urgency=high
84
85 * fix bug that would cause getpwnam() to fail for users with a ~/.loginshell
86 * create a #define for MAX_CELLNAME
87 * don't hardcode "/etc/openafs"; use AFSDIR_CLIENT_ETC_DIRPATH instead
88
89 -- Adam Megacz <megacz@hcoop.net> Sun, 30 Mar 2008 20:07:30 -0700
90
91 libnss-afs (1.01) unstable; urgency=low
92
93 * add support for non-AFS_LINUX26_ONEGROUP_ENV PAGs
94
95 -- Adam Megacz <megacz@hcoop.net> Sat, 29 Mar 2008 09:48:23 -0700
96
97 libnss-afs (1.0) unstable; urgency=low
98
99 * official release
100
101 -- megacz <megacz@hcoop.net> Wed, 26 Mar 2008 12:20:55 -0400
102
103 libnss-afs (0.94) unstable; urgency=low
104
105 * fix bug that caused crashes after calls to _nss_afs_getgrgid_r()
106
107 -- Adam Megacz <megacz@hcoop.net> Tue, 25 Mar 2008 10:56:14 -0700
108
109 libnss-afs (0.93) unstable; urgency=low
110
111 * fix a bug in the gr_mem returned by the getgrent() function
112
113 -- Adam Megacz <megacz@hcoop.net> Sun, 23 Mar 2008 21:58:49 -0700
114
115 libnss-afs (0.92) unstable; urgency=low
116
117 * fixed PAG ranges to work on Linux
118
119 -- Adam Megacz <megacz@hcoop.net> Sun, 23 Mar 2008 21:45:25 -0700
120
121 libnss-afs (0.91) unstable; urgency=low
122
123 * merged libnss_pag into libnss_afs
124
125 -- Adam Megacz <megacz@hcoop.net> Sun, 23 Mar 2008 21:32:51 -0700
126
127 libnss-afs (0.90) unstable; urgency=low
128
129 * change to libnss-afs
130
131 -- Adam Megacz <megacz@hcoop.net> Sun, 23 Mar 2008 16:26:45 -0700