New Version
ioFTPD-v6.3.2.zip
Code:
v6.3.2 Release Notes:
*** File Modifications:
1) File system\ioFTPD.exe changed. Version 6.3.2.0
*** Fixes:
2) MDTM now closes the filehandle it opened when adjusting timestamps and
marks the directory cache as stale so the new timestamp will be picked
up.
3) The MDTM success response now includes a trailing newline, this was
causing clients to hang.
4) When attempting to download a file that cannot be opened for reading (such
as when the file is still being uploaded or a zipscript locks it) shared
memory was being incorrectly freed. This eventually results in memory
corruption. This must have been longstanding 5.x bug as well.
*** Functionality changes:
5) CRASH-Log.txt now includes the thread ID of the crashing thread to resolve
ambiguity in stack dumps.
6) Users with 1 flag are now considered administrators of all groups and thus
ignore their admingroup settings. Previously only M accounts did this.
7) A user without the 1 or M flag who has access to privileged commands (i.e.
someone with the G flag) who has no admingroups defined is no longer
considered an administrator of all groups. Such a user must be granted
authority over specific groups now.
8) Site uinfo/ginfo commands now apply the same test as above which means G
only flagged users cannot see detailed info about users or groups besides
those explicitely granted them.
9) As a side effect of the above changes, the site kick command now uses the
same rules. Non 1/M flagged users must have group admin rights defined
for the user they wish to kick.
10) M flagged accounts logged in via 127.0.0.1 can now add/delete the M flag
from any account, delete/rename other M flagged users, and add/remove IP
hostmasks from other M flagged users.