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

9 Commits

Author SHA1 Message Date
Andrew Tridgell
e81040a902 start using automatic union printing -
Andrew Tridgell
81d6181172 automatically generate ndr_print_*() functions for every IDL
structure. This allows easy debug and test tool writing without having
to write functions that print every element of complex structures.
-
Andrew Tridgell
5b2d577969 started adding support for lsa_QueryInfoPolicy -
Andrew Tridgell
1b7a7bc464 converted the rpcecho pipe to use IDL -
Andrew Tridgell
fba3a7ad22 lsa_LookupNames now works -
Andrew Tridgell
afa1ff5f08 added idl, generated code and test code for lsa_LookupSids -
Andrew Tridgell
47a17e5a08 - more generation fixes
- added auto-generation from the Makefile. Only called when you run "make idl"
-
Andrew Tridgell
3983b2aee7 - corrected some lsa idl
- updated lsa parse code from pidl
-
Andrew Tridgell
6b222d3b65 another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually
-