summaryrefslogtreecommitdiffstats
path: root/source3/librpc
Commit message (Collapse)AuthorAgeFilesLines
* s3-build: re-run make samba3-idl.Günther Deschner2009-05-143-1/+91
| | | | Guenther
* s3-netapi: add NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-141-0/+21
| | | | | | | I know, they don't exist as such calls on windows but having them in libnetapi.so would be very handy. Guenther
* Fix IDL licensing file that got missed when IDL files were moved.Jeremy Allison2009-04-161-0/+9
| | | | Jeremy.
* Add notify_onelevel.tdbVolker Lendecke2009-04-164-0/+78
| | | | | | | | | | This optimizes non-recursive notifys. For non-recursive notifies we can use a per-directory file-id indexed notify record. This matters for the Windows Explorer and IIS cases which do not use recursive notifies. In these cases, we do not have to shuffle around the whole notify record on every change. For the cluster case, this improves correctness of the notifies, ctdb only distributes the tdb seqnum once a second, so we can lose notifies.
* s3: Modifications to generic notify structures to allow implementation of ↵Steven Danneman2009-02-204-0/+51
| | | | | | | | | | | | | | OneFS notify. The OneFS kernel based change notify system takes an fd of the directory to watch in it's initialization syscall. Since we already have this directory open, this commit plumbs that fd down to the VFS layer via the notify_entry struct. We also need to know if the watch is taken out on a snapshot directory. The full file_id struct is also passed down to make this determination. The file_id marshalling wrappers are hand written here, but should eventually be auto-generated by moving the struct file_id into the idl.
* s3:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
| | | | metze
* rerun make idl.Günther Deschner2009-02-063-0/+4531
| | | | Guenther
* netapi: add more SERVER_INFO_X levels.Günther Deschner2009-02-061-0/+613
| | | | Guenther
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
| | | | Guenther
* 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