Opened 22 years ago
Last modified 22 years ago
#169 closed Bug report
garbled server response (kerberos?)
Reported by: | kirri | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | kirri, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
In 2.0.0 (we were using 1.9.7), connecting via Kerberos
authentication returns garbled responses (unencrypted
connections are fine). USER, PASS, PWD seem to work
fine. The next command PASV returns "632 <junk>" where
<junk> is a very long string of characters. Then we
get "Error: Could not retrieve directory listing".
All other commands from that point on also return
gibberish.
Note:
See TracTickets
for help on using tickets.
The problem is, that the GSS code was not thread safe at all.
(I did not write it)
This problem will be fixed in the next version (may be
released later today)