summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher2008-09-301-2/+4
| | * dcerpc.idl: add DCERPC_PFC_OFFSETStefan Metzmacher2008-09-301-0/+1
| * | 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
| * | 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
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
* 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
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2008-09-1813-14/+169
|\|
| * 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
* client free credentials when not needed anymoreStefan Metzmacher2008-09-131-0/+7
* drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError R...Stefan Metzmacher2008-09-091-4/+72
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d...Andrew Bartlett2008-09-081-21/+95
|\
| * ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
| * ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
| * ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
| * ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
| * ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher2008-09-061-7/+14
* | More work towards trusted domains support in Samba4's LSAAndrew Bartlett2008-09-081-3/+3
* | More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett2008-09-042-8/+26
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-032-1/+18
|\|