summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-03updated the LSA and NETLOGON servers with fixes resulting from the ADAndrew Tridgell2-27/+73
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
2008-09-30fixed a number of places in our LSA server where we should return theAndrew Tridgell1-1/+1
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell8-32/+271
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-12/+237
2008-09-30s4:drsblob: fix the buildStefan Metzmacher1-1/+1
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett3-10/+232
2008-09-30s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher1-2/+4
2008-09-30dcerpc.idl: add DCERPC_PFC_OFFSETStefan Metzmacher1-0/+1
2008-09-30make sure dcerpc is always initialized.Jelmer Vernooij1-3/+1
2008-09-30Remove two more uses of global loadparm by remember requiredJelmer Vernooij2-16/+31
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij1-0/+1
2008-09-30Remove redundant call.Jelmer Vernooij1-1/+1
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
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner1-1/+1
2008-09-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2-3/+3
2008-09-19Fix dependencies for nbt python module.Jelmer Vernooij1-1/+1
2008-09-19Fix path to ndrdump in blackbox test, don't start smb server for ndrdumpJelmer Vernooij1-2/+2
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij13-14/+169
2008-09-18Import ndr_syntax_id_equal from Samba 3.Jelmer Vernooij2-0/+7
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-17Move common libraries from root to lib/.Jelmer Vernooij1-1/+1
2008-09-16Fix paths to subunit.shJelmer Vernooij1-1/+1
2008-09-16Move ndrdump tests closer to the code they test.Jelmer Vernooij3-0/+20
2008-09-16Remove remaining JavaScript code.Jelmer Vernooij1-1/+0
2008-09-16Fix more WMI compilation issues.Jelmer Vernooij1-3/+2
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij3-953/+103
2008-09-16Support restricted.Jelmer Vernooij1-5/+8
2008-09-16Import proper IDL for interface pointers.Jelmer Vernooij2-345/+268
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij5-2/+872
2008-09-15Revert accidental changes to lib/basic.mk.Jelmer Vernooij1-1/+1
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-15Build (D)COM output again.Jelmer Vernooij1-1/+1
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-13librpc/rpc: don't send auth trailers in level connectStefan Metzmacher1-113/+77