Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 73b530075589f24f7bb9a001fde979ec6930d2bb)
|
|
structure. This allows easy debug and test tool writing without having
to write functions that print every element of complex structures.
(This used to be commit 81d6181172e36c6fbae0907550a29511ce708574)
|
|
- don't generate parse functions for pull/push functions that are not
used
(This used to be commit 54613574bcd8b365c13848c6aa9366cadeb5da0e)
|
|
(This used to be commit 4df59bcff56a00e413fbde1a40ffebcb16763d3c)
|
|
from IDL file to working Samba4 RPC client library in a completely
automated fashion.
(This used to be commit 566476b3ff91eaa02c4f3c494afbf9ac7c200461)
|
|
- bettenicer handling of PROPERTIES
- handle size_is() on an out variable that refers to an in variable
(This used to be commit 33d9b75783651ccb02f895bc9e0b0d0d59f67b1d)
|
|
(This used to be commit 7bb45a21aeb9ea653c86ae7aa45ceee850b4b255)
|
|
function arguments
(This used to be commit 25be8dafdae65d9b6cbd04514290f1402e882f4e)
|
|
- fix ref ptrs in push
- add NTSTATUS return
(This used to be commit cba9df9aa4cef7d35ae786a90d6c34b54e9a086a)
|
|
- fixed lots of bugs
(This used to be commit 96e269fefedd1e8541eae7ad5e3fb98df978c81b)
|
|
(This used to be commit 8e865508a6619af4f2d72c3db7890edf9e07da1d)
|
|
Samba4 rpc framework
not complete, but sufficient for a number of lsa functions
(This used to be commit 42cd6904f51bac1ff92f0aea0deffb11864dfac2)
|
|
We're getting really close now! Ethereal can properly decode OpenPolicy
requests and responses using pidl generated code. QueryInfoPolicy
is nearly working.
(This used to be commit 23a9812987bad6fcf7bf131eafd2bf39d558eeb5)
|
|
(This used to be commit e35c62267fb605c4813f7c6178c6061806c74482)
|
|
- pass correct args when doing arrays of scalar vs buffer types
- add NULL data argument to all calls
- get rid of unecessary curly brackets
- typos
(This used to be commit 42a688ea1c012626e247820dec927456e3de9b79)
|
|
(This used to be commit 79e56e719cec28373c117efa33e8924470ffcdcf)
|
|
Return offset from function request and response code.
(This used to be commit 83ada5447b05667800dec536ac71d4b7437c77e4)
|
|
Generate code for parsing arrays.
We're nearly ready to start generating real code!
(This used to be commit f6f5b8a7189b579eaf1fbf8db91c9ba11b96ac57)
|
|
Fixed up handling of pointer to scalar type.
(This used to be commit eb3dbe113f9f4e755436caa974394e73a285cb03)
|
|
Changed dissect_ to prs_ to avoid name conflicts.
(This used to be commit 2670f1f8e111f2944c35db9ad28e049db123f9a8)
|
|
back in to ParseElement()
is_simple_type() -> is_scalar_type()
Added more types to scalar type list.
Pass scalars/buffers flag down to ParseElement()
(This used to be commit 802c219babc94178099dbc898da1a788a2e8a593)
|
|
Decided to use tridge's PARSE_SCALARS and PARSE_BUFFERS pattern for
generating code for structures and function calls. For functions, dissect
sub-structures with PARSE_SCALARS|PARSE_BUFFERS. For arrays and structures
in structures (?) use PARSE_SCALARS on each element of the structure then
PARSE_BUFFERS.
Determine whether a type is a "simple" type or a struct/union.
(This used to be commit bb5bab58177fafd670dba8fe755b6c4753713efd)
|
|
Pass drep (data representation?) field down from dcerpc dissector. This is
whether the packet is big or little endian.
(This used to be commit e5ca478614e50f7f45172a7f0e9fd37603502dfc)
|
|
to get closer to be compilable code!
(This used to be commit fbfe0795a9421a5c70dcbcaa74292b3fb4ae6974)
|
|
fewer tweaks.
(This used to be commit b045bbec59bf4faac094c5bca7f048c813054209)
|
|
(This used to be commit ac71046754b3a4bee53dab64ed73c176074482a0)
|
|
(This used to be commit c2fa746c477c3fd57e34d52643ea483f958d1f1a)
|
|
(This used to be commit 952b47dc23ee648daf065d08d35fab839e4afd04)
|
|
but not much else!
(This used to be commit 84fe4a000cb31ca5cdd24d9b8e57a63b8c0e8838)
|
|
(This used to be commit e1f191a9dc563648f9d151c56020e3324854f52f)
|
|
(This used to be commit 39e8894fb22da6c60cb8306d5ec4b1e868f0dd77)
|
|
(This used to be commit 24ec2f1f81a2f21573818695e7cb72979dcdef8b)
|
|
(This used to be commit a9b1e03b334a2ad106b3f42a513565b530baba93)
|
|
(This used to be commit 406458b2fc2ff8b84da820a0465229075c27fb70)
|
|
(This used to be commit 649e8ca0bb2af328db62942c146c5f8fc5e71e49)
|
|
(This used to be commit 6831c000a37da76a3f8dc3361c86f97807bb25b7)
|
|
- better handling of .. in filenames
(This used to be commit 4a9953f55bf48e04515510f9dc5e9015fd37bffd)
|
|
(This used to be commit 14135ed6bbff54d7b493f9be7748c2ad7440a97b)
|