alpha_strcpy() is a utility function which reportedly: Strips out all but 'a-Z0-9...
commitb290e70432852614eba9261502bf6bc6eb8aadf6
authorDavid Disseldorp <ddiss@suse.de>
Fri, 1 Apr 2011 18:21:59 +0000 (1 11:21 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jun 2011 10:56:31 +0000 (14 12:56 +0200)
treeeefcd0bd3b8510450147df9c8cefe6005b594e33
parentd65d2279399316b80b1a992e5821919c6800cad4
alpha_strcpy() is a utility function which reportedly: Strips out all but 'a-Z0-9' and the character in other_safe_chars and replaces with '_'.

This statement does not currently hold true in all cases (e.g. src =
"ТАНЦЕВАТЬ").

Part of a fix for bug 8040 - smbclient segfaults when a Cyrillic netbios
name or workgroup is configured.
(cherry picked from commit 3e0f539596fbb867b672eeaff037e81c33428309)
source3/lib/util_str.c