* ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: Replace
authorGeoffrey King <gjking@mit.edu>
Wed, 12 Aug 1998 06:53:38 +0000 (06:53 +0000)
committerGeoffrey King <gjking@mit.edu>
Wed, 12 Aug 1998 06:53:38 +0000 (06:53 +0000)
commit56cabb896e728815caf1cbf3afe77848ed1c213e
treebc4bbf907538bc8998638529bbc4563ec2e7a542
parentd3a00004a1dcee928eadc80ec19e36066be5ee6f
    * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: Replace
        global variable level with separate variables clevel and dlevel
        for the control channel and data channel protection levels,
        respectively, so that the user may specify separate protection
        levels for each channel.  Similarly, functions such as getlevel
        and setlevel are now getclevel/getdlevel, and setclevel/setdlevel.

        * cmdtab.c: Add new FTP commands "cprotect" to allow the user to
        set the control channel protection level (similar to "protect"),
        and "ccc" (Clear Command Channel) which sets the control channel
        protection level to clear (per the RFC).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10804 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/cmds.c
src/appl/gssftp/ftp/cmdtab.c
src/appl/gssftp/ftp/ftp.c
src/appl/gssftp/ftp/ftp_var.h
src/appl/gssftp/ftp/main.c
src/appl/gssftp/ftp/secure.c