summaryrefslogtreecommitdiffstats
path: root/source3/smbd/srvstr.c
Commit message (Expand)AuthorAgeFilesLines
* make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell2002-04-161-0/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-140/+5
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-17/+21
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-311-0/+18
* fixed some compilation errors with IRIX ccAndrew Tridgell2001-03-181-2/+2
* don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell2001-03-141-40/+0
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-131-10/+10
* added STR_ASCII flag to srvstr_pull()Andrew Tridgell2001-03-131-2/+2
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-101-0/+186