Commits


Fixed return values of our own implementation of strlcpy(). The code has been taken from rsync and they fixed it, but we didn't until today :-/


- strlcat() and strlcpy() replacement functions.


- added strlcpy.c for strlcpy() and strlcat() replacement functions.