summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2017-12-14winbindd: idmap_rid: error code for failing id-to-sid mapping requestRalph Boehme1-1/+1
2017-12-14winbindd: idmap_rid: don't rely on the static domain listRalph Boehme1-4/+4
2017-12-14winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme4-5/+10
2017-12-14winbindd: add domain SID to idmap mapping domainsRalph Boehme1-15/+147
2017-12-05winbindd: let normalize_name_map() call find_domain_from_name_noinit()Ralph Boehme6-23/+15
2017-11-22winbind: Remove winbind_messaging_contextVolker Lendecke2-20/+0
2017-11-22winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke4-44/+44
2017-11-22winbind: Remove winbind_event_contextVolker Lendecke2-20/+0
2017-11-22winbind: Replace winbind_event_context with server_event_contextVolker Lendecke14-60/+60
2017-08-17s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.Jeremy Allison1-0/+3
2017-07-24idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWNDustin L. Howett via samba-technical1-1/+18
2017-06-28s3:winbind: Move debug statement into the error handlingAndreas Schneider1-2/+2
2017-06-27s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2-0/+3
2017-06-22Bug 15852. There are valid paths where conn->lsa_pipe_tcp->transport is NULL....Richard Sharpe1-3/+5
2017-06-22s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher1-2/+1
2017-06-20s3:winbind: Fix 'winbind normalize names' in wb_getpwsid()Andreas Schneider1-3/+31
2017-06-09s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()Stefan Metzmacher2-3/+3
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2-0/+48
2017-05-30winbindd: Do not run SAM auth stack in winbind SamLogonGarming Sam3-2/+7
2017-05-30libads: Decide to have no fallback optionGarming Sam1-0/+1
2017-05-30winbindd_cm: Pass cm_open_connection the need_rw_dc flagGarming Sam1-3/+4
2017-05-30winbindd_cm: Call dcip_check_name even when fetching from cacheGarming Sam1-26/+26
2017-05-30winbindd_cm: Rename dcip_to_name to the more accurate dcip_check_nameGarming Sam1-7/+7
2017-05-30winbindd_cm: Add new parameter to getdc and find_new_dc callsGarming Sam1-11/+20
2017-05-30winbindd_cm: Add new parameter for dcip_to_nameGarming Sam1-3/+5
2017-05-17winbindd: Give winbindd_ads.c its own headerVolker Lendecke5-7/+36
2017-05-16s3:winbind: Use a talloc stackframe for rpc_query_user_listAndreas Schneider1-16/+24
2017-05-10s3-winbindd: remove some dead prototypesGünther Deschner1-28/+0
2017-05-08idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke1-1/+1
2017-05-08idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke1-4/+1
2017-05-08idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke1-1/+1
2017-05-08idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke1-4/+1
2017-05-03s3:winbindd:idmap_autorid remove a stray commentChristian Ambach1-3/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison16-21/+21
2017-04-20smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2-25/+29
2017-04-13winbindd: Make some debugging clearerGarming Sam1-2/+2
2017-04-12winbindd: only use the domain name from lookup sids if the domain matchesRalph Boehme1-1/+5
2017-04-12winbind_msrpc: Use any_nt_status_not_okVolker Lendecke1-25/+6
2017-04-12winbind_pam: Use any_nt_status_not_ok in map_auth_samlogonVolker Lendecke1-7/+2
2017-04-12winbind: Slightly simplify remove_timed_out_clientsVolker Lendecke1-14/+15
2017-04-12winbind: Avoid a "ok==false"Volker Lendecke1-2/+2
2017-04-12winbind: Simplify a logic expressionVolker Lendecke1-6/+4
2017-04-12winbindd: remove fallback from lookupridsRalph Boehme1-20/+4
2017-04-12winbindd: remove lookupsid() fallback for a failed lookupsids()Ralph Boehme1-20/+4
2017-04-12winbindd: remove fallback to lookupsid for unknown SIDsRalph Boehme1-11/+0
2017-04-12winbindd: handling of failed lookupsids in wb_lookupsids_single_done()Ralph Boehme1-47/+35
2017-04-12winbindd: let wb_lookupsids_move_name() handle domain_index UINT32_MAXRalph Boehme1-8/+14
2017-04-12winbindd: handling of SIDs without domain reference in wb_sids2xids_lookupsid...Ralph Boehme1-6/+27
2017-04-10winbindd: allow wbinfo -a REALM\\user to work on a DCStefan Metzmacher1-2/+20
2017-04-07winbindd: error handling in rpc_lookup_sids()Ralph Boehme1-4/+5