1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
Jelmer Vernooij
7989ee2aa0 r22357: Don't use 'our' 2007-10-10 14:51:06 -05:00
Jelmer Vernooij
fa5722111d r22004: Check for dereferencing null pointers.
Patch by Ronnie Sahlberg.
2007-10-10 14:49:40 -05:00
Jelmer Vernooij
52a13ddf02 r21996: Fix a bug for invalid casts of pointers.
Patch by Ronnie Sahlberg.
2007-10-10 14:49:40 -05:00
Jelmer Vernooij
ec6c503e9d r21995: Patch from Ronnie Sahlberg.
Change the signatures for all functions it generates to specify
_U_ so that GCC "parameter not used" warnings are suppressed.
2007-10-10 14:49:40 -05:00
Jelmer Vernooij
c7bde9c1f5 r21568: More tests. 2007-10-10 14:48:57 -05:00
Jelmer Vernooij
40e2956058 r21567: Add some more wireshark tests. 2007-10-10 14:48:57 -05:00
Jelmer Vernooij
b104320961 r21534: Add some more tests for wireshark. 2007-10-10 14:48:54 -05:00
Jelmer Vernooij
365052555e r21532: Add tests for StripPrefixes utility function. 2007-10-10 14:48:53 -05:00
Jelmer Vernooij
e6fdcdf95e r21531: Use pidl-specific utility functions. Patch from Ronnie Sahlberg 2007-10-10 14:48:53 -05:00
Jelmer Vernooij
0c4fb484f0 r21493: Patch from Ronnie Sahlberg. From his email:
This patch changes the function name and signature that pidl generate
a call for when dissecting a policy handle to a new, more
PIDL-friendly function.

It also stores the procedure name in a new pinfo-> field so that
helpers that want to know the procedure name can finbd out easily.

The new PIDL helper function for policy handles use this new field and will show
   OpenHKU(<...>)
       opened in frame X
	   closed in frame Y
for the policy handle.
2007-10-10 14:48:44 -05:00
Jelmer Vernooij
a91e624af2 r21431: More tests, work on support in wireshark for tagged types. 2007-10-10 14:48:33 -05:00
Jelmer Vernooij
3619774482 r21411: Add some simple tests for the wireshark NDR generator. 2007-10-10 14:48:28 -05:00
Jelmer Vernooij
2669f2c8ad r21340: Fix warning undef 2007-10-10 14:48:15 -05:00
Jelmer Vernooij
1aecba7100 r21253: Merge some pidl fixes:
* Add tests for wireshark dissector generator
 * Add tests for the header code
 * Some cleanups
 * Fix handling of elements without [in] or [out]
2007-10-10 14:44:54 -05:00
Jelmer Vernooij
f5dc1b47ec r20567: Print proper errors with filename and line numbers in ParseExpr() 2007-10-10 14:37:01 -05:00
Jelmer Vernooij
959adfd0a6 r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl. 2007-10-10 14:36:04 -05:00
Jelmer Vernooij
324395afc7 r19752: Remove support for the `depends' attribute (use "import") instead. 2007-10-10 14:28:19 -05:00
Jelmer Vernooij
1ccab71cb8 r19585: Add support for some more standard IDL instructions:
- `include' (replaces helper())
 - `import' (replaces depends())

Add support for parsing importlib() - importlib() is now ignored (with a
warning), but no longer causes syntax errors.

helper() and depends() are now marked deprecated and will cause warnings.
2007-10-10 14:24:57 -05:00
Jelmer Vernooij
8bd12d3fdb r19562: Support returning simple scalars. 2007-10-10 14:24:52 -05:00
Jelmer Vernooij
910b56e729 r19561: Remove debug statement. 2007-10-10 14:24:51 -05:00
Jelmer Vernooij
dde3d5342c r19560: Fix handling of PARAM_VALUE. 2007-10-10 14:24:51 -05:00
Jelmer Vernooij
466e9c12a5 r19559: Fix handling of types where the name isn't prefixed by the interface name.
Based on patch by Julien Kerihuel.
2007-10-10 14:24:51 -05:00
Jelmer Vernooij
577cd1625d r19557: Fix lookup table for WERROR.
Fix perl warnings when using NTSTATUS as return type.
2007-10-10 14:24:50 -05:00
Jelmer Vernooij
dbae9b4e4e r19547: Fix use of v1_enum on enums used in return types. 2007-10-10 14:24:48 -05:00
Jelmer Vernooij
705cd03c53 r19545: Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel. 2007-10-10 14:24:47 -05:00
Jelmer Vernooij
5a2e103ea0 r18873: Use WERR_errors table rather than DOS_errors table for wireshark. 2007-10-10 14:20:17 -05:00
Jelmer Vernooij
a789aa468b r16824: Rename Ethereal -> Wireshark (patch from Joerg Mayer) 2007-10-10 14:09:47 -05:00