summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_dual_srv.c
Commit message (Expand)AuthorAgeFilesLines
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-06-271-2/+3
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-4/+4
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-021-1/+1
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-131-0/+92
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-131-0/+18
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-1/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-15/+27
* s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain nameVolker Lendecke2010-12-061-0/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:winbind: remove the method REMOVE_MAPPING from winbind's APIMichael Adam2010-08-141-23/+0
* s3:winbind: remove the method SET_MAPPING from winbind's APIMichael Adam2010-08-141-22/+0
* s3:winbind: remove SET_HWM from winbind's API.Michael Adam2010-08-141-23/+0
* s3-winbind: Use struct pipes_struct.Andreas Schneider2010-07-281-24/+27
* Second part of fix for bug 7578 - 'net idmap restore' fails to set HWM, causi...Jeremy Allison2010-07-271-1/+1
* s3: Fix bug 7578Justin Maggard2010-07-271-1/+1
* s3-winbind: Free some memory which isn't needed anymore.Andreas Schneider2010-07-051-0/+2
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-211-0/+48
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke2009-11-231-1/+1
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-131-0/+62
* s3-winbindd: libwbclient: implement secure channel verification for specific ...Günther Deschner2009-10-071-4/+4
* s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke2009-09-071-0/+23
* s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke2009-09-071-0/+22
* s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke2009-09-071-0/+22
* s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke2009-09-071-0/+52
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-301-0/+13
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-301-0/+13
* s3:winbind: Add async QueryGroupListVolker Lendecke2009-08-291-0/+40
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-291-0/+40
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-291-0/+81
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-291-0/+13
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-291-1/+1
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-291-5/+5
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-291-2/+2
* s3:winbind: Add async wb_group_membersVolker Lendecke2009-08-161-0/+38
* s3:winbind: Add async wb_seqnumVolker Lendecke2009-08-161-0/+12
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-17/+2
* s3:winbind: Simplify _wbint_[GU]id2SidVolker Lendecke2009-08-161-16/+4
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-051-0/+14
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-051-0/+14
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-051-0/+27
* s3:winbind: Add async wb_gid2sidVolker Lendecke2009-08-051-0/+12
* s3:winbind: Add async wb_uid2sidVolker Lendecke2009-08-051-0/+12
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-051-0/+14
* s3:winbind: Add async wb_sid2uidVolker Lendecke2009-08-051-0/+14
* s3:winbind: Add async wb_lookupnameVolker Lendecke2009-08-051-0/+13
* s3:winbind: Add async wb_lookupsidVolker Lendecke2009-08-051-0/+24