summaryrefslogtreecommitdiffstats
path: root/source3/librpc/idl/wbint.idl
Commit message (Collapse)AuthorAgeFilesLines
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ↵Andrew Bartlett2014-06-111-176/+0
| | | | | | | | to internal winbind calls Change-Id: Iba3913d5a1c7f851b93f37e9beb6dbb20fbf7e55 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-111-0/+6
| | | | | | Change-Id: Ib87933c318f510d95f7008e122216d73803ede68 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s3:winbindd: remove wbint_Sid2Gid from the wbint.idlMichael Adam2012-12-031-6/+0
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3:winbindd: remove wbint_Sid2Uid() from the wbint.idlMichael Adam2012-12-031-6/+0
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->childMichael Adam2012-12-031-1/+1
| | | | | | | | | | This implicitly also hands the type of the resulting unix-id that the idmap backend has created back to the caller. This is important for backends that would set a broader type than the requested one, e.g. rid backend returning BOTH instead of UID or GID. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3-winbind: Return the DC name from DC_PINGChristof Schmitt2012-08-151-0/+1
| | | | | | | The DC that was attempted to ping is useful for troubleshooting. Return the DC name in the response to the wbclient. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-06-271-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jun 27 18:21:30 CEST 2011 on sn-devel-104
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-131-1/+18
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-131-0/+6
| | | | | | This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain nameVolker Lendecke2010-12-061-0/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 6 21:18:07 CET 2010 on sn-devel-104
* s3:winbind: remove the method REMOVE_MAPPING from winbind's APIMichael Adam2010-08-141-12/+0
| | | | Michael
* s3:winbind: remove the method SET_MAPPING from winbind's APIMichael Adam2010-08-141-6/+0
| | | | Michael
* s3:winbind: remove SET_HWM from winbind's API.Michael Adam2010-08-141-5/+0
|
* s3-idl: fix some missing dependencies to other IDL files.Günther Deschner2010-05-281-1/+1
| | | | Guenther
* s3:winbind use no_srv_register to avoid needing rpc_srv_registerAndrew Bartlett2010-05-181-1/+2
| | | | | | | | | This pidl attribute avoids the need for this dummy function, which helps s3compat. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-211-0/+3
| | | | | | This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-)
* s3-winbind: properly include netlogon.idl in wbint.idl.Günther Deschner2009-11-261-1/+1
| | | | Guenther
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-131-1/+4
| | | | Guenther
* s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke2009-09-071-0/+5
|
* s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke2009-09-071-0/+6
|
* s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke2009-09-071-0/+12
|
* s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke2009-09-071-0/+3
|
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-301-0/+4
|
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-301-0/+4
|
* s3:winbind: Add async QueryGroupListVolker Lendecke2009-08-291-0/+4
|
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-291-0/+5
|
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-291-0/+8
|
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-291-0/+9
|
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-291-4/+4
|
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-291-3/+3
|
* s3:winbind: Add async wb_group_membersVolker Lendecke2009-08-161-0/+17
|
* s3:winbind: Add async wb_seqnumVolker Lendecke2009-08-161-0/+4
|
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-051-0/+5
|
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-051-0/+15
|
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-051-0/+15
|
* s3:winbind: Add async wb_gid2sidVolker Lendecke2009-08-051-0/+6
|
* s3:winbind: Add async wb_uid2sidVolker Lendecke2009-08-051-0/+6
|
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-051-0/+6
|
* s3:winbind: Add async wb_sid2uidVolker Lendecke2009-08-051-0/+6
|
* s3:winbind: Add async wb_lookupnameVolker Lendecke2009-08-051-0/+8
|
* s3:winbind: Add async wb_lookupsidVolker Lendecke2009-08-051-0/+10
|
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-051-0/+14