summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher2008-02-151-0/+3
| | | | | | | return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
* drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher2008-02-151-3/+6
| | | | | metze (This used to be commit 70c7faace76a84d2fe15accf4f8a1ca0ad905bd4)
* krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher2008-02-151-1/+2
| | | | | metze (This used to be commit 30657ae0ebdb85ae995a3dfe3ce123851fd92e0f)
* idl_types: remove unused lstringStefan Metzmacher2008-02-131-5/+0
| | | | | metze (This used to be commit 5100452cf3b3c3c5dcdb77a9efe27e8c506d1d43)
* spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any moreStefan Metzmacher2008-02-131-5/+6
| | | | | metze (This used to be commit d6cdddbcf37d120cb365bc7f8188858c8776e2e0)
* missed a spot in the SMB2 create conversionAndrew Tridgell2008-02-131-3/+3
| | | | (This used to be commit 17357072dd175b7548122e40e4cecc6087e52561)
* librpc: remove special support for fixed length stringsStefan Metzmacher2008-02-123-58/+1
| | | | | | | Fixed arrays with the charset() attribute do the same metze (This used to be commit 9620b86e96e8065c0ff6db0d95130ab53581d468)
* spoolss.idl: don't use string32 anymore and use an charset() arrayStefan Metzmacher2008-02-121-2/+2
| | | | | metze (This used to be commit 746a715715c7af8036192ba6d74e282ceaec8c0d)
* nbt.idl: don't use astring15 anymore and use an charset() arrayStefan Metzmacher2008-02-121-1/+1
| | | | | metze (This used to be commit bb143c76fb971bc2a1d69954d37ab20a953f2b69)
* wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()Stefan Metzmacher2008-02-071-2/+10
| | | | | metze (This used to be commit 3f2edcc341e5b0e4369e8f601ef0cb6ecf73b4c7)
* spoolss.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-68/+67
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit c472935c984016f0a26ef7851b6472d45b4ac510)
* samr.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-48/+47
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit 14ee13c1fe2d17ebfd031a1cd2fbf2a9b72cdfc9)
* netlogon.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-78/+77
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit e4b12aa9a44210a7d76a75db6a1fa4fecaf3e76f)
* winreg.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-22/+21
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit f195093a86e1359572aacd7411e4a0cb8a2af0cf)
* svcctl.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-50/+49
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit 7561e8fa51bf616916a1f87e16e971de29290dcf)
* wkssvc.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-72/+71
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit f2227b3bb8dc74788614cc7eb9b84475f0a4a949)
* srvsvc.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-73/+72
| | | | | | | Note: this doesn't change the generated output! metze (This used to be commit 6d20a2f3f98217ba78e905d0f85dd91cee218238)
* Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-041-1/+2
| | | | | | | <node>.<pid>.<fd> to be unique in a prefork process environment. Andrew Bartlett and David Disseldorp (This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957)
* libndr: depend on samba-config, so that callers doesn't need to know about itStefan Metzmacher2008-01-301-1/+1
| | | | | metze (This used to be commit fc69e3f829a83aae311b4849d91509fcfa47816b)
* Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).Günther Deschner2008-01-251-1/+7
| | | | | Guenther (This used to be commit 722b4dfdc4821ecf349f87f57146f3b52e719b3d)
* Add IDL for netr_LogonGetTrustRid.Günther Deschner2008-01-241-1/+5
| | | | | Guenther (This used to be commit d0893014ab02f4a628bc05135e7afedd11427116)
* Rename samr_*AccessMask bitfields to start with SAMR_.Günther Deschner2008-01-241-32/+32
| | | | | Guenther (This used to be commit 70773be51a568dfc793111044cef93baa343d715)
* netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32Stefan Metzmacher2008-01-241-4/+9
| | | | | metze (This used to be commit 7222edb9cde5cdeb9d065e890775a7254b26648f)
* netlogon.idl: make use of bitmap samr_GroupAttrsStefan Metzmacher2008-01-241-1/+2
| | | | | metze (This used to be commit 6d68161e676d381600c77c3f862bd7e013968724)
* netlogon.idl: remove unused netr_GroupsMembership structureStefan Metzmacher2008-01-241-5/+0
| | | | | | | We have samr_RidWithAttribute and use that in all cases. metze (This used to be commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d)
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-3/+0
| | | | (This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
* dcerpc_samr: Use manually written .pc file.Jelmer Vernooij2008-01-222-0/+12
| | | | (This used to be commit 4b83dc06471818089790c42157b972964d8d02e2)
* dcerpc: Use manually written .pc files for dcerpc and ndr.Jelmer Vernooij2008-01-223-0/+24
| | | | (This used to be commit 676fd18fa2914b7b5530014a944a11ea1d6f631d)
* python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij2008-01-223-967/+19
| | | | (This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b)
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-211-12/+3
|\ | | | | | | (This used to be commit b99b604a5f8b7eb98a6285145188c0b94946df78)
| * build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij2008-01-211-12/+3
| | | | | | | | | | | | | | easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
* | Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett2008-01-211-0/+4
|/ | | | | | | segfaults in NET-API-BECOME-DC) Andrew Bartlett (This used to be commit 70c1e918e6bd01946425e2d89cb680f14152f9fc)
* Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner2008-01-161-1/+21
| | | | | Guenther (This used to be commit 1b5706e413f1c6aa1ede15a625929f785ce37272)
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-151-1/+1
| | | | (This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3)
* python: Enable building of the wkssvc python bindings.Jelmer Vernooij2008-01-141-0/+4
| | | | (This used to be commit 7a00d48a478be84e9f38c5e6cb57739063d0d613)
* python: Compile in svcctl Python bindings.Jelmer Vernooij2008-01-142-0/+5
| | | | (This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2)
* python: Work around the fact that there are two "security" modules now.Jelmer Vernooij2008-01-141-1/+1
| | | | | This well demonstrates the fact we need hierarchy. (This used to be commit df7e3498824e27f8a6d61b8b6f52577eab248d2c)
* python: Compile security module, handle uint.Jelmer Vernooij2008-01-141-0/+3
| | | | (This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
* python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij2008-01-142-0/+18
| | | | (This used to be commit 3dfcefd8ac640ef1539185f19f7414fbcea9e741)
* python: Build epmapper module.Jelmer Vernooij2008-01-141-1/+4
| | | | (This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb)
* python: Fix python code for winreg, add test.Jelmer Vernooij2008-01-141-0/+4
| | | | (This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
* python: Start building winreg module.Jelmer Vernooij2008-01-141-0/+7
| | | | (This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40)
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-1/+1
| | | | (This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
* Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner2008-01-141-5/+5
| | | | | Guenther (This used to be commit 068697706652373d28091cd7594e0276da27dbc4)
* Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
| | | | | Guenther (This used to be commit 54458c46249e07176e2a5b37279a3c95d21df0ab)
* idl: Use typedef rather than declare.Jelmer Vernooij2008-01-1211-19/+19
| | | | (This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf)
* r26663: Proper dependencies for pidl Python bindings.Jelmer Vernooij2008-01-031-0/+2
| | | | (This used to be commit f24e5e8a2b16f2f1640cb573bdcb346cb3748f33)
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-031-0/+4
| | | | (This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d)
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij2008-01-031-7/+1
| | | | | | options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
| | | | | | | | The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2)