summaryrefslogtreecommitdiff
path: root/source4/build/pidl/README
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-15 10:11:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:13 -0500
commitbdc1f52ea471af8ee88c46289d6a998b20638238 (patch)
treec84b1dabae50038aeeb0aeab2cddd181e13d2354 /source4/build/pidl/README
parent93e03bd27215a54d79ca996941468d1c33099ff3 (diff)
downloadsamba-bdc1f52ea471af8ee88c46289d6a998b20638238.tar.gz
samba-bdc1f52ea471af8ee88c46289d6a998b20638238.tar.bz2
samba-bdc1f52ea471af8ee88c46289d6a998b20638238.zip
r7604: Bunch of small pidl updates. Mostly removing unused functions,
cleanups and more flexibility (all output options now take an optional filename). (This used to be commit e3496732c66c2f9474fde58bb3930552511cb12a)
Diffstat (limited to 'source4/build/pidl/README')
-rw-r--r--source4/build/pidl/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/pidl/README b/source4/build/pidl/README
index eac0674153..1214288724 100644
--- a/source4/build/pidl/README
+++ b/source4/build/pidl/README
@@ -18,12 +18,13 @@ dump.pm - Converts the parse tree back to an IDL file
validator.pm - Validates the parse tree
-- DCE/RPC+NDR --
+ndr.pm - Generates intermediate datastructures for use by NDR parses/generators
ndr_client.pm - Generates client call functions in C using the NDR parser
eth_parser.pm - Generates a parser for the ethereal network sniffer
eth_header.pm - Generates a header for ethereal
swig.pm - Generates SWIG interface files (.i)
ndr_header.pm - Generates a header file with structures
-ndr.pm - Generates pull/push functions for parsing NDR
+ndr_parser.pm - Generates pull/push functions for parsing NDR
server.pm - Generates server side implementation in C
template.pm - Generates stubs in C for server implementation