summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
2008-10-29netlogon: merge netlogon.idl between s3 and s4.Günther Deschner1-0/+1474
Guenther
2008-10-27idl: share lsa.idl between s3 and s4.Günther Deschner1-0/+1216
Guenther
2008-10-24Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+1
2008-10-23Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warningTim Prouty1-1/+1
This patch removes the gensize option from krb5pac.idl because it generates an unused function that has been causing warnings during the s3 build. I re-ran 'make samba3-idl' to update the generated files for s3. For s4 I ran a full build with no problems.
2008-10-24Move charset library to top level.Jelmer Vernooij1-1/+1
2008-10-23Fix "parameter has incomplete type" build warning.Tim Prouty1-0/+5
When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h
2008-10-23idl: add svcctl specific access bits.Günther Deschner1-1/+46
Guenther
2008-10-23Use common error definitions.Jelmer Vernooij1-3/+1
2008-10-20Move orpc to top-level directory.Jelmer Vernooij1-0/+173
2008-10-20Move WMI support code to top-level.Jelmer Vernooij2-0/+63
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij4-14/+3
remove some unused functions.
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij4-17/+240
2008-10-20Also move wireshark conformance file.Jelmer Vernooij1-0/+52
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij1-0/+134
2008-10-20Share winreg.idl.Jelmer Vernooij1-0/+401
2008-10-20idl: finally share krb5_pac.idl.Günther Deschner1-0/+134
Guenther
2008-10-19Fix 64-bit printf warningsVolker Lendecke1-3/+5
2008-10-19rpc: Fix the merged build breaking on StrnCaseCmp.Kai Blin1-8/+2
2008-10-19ntsvcs: fill in PNP_GetDeviceList() and correct some unknowns.Günther Deschner1-3/+8
Guenther
2008-10-18idl: share drsblobs idl.Günther Deschner2-0/+734
Guenther
2008-10-18drsuapi: fix the drsuapi helper build for samba3.Günther Deschner1-0/+8
Guenther
2008-10-18drsuapi: build new merged drsuapi idl and helpers.Günther Deschner1-1/+1
Guenther
2008-10-18drsuapi: share drsuapi idl and helper code.Günther Deschner3-0/+1987
Guenther
2008-10-18s3-build: fix build of ndrdump.Günther Deschner1-2/+0
Guenther
2008-10-16idl: fix svcctl_QueryServiceConfigW.Günther Deschner1-3/+16
Guenther
2008-10-15idl: finally fully share nbt.idl in s3 and s4.Günther Deschner1-0/+650
Guenther
2008-10-15Share wkssvc.idl.Jelmer Vernooij1-0/+795
2008-10-15Share eventlog.idl.Jelmer Vernooij1-0/+181
2008-10-15Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij1-2/+2
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-0/+45
2008-10-15Share xattr implementation.Jelmer Vernooij1-0/+140
2008-10-15Share epmapper.Jelmer Vernooij1-0/+314
2008-10-15Re-add [todo] tags.Jelmer Vernooij1-59/+59
2008-10-15share ntsvcs.idl.Günther Deschner1-0/+376
Guenther
2008-10-15move svcctl to main idl directory.Günther Deschner1-0/+529
Guenther
2008-10-15Fix includes.Jelmer Vernooij1-1/+1
2008-10-15Share security.idl.Jelmer Vernooij1-0/+394
2008-10-15Share misc.idl.Jelmer Vernooij1-0/+54
2008-10-15Share idl_types.h.Jelmer Vernooij1-0/+69
2008-10-15Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij29-0/+4625
2008-10-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij1-0/+521
2008-10-14Share ndr_krb5pac implementation.Jelmer Vernooij1-0/+140
2008-10-14Share ndr_compression.c.Jelmer Vernooij2-0/+551
2008-10-14Move ndr pkg-config file to top-level.Jelmer Vernooij1-0/+11
2008-10-13Share ndr.c implementation.Jelmer Vernooij1-0/+1118
2008-10-13Share ndrdump implementation.Jelmer Vernooij2-0/+544
2008-10-13Share uuid implementations.Jelmer Vernooij1-0/+227
2008-10-13Share ndr_misc implementations.Jelmer Vernooij1-0/+46
2008-10-13Share ndr_basic implementation.Jelmer Vernooij1-0/+833
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-0/+725