summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3: winbind: Remove dump_event_list() calls.Jeremy Allison2016-10-201-3/+2
* winbindd: in wb_lookupsids return domain name if we have itRalph Boehme2016-08-031-1/+29
* winbindd/idmap_rfc2307: fix a crashRalph Boehme2016-08-031-3/+1
* s3-winbind: Fix memory leak with each cached credential loginAndreas Schneider2016-07-041-2/+6
* Merge tag 'samba-4.3.8' into v4-3-testStefan Metzmacher2016-04-122-24/+26
|\
| * CVE-2016-2115: s3:winbindd: use lp_client_ipc_signing()Stefan Metzmacher2016-03-301-1/+1
| * CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher2016-03-301-2/+2
| * CVE-2016-2110: winbindd: add new_spnego to the WINBINDD_CCACHE_NTLMAUTH responseStefan Metzmacher2016-03-291-2/+6
| * winbindd: make use of ntlmssp_resume_ccache backend for WINBINDD_CCACHE_NTLMAUTHStefan Metzmacher2016-03-291-16/+13
| * winbindd: pass an memory context to do_ntlm_auth_with_stored_pw()Stefan Metzmacher2016-03-291-3/+4
* | s3:winbindd: don't unclude two '\0' at the end of the domain listStefan Metzmacher2016-03-241-1/+1
* | winbindd: return trust parameters when listing trustsUri Simchoni2016-03-042-24/+61
* | winbindd: initialize foreign domain as AD based on trustUri Simchoni2016-03-041-0/+7
* | winbindd: introduce add_trusted_domain_from_tdc()Uri Simchoni2016-03-041-26/+46
|/
* Revert "winbind: Retry after SESSION_EXPIRED error in ping-dc"Christof Schmitt2016-01-141-8/+0
* winbindd: Retry on expired session in cm_connect_netlogonChristof Schmitt2016-01-141-0/+8
* winbindd: Retry on expired session in cm_connect_samChristof Schmitt2016-01-141-0/+48
* winbindd: Retry on expired session in cm_connect_lsaChristof Schmitt2016-01-141-0/+48
* winbindd: Remove double retry from some ADS methodsChristof Schmitt2016-01-141-14/+12
* winbindd: Add retry also for ADS method callsChristof Schmitt2016-01-145-4/+334
* winbindd: Reset connection for expired session before reconnectingChristof Schmitt2016-01-141-15/+24
* winbind: Don't crash on invalid idmap configsVolker Lendecke2015-11-231-0/+1
* s3: winbind: Prevent null ptr access by returning error if no creds availableNoel Power2015-11-161-2/+5
* winbind: Remove "have_idmap_config" from winbindd_domainVolker Lendecke2015-08-312-40/+0
* winbind: Do not look for the domain in wb_gid2sidVolker Lendecke2015-08-311-13/+0
* winbind: Do not look for the domain in wb_uid2sidVolker Lendecke2015-08-311-13/+0
* idmap: Remove dom_name from wbint_Gid2SidVolker Lendecke2015-08-311-1/+1
* idmap: Remove dom_name from wbint_Uid2SidVolker Lendecke2015-08-311-1/+1
* idmap: Remove "domname" from idmap_gid_to_sidVolker Lendecke2015-08-313-6/+4
* idmap: Remove "domname" from idmap_uid_to_sidVolker Lendecke2015-08-313-6/+4
* idmap: Remove "domname" from idmap_backends_unixid_to_sidVolker Lendecke2015-08-313-8/+6
* idmap: Use a range search in idmap_backends_unixid_to_sidVolker Lendecke2015-08-311-1/+11
* idmap: Initialize all idmap domains at startupVolker Lendecke2015-08-311-90/+109
* idmap: Move idmap_init() under the static varsVolker Lendecke2015-08-311-15/+15
* s3:winbindd: initialize dst->primary_gid with (gid_t)-1Stefan Metzmacher2015-07-171-1/+1
* s3:winbindd: initialize acct_desc fields in rpc_enum_{dom,local}_groups()Stefan Metzmacher2015-07-171-5/+10
* s3:winbindd: initialize an [in,out] variable in rpc_try_lookup_sids3()Stefan Metzmacher2015-07-171-1/+1
* winbindd: shorten client list scanUri Simchoni2015-07-161-8/+9
* winbindd: keep client list sorted by access timeUri Simchoni2015-07-152-3/+4
* winbindd: add service routines to support a sorted client listUri Simchoni2015-07-152-0/+26
* winbindd: periodically remove timed out clientsUri Simchoni2015-07-151-0/+18
* winbindd: verify that client has closed the connectionUri Simchoni2015-07-151-2/+22
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-151-1/+2
* winbindd: cleanup client connection if the client closes the connectionUri Simchoni2015-07-151-0/+28
* winbindd: set file descriptor limit according to configurationUri Simchoni2015-07-151-0/+31
* CID 1311763: Fix incorrect return valueAndreas Schneider2015-07-151-1/+1
* s3:winbindd: add wb_irpc_GetForestTrustInformation()Stefan Metzmacher2015-07-081-0/+46
* s3:winbindd: implement winbind_GetForestTrustInformation()Stefan Metzmacher2015-07-081-1/+200
* librpc/idl: add winbind_GetForestTrustInformation()Stefan Metzmacher2015-07-081-0/+13
* s3:winbindd: add wb_irpc_LogonControl()Stefan Metzmacher2015-07-081-1/+72