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
/
header.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5442: Use argument list generator functions from NdrParser in NdrHeader
Jelmer Vernooij
1
-31
/
+9
2007-10-10
r5417: Add wrapper function for typedefs hash rather then using the "our" key...
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r5376: ORPC is NDR specific, so move it to ndr.pm.
Jelmer Vernooij
1
-29
/
+20
2007-10-10
r5345: Some more minor code readability fixes.
Jelmer Vernooij
1
-79
/
+85
2007-10-10
r5338: More efforts to handle types similarly.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r5320: Treat structs and unions somewhat more similarly:
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r5319: Make some more alignment code generic, move NDR-specific stuff to
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4883: support ndr_size_ generation on unions as well as structures
Andrew Tridgell
1
-1
/
+6
2007-10-10
r4553: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4551: add support for a pidl extensions
Stefan Metzmacher
1
-1
/
+33
2007-10-10
r4540: sync enum and bitmap code
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4535: add full support for
Stefan Metzmacher
1
-2
/
+27
2007-10-10
r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It
Andrew Tridgell
1
-3
/
+5
2007-10-10
r4521: fixed up the handling of PROPERTIES elements after the change to suppo...
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4518: added proper support for "typedef enum" in pidl. We can now use enums ...
Andrew Tridgell
1
-0
/
+5
2007-10-10
r4468: Don't be a slacker and leave out parameter names when generating
Tim Potter
1
-12
/
+12
2007-10-10
r3998: allow const arrays (see next commit to drsuapi.idl)
Stefan Metzmacher
1
-2
/
+6
2007-10-10
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3689: Large number of COM updates:
Jelmer Vernooij
1
-11
/
+34
2007-10-10
r3667: Small COM fixes
Jelmer Vernooij
1
-3
/
+14
2007-10-10
r3611: DCOM client support works!!
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
1
-2
/
+7
2007-10-10
r3442: Add support for the "call_as" and "local" attributes.
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+7
2007-10-10
r3423: auto-generate prototypes for all external functions in pidl
Andrew Tridgell
1
-2
/
+50
2007-10-10
r3282: some C pre-processors don't like expressions like
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3281: some compilers can't handle empty structures, so for empty IDL
Andrew Tridgell
1
-0
/
+6
2007-10-10
r1909: nicer format
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1786: Add support for the 'helpstring' attribute on interfaces
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r1736: - Pidl updates:
Jelmer Vernooij
1
-20
/
+6
2007-10-10
r1700: make version default to 0.0 (same as midl)
Jelmer Vernooij
1
-0
/
+2
2004-01-08
This patch adds a better dcerpc server infastructure.
Stefan Metzmacher
1
-1
/
+1
2003-12-16
a fairly large commit!
Andrew Tridgell
1
-0
/
+4
2003-12-16
the out substructure is not empty if there is a return from the
Andrew Tridgell
1
-0
/
+6
2003-12-16
some compilers can't handle structures with no elements. Generate
Andrew Tridgell
1
-16
/
+46
2003-12-15
make pidl no longer dependent on Data::Dumper, which isn't installed
Andrew Tridgell
1
-1
/
+0
2003-12-14
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
1
-1
/
+2
2003-12-02
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
Andrew Tridgell
1
-19
/
+17
2003-11-27
added an rpc scanner. This prints messages like this:
Andrew Tridgell
1
-2
/
+1
2003-11-26
added some paranoid checking for enums
Andrew Tridgell
1
-2
/
+5
2003-11-23
added a tool called 'ndrdump' that allows you to dump NDR data
Andrew Tridgell
1
-0
/
+2
2003-11-22
added support for enumerated types in IDL files. This makes unions
Andrew Tridgell
1
-1
/
+28
2003-11-22
added support for 'const' in IDL files. This makes it easy to define
Andrew Tridgell
1
-4
/
+14
2003-11-21
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
1
-6
/
+3
2003-11-21
added support for 'ascstr', a ascii string in MSRPC !
Andrew Tridgell
1
-4
/
+4
2003-11-20
use a precompiled grammer in pidl. This speeds up pidl by about a
Andrew Tridgell
1
-0
/
+1
[next]