diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-23 07:22:16 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-23 07:22:16 +0000 |
commit | 37eb0d6c74ce158b1cc268cea446b33789550048 (patch) | |
tree | 53db3f7b7c381be854d8493ef7ac3e353bd640e4 /source3/include | |
parent | 7133aed083612480a94a7b61d6a0a0308c304b6e (diff) | |
download | samba-37eb0d6c74ce158b1cc268cea446b33789550048.tar.gz samba-37eb0d6c74ce158b1cc268cea446b33789550048.tar.bz2 samba-37eb0d6c74ce158b1cc268cea446b33789550048.zip |
Added other_safe_chars to alpha_strcpy(). Needs testing but is a better
fix for the problem.
Jeremy.
(This used to be commit e059fffd03a1382fb2b7059b6de369d9fc765a17)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index c4c9664c5c..7a7c2bcede 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1662,6 +1662,8 @@ typedef struct user_struct #define MAP_TO_GUEST_ON_BAD_USER 1 #define MAP_TO_GUEST_ON_BAD_PASSWORD 2 +#define SAFE_NETBIOS_CHARS ". -_" + #include "nsswitch/winbindd_nss.h" #include "smb_acls.h" |