summaryrefslogtreecommitdiff
path: root/source3/librpc
AgeCommit message (Collapse)AuthorFilesLines
2009-10-13s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner8-6/+305
Guenther
2009-10-07s3: re-run make samba3-idl.Günther Deschner7-145/+469
Guenther
2009-10-01s3: add perfcount idl and generated files.Günther Deschner4-0/+820
Guenther
2009-09-25s3-libndr: fix build warning.Günther Deschner1-0/+3
Guenther
2009-09-17s3-rpc: samba3 needs the DCERPC_NDR64 defineAndrew Tridgell1-0/+3
2009-09-17Check in modified generated files for systems where pidl can't run.Jeremy Allison1-52/+54
Jeremy.
2009-09-07s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke8-2/+326
2009-09-07s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke8-2/+350
2009-09-07s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke8-2/+400
2009-09-07s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke8-3/+302
2009-08-30w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke8-11/+358
2009-08-30w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke8-11/+358
2009-08-29s3:winbind: Add async QueryGroupListVolker Lendecke8-4/+351
2009-08-29w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke8-2/+376
2009-08-29s3:winbind: Add an async dsgetdcname callVolker Lendecke8-3/+484
2009-08-29s3:winbind: Add async query_user_listVolker Lendecke8-5/+434
2009-08-29s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke7-54/+54
2009-08-29s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke4-21/+21
2009-08-16s3:winbind: Add async wb_group_membersVolker Lendecke8-2/+549
2009-08-16s3:winbind: Add async wb_seqnumVolker Lendecke8-2/+348
2009-08-05s3:winbind: Add async wb_lookupusergroupsVolker Lendecke8-2/+376
2009-08-05s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke8-2/+520
2009-08-05s3:winbind: Add async wb_queryuserVolker Lendecke8-2/+567
2009-08-05s3:winbind: Add async wb_gid2sidVolker Lendecke8-2/+404
2009-08-05s3:winbind: Add async wb_uid2sidVolker Lendecke8-2/+404
2009-08-05s3:winbind: Add async wb_sid2gidVolker Lendecke8-2/+417
2009-08-05s3:winbind: Add async wb_sid2uidVolker Lendecke8-2/+417
2009-08-05s3:winbind: Add async wb_lookupnameVolker Lendecke8-2/+453
2009-08-05s3:winbind: Add async wb_lookupsidVolker Lendecke8-2/+517
2009-08-05s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke8-0/+477
2009-07-27Lift the event loop in rpc_api_pipe_req() one level into cli_do_rpc_ndrVolker Lendecke1-4/+4
2009-07-05Introduce null_ndr_syntax_idVolker Lendecke1-0/+3
2009-06-19Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough3-2/+5
"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-05-14s3-netapi: add NetShutdownInit and NetShutdownAbort.Günther Deschner1-0/+21
I know, they don't exist as such calls on windows but having them in libnetapi.so would be very handy. Guenther
2009-04-16Fix IDL licensing file that got missed when IDL files were moved.Jeremy Allison1-0/+9
Jeremy.
2009-04-16Add notify_onelevel.tdbVolker Lendecke4-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.
2009-02-20s3: Modifications to generic notify structures to allow implementation of ↵Steven Danneman4-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.
2009-02-19s3:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher1-1/+1
metze
2009-02-06rerun make idl.Günther Deschner3-0/+4531
Guenther
2009-02-06netapi: add more SERVER_INFO_X levels.Günther Deschner1-0/+613
Guenther
2009-02-03librpc: add ndr_size_string_array().Günther Deschner1-0/+23
Guenther
2009-01-22s3: run "make samba3-idl"Michael Adam1-0/+2
Michael
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij1-1/+1
rpc_pipe_client.
2009-01-18Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke1-1/+2
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-1/+0
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.