summaryrefslogtreecommitdiff
path: root/source3/smbd/srvstr.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-3/+2
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett1-2/+2
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-1/+1
2007-11-16Match the 3.0.27a version of this function.Jeremy Allison1-14/+4
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke1-3/+7
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke1-3/+3
2007-10-10r24000: Add message_push_blob() and message_push_string().Volker Lendecke1-0/+40
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2003-03-22(merge from HEAD)Andrew Bartlett1-0/+44
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-41/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew 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