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