Cygnus implementation of GSSAPI-based ftp client and server.
authorMark Eichin <eichin@mit.edu>
Sun, 14 Jan 1996 08:33:16 +0000 (08:33 +0000)
committerMark Eichin <eichin@mit.edu>
Sun, 14 Jan 1996 08:33:16 +0000 (08:33 +0000)
commit4233c6f3143639f164290a00eb0ffe720a32b9bc
tree11e611f0bdc83991fc573882148217df9f1db53d
parent347ed3cc833b7d119f51f82c78aafe9e420073af
Cygnus implementation of GSSAPI-based ftp client and server.
See README.gssftp for history and details.
Bugs, comments to <eichin@cygnus.com>. Be sure to forward any changes
made at MIT as well.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7312 dc483132-0cff-0310-8789-dd5450dbe970
37 files changed:
src/appl/gssftp/ChangeLog [new file with mode: 0644]
src/appl/gssftp/Makefile.in [new file with mode: 0644]
src/appl/gssftp/README.gssftp [new file with mode: 0644]
src/appl/gssftp/arpa/ChangeLog [new file with mode: 0644]
src/appl/gssftp/arpa/ftp.h [new file with mode: 0644]
src/appl/gssftp/arpa/telnet.h [new file with mode: 0644]
src/appl/gssftp/configure.in [new file with mode: 0644]
src/appl/gssftp/ftp/ChangeLog [new file with mode: 0644]
src/appl/gssftp/ftp/Makefile.in [new file with mode: 0644]
src/appl/gssftp/ftp/cmds.c [new file with mode: 0644]
src/appl/gssftp/ftp/cmdtab.c [new file with mode: 0644]
src/appl/gssftp/ftp/configure.in [new file with mode: 0644]
src/appl/gssftp/ftp/domacro.c [new file with mode: 0644]
src/appl/gssftp/ftp/ftp.M [new file with mode: 0644]
src/appl/gssftp/ftp/ftp.c [new file with mode: 0644]
src/appl/gssftp/ftp/ftp_var.h [new file with mode: 0644]
src/appl/gssftp/ftp/getpass.c [new file with mode: 0644]
src/appl/gssftp/ftp/glob.c [new file with mode: 0644]
src/appl/gssftp/ftp/main.c [new file with mode: 0644]
src/appl/gssftp/ftp/pathnames.h [new file with mode: 0644]
src/appl/gssftp/ftp/pclose.c [new file with mode: 0644]
src/appl/gssftp/ftp/radix.c [new file with mode: 0644]
src/appl/gssftp/ftp/ruserpass.c [new file with mode: 0644]
src/appl/gssftp/ftp/secure.c [new file with mode: 0644]
src/appl/gssftp/ftp/secure.h [new file with mode: 0644]
src/appl/gssftp/ftpd/CHANGES [new file with mode: 0644]
src/appl/gssftp/ftpd/ChangeLog [new file with mode: 0644]
src/appl/gssftp/ftpd/Makefile.in [new file with mode: 0644]
src/appl/gssftp/ftpd/configure.in [new file with mode: 0644]
src/appl/gssftp/ftpd/ftpcmd.y [new file with mode: 0644]
src/appl/gssftp/ftpd/ftpd.M [new file with mode: 0644]
src/appl/gssftp/ftpd/ftpd.c [new file with mode: 0644]
src/appl/gssftp/ftpd/logwtmp.c [new file with mode: 0644]
src/appl/gssftp/ftpd/pathnames.h [new file with mode: 0644]
src/appl/gssftp/ftpd/popen.c [new file with mode: 0644]
src/appl/gssftp/ftpd/secure.h [new file with mode: 0644]
src/appl/gssftp/ftpd/vers.c [new file with mode: 0644]