summaryrefslogtreecommitdiff
path: root/source3/smbd/srvstr.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-22Small clenaup patches:Andrew Bartlett1-0/+44
2003-03-15String handling parinoia fixes.Andrew Bartlett1-41/+0
2002-04-16make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell1-0/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-140/+5
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-17/+21
2001-03-31started converting some of the only-ascii code to use srvstr_*Andrew Tridgell1-0/+18
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell1-2/+2
2001-03-14don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell1-40/+0
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell1-10/+10
2001-03-13added STR_ASCII flag to srvstr_pull()Andrew Tridgell1-2/+2
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-0/+186