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
/
pidl.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5852: Rename ndr.pm to ndr_parser.pm
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5675: - More DCOM bug fixes
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5672: Use switch_type() and the token storage mechanism for unions:
Jelmer Vernooij
1
-4
/
+1
2007-10-10
r5669: Couple of minor clearifications, simplifications.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r5490: The big (D)COM commit! :-) Contains most of the changes described in the
Jelmer Vernooij
1
-49
/
+69
2007-10-10
r5479: Add ODL input support.
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r5477: - Move some more of the typelist stuff out of ndr.pm
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r5319: Make some more alignment code generic, move NDR-specific stuff to
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r5073: Call new autogenerator function for swig stuff instead of old one.
Tim Potter
1
-6
/
+6
2007-10-10
r5044: fix pidl--swig
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5024: Fix build.
Tim Potter
1
-7
/
+1
2007-10-10
r5019: Some tweaks to building the swig .i files.
Tim Potter
1
-7
/
+12
2007-10-10
r4599: Remove some duplicated code in pidl.pl.
Tim Potter
1
-20
/
+8
2007-10-10
r4469: Version n + 1 of the pidl ethereal parser generator. This version is
Tim Potter
1
-9
/
+17
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
1
-5
/
+22
2007-10-10
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
1
-0
/
+29
2007-10-10
r3689: Large number of COM updates:
Jelmer Vernooij
1
-1
/
+12
2007-10-10
r3442: Add support for the "call_as" and "local" attributes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r2777: Correctly abort if an idl file fails to parse. Bloody perl...
Tim Potter
1
-1
/
+1
2007-10-10
r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r2253: Add test program, as small example of what's going on.
Tim Potter
1
-1
/
+11
2007-10-10
r2223: Include autogenerated header file for idl file we are processing with
Tim Potter
1
-0
/
+1
2007-10-10
r1736: - Pidl updates:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r1083: Generate prototypes for structs and unions marked "public" in the idl.
Tim Potter
1
-0
/
+6
2007-10-10
r955: Update debian package rules... builds now
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r948: Tridge suggested that the best way to write the ethereal parser is to
Tim Potter
1
-1
/
+1
2007-10-10
r602: Autogenerated packet-dcerpc-samr.c now compiles!
Tim Potter
1
-1
/
+1
2007-10-10
r600: Get rid of trailing whitespace which freaks out emacs' fontification.
Tim Potter
1
-6
/
+6
2007-10-10
r550: Remove clientfns.pm module - it was a bad idea.
Tim Potter
1
-9
/
+1
2007-10-10
r363: nicer error handling in pidl
Andrew Tridgell
1
-1
/
+2
2007-10-10
r356: Start of auto-generated client functions. Tridge can you take a look
Tim Potter
1
-0
/
+8
2003-12-15
added "pidl.pl --template" to dump a rough template to save typing
Andrew Tridgell
1
-0
/
+8
2003-12-14
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
1
-5
/
+14
2003-12-07
don't save the intermediate form to disk unless we need to
Andrew Tridgell
1
-19
/
+14
2003-12-07
make pidl a little less verbose
Andrew Tridgell
1
-4
/
+2
2003-12-07
re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This
Andrew Tridgell
1
-13
/
+4
2003-11-28
* support multiple interfaces in one IDL file in pidl
Andrew Tridgell
1
-12
/
+0
2003-11-28
added auto-generation of the IDL interface tables. This makes two less
Andrew Tridgell
1
-1
/
+1
2003-11-23
save about 35% of the time for "make idl" by processing multiple IDL
Andrew Tridgell
1
-58
/
+72
2003-11-22
added the beginnings of an IDL validator, to give clearer errors when
Andrew Tridgell
1
-0
/
+3
2003-11-22
added Parse::RecDescent module into pidl to ensure we all use the same
Andrew Tridgell
1
-0
/
+1
2003-11-20
a bit neater way of emitting code
Andrew Tridgell
1
-1
/
+1
2003-11-20
* cope with pidl not being in $HOME/pidl
Andrew Tridgell
1
-2
/
+2
2003-11-20
use a precompiled grammer in pidl. This speeds up pidl by about a
Andrew Tridgell
1
-5
/
+2
2003-11-17
* support inline arrays
Andrew Tridgell
1
-1
/
+1
2003-11-14
* make pidl.pl exit with an error on a parse error
Andrew Tridgell
1
-0
/
+1
2003-11-11
- added support for the pull side of unions
Andrew Tridgell
1
-1
/
+1
2003-11-09
added a module for auto-generating the client calls. We can now go
Andrew Tridgell
1
-1
/
+12
2003-11-08
- include includes.h
Andrew Tridgell
1
-7
/
+21
2003-11-06
updated pidl to auto-generate the ndr_push_*() functions for the
Andrew Tridgell
1
-1
/
+6
[next]