summaryrefslogtreecommitdiffstats
path: root/source3/librpc
Commit message (Collapse)AuthorAgeFilesLines
* s3: run "make samba3-idl"Michael Adam2009-01-221-0/+2
| | | | Michael
* Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-211-1/+1
| | | | rpc_pipe_client.
* Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke2009-01-181-1/+2
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-1/+0
|
* Remove ndrdump - it's available in merged build mode as bin/ndrdump4 and ↵Jelmer Vernooij2008-12-161-481/+0
| | | | uses the exact same object files there.
* Share object files for gen_ndr.Jelmer Vernooij2008-12-161-0/+330
|
* Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij2008-12-161-0/+151
| | | | Samba 3 and Samba 4 output.
* Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij2008-12-16125-212501/+0
| | | | | At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.
* Consider shared IDL files and Samba3-specific IDL files separately, allow ↵Jelmer Vernooij2008-12-162-2/+0
| | | | overriding output directory.
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-167-57/+56
| | | | the dom_sid). No longer include it from security.idl.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-146-14/+14
|\
| * Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-0/+6
| | | | | | | | This involves changing all our clients, that's why it's so large.
| * s3: re-run make samba3-idl.Günther Deschner2008-12-135-14/+8
| | | | | | | | Guenther
* | Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-1211-252/+39
|/
* s3-build: re-run make samba3-idl.Günther Deschner2008-12-107-33/+427
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-12-052-36/+36
| | | | Guenther
* re-run make samba3-idl.Günther Deschner2008-12-023-8/+47
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-282-8/+8
| | | | Guenther
* Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems withJelmer Vernooij2008-11-269-121/+103
| | | | forward enum declarations when compiled with C++.
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-205-17/+43
| | | | Guenther
* s3-build: re-run make samba3-idl after pidl change.Günther Deschner2008-11-197-44/+44
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-175-109/+179
| | | | Guenther
* svcctl: fill in SERVICE_CONTROL from s3.Günther Deschner2008-11-175-8/+45
| | | | Guenther
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵Jeremy Allison2008-11-133-30/+30
| | | | | | format is fixed. Jeremy.
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-124-34/+34
| | | | Guenther
* ntsvcs: use both named-pipe endpoints.Günther Deschner2008-11-121-1/+2
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-125-98/+98
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-124-10/+12
| | | | Guenther
* s3-build: re-run make samba3-idl (rid2sid).Günther Deschner2008-11-105-7/+28
| | | | Guenther
* s3-samr: remove old samr.idl file.Günther Deschner2008-11-101-1550/+0
| | | | Guenther
* s4-samr: merge samr_RidToSid from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+1
| | | | Guenther
* s3-build: re-run make samba3-idl (after cleanup).Günther Deschner2008-11-101-2/+0
| | | | Guenther
* s3-samr-idl: cleanup.Günther Deschner2008-11-101-4/+0
| | | | Guenther
* s3-netlogon: fix type of parameters string in user delta.Günther Deschner2008-11-102-6/+6
| | | | Guenther
* s3: add missing librpc/gen_ndr/ndr_dom_sid.hStefan Metzmacher2008-11-081-0/+10
| | | | metze
* s3: make idlStefan Metzmacher2008-11-083-27/+14
| | | | metze
* s3: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-088-155/+100
| | | | | | And use the toplevel ndr_sec_helper.c metze
* s3: build ndr_named_pipe_auth.cStefan Metzmacher2008-11-063-0/+354
| | | | metze
* s3-build: rerun make samba3-idl.Günther Deschner2008-11-066-23/+240
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-055-29/+84
| | | | Guenther
* s3-samr-idl: fix samr_QueryUserInfo2.Günther Deschner2008-11-051-1/+1
| | | | Guenther
* s3-samr-idl: fix samr_ValidatePassword.Günther Deschner2008-11-051-2/+2
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-11-045-37/+58
| | | | Guenther
* Remove global_loadparm stub in Samba 3 as it's no longer used.Jelmer Vernooij2008-11-021-1/+0
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-0/+1
| | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters.
* s3-accessmask: re-run make samba3-idl and remove duplicate copies.Günther Deschner2008-11-011-0/+6
| | | | Guenther
* s3-samr: remove duplicate copies of Alias Object specific access rights.Günther Deschner2008-10-311-0/+5
| | | | Guenther
* s3-samr-idl: add Alias Object specific access rights.Günther Deschner2008-10-311-0/+22
| | | | Guenther
* s3-samr: remove duplicate copies of Group Object specific access rights.Günther Deschner2008-10-311-0/+5
| | | | Guenther
* s3-samr-idl: add Group Object specific access rights.Günther Deschner2008-10-311-0/+22
| | | | Guenther