From fc3afb44e0d5b566cba31693965361d8a7892b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 10 Apr 2006 16:38:43 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17045 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/kafs/ChangeLog b/lib/kafs/ChangeLog index 04c9f0e37..7057e40d4 100644 --- a/lib/kafs/ChangeLog +++ b/lib/kafs/ChangeLog @@ -1,3 +1,13 @@ +2006-04-10 Love Hörnquist Åstrand + + * afssys.c: Try harder to get the pioctl to work via the /proc or + /dev interface, OpenAFS choose to reuse the same ioctl number, + while Arla didn't. Also, try new ioctl before the the old + syscalls. + + * afskrb5.c (afslog_uid_int): use the simpler + krb5_principal_get_realm function. + 2005-12-21 Love Hörnquist Åstrand * Makefile.am: Remove dependency on config.h, breaks IRIX build,