View Single Post
Old 10-07-2009, 10:01 AM  
SysOp
Junior Member
 
Join Date: May 2009
Posts: 12
Default

I think I've found a bug in ioFTPD-v7.0.0-src, and I don't know whether it's fixed or not. Anyway, that's it:
In .\src\Identify.c, line 1029, before "AddClientJob(..., 10005, ... lpAcceptProc ...)", there should be an additional line like this:
Code:
pConnection->szIdent = NULL;
If not, when Ident_Timeout=0, in log files, users' Ident will be 4-byte random characters instead of "*".

p.s. Where can I find the newest source file? for example, v7.0.3. Are they accessible to public?
SysOp is offline   Reply With Quote