1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Andrew Tridgell
a29145df04 fixed handling on pointers to arrays of structures in unions -
Andrew Tridgell
73b5300755 automatic printing of unions -
Andrew Tridgell
54613574bc - added support for the pull side of unions
- don't generate parse functions for pull/push functions that are not
  used
-
Andrew Tridgell
4df59bcff5 much cleaner handling of the different types of variables -
Andrew Tridgell
33d9b75783 - handle void functions
- bettenicer handling of PROPERTIES

- handle size_is() on an out variable that refers to an in variable
-
Andrew Tridgell
7bb45a21ae added support for arrays as function arguments and for unistr_noterm -
Andrew Tridgell
96e269fefe - generate both the pull and push side
- fixed lots of bugs
-
Andrew Tridgell
42cd6904f5 updated pidl to auto-generate the ndr_push_*() functions for the
Samba4 rpc framework

not complete, but sufficient for a number of lsa functions
-
Andrew Tridgell
4a9953f55b - fixed FlattenHash bug
- better handling of .. in filenames
-
Andrew Tridgell
14135ed6bb first version -