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. Commit By: ghudson Revision: 20930 Changed Files: U trunk/src/wconfig.c