summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-02 09:02:28 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-02 09:02:28 +0000
commited51782f835bc6e083e06cfff0c3ad063bd8d8d2 (patch)
tree007c0e1f68aafa9116290a4d635aaf6acb71d428 /source3/Makefile.in
parent4f3a2be2b9b566a33c5205142666e7e697d8f93f (diff)
downloadsamba-ed51782f835bc6e083e06cfff0c3ad063bd8d8d2.tar.gz
samba-ed51782f835bc6e083e06cfff0c3ad063bd8d8d2.tar.bz2
samba-ed51782f835bc6e083e06cfff0c3ad063bd8d8d2.zip
We go to a lot of effort to avoid strcpy() in Samba, but its not much use if
people start doing using strlen(src) in strncpy() :-) This occured when the talloc based passdb was reverted in favor of a pstring based one. In the talloc version this was fine, becouse the buffer was strlen(src) bytes long. This no longer applies... This doesn't seem to have broken anything, but I'm chasing up an oddity with NT password changing from the last merge. Test & MERGE for 2.2.3 Andrew Bartlett (This used to be commit 673ece2841e8b60966a17ece3591f9f202807332)
Diffstat (limited to 'source3/Makefile.in')
0 files changed, 0 insertions, 0 deletions