21.03.2003:  2.50.52

    Changes/Additions:

     * Added bBanBoth option to ban() function which will ban both ID and
       IP when provided with a name or ID.
     * Added sm_reg as registered command for exec()
     * Moved client_exec notice to post function to get it displayed last.
     * Removed 'unbindall' from allowed execlient() commands.
     * Added default value (0) for amv_private_server
     * Changed sqlPASSWORD to me OFF by default
     * Changed say() message in admin_slayteam to say "Team xy was struck 
       down..." instead of a player name. Could also be changed to list all 
       players on that team, but that may flood the clients.
     * Made the meta-interface mismatch message an INFO message and
       more precise.
	

    Bug Fixes:

     * Fixed exploit: LogPrintf() was used with a supplied string as format
       string, allowing a format exploit.
     * Fixed client exploit: We do now replace non-printable characters with
       '.' for admin commands and strings sent to a client via ClientPrint(). 
       This is in order to screw hack code. Still not a safe solution against 
       this exploit but that can only be implememted on a client. It has 
       nothing to do with Admin Mod.
     * Fixed not being able to use Steamids in the password column in 
       users.ini, which is necessary to link a name to a Steamid.
     * Stop server from crashing when running a timer without the timer 
       entity being present.
     * Stop plugins killing another plugin's timer.
     * Fixed bug in filesize() where a line was counted multiple times 
       when it was longer than BUF_SIZE.
     * Fixed bug in writefile() messing up EOLs under Win32. 
     * Fixed a bug crashing a server when the mySQL PASSWORD() returned 
       a NULL pointer.
     * Fixed typo in CVar name which prevented mySQL PASSWORD() encryption
       from working.
     * Fixed bug loading AMX DLL from Win32 network drive.
     * Fixed a bug in admin authentication code.
     * Linux installer: Fixed bug not detecting MM version when it had no
       patch number. Fixed problems with Bash under FreeBSD. Tries to 
       remember the server directories it has already installed to.


