summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-03-16 21:59:11 +0000
committerJeremy Allison <jra@samba.org>2004-03-16 21:59:11 +0000
commitacad182a3f13e55c2156994e599eb0b1e0f1960e (patch)
treee058a2438cfcb514a1ae10db090af5d5d05bff08 /source3/smbd
parentc340b2e5e49c14c2e8377234b399f0682c7e3d5a (diff)
downloadsamba-acad182a3f13e55c2156994e599eb0b1e0f1960e.tar.gz
samba-acad182a3f13e55c2156994e599eb0b1e0f1960e.tar.bz2
samba-acad182a3f13e55c2156994e599eb0b1e0f1960e.zip
Add function next_mb_char_size() that returns a size_t of the number of
bytes in the mb character at a pointer. Will be useful in fixing check_path_syntax() to not use a "blacklist". Also re-added my (C) to reply.c. I mean, really - I've been adding code to the file for over 10 years and I recognise many of the fuctions as mine ! :-). Jeremy. (This used to be commit d2b2a39fd2f2e06cc4aebf081876985f0b28b477)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 48894308d1..c470d15645 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -3,6 +3,7 @@
Main SMB reply routines
Copyright (C) Andrew Tridgell 1992-1998
Copyright (C) Andrew Bartlett 2001
+ Copyright (C) Jeremy Allison 1992-2004.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by