Andrew Tridgell
431b25e895
pidl: support using pidl from top level directory
...
pidl needs to know if it is being used within the samba tree or not,
to get the names of some include files right. This adds support for
using pidl in the top level directory of a Samba build
This change also makes it clear that is_intree() is a boolean
function. Previously it returned different values for Samba3 and
Samba4, but there is nothing that depends on that
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-07 13:22:00 +11:00
Stefan Metzmacher
34b7b552e8
pidl:Samba4/NDR/Parser: fix ndr_pull/ndr_push mismatch
...
metze
2011-02-01 18:35:22 +01:00
Stefan Metzmacher
9fe4b695fe
pidl:Samba4/NDR/Parser: add support for 'ms_union' style aligment
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Feb 1 12:13:45 CET 2011 on sn-devel-104
2011-02-01 12:13:45 +01:00
Stefan Metzmacher
6124148d66
pidl:Samba4/NDR/Parser: only do the switch type alignment when we have a switch type
...
This doesn't change the logic, it just doesn't call the same aligment function
twice.
metze
2011-02-01 11:21:43 +01:00
Stefan Metzmacher
76f2ddf5a9
pidl:NDR: add support for 'ms_union' property.
...
metze
2011-02-01 11:21:42 +01:00
Stefan Metzmacher
34664338f3
pidl:Typelist: fix perl warnings about recursiv function calls
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Jan 26 10:59:04 CET 2011 on sn-devel-104
2011-01-26 10:59:04 +01:00
Stefan Metzmacher
4b068bb919
pidl:Samba3/ServerNDR: correctly initialise ndr_push struct
...
We need to copy the ptr_count from the ndr_pull struct to the ndr_push struct,
otherwise we'll reuse full pointer ids, which will cause the client to
fail in the ndr unmarshalling.
metze
2011-01-26 08:51:46 +01:00
Stefan Metzmacher
1a96ec2109
pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindings
...
The only consumer "openchange" uses the dcerpc_binding_handle based
functions now.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Jan 21 08:16:25 CET 2011 on sn-devel-104
2011-01-21 08:16:25 +01:00
Stefan Metzmacher
2778130d45
pidl:Samba4/Python: fix memory leak in _ndr_print functions
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Jan 6 14:34:31 CET 2011 on sn-devel-104
2011-01-06 14:34:31 +01:00
Stefan Metzmacher
d89e762240
pidl:Samba4/Python: avoid ';;' in generated C code.
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Jan 5 11:10:34 CET 2011 on sn-devel-104
2011-01-05 11:10:34 +01:00
Stefan Metzmacher
2e45cd15ec
pidl:Samba4/Python: fix segfault when setting pointers to scalars.
...
metze
2011-01-05 10:24:49 +01:00
Stefan Metzmacher
2868fc8a91
pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.yp
...
metze
2011-01-05 10:24:49 +01:00
Jelmer Vernooij
b320cc7990
Fix some formatting.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
320fd69923
Use fail_on_null.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
9529fdab26
wmi: Remove unnecessary noprint statements.
2011-01-01 02:54:05 +01:00
Jelmer Vernooij
bbab7ed8d9
pidl: Add prototype for init function in pidl-generated Python bindings.
2010-12-18 02:20:21 +01:00
Jelmer Vernooij
f9fbe0874f
pidl: Use system pytalloc if possible.
2010-12-18 00:47:06 +01:00
Stefan Metzmacher
bde8046ca5
pidl:Samba4/Python.pm: ignore "SUBCONTEXT" levels
...
These are only important for the NDR marshalling
and not for the python bindings.
metze
2010-12-10 18:24:06 +01:00
Stefan Metzmacher
8babee2c00
pidl:Samba4/Python.pm: don't handle scalar reference types special
...
The only special thing is that don't need get_value_of(),
all other checks are needed.
metze
2010-12-10 18:24:06 +01:00
Matthieu Patou
21b0d5e3b1
pidl: use $CC -E if $CPP is not defined, if both undefined use cpp
...
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Fri Dec 10 01:26:44 CET 2010 on sn-devel-104
2010-12-10 01:26:44 +01:00
Stefan Metzmacher
12c5e3fe26
pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_util
...
metze
2010-12-08 19:07:09 +01:00
Jelmer Vernooij
3bff03723d
pidl/python: Allow import of talloc, even though it doesn't live in the
...
samba.dcerpc. namespace.
2010-12-01 01:48:25 +01:00
Jelmer Vernooij
ba2110d190
pidl: Allow more flexibility importing modules using convenience function.
2010-12-01 01:48:24 +01:00
Jelmer Vernooij
dd0fbc47c7
pidl: Base new objects off of talloc object.
2010-12-01 01:48:24 +01:00
Andrew Tridgell
a3ed70ff96
pidl: fixed call to cpp with a space in the directory name
2010-11-21 23:10:14 +11:00
Andrew Tridgell
135756c8ac
pidl: use a union assignment instead of memmove
...
this means we don't lose type checking
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
2010-11-05 23:42:08 +11:00
Stefan Metzmacher
482c022840
pidl:Samba4/NDR/Parser: fix NDR64 union alignment
...
We need to align before the switch_type and before the
union arms. Both alignments are to the boundary of the largest
possible union arm.
This means that adding a new union arm with a larger alignment
would break compat!!!
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 17:49:23 UTC 2010 on sn-devel-104
2010-10-24 17:49:23 +00:00
Kai Blin
719a6bbfed
ndr dns: Add simple parser
2010-10-23 10:17:05 +00:00
Günther Deschner
df7523c792
pidl: fix minor typo in s3 server generation.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 11 15:12:57 UTC 2010 on sn-devel-104
2010-10-11 15:12:57 +00:00
Tim Potter
391b24e3ed
Fix some warnings at higher -W levels in pidl generated code.
...
Match data type for info levels to data type returned by utility
functions.
Autobuild-User: Tim Potter <tpot@samba.org>
Autobuild-Date: Mon Oct 11 12:18:22 UTC 2010 on sn-devel-104
2010-10-11 12:18:21 +00:00
Kai Blin
65d2cfdcf1
dnsp: Parse TXT records
2010-10-04 20:59:59 +02:00
Kai Blin
ee7ee2c4c2
ndr: Implement push function for IPv6 addresses
...
Thanks to Julien Kerihuel for providing the patch that pushed me to
finish my own IPv6 patches.
2010-10-04 20:59:59 +02:00
Kai Blin
013780b1e1
ndr: Add support for pulling/printing an ipv6address type
2010-10-04 20:59:59 +02:00
Jelmer Vernooij
88d08c172c
pidl: Allow longs for bitmasks.
2010-10-03 16:25:37 +02:00
Jelmer Vernooij
b7acb8ebb6
pidl: simplify some generated code.
2010-10-03 16:25:37 +02:00
Jelmer Vernooij
b77bcea352
pidl: Fix handling of typedefs of typedefs.
2010-10-01 11:03:18 +02:00
Stefan Metzmacher
fcee50b9c9
pidl: add support for pointers in typedefs
...
metze
2010-09-28 23:06:52 +02:00
Stefan Metzmacher
d4636c47c7
pidl:NDR/Parser: remove unused code for array element index
...
metze
2010-09-28 23:06:51 +02:00
Stefan Metzmacher
7fff22c29d
pidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()
...
metze
2010-09-28 23:06:49 +02:00
Stefan Metzmacher
3fa29cdd94
pidl:NDR/Client: make the generated code look a bit nicer
...
metze
2010-09-28 23:06:48 +02:00
Stefan Metzmacher
96666d48a7
pidl: remove unused async property handling
...
metze
2010-09-28 23:06:45 +02:00
Stefan Metzmacher
a73a2abb3a
pidl/Python: use has_property($d, "noopnum") helper function
...
metze
2010-09-28 23:06:44 +02:00
Stefan Metzmacher
65c5278f4d
pidl:NDR/Client.pm: remove unreached code
...
metze
2010-09-28 23:06:42 +02:00
Stefan Metzmacher
121ad074f9
pidl/Python: remove todo handling from PythonFunction(), it's done by the caller
...
metze
2010-09-28 23:06:41 +02:00
Stefan Metzmacher
a0fa1dd6fc
pidl/Typelist: let typeIs() do TYPEDEF dereference in the HASH case
...
metze
2010-09-28 23:06:40 +02:00
Andrew Tridgell
7d380795b6
pidl: added ifdef guards around ndr headers
...
this prevents us parsing the leading headers needlessly
2010-09-27 22:55:05 -07:00
Stefan Metzmacher
bea4948acb
pidl:NDR/Parser: fix range() for arrays
...
metze
2010-09-23 13:34:08 -07:00
Jelmer Vernooij
049c4fa04d
pytalloc: Add default compare function.
2010-09-21 11:47:03 -07:00
Jelmer Vernooij
6a3c687f03
pidl/python: Allow passing in UTF8 string objects as well as unicode
...
objects for IDL strings.
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-09-20 23:17:41 -07:00
Jelmer Vernooij
c4c6f8f175
s4-pild-python: Fix assignments - even though we reference the mem_ctx
...
of an object we still use the actual ptr.
2010-09-20 22:40:47 -07:00