summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
Commit message (Expand)AuthorAgeFilesLines
* pidl: fix an error message typoVolker Lendecke2013-10-111-1/+1
* pidl:NDR/Parser: correctly set $ndr->[relative_highest_]offset for relative_s...Stefan Metzmacher2013-05-081-1/+1
* Revert "Remove a bunch of "unused variable _relative_save_offset" warnings."Stefan Metzmacher2013-05-081-4/+2
* Remove a bunch of "unused variable _relative_save_offset" warnings.Jeremy Allison2013-05-081-2/+4
* pidl: Add skip option to elements.Andreas Schneider2013-03-151-2/+10
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-101-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-101-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-101-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-101-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-101-8/+6
* pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher2012-04-101-2/+2
* idl: add parser for the to_null propertyDavid Disseldorp2012-01-131-1/+5
* pidl:Samba4/NDR/Parser: don't generate code for [ignore] pointersStefan Metzmacher2011-11-241-2/+35
* pidl: added checking of NDR flags in generated codeAndrew Tridgell2011-09-081-0/+8
* pidl:NDR/Parser: allow [string,size_of()] togetherStefan Metzmacher2011-08-011-3/+12
* pidl:NDR/Parser: use interface->{UUID} and {NAME} instead of the raw {PROPERT...Stefan Metzmacher2011-08-011-3/+2
* pidl:NDR/Parser: use '0' instead of 'NULL' for an uint32_t valueStefan Metzmacher2011-08-011-1/+1
* pidl: Add support for the [ignore] propertyAndrew Bartlett2011-04-051-9/+22
* pidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe' related codeStefan Metzmacher2011-03-111-3/+3
* pidl: add support for 'pipe' at the NDR layerStefan Metzmacher2011-03-101-1/+212
* Revert "Fix alignment issues in SPOOLSS "BUFFER" marshalling."Stefan Metzmacher2011-02-281-7/+0
* Fix alignment issues in SPOOLSS "BUFFER" marshalling.Jeremy Allison2011-02-181-0/+7
* pidl:Samba4/NDR/Parser: fix ndr_pull/ndr_push mismatchStefan Metzmacher2011-02-011-1/+1
* pidl:Samba4/NDR/Parser: add support for 'ms_union' style aligmentStefan Metzmacher2011-02-011-2/+12
* pidl:Samba4/NDR/Parser: only do the switch type alignment when we have a swit...Stefan Metzmacher2011-02-011-7/+8
* Fix some formatting.Jelmer Vernooij2011-01-031-3/+3
* wmi: Remove unnecessary noprint statements.Jelmer Vernooij2011-01-011-4/+0
* pidl:Samba4/NDR/Parser: fix NDR64 union alignmentStefan Metzmacher2010-10-241-0/+8
* Fix some warnings at higher -W levels in pidl generated code.Tim Potter2010-10-111-4/+4
* pidl:NDR/Parser: remove unused code for array element indexStefan Metzmacher2010-09-281-6/+0
* pidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()Stefan Metzmacher2010-09-281-6/+4
* pidl: remove unused async property handlingStefan Metzmacher2010-09-281-2/+1
* pidl:NDR/Parser: fix range() for arraysStefan Metzmacher2010-09-231-1/+32
* pidl: prevent ndr_print_*() dying on NULL pointersAndrew Tridgell2010-09-161-0/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+4
* pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-181-1/+5
* pidl: Introduce new dirrective: relative_shortMatthieu Patou2009-12-121-3/+14
* pidl:NDR/Parser: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher2009-11-261-1/+1
* pidl:NDR/Parser.pm: update ndr_pull->relative_highest_offset after handling r...Stefan Metzmacher2009-11-201-1/+6
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-021-0/+4
* pidl: added union padding for NDR64Andrew Tridgell2009-09-291-0/+8
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-171-2/+2
* s4-pidl: add support for NDR64Andrew Tridgell2009-09-171-5/+5
* when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell2009-08-121-5/+5
* pidl: allow foo being on the wire after [length_is(foo)] uint8 *bufferStefan Metzmacher2009-07-271-0/+4
* pidl: add support for [string] on fixed size arrays.Stefan Metzmacher2009-07-271-1/+1
* pidl: Don't generate variables declarations for pointless array counters.Tim Prouty2009-03-041-1/+19
* Don't generate array iterators when the length of the array is always 0.Jelmer Vernooij2009-03-011-2/+8