v1.04 fix potential segfault
[libnss-afs.git] / debian / changelog
index 1847aa5..1e05f4c 100644 (file)
@@ -1,3 +1,25 @@
+libnss-afs (1.04) unstable; urgency=medium
+
+  * librx expects to be able to mutate the char*'s we pass it so strcpy()
+    the name argument in ptsnametoid().
+
+ -- megacz <megacz@hcoop.net>  Sun, 06 Apr 2008 23:09:46 -0400
+
+libnss-afs (1.03) unstable; urgency=low
+
+  * factor out fill_result_buf() to eliminate an extra call to the ptserver
+  * reformatting and commenting
+
+ -- megacz <megacz@hcoop.net>  Sun, 30 Mar 2008 23:48:41 -0400
+
+libnss-afs (1.02) unstable; urgency=high
+
+  * fix bug that would cause getpwnam() to fail for users with a ~/.loginshell
+  * create a #define for MAX_CELLNAME
+  * don't hardcode "/etc/openafs"; use AFSDIR_CLIENT_ETC_DIRPATH instead
+
+ -- Adam Megacz <megacz@hcoop.net>  Sun, 30 Mar 2008 20:07:30 -0700
+
 libnss-afs (1.01) unstable; urgency=low
 
   * add support for non-AFS_LINUX26_ONEGROUP_ENV PAGs