summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-11-08s4: use toplevel security.idlStefan Metzmacher1-1/+1
metze
2008-11-08s4: fix samba4.samba3sam.python testStefan Metzmacher1-3/+8
metze
2008-11-07librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher1-1/+1
metze
2008-11-07s4: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher1-2/+6
This prepares having a shared security.idl file metze
2008-11-06librpc/idl: Add named_pipe_auth.idl to Samba4Stefan Metzmacher1-1/+6
metze
2008-11-06netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner1-1/+1
Guenther
2008-10-31errors: share dcerpc error function.Günther Deschner1-2/+2
Guenther
2008-10-20Move orpc to top-level directory.Jelmer Vernooij1-1/+1
2008-10-20Move WMI support code to top-level.Jelmer Vernooij1-3/+1
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij1-4/+2
2008-10-18idl: share drsblobs idl.Günther Deschner1-1/+1
Guenther
2008-10-18drsuapi: build new merged drsuapi idl and helpers.Günther Deschner1-1/+1
Guenther
2008-10-15Share security.idl.Jelmer Vernooij1-3/+3
2008-10-15Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij1-3/+3
2008-10-15Allow specifying the exact IDL files to build.Jelmer Vernooij1-2/+2
2008-10-15Fix installation of libndr.hJelmer Vernooij1-1/+1
2008-10-14Share ndr_krb5pac implementation.Jelmer Vernooij1-1/+1
2008-10-14Share ndr_compression.c.Jelmer Vernooij1-3/+1
2008-10-14Move ndr pkg-config file to top-level.Jelmer Vernooij1-1/+1
2008-10-13Share ndr.c implementation.Jelmer Vernooij1-1/+1
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-2/+2
2008-10-13Share uuid implementations.Jelmer Vernooij1-1/+1
2008-10-13Share ndr_misc implementations.Jelmer Vernooij1-1/+1
2008-10-13Share ndr_basic implementation.Jelmer Vernooij1-1/+1
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-2/+3
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-2/+2
2008-09-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-1/+1
2008-09-19Fix dependencies for nbt python module.Jelmer Vernooij1-1/+1
2008-09-16Remove remaining JavaScript code.Jelmer Vernooij1-1/+0
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij1-1/+12
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+2
(This used to be commit a6146cc14ba950b1911094b1525c7d06b50ecec6)
2008-08-18librpc: don't build the old mszip decompression codeStefan Metzmacher1-1/+1
metze (This used to be commit f48dfd87badcddc64a1c0bf52939188a4a8f4add)
2008-08-18ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher1-1/+2
metze (This used to be commit 25876fc4ab8ba11f00d24bb8ceb517c0e4a4d72d)
2008-08-13Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett1-1/+1
This produces a C structure that is sane, while still parsing the wire blobs (as far as I can tell). Andrew Bartlett (This used to be commit b5dbe815e5dd3f865c7735bc76e02017a869f09b)
2008-08-01build: remove warning about missing generated include fileStefan Metzmacher1-1/+1
metze (This used to be commit 495d068df55a94d48f2a4d2e7f2060fb42f66dbd)
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij1-3/+3
(This used to be commit 9c88f5e1de9db34751f16c2247fa91ae2445c5f7)
2008-05-29Don't make the NTP signd headers public.Andrew Bartlett1-2/+0
This means we don't have to install them Andrew Bartlett (This used to be commit 2f2ba0c68ab0e985df5be07dccf3a3a7ebe62142)
2008-05-28Fix dependency list for NDR_TABLEAndrew Bartlett1-1/+1
This list must include everything for which we have IDL Andrew Bartlett (This used to be commit a6f0b98311a99134af56db64b4682412bc2f4e16)
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-135/+37
It seems the format of main.mk changed in my sleep... Conflicts: source/main.mk (This used to be commit 56f2288e4f4f1aa70d11fc5f118458baf5803627)
2008-05-27Allow librpcsrcdir to be an absolute path.Jelmer Vernooij1-1/+1
(This used to be commit 8c0b55114fe35d498626d9d60cc4716b821d4d4f)
2008-05-27Start an 'NTP signing server' in Samba4.Andrew Bartlett1-0/+7
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae)
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij1-0/+17
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij1-20/+19
Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
2008-05-23Disable building of EJS DCE/RPC support.Jelmer Vernooij1-114/+0
(This used to be commit c7bc9321b38a360d2e8d5258fadb30790342d032)
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij1-17/+17
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
2008-05-22Fix dependencies and imports.Jelmer Vernooij1-10/+10
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-2/+17
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-21Move some python files into the samba package.Jelmer Vernooij1-1/+1
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
2008-05-21Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij1-0/+2
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)