summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-305-12/+237
| |\
| | * s4:drsblob: fix the buildStefan Metzmacher2008-09-301-1/+1
| | | | | | | | | | | | metze
| | * Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-293-10/+232
| | |
| | * s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher2008-09-301-2/+4
| | | | | | | | | | | | metze
| | * dcerpc.idl: add DCERPC_PFC_OFFSETStefan Metzmacher2008-09-301-0/+1
| | | | | | | | | | | | metze
| * | make sure dcerpc is always initialized.Jelmer Vernooij2008-09-301-3/+1
| | |
| * | Remove two more uses of global loadparm by remember requiredJelmer Vernooij2008-09-302-16/+31
| | | | | | | | | | | | details for secondary DCE/RPC connections.
| * | Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-301-0/+1
| | |
| * | Remove redundant call.Jelmer Vernooij2008-09-301-1/+1
| |/
* | added new level for lsalookupnames2Andrew Tridgell2008-09-291-1/+2
| |
* | added some more well known SIDs - thanks to the WSPP LSAT test suiteAndrew Tridgell2008-09-291-0/+6
|/
* s4-nbt: use moved libcli netlogon helpers.Günther Deschner2008-09-231-1/+1
| | | | Guenther
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
| | | | Guenther
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2008-09-192-3/+3
|\
| * Fix dependencies for nbt python module.Jelmer Vernooij2008-09-191-1/+1
| |
| * Fix path to ndrdump in blackbox test, don't start smb server for ndrdumpJelmer Vernooij2008-09-191-2/+2
| | | | | | | | tests.
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2008-09-1813-14/+169
|\| | | | | | | | | Conflicts: source4/main.mk
| * Import ndr_syntax_id_equal from Samba 3.Jelmer Vernooij2008-09-182-0/+7
| |
| * Sync more interface descriptions between Samba 3 and Samba 4.Jelmer Vernooij2008-09-175-12/+127
| |
| * Sync addition of [todo] attribute to Samba 3.Jelmer Vernooij2008-09-172-1/+14
| |
| * Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-1/+1
| |
| * Fix paths to subunit.shJelmer Vernooij2008-09-161-1/+1
| |
| * Move ndrdump tests closer to the code they test.Jelmer Vernooij2008-09-163-0/+20
| |
* | Remove remaining JavaScript code.Jelmer Vernooij2008-09-161-1/+0
|/
* Fix more WMI compilation issues.Jelmer Vernooij2008-09-161-3/+2
|
* Remove more hand-written marshallers.Jelmer Vernooij2008-09-163-953/+103
|
* Support restricted.Jelmer Vernooij2008-09-161-5/+8
|
* Import proper IDL for interface pointers.Jelmer Vernooij2008-09-162-345/+268
|
* More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij2008-09-165-2/+872
|
* Revert accidental changes to lib/basic.mk.Jelmer Vernooij2008-09-151-1/+1
|
* Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij2008-09-151-4/+9
|
* Add wikipedia link to WMI.Jelmer Vernooij2008-09-151-0/+4
|
* Allow base classes to be defined in other files.Jelmer Vernooij2008-09-152-3/+1
|
* Redefine BSTR.Jelmer Vernooij2008-09-151-0/+9
|
* Redefine BSTR.Jelmer Vernooij2008-09-151-0/+2
|
* Build (D)COM output again.Jelmer Vernooij2008-09-151-1/+1
|
* Avoid using unions without discriminants.Jelmer Vernooij2008-09-151-2/+2
|
* Reimport pidl support for COM.Jelmer Vernooij2008-09-152-29/+20
|
* Move WMI IDL into separate IDL file.Jelmer Vernooij2008-09-152-2/+0
|
* Import IDL for WMI.Andrzej Hajda2008-09-152-0/+865
|
* Reimport DCOM IDL.Jelmer Vernooij2008-09-151-0/+307
|
* librpc/rpc: don't send auth trailers in level connectStefan Metzmacher2008-09-131-113/+77
| | | | | | | | | | | | Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit eca0502b8620f2110a303b84def4f0bf48cc4ea5)
* client free credentials when not needed anymoreStefan Metzmacher2008-09-131-0/+7
| | | | (This used to be commit d982b69df638f17da6af398e2613986240031064)
* drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵Stefan Metzmacher2008-09-091-4/+72
| | | | | | | Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett2008-09-081-21/+95
|\ | | | | | | | | | | trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0)
| * ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
| | | | | | | | | | metze (This used to be commit 1432a96d37e367d9d97d48b69c6f16351a9ad066)
| * ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
| | | | | | | | | | metze (This used to be commit b36056aac3f55587d2b3e7b66feea8173dbc67f0)
| * ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
| | | | | | | | | | metze (This used to be commit 83446e22dd1eda958ef62bbe998da0a47b9ff8ef)
| * ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
| | | | | | | | | | metze (This used to be commit dcc57512b030995d9b186c7a6cb3b304d5680867)
| * ndr_compression: use inflateReset() and inflateSetDictionary() instead of ↵Stefan Metzmacher2008-09-061-7/+14
| | | | | | | | | | | | | | | | | | inflateReset2() Now we can use an unmodified system zlib-1.2.3 metze (This used to be commit d68e36b485239cbaf99a6dce3f3bf52b4abcd06d)