index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
/
pidl
/
header.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
r4553: fix typo
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r4551: add support for a pidl extensions
Stefan Metzmacher
2007-10-10
1
-1
/
+33
*
r4540: sync enum and bitmap code
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r4535: add full support for
Stefan Metzmacher
2007-10-10
1
-2
/
+27
*
r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It
Andrew Tridgell
2007-10-10
1
-3
/
+5
*
r4521: fixed up the handling of PROPERTIES elements after the change to suppo...
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r4518: added proper support for "typedef enum" in pidl. We can now use enums ...
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r4468: Don't be a slacker and leave out parameter names when generating
Tim Potter
2007-10-10
1
-12
/
+12
*
r3998: allow const arrays (see next commit to drsuapi.idl)
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3689: Large number of COM updates:
Jelmer Vernooij
2007-10-10
1
-11
/
+34
*
r3667: Small COM fixes
Jelmer Vernooij
2007-10-10
1
-3
/
+14
*
r3611: DCOM client support works!!
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper
Jelmer Vernooij
2007-10-10
1
-6
/
+4
*
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
2007-10-10
1
-2
/
+7
*
r3442: Add support for the "call_as" and "local" attributes.
Jelmer Vernooij
2007-10-10
1
-0
/
+3
*
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r3423: auto-generate prototypes for all external functions in pidl
Andrew Tridgell
2007-10-10
1
-2
/
+50
*
r3282: some C pre-processors don't like expressions like
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3281: some compilers can't handle empty structures, so for empty IDL
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r1909: nicer format
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r1786: Add support for the 'helpstring' attribute on interfaces
Jelmer Vernooij
2007-10-10
1
-0
/
+5
*
r1736: - Pidl updates:
Jelmer Vernooij
2007-10-10
1
-20
/
+6
*
r1700: make version default to 0.0 (same as midl)
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
This patch adds a better dcerpc server infastructure.
Stefan Metzmacher
2004-01-08
1
-1
/
+1
*
a fairly large commit!
Andrew Tridgell
2003-12-16
1
-0
/
+4
*
the out substructure is not empty if there is a return from the
Andrew Tridgell
2003-12-16
1
-0
/
+6
*
some compilers can't handle structures with no elements. Generate
Andrew Tridgell
2003-12-16
1
-16
/
+46
*
make pidl no longer dependent on Data::Dumper, which isn't installed
Andrew Tridgell
2003-12-15
1
-1
/
+0
*
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
2003-12-14
1
-1
/
+2
*
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
Andrew Tridgell
2003-12-02
1
-19
/
+17
*
added an rpc scanner. This prints messages like this:
Andrew Tridgell
2003-11-27
1
-2
/
+1
*
added some paranoid checking for enums
Andrew Tridgell
2003-11-26
1
-2
/
+5
*
added a tool called 'ndrdump' that allows you to dump NDR data
Andrew Tridgell
2003-11-23
1
-0
/
+2
*
added support for enumerated types in IDL files. This makes unions
Andrew Tridgell
2003-11-22
1
-1
/
+28
*
added support for 'const' in IDL files. This makes it easy to define
Andrew Tridgell
2003-11-22
1
-4
/
+14
*
* changed the way strings are handled in pidl to a much more general
Andrew Tridgell
2003-11-21
1
-6
/
+3
*
added support for 'ascstr', a ascii string in MSRPC !
Andrew Tridgell
2003-11-21
1
-4
/
+4
*
use a precompiled grammer in pidl. This speeds up pidl by about a
Andrew Tridgell
2003-11-20
1
-0
/
+1
*
use strict perl package everywhere for error checking
Andrew Tridgell
2003-11-20
1
-1
/
+2
*
* added a 'lstring' type for spoolss
Andrew Tridgell
2003-11-20
1
-0
/
+2
*
* added support for empty case elements (including default cases)
Andrew Tridgell
2003-11-20
1
-1
/
+3
*
auto-generate the pipe UUID version and name
Andrew Tridgell
2003-11-18
1
-9
/
+32
*
started documenting the extension to IDL that pidl implements
Andrew Tridgell
2003-11-17
1
-8
/
+0
*
* the beginnings of non-constant fixed arrays
Andrew Tridgell
2003-11-16
1
-3
/
+7
*
added support for "relstr", structure and union properties and public
Andrew Tridgell
2003-11-16
1
-0
/
+2
*
I think we now handle conformant arrays in structures correctly - the
Andrew Tridgell
2003-11-13
1
-4
/
+4
*
- added support for the pull side of unions
Andrew Tridgell
2003-11-11
1
-51
/
+54
*
much cleaner handling of the different types of variables
Andrew Tridgell
2003-11-10
1
-1
/
+8
[next]