summaryrefslogtreecommitdiffstats
path: root/source3/librpc
Commit message (Collapse)AuthorAgeFilesLines
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-308-11/+358
|
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-308-11/+358
|
* s3:winbind: Add async QueryGroupListVolker Lendecke2009-08-298-4/+351
|
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-298-2/+376
|
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-298-3/+484
|
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-298-5/+434
|
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-297-54/+54
|
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-294-21/+21
|
* s3:winbind: Add async wb_group_membersVolker Lendecke2009-08-168-2/+549
|
* s3:winbind: Add async wb_seqnumVolker Lendecke2009-08-168-2/+348
|
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-058-2/+376
|
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-058-2/+520
|
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-058-2/+567
|
* s3:winbind: Add async wb_gid2sidVolker Lendecke2009-08-058-2/+404
|
* s3:winbind: Add async wb_uid2sidVolker Lendecke2009-08-058-2/+404
|
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-058-2/+417
|
* s3:winbind: Add async wb_sid2uidVolker Lendecke2009-08-058-2/+417
|
* s3:winbind: Add async wb_lookupnameVolker Lendecke2009-08-058-2/+453
|
* s3:winbind: Add async wb_lookupsidVolker Lendecke2009-08-058-2/+517
|
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-058-0/+477
|
* Lift the event loop in rpc_api_pipe_req() one level into cli_do_rpc_ndrVolker Lendecke2009-07-271-4/+4
|
* Introduce null_ndr_syntax_idVolker Lendecke2009-07-051-0/+3
|
* Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough2009-06-193-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.
* 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