From 49a4cd47b848ac43bc78b1b1e2f1404ae4da2e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 20 Jun 2007 10:16:13 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21226 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index e35e2b349..40163ab62 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,5 +1,10 @@ 2007-06-20 Love Hörnquist Åstrand + * ftp/security.c: if no mech have no session, its ok, just don't + call it. + + * ftp/security.h: provide prototype for sec_userok(). + * move ksetpag after initgroups to make it work on Linux when its without syscall hooks to change sys_setgroups preserve the pag. From Alexsander Boström.