index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
srvstr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-04
smbd: Fix whitespace
Volker Lendecke
1
-4
/
+4
2022-06-06
smbd: Move message_push_string() to smb1_utils.c
Volker Lendecke
1
-55
/
+0
2020-08-28
s3: safe_string: do not include string_wrappers.h
Matthew DeVore
1
-0
/
+1
2017-11-21
s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...
Jeremy Allison
1
-0
/
+14
2015-05-06
Convert all uses of uint8/16/32 to _t in source3/smbd.
Richard Sharpe
1
-4
/
+4
2014-09-16
s3: smbd: Change the function signature of srvstr_push() from returning a len...
Jeremy Allison
1
-8
/
+49
2014-09-16
s3: smbd: srvstr_push() was changed to never return -1, so don't check for th...
Jeremy Allison
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-23
s3-lib Remove the clobber_region() code.
Andrew Bartlett
1
-3
/
+2
2009-04-14
Solve some of the conflict between Samba3 and Samba4 push_string
Andrew Bartlett
1
-2
/
+2
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-1
/
+1
2007-11-16
Match the 3.0.27a version of this function.
Jeremy Allison
1
-14
/
+4
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-10
r24133: Explicitly pass flags2 down to push_string_fn
Volker Lendecke
1
-3
/
+7
2007-10-10
r24130: Explicitly pass flags2 to srvstr_push
Volker Lendecke
1
-3
/
+3
2007-10-10
r24000: Add message_push_blob() and message_push_string().
Volker Lendecke
1
-0
/
+40
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2003-03-22
(merge from HEAD)
Andrew Bartlett
1
-0
/
+44
2003-03-18
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
1
-41
/
+0
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+9
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-140
/
+5
2001-06-21
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell
1
-17
/
+21
2001-03-31
started converting some of the only-ascii code to use srvstr_*
Andrew Tridgell
1
-0
/
+18
2001-03-18
fixed some compilation errors with IRIX cc
Andrew Tridgell
1
-2
/
+2
2001-03-14
don't need srvstr_push_size or srvstr_pull_size
Andrew Tridgell
1
-40
/
+0
2001-03-13
simpler and more correct srvstr_push()
Andrew Tridgell
1
-10
/
+10
2001-03-13
added STR_ASCII flag to srvstr_pull()
Andrew Tridgell
1
-2
/
+2
2001-03-10
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
1
-0
/
+186