- Changed strcpy() calls into strlcpy() calls, just to be extra safe.
authorWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 23:17:27 +0000 (23:17 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 23:17:27 +0000 (23:17 +0000)
commit55410368e51074c167154689de0236c05df1ce6c
tree64ed712a0f211272e447a587c6752ecebc828a44
parente4fdf1debee8313a767c94a42f5181df9ca881e0
- Changed strcpy() calls into strlcpy() calls, just to be extra safe.
- Added a default: exit_cleanup() case to a switch.
- Made the check_name() function take a buffer size arg.
clientname.c