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
/
parser.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5051: initialise all elements of an array (thanks to Mike Allan for pointing
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4884: - 2nd part of support ndr_size_ generation on unions as well as struct...
Andrew Tridgell
1
-0
/
+20
2007-10-10
r4843: fixed the alignment handling of enumerated types
Andrew Tridgell
1
-0
/
+2
2007-10-10
r4557: support for [flags()] on typedef enum|bitmap
Stefan Metzmacher
1
-6
/
+4
2007-10-10
r4551: add support for a pidl extensions
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r4540: sync enum and bitmap code
Stefan Metzmacher
1
-24
/
+7
2007-10-10
r4535: add full support for
Stefan Metzmacher
1
-4
/
+113
2007-10-10
r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It
Andrew Tridgell
1
-91
/
+14
2007-10-10
r4523: the PROPERTIES change for typedef was not quite as simple as I thought...
Andrew Tridgell
1
-0
/
+12
2007-10-10
r4521: fixed up the handling of PROPERTIES elements after the change to suppo...
Andrew Tridgell
1
-10
/
+10
2007-10-10
r4518: added proper support for "typedef enum" in pidl. We can now use enums ...
Andrew Tridgell
1
-4
/
+115
2007-10-10
r4509: Add missing cr.
Tim Potter
1
-1
/
+1
2007-10-10
r4170: don't check array size for conformant arrays (they are checked separat...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r4139: 2nd attempt at fixing the null ptr in size_is() problem.
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4136: when we have a size or switch variable that is a pointer we need to ch...
Andrew Tridgell
1
-1
/
+25
2007-10-10
r4112: when a pointer is NULL on the wire ensure it is null in the structure
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4110: fixed pidl to allow arrays to have size_is() and length_is() elements
Andrew Tridgell
1
-30
/
+42
2007-10-10
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
1
-17
/
+2
2007-10-10
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
1
-4
/
+44
2007-10-10
r3689: Large number of COM updates:
Jelmer Vernooij
1
-2
/
+7
2007-10-10
r3626: More minor DCOM fixes
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r3606: More DCOM fixes:
Jelmer Vernooij
1
-4
/
+1
2007-10-10
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
1
-1
/
+11
2007-10-10
r3484: - add support for conformant string arrays at the end of a struct
Stefan Metzmacher
1
-2
/
+14
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-1
/
+8
2007-10-10
r3423: auto-generate prototypes for all external functions in pidl
Andrew Tridgell
1
-77
/
+5
2007-10-10
r3043: Use binding strings for specifying endpoints. The property for
Jelmer Vernooij
1
-9
/
+7
2007-10-10
r2990: Add support to pidl for autogenerating ndr_size_*() functions. Adding
Jelmer Vernooij
1
-1
/
+129
2007-10-10
r2988: this should fix support for negative switch levels in PIDL
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcp
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2948: added support for the [range(low,high)] attribute in pidl. This allows
Andrew Tridgell
1
-0
/
+5
2007-10-10
r2933: Only pull a union once when it occurs in a subcontext
Jelmer Vernooij
1
-2
/
+6
2007-10-10
r1786: Add support for the 'helpstring' attribute on interfaces
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r1757: much simpler (and smaller, faster etc) way of doing relative pointers
Andrew Tridgell
1
-8
/
+5
2007-10-10
r1736: - Pidl updates:
Jelmer Vernooij
1
-23
/
+5
2007-10-10
r1671: make [relative] pointers in idl much more generic, treating them just
Andrew Tridgell
1
-14
/
+22
2007-10-10
r1611: Put a brace on a new line.
Tim Potter
1
-1
/
+2
2007-10-10
r1148: fixed a minor formatting error in generated code
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()
Andrew Tridgell
1
-3
/
+3
2007-10-10
r1014: change the handling of r->out to auto-zero the structure, and auto-copy
Andrew Tridgell
1
-7
/
+47
2007-10-10
r894: use _t in generated pidl code
Andrew Tridgell
1
-10
/
+10
2004-01-22
added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o
Andrew Tridgell
1
-1
/
+1
2003-12-15
make pidl no longer dependent on Data::Dumper, which isn't installed
Andrew Tridgell
1
-1
/
+0
2003-12-15
fixed the handling of zero-length top level arrays in pidl
Andrew Tridgell
1
-3
/
+5
2003-12-14
fix _ptr_ declaration
Andrew Tridgell
1
-2
/
+2
2003-12-12
handle the auto-allocation of [ref] output arrays in pidl. This
Andrew Tridgell
1
-3
/
+9
2003-12-12
* the RPC-ECHO pipe now works in smbd, as long as the data sizes
Andrew Tridgell
1
-0
/
+5
2003-12-10
more portable array of endpoints code from pidl
Andrew Tridgell
1
-4
/
+7
2003-12-02
netr_DatabaseSync() now works fully for databases 0, 1 and 2
Andrew Tridgell
1
-1
/
+1
[next]