diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 16:23:17 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:47:07 +1000 |
commit | e3138f2ffef32ee33778e0c068c6009a58536419 (patch) | |
tree | 207ab87a4baeb36d43e66cc746fef58a52a4c0fa /source3/include | |
parent | d458f6b3bd7043bb78953bdc48ee6e2dcb034042 (diff) | |
download | samba-e3138f2ffef32ee33778e0c068c6009a58536419.tar.gz samba-e3138f2ffef32ee33778e0c068c6009a58536419.tar.bz2 samba-e3138f2ffef32ee33778e0c068c6009a58536419.zip |
s3-lib Move isvalid83_w to mangle_hash.c
This means that there is no need for the 'valid.dat' table to be
loaded by anything other than smbd, so the unloader is also removed.
The concept of a 'valid dos character' has been replaced by the hash2
mangle method.
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2ffff4c137..a4de21faa2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1048,12 +1048,9 @@ char *sanitize_username(TALLOC_CTX *mem_ctx, const char *username); /* The following definitions come from lib/util_unistr.c */ -void gfree_case_tables(void); -void load_case_tables(void); size_t dos_PutUniCode(char *dst,const char *src, size_t len, bool null_terminate); int rpcstr_push(void *dest, const char *src, size_t dest_len, int flags); int rpcstr_push_talloc(TALLOC_CTX *ctx, smb_ucs2_t **dest, const char *src); -bool isvalid83_w(smb_ucs2_t c); size_t strlen_w(const smb_ucs2_t *src); size_t strnlen_w(const smb_ucs2_t *src, size_t max); smb_ucs2_t *strchr_w(const smb_ucs2_t *s, smb_ucs2_t c); |