summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr
AgeCommit message (Collapse)AuthorFilesLines
2009-08-29s3:winbind: Add an async dsgetdcname callVolker Lendecke7-3/+476
2009-08-29s3:winbind: Add async query_user_listVolker Lendecke7-5/+425
2009-08-29s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke6-50/+50
2009-08-29s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke3-18/+18
2009-08-16s3:winbind: Add async wb_group_membersVolker Lendecke7-2/+532
2009-08-16s3:winbind: Add async wb_seqnumVolker Lendecke7-2/+344
2009-08-05s3:winbind: Add async wb_lookupusergroupsVolker Lendecke7-2/+371
2009-08-05s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke7-2/+505
2009-08-05s3:winbind: Add async wb_queryuserVolker Lendecke7-2/+552
2009-08-05s3:winbind: Add async wb_gid2sidVolker Lendecke7-2/+398
2009-08-05s3:winbind: Add async wb_uid2sidVolker Lendecke7-2/+398
2009-08-05s3:winbind: Add async wb_sid2gidVolker Lendecke7-2/+411
2009-08-05s3:winbind: Add async wb_sid2uidVolker Lendecke7-2/+411
2009-08-05s3:winbind: Add async wb_lookupnameVolker Lendecke7-2/+445
2009-08-05s3:winbind: Add async wb_lookupsidVolker Lendecke7-2/+507
2009-08-05s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke7-0/+463
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough2-2/+4
"net ads leave" stopped working when "modify properties" permissions were not granted (meaning you had to be allowed to disable the account that you were about to delete). Libnetapi should not delete machine accounts, as this does not happen on win32. The WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag really means "disable" (both in practice and docs). However, to keep the functionality in "net ads leave", we will still try to do the delete. If this fails, we try to do the disable. Additionally, it is possible in windows to not disable or delete the account, but just tell the local machine that it is no longer in the account. libnet can now do this as well.
2009-05-14s3-build: re-run make samba3-idl.Günther Deschner3-1/+91
Guenther
2009-04-16Add notify_onelevel.tdbVolker Lendecke3-0/+73
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.
2009-02-20s3: Modifications to generic notify structures to allow implementation of ↵Steven Danneman2-0/+10
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.
2009-02-06rerun make idl.Günther Deschner3-0/+4531
Guenther
2009-01-22s3: run "make samba3-idl"Michael Adam1-0/+2
Michael
2008-12-16Remove ndrdump - it's available in merged build mode as bin/ndrdump4 and ↵Jelmer Vernooij1-481/+0
uses the exact same object files there.
2008-12-16Share object files for gen_ndr.Jelmer Vernooij1-0/+330
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij1-0/+151
Samba 3 and Samba 4 output.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij125-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.
2008-12-16Consider shared IDL files and Samba3-specific IDL files separately, allow ↵Jelmer Vernooij2-2/+0
overriding output directory.
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij5-28/+0
the dom_sid). No longer include it from security.idl.
2008-12-14Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-14/+8
2008-12-13s3: re-run make samba3-idl.Günther Deschner5-14/+8
Guenther
2008-12-12Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij10-28/+39
2008-12-10s3-build: re-run make samba3-idl.Günther Deschner7-33/+427
Guenther
2008-12-05s3-build: re-run make samba3-idl.Günther Deschner2-36/+36
Guenther
2008-12-02re-run make samba3-idl.Günther Deschner3-8/+47
Guenther
2008-11-28s3-build: re-run make samba3-idl.Günther Deschner2-8/+8
Guenther
2008-11-26Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems withJelmer Vernooij9-121/+103
forward enum declarations when compiled with C++.
2008-11-20s3-build: re-run make samba3-idl.Günther Deschner5-17/+43
Guenther
2008-11-19s3-build: re-run make samba3-idl after pidl change.Günther Deschner7-44/+44
Guenther
2008-11-17s3-build: re-run make samba3-idl.Günther Deschner5-109/+179
Guenther
2008-11-17svcctl: fill in SERVICE_CONTROL from s3.Günther Deschner5-8/+45
Guenther
2008-11-13Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵Jeremy Allison3-30/+30
format is fixed. Jeremy.
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner4-34/+34
Guenther
2008-11-12ntsvcs: use both named-pipe endpoints.Günther Deschner1-1/+2
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner5-98/+98
Guenther
2008-11-12s3-build: re-run make samba3-idl.Günther Deschner4-10/+12
Guenther
2008-11-10s3-build: re-run make samba3-idl (rid2sid).Günther Deschner5-7/+28
Guenther
2008-11-10s3-build: re-run make samba3-idl (after cleanup).Günther Deschner1-2/+0
Guenther
2008-11-10s3-netlogon: fix type of parameters string in user delta.Günther Deschner2-6/+6
Guenther
2008-11-08s3: add missing librpc/gen_ndr/ndr_dom_sid.hStefan Metzmacher1-0/+10
metze
2008-11-08s3: make idlStefan Metzmacher3-27/+14
metze