Bugzilla – Bug 1883
globus_ftp_contol server does not decode ADAT properly.
Last modified: 2005-12-01 23:13:08
You need to log in before you can comment on or make changes to this bug.
In globus_ftp_control_server.c in function globus_l_ftp_control_auth_cb() before call to function globus_i_ftp_control_radix_decode() there is a line: length = recv_tok.length; . That should probably go after call to globus_i_ftp_control_radix_decode() and should look like recv_tok.length = length; . Otherwise token passed to gss_accept_sec_context is always empty.
Just noticed a typo in a name of function. It should be globus_l_ftp_control_auth_read_cb().
Thanks, I'll get this in and an update package out this week.
This fix was released with GT4.0