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