1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

7234 Commits

Author SHA1 Message Date
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
f38ecd7ff7 fixed alignment of the buffers part structures -
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
c7ddd6b2aa support a new value() attribute that allows us to auto-fill certain
elements. Used at the moment for string lengths.

the regular expression isn't right, but it works for the case I need.
Perl expert needed :)
-
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.
-
Tim Potter
4a6f192ff8 Fix bug in generation of function ndr_pull code generation. This patch
makes the code symmetric with the ndr_push code.
-
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
e66daf5273 * make pidl.pl exit with an error on a parse error
* fixed a buffers/scalars bug in structures
-
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
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 -