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
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
b2ced24fc0
added 9 more info levels to lsa_QueryInfoPolicy
-
Andrew Tridgell
b754ad2eae
added QueryPolicyInfo/PrimaryDomainInfo idl and test code
-
Andrew Tridgell
7e7cb97593
support lsa_AuditEventsInfo
-
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
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
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
1b7a7bc464
converted the rpcecho pipe to use IDL
-
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
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
-