Andrew Tridgell
2ed8cfdf66
added OpenAlias and QueryAliasInfo levels 1 to 3
-
Andrew Tridgell
ffe4fcaab0
added OpenGroup and QueryGroupInfo levels 1 to 4
-
Andrew Tridgell
b90eff794f
added UserInfo level 21
-
Andrew Tridgell
5bbe63a7bb
added samr UserInfo levels 4 to 20
-
Andrew Tridgell
5e852f694c
added samr_UserInfo2 and samr_UserInfo3
-
Andrew Tridgell
e7edeec60e
added samr_OpenUser, samr_EnumDomainAliases and samr_QueryUserInfo level 1
-
Andrew Tridgell
f8d690fb2b
added samr_EnumDomainGroups and samr_EnumDomainUsers
-
Andrew Tridgell
219cfabaeb
added another 11 levels of QueryDomainInfo
-
Andrew Tridgell
2d9c055c1b
added samr_OpenDomain() and samr_QueryDomainInfo() level 1
-
Andrew Tridgell
947b9f8ced
run LookupDomain on each domain returned from EnumDomains in samr
-
Andrew Tridgell
7c162eaf3b
added the first couple of calls from samr as IDL
...
samr_EnumDomains() works nicely
-
Tim Potter
35e889cf33
Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx
...
works but without a devicemode.
-
Andrew Tridgell
1f93cbc1d5
added lsa_QuerySecObj() and the necessary sec_desc_buf supporting code
...
also adding printing of security descriptors
-
Andrew Tridgell
f0a8f063a6
it turns out that all MS servers ignore the artifact struct_len fields
...
in OpenPolicy and OpenPolicy2, so we don't in fact need the
[struct_len] attribute. This makes our IDL much closer to the MS IDL.
-
Andrew Tridgell
638eae6bae
added the dfs_GetInfo all - all levels
-
Andrew Tridgell
9ad28f6ddb
* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't work
...
properly, I'm still investigating that.
* changed dcerpc fault status code to NT_STATUS_NETWORK_WRITE_FAULT,
which I think is a better mapping
-
Andrew Tridgell
3fa61c1982
* fixed lsa_LookupPrivName
...
* added levels 2 and 3 of dfs_Enum
-
Andrew Tridgell
f32641f73f
we can now do a level1 NetDfsEnum()
-
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
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
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
-