summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* 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: use check dcerpc_binding_handle_is_connected() instead of a spec...Stefan Metzmacher2016-03-291-1/+1
* s3: winbind: Prevent null ptr access by returning error if no creds availableNoel Power2015-11-161-2/+5
* s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.Jeremy Allison2015-08-251-1/+1
* winbindd: disconnect child process if request is cancelled at main processUri Simchoni2015-07-051-8/+42
* winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.Jeremy Allison2015-07-051-0/+5
* kerberos auth info3 should contain resource group ids available from pac_logonNoel Power2015-07-051-2/+7
* winbindd: Sync secrets.ldb into secrets.tdb on startupAndrew Bartlett2015-06-301-3/+71
* winbindd: Use pdb_get_domain_info() to get exactly the local domain info when...Andrew Bartlett2015-06-301-2/+9
* idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt2015-06-071-1/+1
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-212-0/+27
* s3:winbind:grent: don't stop group enumeration when a group has no gidMichael Adam2015-04-081-1/+50
* s3-winbind: Fix chached user group lookup of trusted domains.Michael Adam2015-03-241-0/+11
* winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt2015-01-131-0/+8
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2015-01-131-0/+10
* pdb: Increase version number to fix ABIGarming Sam2014-12-181-1/+1
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-181-14/+2
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-12-041-1/+1
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-241-1/+1
* winbind3: Fix pwent variable substitutionJustin Maggard2014-10-261-1/+1
* idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt2014-10-131-0/+1
* winbindd: Do not make anonymous connections by defaultAndrew Bartlett2014-09-301-0/+29
* s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt2014-09-291-3/+30
* s3-winbindd: Require SMB signing by default to disrupt MITM attacks with our DCAndrew Bartlett2014-09-281-1/+33
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-276-12/+13
* s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2014-09-152-3/+8
* set_dc_type_and_flags_trustinfo: Use init_dc_connection and wb_open_internal_...Andrew Bartlett2014-09-011-18/+26
* winbindd: Add debugging to assist in locating errors creating NETLOGON pipesAndrew Bartlett2014-09-011-0/+12
* winbindd: Do not segfault if the trusted domain has no SIDAndrew Bartlett2014-09-011-1/+9
* s3-winbindd: Document parameters in ads_cached_connection_reuseChristof Schmitt2014-08-301-0/+13
* s3-winbindd: Use more descriptive parameter names in ads_cached_connection_co...Christof Schmitt2014-08-301-8/+8
* s3-winbindd: Use correct realm for trusted domains in idmap childChristof Schmitt2014-08-301-2/+9
* winbindd-irpc: Ensure not to call irpc_send_reply twice on errorAndrew Bartlett2014-08-011-0/+1
* s3: winbindd: On new client connect, prune idle or hung connections older tha...Jeremy Allison2014-07-291-0/+36
* lib: directory_create_or_exist() does not use "uid" parameterVolker Lendecke2014-07-281-2/+2
* s3:idmap: fix talloc hierarchy in idmap_passdb_domain()Michael Adam2014-07-251-1/+1
* s3:idmap: only check the range values if a range setting has been found.Michael Adam2014-07-251-3/+1
* s3:idmap: move loading of idmap options together before range checking in idm...Michael Adam2014-07-251-4/+4
* s3:idmap: in idmap_init_domain() load methods before loading further configMichael Adam2014-07-251-18/+23
* s3:idmap: don't log missing range config if range checking not requestedMichael Adam2014-07-251-2/+2
* s3-winbindd: prefer "displayName" over "name" in ads user queries for the ful...Günther Deschner2014-07-151-5/+11
* s3-winbind: Don't set the gecos field to NULL.Andreas Schneider2014-07-151-1/+0
* s3-winbindd: use wcache_query_user_fullname after inspecting samlogon cache.Günther Deschner2014-07-153-0/+57
* s3-winbindd: add wcache_query_user_fullname().Günther Deschner2014-07-152-0/+38
* s3-winbindd: call interactive samlogon via rpccli_netlogon_password_logon.Günther Deschner2014-07-151-13/+32
* s3:winbindd: remove unused get[pw|gr]ent_initialized from winbindd_cli_stateStefan Metzmacher2014-07-111-4/+0