summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-032-1/+18
* | Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2008-09-022-41/+51
|/
* It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett2008-08-292-2/+9
* Further rework the RPC-PAC test.Andrew Bartlett2008-08-281-1/+1
* Add a test to explore Netlogon PAC validationAndrew Bartlett2008-08-272-5/+27
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett2008-08-2612-191/+695
|\
| * Update RPC-LSA to (almost) pass against Windows 2008.Andrew Bartlett2008-08-262-27/+92
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-256-151/+471
| |\