Andrew Tridgell
cf880a8312
fixed another problem with pointers to arrays in structures
-
Andrew Tridgell
f32641f73f
we can now do a level1 NetDfsEnum()
-
Andrew Tridgell
7b0f2ccf07
fixed the handling of unions of pointers
-
Andrew Tridgell
b5888b5315
* differentiate between pointers and non-pointers in switch_is union
...
elements in structures
* layout the pull/push/print generated functions with all push
together, all pull together etc, as this makes for easier debugging
(note that I have no redirected commit messages for pidl to the
samba-cvs mailing list, so you may be seeing these messages for the
first time. See the pidl cvs repository for details on pidl)
-
Andrew Tridgell
01cdcba5cd
fixed rpcecho EchoData debug code
-
Andrew Tridgell
91aed7c6a6
removed some obsolete .cvsignore files
-
Andrew Tridgell
874bf4689d
removed a bunch of the old rpc code in preparation for replacing it all with auto-generated code
-
Andrew Tridgell
d9eb4511d0
more dfs work
-
Andrew Tridgell
095ab42cbd
* fixed conformant arrays in structures
...
* expanded the rpcecho test
* started adding the NETDFS pipe
-
Andrew Tridgell
22e1502350
I think we now handle conformant arrays in structures correctly - the
...
test cases pass
-
Andrew Tridgell
2cc354bd82
lsa_PrivilegeSet seems to be a very strange beast indeed. It has a
...
constant sized array of size 1 at the end?
-
Andrew Tridgell
673e7bcdc2
handle constant sized arrays
-
Andrew Tridgell
b2ced24fc0
added 9 more info levels to lsa_QueryInfoPolicy
-
Andrew Tridgell
259d5d7a0e
added support for 8 byte aligned HYPER_T
-
Andrew Tridgell
b754ad2eae
added QueryPolicyInfo/PrimaryDomainInfo idl and test code
-
Andrew Tridgell
ce15cc87fb
fixed the NDR structure alignment rules
...
still not perfect, but works for all the cases I have seen so far
-
Andrew Tridgell
7e7cb97593
support lsa_AuditEventsInfo
-
Andrew Tridgell
a29145df04
fixed handling on pointers to arrays of structures in unions
-
Andrew Tridgell
e81040a902
start using automatic union printing
-
Andrew Tridgell
73b5300755
automatic printing of unions
-
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
54613574bc
- added support for the pull side of unions
...
- don't generate parse functions for pull/push functions that are not
used
-
Andrew Tridgell
c742227ec3
added idl and test code for lsa_LookupPrivName()
-
Andrew Tridgell
447c5f13d4
added IDL and test for lsa_EnumAccountRights()
...
interestingly, win2000 doesn't return the same list of rights via
lsa_EnumAccountRights() and lsa_EnumPrivsAccount()
-
Andrew Tridgell
f8bbce69bf
added IDL and test for lsa_EnumPrivsAccount()
-
Andrew Tridgell
4df59bcff5
much cleaner handling of the different types of variables
-
Jelmer Vernooij
4c0226c718
Add make rule for smbiconv
-
Jelmer Vernooij
db68d642d6
Remove check for SAM, which has already been removed
-
Jelmer Vernooij
00807119ee
Add iconv test utility
-
Jelmer Vernooij
e92e04b889
Add check for precompiled headers
-
Andrew Tridgell
e5d93cf996
- fixed lsa_EnumTrustDom
...
- added lsa_OpenAccount
- handle STATUS_SOME_UNMAPPED
-
Andrew Tridgell
ef60a70912
added lsa_EnumTrustDom
-
Andrew Tridgell
fe12f81ba4
added lsa_EnumPrivs idl and test code
-
Andrew Tridgell
dbadbbf1a7
added a test for lsa_Close()
-
Andrew Tridgell
6c50589a9c
i forgot to commit the rpcecho idl file
-
Andrew Tridgell
8e52381313
- added the rest of the LSA calls as stubs
...
- auto-generate the client calls with 'make idl'
-
Andrew Tridgell
566476b3ff
added a module for auto-generating the client calls. We can now go
...
from IDL file to working Samba4 RPC client library in a completely
automated fashion.
-
Andrew Tridgell
1b7a7bc464
converted the rpcecho pipe to use IDL
-
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
9946532f97
use a more consistent style for the client stubs
-
Andrew Tridgell
6151e5a214
get rid of some prototypes that aren't needed any more
-
Andrew Tridgell
fba3a7ad22
lsa_LookupNames now works
-
Andrew Tridgell
7bb45a21ae
added support for arrays as function arguments and for unistr_noterm
-
Andrew Tridgell
9aacdb5b8a
check for pidl.pl in path, not $HOME/pidl/
-
Andrew Tridgell
afa1ff5f08
added idl, generated code and test code for lsa_LookupSids
-
Andrew Tridgell
25be8dafda
added fixes for the pushing of arrays and handling non-ref pointers in
...
function arguments
-
Andrew Tridgell
cba9df9aa4
- include includes.h
...
- fix ref ptrs in push
- add NTSTATUS return
-
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
-