summaryrefslogtreecommitdiffstats
path: root/source3/smbd/srvstr.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-161-8/+49
* s3: smbd: srvstr_push() was changed to never return -1, so don't check for th...Jeremy Allison2014-09-161-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-3/+2
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-2/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-1/+1
* Match the 3.0.27a version of this function.Jeremy Allison2007-11-161-14/+4
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-1/+1
* r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke2007-10-101-3/+7
* r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke2007-10-101-3/+3
* r24000: Add message_push_blob() and message_push_string().Volker Lendecke2007-10-101-0/+40
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-221-0/+44
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-41/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-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