summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2008-01-17Add NETLOGON_GRACE_LOGON flag to netr_UserFlags.Günther Deschner1-10/+11
Guenther (This used to be commit 9097846466a8dea171f4d241661083f896591292)
2008-01-17Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl.Günther Deschner1-9/+9
Guenther (This used to be commit 37d976d90c9bd7697010309e5efbc7853aced9e5)
2008-01-17Remove samba4 specifi struct server_id from misc.idl.Günther Deschner1-6/+0
Guenther (This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9)
2008-01-17Import recent misc.idl from Samba4.Günther Deschner1-1/+5
Guenther (This used to be commit 9afc7d957d1b5362e470c2e87e336fdd74b8be3c)
2008-01-17Add samba3 [out,ref] pointer massage to samr&netlogon idl.Günther Deschner2-93/+94
Guenther (This used to be commit 8a895a37a0a0d155fddf0a6a124f161e3ace5e0b)
2008-01-17Import recent netlogon and samr IDL from samba4.Günther Deschner2-136/+430
Guenther (This used to be commit f24dfaa8466b28416a7fdd941990948210a400c7)
2008-01-17idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij4-4/+13
(This used to be commit 48288869d314d8c91d07282b5536b231d95db159)
2008-01-17idl: Remove use of [ref], which is the default.Jelmer Vernooij1-3/+3
(This used to be commit c22d47b3d58de45c2b686badb9fe6a6cd5a6b047)
2008-01-17idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij2-6/+6
(This used to be commit 35d71a40b385a62b8c85ed68e64b6d38d80aeb3c)
2008-01-17idl: Update DFS IDL from Samba 4.Jelmer Vernooij1-6/+28
(This used to be commit a6677b2e186212f723b24775293682ce5b94952e)
2008-01-16Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner1-23/+82
Guenther (This used to be commit d9c8a2271d5d4ff845f1fe5986a2c63d79c41415)
2008-01-16Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner1-1/+21
Guenther (This used to be commit 92bfa25922860a6951c72d41799f4d3c1bc7a007)
2008-01-15Define libnet join interface in IDL.Günther Deschner1-0/+60
Guenther (This used to be commit 7a48779ee5ec8bdd5e2b5eef94fd465f733b74b4)
2008-01-15Implement vfs_ea_tdbVolker Lendecke1-0/+23
This is an option for file systems that do not implement xattrs: in lockdir/eas.tdb an array of xatts per inode is stored. It can not solve the problem that xattrs might reappear if a posix-level process deletes a file and happens to re-create it under the same name. On file systems with birthtime we might have a chance to detect this, but not with standard posix. A future version might put relief on file systems that do have xattrs but where these are severely limited in size/speed/whatever: We can put a simple marker as a native xattr, but the xattrs proper are stored in the tdb. Volker (This used to be commit 2036b4c5ad677b8a477b34b0f076febab0abff5e)
2008-01-14Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner1-5/+5
Guenther (This used to be commit 8b63a1665795d2739b54144212926113d9be7f09)
2008-01-14Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner1-2/+10
Guenther (This used to be commit dceb9a4c80fb241e12fafc6229aa8e81f5d2df1a)
2008-01-13idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij6-10/+10
(This used to be commit 7e75acfdd1910b3b5908c02d5f343f014eb77841)
2007-11-30Merge recent wkssvc changes from samba4.Günther Deschner1-74/+469
Guenther (This used to be commit 7539fb4c840a9b4429f347cebbda9c631746267a)
2007-10-10r25593: Add missing security_secinfo bits as seen while managing security ↵Günther Deschner1-1/+5
descriptor inheritance with regedit. Guenther (This used to be commit 534ee13596cd4d95b61ae973823b3041bd889216)
2007-10-10r24533: merge from SAMBA_4_0:Stefan Metzmacher1-0/+5
rename dcerpc_syntax_id -> ndr_syntax_id metze (This used to be commit 7facd9bf3ffd0718bc9f9161274d18a0014f3744)
2007-10-10r24450: merge from SAMBA_4_0:Stefan Metzmacher1-2/+2
length_is() isn't supported without size_is(). I assume what we need is an array of strings, so the code isn't used and broken anyway without a testsuite...just get rid of the pidl warning metze (This used to be commit a3fd68d48582865923e18e8412ac7dca7f725c64)
2007-10-10r23808: Make us a bit more C++ friendly. Thanks to Constantine VetoshevVolker Lendecke1-1/+1
<gepardcv@yahoo.com> for checking. (This used to be commit 84b8a56fe9aef1e0583cf5f5abb037199cf21fd9)
2007-10-10r23621: Merge samba4 dfs rpc idl.Günther Deschner1-47/+208
Guenther (This used to be commit bb43d56e92f4ea08fbf2ae4fa90570a101efd4e2)
2007-10-10r23268: Rename some variables in the svcctl.idl to preventGerald Carter1-6/+6
redeclaration compile failures in the generated client code. (This used to be commit 87b37de8ad4e91e75530996dde0900b6e1fed622)
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-0/+26
doing this because for the clustering the marshalling is needed in more than one place, so I wanted a decent routine to marshall a message_rec struct which was not there before. Tridge, this seems about the same speed as it used to be before, the librpc/ndr overhead in my tests was under the noise. Volker (This used to be commit eaefd00563173dfabb7716c5695ac0a2f7139bb6)
2007-10-10r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij1-0/+302
(This used to be commit ad981261877e6a2dce0c4f4e71fd9127aa31538a)
2007-10-10r21462: Fix EnumValue (?)Jelmer Vernooij1-1/+1
(This used to be commit e73a418b5b0100936efb4c1133da3cfe3fcb61cd)
2007-10-10r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij1-3/+11
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
2007-10-10r21074: Preparation for the import of samba4 notify: Add the file notify.idl ↵Volker Lendecke1-0/+56
and the resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. ↵Jelmer Vernooij2-2/+2
Instead, add [ref] pointers where necessary (top-level [ref] pointers, by spec, don't appear on the wire). This brings us closer to the DCE/RPC standard again. (This used to be commit 580f2a7197b1bc9db14a643fdd112b40ef37aaef)
2007-10-10r19946: in SetKeySec, sd is just a [in,ref] ptrVolker Lendecke1-1/+1
(This used to be commit 38a88ed5d71c5781286ed12a858dcfb135b33c90)
2007-10-10r19930: Revert the winreg idl changes. At least enumkey does not work ↵Volker Lendecke1-3/+3
anymore today. With more than 5 different trees I can't swear that I did test this properly yesterday. Sorry for the noise. Volker (This used to be commit 978a6196bf0a2280c7f74b4a6d9fa7941c3aa049)
2007-10-10r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke1-2/+2
Volker (This used to be commit b714b51884af0d79de8568410676d4889f23ffb6)
2007-10-10r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ↵Volker Lendecke1-1/+1
can still create keys on Samba and vice versa. Jelmer, please check. Thanks, Volker (This used to be commit 1b460d6cdfe0cadd915a5299e6ca9bb359bf0075)
2007-10-10r19914: The "default" value with the name "" need different 0-length ↵Volker Lendecke1-2/+10
treatment as the other StringBufs, otherwise clicking on a key with this value being set leads to regedit.exe on w2k3 chew all memory. (This used to be commit b148cde7f39859102288a87b6f0bd2b250947a85)
2007-10-10r19848: Sync with Samba4 - no top-level unique pointers.Jelmer Vernooij1-3/+3
(This used to be commit 75515c5fda2d405e4b08413a80ee71139673b18a)
2007-10-10r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵Volker Lendecke1-1/+1
against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker (This used to be commit 016ddce12005bb0829bf050e4d4851852751b3e5)
2007-10-10r19591: Use `import' and `include' in the IDL and regenerate.Jelmer Vernooij7-13/+21
(This used to be commit 68fc15a5e025348dee4bf14aa4498e20905cb377)
2007-10-10r19290: regedit running on nt4 will cut off the last character from a ↵Volker Lendecke1-1/+1
enumkey without this patch. Jerry, Jelmer, can you please check this? Thanks, Volker (This used to be commit ed95fe3c63d48de9504d43f90e72f11ec0617064)
2007-10-10r19007: reformat service control manager IDLGerald Carter1-201/+255
(This used to be commit d0658139a3419e42e00b3cddb2b149d48f2a76a5)
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-2/+5
items in cac_winreg.c * Get 'net rpc registry enumerate' to list values again * Fix winreg.idl QueryInfoKey(). The max_subkeysize is the max_classlen (we previously had this correct in Samba3") * fix valgrind error about uninitialized memory and use-before-set on size value inmemset() call * Fix key enumeration in 'net rpc registry enumerate' * regenerate gen_dir files based on local pidl patches Please note that the generated ndr files are from my local copy of pidl. If you need to regenerate, please apply the patch that I posted to the samba-technical list earlier today. (This used to be commit 5d843612a1b9d92022f76626f1c7473faebec4ba)
2007-10-10r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter1-0/+13
* Tested RegSaveKey() using win32 app. Apparently this code has been brokne for a really long time. (This used to be commit 5381dcbde34206462562bdfc7639f488820a5a64)
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-5/+4
in,out ref pointer * Clarify variable names in EnumValue IDL * Fix server code for _winreg_EnumValue() and _winreg_QueryInfoKe() (This used to be commit f520a9d0fba4cc3cfbda40dd68cb63c4c3c4ed30)
2007-10-10r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter1-3/+3
* Fix server _winreg_Query_Value() implementation so that usrmgr.exe starts now (This used to be commit 435d7bfc37f430c462fcb53bf3a82fcddc809771)
2007-10-10r18811: rename stat field to avoid compiler warnings aboutGerald Carter1-1/+1
shadowed variables (This used to be commit cc5f31c08159d671eaa873eb39b25893931c7341)
2007-10-10r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter1-1/+1
(This used to be commit 44851d7afa3112278faea41b470cc5d3cad97cb5)
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-1/+1
Many things work (OpenHKLM, etc...) but some still don't. This shouldn't block anyone so I'm checking it in. Will probably move to a bzr tree after this for longer dev cycles between checkins. (This used to be commit cf1404a0d7538288b9370ba80df328f81b713ce0)
2007-10-10r18788: updating the IDL for QueryValueGerald Carter1-1/+1
(This used to be commit 83dec5578246111798678dce73d928ecf2a47d5f)
2007-10-10r18739: * Get the wkssvc patch right this time.Gerald Carter1-1/+1
* Remove the old wkssvc server, client, & parsing code. * Update srv_wkssvc_nt.c with stubs for the remaining stubs (This used to be commit 0cb79ee13fd78b515a48b2c72d91596ed21e41a8)
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter1-1/+1
(This used to be commit 57d8519185008602fab5cf5d1d1951415aacb7f0)