aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-10-12 01:18:35 +0000
committerKen Raeburn <raeburn@mit.edu>2006-10-12 01:18:35 +0000
commitb6566c53d1aa9234b3789a15698bb672148db6ad (patch)
treec02c45c11926700c4e04f5f7d0bbc62476c7c005 /src/appl
parentbb75ff893cd5ac8c4e0cc72ab998dd90d56153d6 (diff)
downloadkrb5-b6566c53d1aa9234b3789a15698bb672148db6ad.zip
krb5-b6566c53d1aa9234b3789a15698bb672148db6ad.tar.gz
krb5-b6566c53d1aa9234b3789a15698bb672148db6ad.tar.bz2
more debugging printfs for nightly testing
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18689 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/gssftp/ftp/cmds.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftp/cmds.c b/src/appl/gssftp/ftp/cmds.c
index 70cd2f4..f6d41c5 100644
--- a/src/appl/gssftp/ftp/cmds.c
+++ b/src/appl/gssftp/ftp/cmds.c
@@ -187,18 +187,24 @@ printf("%s: at line %d\n", __FILE__, __LINE__);
(void) strcpy(bytename, "8"), bytesize = 8;
printf("%s: at line %d\n", __FILE__, __LINE__);
if (autoauth) {
+printf("%s: at line %d\n", __FILE__, __LINE__);
if (do_auth() && autoencrypt) {
+printf("%s: at line %d\n", __FILE__, __LINE__);
clevel = PROT_P;
setpbsz(1<<20);
if (command("PROT P") == COMPLETE)
dlevel = PROT_P;
else
fprintf(stderr, "ftp: couldn't enable encryption\n");
+printf("%s: at line %d\n", __FILE__, __LINE__);
}
+printf("%s: at line %d\n", __FILE__, __LINE__);
if(auth_type && clevel == PROT_C)
clevel = PROT_S;
+printf("%s: at line %d\n", __FILE__, __LINE__);
if(autologin)
(void) login(argv[1]);
+printf("%s: at line %d\n", __FILE__, __LINE__);
}
printf("%s: at line %d\n", __FILE__, __LINE__);