Commit By: ghudson Log Message: ticket: 6200 status: open Eliminate use of strcpy/strcat/sprintf in wconfig.c. Use memcpy since we cannot rely on libkrb5support to give us the good stuff. Also fix up (to some extent) an assumption that size_t == int. Changed Files: U trunk/src/wconfig.c