aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp/ftp/main.c
AgeCommit message (Collapse)AuthorFilesLines
1998-10-28merge from mainlinemarc-3desMarc Horowitz1-6/+8
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@11000 dc483132-0cff-0310-8789-dd5450dbe970
1998-10-24merge in from mainlineMarc Horowitz1-4/+5
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10991 dc483132-0cff-0310-8789-dd5450dbe970
1998-04-25Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman1-0/+7
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10543 dc483132-0cff-0310-8789-dd5450dbe970
1998-01-30Add -x (automatically encrypt) and -f (forward credentials) optionsDan Winship1-0/+10
Don't complain about missing ftp/hostname principal if there's a usable host/hostname. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10387 dc483132-0cff-0310-8789-dd5450dbe970
1997-12-12 * ftp.c:Tom Yu1-0/+6
* main.c: Don't include netdb.h or sys/socket.h if krb.h is included; this works around an Ultrix bug where those headers aren't protected against multiple inclusion. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10332 dc483132-0cff-0310-8789-dd5450dbe970
1997-10-16 * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu1-5/+5
* secure.c: Use <secure.h> rather than "secure.h" so that the correct secure.h gets included (the one in the $(srcdir) of the directory we're compiling secure.c into). From danw@mit.edu. * ftp.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriate. Re-order the clauses so that that GSSAPI gets tried before KERBEROS_V4. * Makefile.in: Update LOCALINCLUDE and the link line to DTRT with krb4 compatibility. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10235 dc483132-0cff-0310-8789-dd5450dbe970
1996-01-14Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1-0/+553
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