K 10 svn:author V 5 billf K 8 svn:date V 27 1999-01-04T14:07:53.000000Z K 7 svn:log V 286 -Clarification of last commit- The char that the random letters and numbers are being pulled from is ended with a '\0'. Using sizeof() includes this '\0' in the 'pool' of possible characters. This patch decrements by one the size so we don't accidently end the new password prematurly. END