summaryrefslogtreecommitdiff
path: root/source4/build/pidl/idl.gram
AgeCommit message (Collapse)AuthorFilesLines
2003-11-15support a new value() attribute that allows us to auto-fill certainAndrew Tridgell1-2/+9
elements. Used at the moment for string lengths. the regular expression isn't right, but it works for the case I need. Perl expert needed :) (This used to be commit c7ddd6b2aadeb3bbd2ad520a9e074866b434cbba)
2003-11-13I think we now handle conformant arrays in structures correctly - theAndrew Tridgell1-1/+4
test cases pass (This used to be commit 22e15023509f8f1682865d72765e79f41ab7d149)
2003-11-11- added support for the pull side of unionsAndrew Tridgell1-2/+2
- don't generate parse functions for pull/push functions that are not used (This used to be commit 54613574bcd8b365c13848c6aa9366cadeb5da0e)
2003-11-10much cleaner handling of the different types of variablesAndrew Tridgell1-0/+1
(This used to be commit 4df59bcff56a00e413fbde1a40ffebcb16763d3c)
2003-11-09added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell1-1/+2
function arguments (This used to be commit 25be8dafdae65d9b6cbd04514290f1402e882f4e)
2003-11-08- generate both the pull and push sideAndrew Tridgell1-1/+0
- fixed lots of bugs (This used to be commit 96e269fefedd1e8541eae7ad5e3fb98df978c81b)
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell1-5/+6
Samba4 rpc framework not complete, but sufficient for a number of lsa functions (This used to be commit 42cd6904f51bac1ff92f0aea0deffb11864dfac2)
2000-12-14first versionAndrew Tridgell1-0/+135
(This used to be commit 14135ed6bbff54d7b493f9be7748c2ad7440a97b)