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
/
pidl
/
lib
/
Parse
/
Pidl
/
NDR.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-07
pidl/NDR: fix handling of multilevel pointers in function elements
Stefan Metzmacher
1
-4
/
+4
2008-02-07
pidl: get the pointer types correct when an element has multiple pointers
Stefan Metzmacher
1
-11
/
+24
2008-02-04
pidl: remove 'pointer_default_top()' support
Stefan Metzmacher
1
-8
/
+1
2008-02-02
pidl: revert changes it didn't want to push...sorry!
Stefan Metzmacher
1
-25
/
+12
2008-02-01
WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elements
Stefan Metzmacher
1
-4
/
+4
2008-02-01
LOOKS OK... pidl: get the pointer types correct when an element has multiple ...
Stefan Metzmacher
1
-11
/
+24
2008-02-01
pidl: cosmetic fix to use the same value everywhere
Stefan Metzmacher
1
-1
/
+1
2008-02-01
pidl/IDL: don't strip ',' from the properties content
Stefan Metzmacher
1
-1
/
+1
2008-01-14
pidl/python: Fix parsing arguments, fix more pointer issues.
Jelmer Vernooij
1
-1
/
+16
2008-01-12
pidl: Add function for determining whether a type has a body.
Jelmer Vernooij
1
-1
/
+1
2008-01-12
pidl: Remove declare tests, add more tests for typedef.
Jelmer Vernooij
1
-1
/
+5
2008-01-12
pidl: Remove support for the declare keyword in other parts of the pidl code.
Jelmer Vernooij
1
-8
/
+2
2007-10-10
r25185: Check that can_contain_deferred returns true if one of the members of...
Jelmer Vernooij
1
-6
/
+4
2007-10-10
r25166: Simplify can_contain_deferred and add tests for it.
Jelmer Vernooij
1
-17
/
+13
2007-10-10
r25114: handle structs and unions without typedefs better
Stefan Metzmacher
1
-3
/
+14
2007-10-10
r24815: Support cpp_quote().
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24514: IS_* elemements sound be perl integers consistantly...
Stefan Metzmacher
1
-12
/
+17
2007-10-10
r24493: - it turns out that
Stefan Metzmacher
1
-10
/
+34
2007-10-10
r24488: enum's and bitmap's not have nested types
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r24452: bail out instead of only giving a warning on
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r22617: assume we have defered elements if the type is just provides via
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r21682: Remove accidently committed debug command.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r21681: Fix bug in the parsing code that parsed "struct foo;" the same as
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r21584: Support for tagged types has landed!
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r21574: Fix handling of DECLARE.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r21573: Remove more code that assumed all types are typedefs.
Jelmer Vernooij
1
-7
/
+9
2007-10-10
r21572: More work towards supporting tagged types.
Jelmer Vernooij
1
-6
/
+10
2007-10-10
r21484: Fix Needed* for nested datastructures.
Jelmer Vernooij
1
-0
/
+16
2007-10-10
r21457: Cope with anonymous nested types in the NDR layer. This doesn't handled
Jelmer Vernooij
1
-18
/
+19
2007-10-10
r21430: Support tagged types without typedef. This means:
Jelmer Vernooij
1
-23
/
+61
2007-10-10
r21428: Handle representation types in Needed().
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r21222: Merge a couple of pidl fixes:
Jelmer Vernooij
1
-2
/
+5
2007-10-10
r20631: Add some tests for the ndr parser.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.
Jelmer Vernooij
1
-31
/
+18
2007-10-10
r19856: Use sptr as basis for full ptr implementation. Will add checks for du...
Jelmer Vernooij
1
-12
/
+3
2007-10-10
r19854: readd support for 'sptr' pointers, to work against windows servers
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r19845: Add warning for pointer_default_top()
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r19842: Complain about unknown pointer types.
Jelmer Vernooij
1
-3
/
+8
2007-10-10
r19834: Prevent some inaccurate warnings.
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r19830: Warn about non-ref top-level pointers.
Jelmer Vernooij
1
-4
/
+5
2007-10-10
r19752: Remove support for the `depends' attribute (use "import") instead.
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r19585: Add support for some more standard IDL instructions:
Jelmer Vernooij
1
-0
/
+11
2007-10-10
r19544: Fix case of 'warning'.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18639: Get rid of the keepref support
Jelmer Vernooij
1
-23
/
+0
2007-10-10
r18559: [string] always applies to the last pointer
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r18554: Fix warnings about [out] arguments.
Jelmer Vernooij
1
-5
/
+9
2007-10-10
r18523: Allow [out] on arrays as well as pointers, use in unixinfo.
Jelmer Vernooij
1
-3
/
+4
2007-10-10
r15776: Don't generate ref pointers in Samba4-generated code. There is no point
Jelmer Vernooij
1
-2
/
+24
2007-10-10
r15652: Fix aliases mechanism (fixes #3710)
Jelmer Vernooij
1
-2
/
+4
2007-10-10
r15593: Warn about [out] arguments that are not pointers. These can all be
Jelmer Vernooij
1
-0
/
+5
[next]