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
/
build
/
pidl
/
ndr.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7604: Bunch of small pidl updates. Mostly removing unused functions,
Jelmer Vernooij
1
-40
/
+14
2007-10-10
r7590: Cleanups, add more notes on new string code.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r7187: fix alignment of unions
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r7122: Some cleanups, simplification of the code.
Jelmer Vernooij
1
-68
/
+7
2007-10-10
r7121: More subcontext fixes. A subcontext does not always imply internally d...
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r7119: the content of a subcontext can contain deferred data,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7102: fix subcontext(0)
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r7098: - make use of the NDR table instead of the IDL table in the client and...
Stefan Metzmacher
1
-3
/
+8
2007-10-10
r7084: - readd the work from rev 6516,6517,6572
Stefan Metzmacher
1
-46
/
+4
2007-10-10
r7059: Use namespaces for pidl and the build system, so we can later on
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenable
Andrew Bartlett
1
-1
/
+2
2007-10-10
r7029: Make array support in pidl similar to that in other IDL compilers. We ...
Jelmer Vernooij
1
-84
/
+83
2007-10-10
r7022: Add support for parsing definitions of multi-dimension arrays.
Jelmer Vernooij
1
-14
/
+19
2007-10-10
r6973: Merge new version of pidl into the main SAMBA_4_0 branch.
Jelmer Vernooij
1
-56
/
+230
2007-10-10
r6516: use only one list of scalar types and make "string" just a simple scal...
Stefan Metzmacher
1
-32
/
+3
2007-10-10
r6159: Move some more general ndr stuff (alignment calculations) to ndr.pm
Jelmer Vernooij
1
-4
/
+75
2007-10-10
r6130: More work on the NDR tree generator
Jelmer Vernooij
1
-1
/
+260
2007-10-10
r5853: Move some of the functions not specific to the Samba NDR parser generator
Jelmer Vernooij
1
-0
/
+205
2007-10-10
r5852: Rename ndr.pm to ndr_parser.pm
Jelmer Vernooij
1
-2275
/
+0
2007-10-10
r5797: - add idl property [subcontext_size()]
Stefan Metzmacher
1
-17
/
+31
2007-10-10
r5785: Fix subcontext pushes
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5775: Remove some unused functions (unions are no longer as special as they ...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5764: add support for embedded ref pointers
Stefan Metzmacher
1
-4
/
+10
2007-10-10
r5709: Leave out the pull/push call with NDR_BUFFERS for not just
Jelmer Vernooij
1
-2
/
+21
2007-10-10
r5697: Give an error message when a ref pointer is NULL (requested by tpot)
Jelmer Vernooij
1
-0
/
+6
2007-10-10
r5672: Use switch_type() and the token storage mechanism for unions:
Jelmer Vernooij
1
-45
/
+49
2007-10-10
r5671: Bunch of fixes related to arrays and pointers to arrays.
Jelmer Vernooij
1
-37
/
+40
2007-10-10
r5661: Be a little stricter on syntax regarding arrays. A pointer to an
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r5660: Reduce number of generated "{}"'s
Jelmer Vernooij
1
-5
/
+8
2007-10-10
r5603: add "authservice()" property to the interface property list
Stefan Metzmacher
1
-8
/
+30
2007-10-10
r5506: Simplify the use of subcontexts and make them a bit less a special case.
Jelmer Vernooij
1
-84
/
+155
2007-10-10
r5494: Some more code simplification, some additional comments.
Jelmer Vernooij
1
-58
/
+27
2007-10-10
r5493: Some code simplification
Jelmer Vernooij
1
-38
/
+30
2007-10-10
r5480: allow nopush and nopull on functions
Stefan Metzmacher
1
-6
/
+10
2007-10-10
r5479: Add ODL input support.
Jelmer Vernooij
1
-27
/
+0
2007-10-10
r5478: Bunch of small optimizations and generalizations.
Jelmer Vernooij
1
-20
/
+26
2007-10-10
r5477: - Move some more of the typelist stuff out of ndr.pm
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r5475: Move some existing and new type information functions to typelist.pm
Jelmer Vernooij
1
-18
/
+18
2007-10-10
r5466: Put the type information list in a seperate module
Jelmer Vernooij
1
-37
/
+22
2007-10-10
r5465: Add support to multiple levels of pointers in pidl.
Jelmer Vernooij
1
-77
/
+96
2007-10-10
r5464: Simplify print function generator code.
Jelmer Vernooij
1
-57
/
+27
2007-10-10
r5463: Make need_wire_pointer() return the number of required
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r5453: Treat "embedded" arrays (surrounding structures) somewhat
Jelmer Vernooij
1
-18
/
+39
2007-10-10
r5449: More array handling cleanups. This should make the code more
Jelmer Vernooij
1
-11
/
+24
2007-10-10
r5448: another portability fix for solaris
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5447: Add some utility functions for arrays and use them.
Jelmer Vernooij
1
-15
/
+63
2007-10-10
r5442: Use argument list generator functions from NdrParser in NdrHeader
Jelmer Vernooij
1
-0
/
+6
2007-10-10
r5441: Put push, pull and print arguments in hash as well
Jelmer Vernooij
1
-64
/
+96
2007-10-10
r5440: Some more generalizations
Jelmer Vernooij
1
-38
/
+16
[next]