summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual_srv.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-21s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke1-0/+48
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 :-)
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner1-0/+1
samba. Guenther
2009-11-23s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke1-1/+1
2009-10-13s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner1-0/+62
Guenther
2009-10-07s3-winbindd: libwbclient: implement secure channel verification for specific ↵Günther Deschner1-4/+4
domains in wbcCheckTrustCredentials(). Guenther
2009-09-07s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke1-0/+23
2009-09-07s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke1-0/+22
2009-09-07s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke1-0/+22
2009-09-07s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke1-0/+52
2009-08-30w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke1-0/+13
2009-08-30w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke1-0/+13
2009-08-29s3:winbind: Add async QueryGroupListVolker Lendecke1-0/+40
2009-08-29w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke1-0/+40
2009-08-29s3:winbind: Add an async dsgetdcname callVolker Lendecke1-0/+81
2009-08-29s3:winbind: Add async query_user_listVolker Lendecke1-0/+13
2009-08-29s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke1-1/+1
We need to enumerate passdb alias members Thanks to gd for bugging me :-)
2009-08-29s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke1-5/+5
2009-08-29s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke1-2/+2
2009-08-16s3:winbind: Add async wb_group_membersVolker Lendecke1-0/+38
2009-08-16s3:winbind: Add async wb_seqnumVolker Lendecke1-0/+12
2009-08-16s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke1-17/+2
2009-08-16s3:winbind: Simplify _wbint_[GU]id2SidVolker Lendecke1-16/+4
2009-08-05s3:winbind: Add async wb_lookupusergroupsVolker Lendecke1-0/+14
2009-08-05s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke1-0/+14
2009-08-05s3:winbind: Add async wb_queryuserVolker Lendecke1-0/+27
2009-08-05s3:winbind: Add async wb_gid2sidVolker Lendecke1-0/+12
2009-08-05s3:winbind: Add async wb_uid2sidVolker Lendecke1-0/+12
2009-08-05s3:winbind: Add async wb_sid2gidVolker Lendecke1-0/+14
2009-08-05s3:winbind: Add async wb_sid2uidVolker Lendecke1-0/+14
2009-08-05s3:winbind: Add async wb_lookupnameVolker Lendecke1-0/+13
2009-08-05s3:winbind: Add async wb_lookupsidVolker Lendecke1-0/+24
2009-08-05s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke1-0/+30