From c3c2482488fd696b4ea6705bd96c88ccb1dfbb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Aug 2004 13:41:39 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14137 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index 0ce16f30f..de3145ae3 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,15 @@ +2004-08-20 Love Hörnquist Åstrand + + * ftpd/{ftpd_locl.h, extern.h, ftpcmd.y, ftpd.8, ftpd.c}: + Remove all traces of setjmp/longjmp. + Handle those command that is needed in oobhandler, + those are ABOR, STAT, ENC, CONF, MIC. + add options to turn off insecure OOB handling and document the option + + Changes inspired by openbsd and netbsd changes but quite diffrent is + most places since the code no longer look and is structured the same + way. + 2004-08-16 Johan Danielsson * ftp/main.c: reverse help strings for --no-gss-bindings and