summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2008-10-14Sync with Samba 3.Jelmer Vernooij2-42/+56
2008-10-06Add in secure channel type used by AD trustsAndrew Bartlett1-3/+5
2008-10-06Clarify use of manual parsers in trustInOutBlob (drsblobs.idl)Andrew Bartlett1-4/+6
2008-10-06Implement 'type unknown' names in the CrackNames code.Andrew Bartlett1-1/+1
This guesses the type by running each of the possible options. Andrew Bartlett
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2-27/+73
plugfest in Redmond
2008-10-03Merge commit 'master/master'Andrew Tridgell1-2/+2
2008-10-02s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()Stefan Metzmacher1-2/+2
metze
2008-09-30fixed a number of places in our LSA server where we should return theAndrew Tridgell1-1/+1
sid/name array even when all are unmapped. If we don't fill in the array then the windows client runtime crashes
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2-8/+18
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-8/+17
2008-09-30dcerpc.idl: add DCERPC_PFC_OFFSETStefan Metzmacher1-0/+1
metze
2008-09-29added new level for lsalookupnames2Andrew Tridgell1-1/+2
2008-09-29added some more well known SIDs - thanks to the WSPP LSAT test suiteAndrew Tridgell1-0/+6
2008-09-23s4-nbt: use moved libcli netlogon helpers.Günther Deschner1-1/+1
Guenther
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner1-1/+1
Guenther
2008-09-17Sync more interface descriptions between Samba 3 and Samba 4.Jelmer Vernooij5-12/+127
2008-09-17Sync addition of [todo] attribute to Samba 3.Jelmer Vernooij2-1/+14
2008-09-16Fix more WMI compilation issues.Jelmer Vernooij1-3/+2
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij1-191/+103
2008-09-16Support restricted.Jelmer Vernooij1-5/+8
2008-09-16Import proper IDL for interface pointers.Jelmer Vernooij1-345/+266
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij2-1/+5
2008-09-15Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij1-4/+9
2008-09-15Add wikipedia link to WMI.Jelmer Vernooij1-0/+4
2008-09-15Allow base classes to be defined in other files.Jelmer Vernooij2-3/+1
2008-09-15Redefine BSTR.Jelmer Vernooij1-0/+9
2008-09-15Redefine BSTR.Jelmer Vernooij1-0/+2
2008-09-15Avoid using unions without discriminants.Jelmer Vernooij1-2/+2
2008-09-15Reimport pidl support for COM.Jelmer Vernooij2-29/+20
2008-09-15Move WMI IDL into separate IDL file.Jelmer Vernooij2-2/+0
2008-09-15Import IDL for WMI.Andrzej Hajda2-0/+865
2008-09-15Reimport DCOM IDL.Jelmer Vernooij1-0/+307
2008-09-09drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵Stefan Metzmacher1-4/+72
Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8)
2008-09-08More work towards trusted domains support in Samba4's LSAAndrew Bartlett1-3/+3
Make 'lsar_CreateTrustedDomain' consistant with lsar_CreateTrustedDomainEx{,2} by renaming handle -> policy_handle Implement LSA server logic to create the cn=users trust account for incoming trusts. Andrew Bartlett (This used to be commit d87b655e20b7c38756774cec2e5898af38c46786)
2008-09-04More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett2-8/+26
We still don't get the format inside the encrypted blob correct however. Andrew Bartlett (This used to be commit 99a3abda09716c064b3e9a37c4a79a8f62444eca)
2008-09-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2-1/+18
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451)
2008-09-03Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2-1/+18
This is implemented by means of a message to the KDC, to avoid having to link most of the KDC into netlogon. Andrew Bartlett (This used to be commit 82fcd7941f5c54da2d994c8bd99dd8d86299a296)
2008-09-02Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2-41/+51
(This used to be commit e5520706c88911c66b3ce5817e371900212ca083)
2008-08-29It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett2-2/+9
This test now passes against Win2k3, and a implementation in the Samba4 server should follow shortly. Andrew Bartlett (This used to be commit c6b8ba893dd3ed90bca32c0ae89fd33be729c238)
2008-08-28Further rework the RPC-PAC test.Andrew Bartlett1-1/+1
This would seem to match the documentation requirements for the PAC verfication over NETLOGON, but I can't get Win2k3 to accept it so far. Andrew Bartlett (This used to be commit acfa87f3411a61bdd9066fbbba2bcfbe2a60cbbe)
2008-08-27Add a test to explore Netlogon PAC validationAndrew Bartlett2-5/+27
However, I have still not figured out this protocol yet, and the docs are rather unclear... :-( Andrew Bartlett (This used to be commit d878643071a1477435a267e2944461d367cdfa79)
2008-08-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett7-68/+131
(This used to be commit b706708210a05d6f10474a3cd2bbc550704d4356)
2008-08-26Update RPC-LSA to (almost) pass against Windows 2008.Andrew Bartlett2-27/+92
(This used to be commit a17cb558c23142e522de3ed56d65c7694477395f)
2008-08-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett3-14/+24
(This used to be commit a555334db67527b57bc6172e3d08f65caf1e6760)
2008-08-22Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell1-6/+6
(This used to be commit 93cf0b3c7e6d8a4758c44519de51e51be89f76c7)
2008-08-22Merge branch 'abartlet-4-0-local' into v4-0-testAndrew Tridgell1-1/+7
(This used to be commit 469fac2669991b130dec219e1a109a8b2ce224be)
2008-08-21drsuapi.idl: use hand written push functions for the compressed blobsStefan Metzmacher1-6/+6
This isn't really the final solution, as we compress the data twice, but it works. metze (This used to be commit 6da1d41173a7b82412fcebdd751eade51cf82b2a)
2008-08-20krb5pac.idl: make use of subcontext(0xFFFFFC01) to handle the type ↵Stefan Metzmacher1-5/+1
Serialization header Now we should be able to handle bigendian PAC_LOGON_INFO buffers. metze (This used to be commit adbff0b0f92aa0742a8293071776b388879cbd8e)
2008-08-20drsuapi.idl: readd type serialization headers to compressed DsGetNCChangesCtr*Stefan Metzmacher1-4/+12
metze (This used to be commit 4e6937816f1563686d04da4ab00a46d4461401b9)
2008-08-20Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer1-1/+7
I've studied now the netlogon attribute from the CLDAP request and have compared them with the table presented in the WSPP docs (http://msdn.microsoft.com/en-us/library/cc201036.aspx). The first two bytes seem to be correct, but that the third and fourth one is completely clear with SAMBA 4. Signed-off-by: Andrew Bartlett <abartlet@samba.org> (This used to be commit 3024a43c25e3ec9821d94a27d5cf738890b1b8f3)