index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
librpc
/
ndr
/
ndr_string.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9795: fix the ndr_pull_string code to handle, some special cases,
Stefan Metzmacher
1
-51
/
+51
2007-10-10
r9441: Use "const char *" for fixed-size arrays with charset() because
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.
Jelmer Vernooij
1
-6
/
+9
2007-10-10
r9439: Make sure the remainder of the array is always initialized if the buff...
Jelmer Vernooij
1
-1
/
+7
2007-10-10
r9300: cope with zero length in ndr_pull_charset()
Andrew Tridgell
1
-0
/
+4
2007-10-10
r8261: charset style strings in pidl should be const, just like old style ndr...
Andrew Tridgell
1
-4
/
+4
2007-10-10
r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,
Stefan Metzmacher
1
-1
/
+16
2007-10-10
r8045: fix valgrind warning, add zero padding when the string doesn't fill th...
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r7706: Move ParseExpr() to util.
Jelmer Vernooij
1
-4
/
+3
2007-10-10
r7702: Implement [charset()] attribute.
Jelmer Vernooij
1
-1
/
+37
2007-10-10
r7695: Add support for the [string] attribute that works in the traditional s...
Jelmer Vernooij
1
-0
/
+27
2007-10-10
r6572: add "string_array" as new scalar type for handling SPOOLSS string array's
Stefan Metzmacher
1
-0
/
+72
2007-10-10
r6519: move string handling functions to a seperate file
Stefan Metzmacher
1
-0
/
+499