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