Replace strcpy/strcat/sprintf uses in a couple of sample code files with strncpy/strncat. Since this is sample code, we can't rely on build system support for asprintf/strlcpy/strlcat. Commit By: ghudson Revision: 21000 Changed Files: U trunk/src/appl/sample/sclient/sclient.c U trunk/src/plugins/authdata/greet/greet_auth.c