s3:client: Fix size types
[samba.git] / source3 / winbindd /
2018-03-24 Andrew Bartlettwinbindd: Use talloc_zero_array for consistency with...
2018-03-24 Andrew Bartlettwinbindd: Do re-connect if the RPC call fails in the...
2018-03-24 Andrew Bartlettwinbindd: Add a cache of the samr and lsa handles for...
2018-03-20 Andreas Schneiders3:winbindd: Fix size types in idmap_tdb_common
2018-03-19 Simo SorceRevert "Use "localhost" to be ipv6 only friendly"
2018-03-19 Simo SorceUse "localhost" to be ipv6 only friendly
2018-03-15 Ralph Boehmewinbindd: add retry to _winbind_SendToSam
2018-03-15 Ralph Boehmewinbindd: add retry to _winbind_DsrUpdateReadOnlyServer...
2018-03-15 Ralph Boehmewinbindd: add retry to _wbint_DsGetDcName
2018-03-15 Ralph Boehmewinbindd: add retry to _wbint_LookupSids()
2018-03-15 Ralph Boehmewinbindd: use reset_cm_connection_on_error() instead...
2018-03-15 Ralph Boehmewinbindd: fix logic calling dcerpc_binding_handle_is_co...
2018-03-15 Ralph Boehmewinbindd: call dcerpc_binding_handle_is_connected(...
2018-03-15 Ralph Boehmewinbindd: force netlogon reauth for certain errors...
2018-03-15 Ralph Boehmewinbindd: call reset_cm_connection_on_error() from...
2018-03-15 Ralph Boehmewinbindd: make reset_cm_connection_on_error() public
2018-03-15 Ralph Boehmewinbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_...
2018-03-15 Ralph Boehmewinbindd: add and use ldap_reconnect_need_retry() in...
2018-03-15 Volker Lendeckewinbind: Keep "force_reauth" in invalidate_cm_connection
2018-03-15 Volker Lendeckewinbind: Add smbcontrol disconnect-dc
2018-03-01 Volker Lendeckewinbind: Fix --ping-dc error handling
2018-03-01 Volker Lendeckewinbind: Fix a race between the sigchld and 0-sized...
2018-03-01 Volker Lendeckewinbind: Remove the "winbindd_children" global
2018-03-01 Volker Lendeckewinbind: Use forall_children in reinit_after_fork()
2018-03-01 Volker Lendeckewinbind: Use forall_children in winbind_msg_ip_dropped_...
2018-03-01 Volker Lendeckewinbind: Use forall_domain_children in winbind_msg_online
2018-03-01 Volker Lendeckewinbind: Use forall_domain_children in winbind_msg_offl...
2018-03-01 Volker Lendeckewinbind: Remove unused winbindd_internal_child()
2018-03-01 Volker Lendeckewinbind: "internal" children never have a domain set
2018-03-01 Volker Lendeckewinbind: Use forall_children in winbind_child_died()
2018-03-01 Volker Lendeckewinbind: Implement forall_children()
2018-03-01 Andreas Schneiders3:winbindd: Add FALL_THROUGH statements in idmap_autorid.c
2018-02-28 Stefan Metzmacherwinbindd: disable support for CROSS_ORGANIZATION domains
2018-02-26 Volker Lendeckewinbindd: Remove "DUMP_EVENT_LIST" message
2018-02-23 Stefan Metzmacherwinbind: don't try to do an authenticated SMB connectio...
2018-02-23 Stefan Metzmacherwinbind: set_dc_type_and_flags() is not needed on a DC
2018-02-23 Stefan Metzmacherwinbind: make sure we don't contact trusted domains...
2018-02-23 Stefan Metzmacherwinbind: make sure we don't contact trusted domains...
2018-02-23 Stefan Metzmacherwinbind: let cm_connect_netlogon_transport() only work...
2018-02-23 Stefan Metzmacherwinbind: force the usage of schannel in cm_connect_lsa...
2018-02-23 Stefan Metzmacherwinbind: Use one queue for all domain children
2018-02-23 Volker Lendeckewinbind: Maintain a binding handle per domain and alway...
2018-02-23 Stefan Metzmacherwinbind: make choose_domain_child() static
2018-02-23 Stefan Metzmacherwinbind: add locator_child_handle() and use it instead...
2018-02-23 Stefan Metzmacherwinbind: add idmap_child_handle() and use it instead...
2018-02-23 Stefan Metzmacherwinbind: improve wb_domain_request_send() to use wb_dsg...
2018-02-23 Stefan Metzmacherwinbind: use state->{ev,request} in wb_domain_request_s...
2018-02-23 Stefan Metzmacherwinbind: avoid using fstrcpy(dcname,...) in _dual_init_...
2018-02-23 Stefan Metzmacherwinbind: cleanup winbindd_cli_state->pwent_state if...
2018-02-23 Stefan Metzmacherwinbind: cleanup winbindd_cli_state->grent_state if...
2018-02-23 Stefan Metzmacherwinbind: call lp_winbind_enum_{users,groups}() already...
2018-02-23 Stefan Metzmacherwinbind: protect a pending wb_child_request against...
2018-02-23 Stefan Metzmacherwinbind: use tevent_queue_wait_send/recv in wb_child_re...
2018-02-21 Stefan Metzmacherwinbindd: implement wb_irpc_lsa_{LookupNames4,LookupSid...
2018-02-21 Stefan Metzmacherwinbindd: make use of talloc_zero_array() in wb_lookups...
2018-02-21 Stefan Metzmacherwinbindd: initialize type = SID_NAME_UNKNOWN in wb_look...
2018-02-21 Stefan Metzmacherwinbindd: don't split the rid for SID_NAME_DOMAIN sids...
2018-02-21 Andreas Schneiders3:auth: Pass mem_ctx to init_system_session_info()
2018-02-15 Volker Lendeckewinbind: Don't send "server_id" explicitly for DUMP_DOM...
2018-02-15 Volker Lendeckewinbind: Don't explicitly send "server_id" for ONLINESTATUS
2018-02-12 Andreas Schneiderwinbindd: Initialize the domain groups member
2018-02-12 Andreas Schneiderwinbindd: Free is_parent before we terminate
2018-02-12 Andreas Schneiderwinbindd: Free memory before we exit the connect child
2018-02-12 Volker Lendeckewinbind: Improve child selection
2018-02-10 Stefan Metzmacherwinbindd: WBFLAG_PAM_AUTH_PAC should call add_trusted_d...
2018-02-10 Stefan Metzmacherwinbindd: rename winbindd_pam_auth_pac_send and let...
2018-02-10 Stefan Metzmacherwinbindd: complete WBFLAG_PAM_AUTH_PAC handling in...
2018-02-10 Stefan Metzmacherwinbindd: let winbindd_pam_auth_pac_send() compute...
2018-02-10 Stefan Metzmacherwinbindd: call add_trusted_domain_from_auth() in winbin...
2018-02-10 Stefan Metzmacherwinbindd: get netr_SamInfo6 out of winbindd_dual_pam_au...
2018-02-10 Stefan Metzmacherwinbindd: allow validation level 6 in winbind_SamLogon
2018-02-10 Stefan Metzmacherwinbindd: introduce a cm_connect_netlogon_secure()...
2018-02-10 Stefan Metzmacherwinbindd: handle interactive logons in _winbind_SamLogon()
2018-02-10 Stefan Metzmacherwinbindd: pass 'bool interactive' to winbind_dual_SamLo...
2018-02-10 Stefan Metzmacherwinbindd: add a comment to a parameter in _winbind_SamL...
2018-02-10 Stefan Metzmacherwinbindd: separate plaintext given and interactive...
2018-02-10 Stefan Metzmacherwinbindd: add_trusted_domain_from_auth() should not...
2018-02-10 Stefan Metzmacherwinbindd: fix debug message in find_default_route_domai...
2018-02-10 Ralph Boehmewinbindd: rename MSG_WINBIND_NEW_TRUSTED_DOMAIN to...
2018-02-10 Ralph Boehmewinbindd: use add_trusted_domains_dc in wb_imsg_new_tru...
2018-02-10 Ralph Boehmewinbindd: move loading of trusted domains on a DC to...
2018-02-10 Stefan Metzmacherwinbindd: don't force using LSA_LOOKUP_NAMES_ALL for...
2018-02-10 Stefan Metzmachers3:rpc_client: pass down lsa_LookupNamesLevel to dcerpc...
2018-02-10 Stefan Metzmacherwinbindd: prepare find_lookup_domain_from_{name,sid...
2018-02-10 Stefan Metzmacherwinbindd: prepare find_auth_domain() transitive trusts...
2018-02-10 Stefan Metzmacherwinbindd: remove const from set_routing_domain()
2018-02-10 Stefan Metzmacherwinbindd: use Netlogon{Interactive,Network}TransitiveIn...
2018-02-10 Stefan Metzmachers3:rpc_client: allow passing NetlogonNetwork[Transitive...
2018-02-10 Ralph Boehmewinbindd: add routing_domain as parameter to add_truste...
2018-02-10 Stefan Metzmacherwinbindd: add missing can_do_ncacn_ip_tcp initialisation
2018-02-10 Stefan Metzmacherwinbindd: remove useless calls to get_trust_credentials...
2018-02-10 Stefan Metzmacherwinbindd: fix LSA connections via DCERPC_AUTH_SCHANNEL
2018-01-17 Volker Lendeckewinbind: Fix CID 1427626 Uninitialized scalar variable
2018-01-17 Volker Lendeckewinbind: Fix CID 1427626 Uninitialized scalar variable
2018-01-15 Andreas Schneiders3:rpc_client: Clenup copy_netr_SamInfo3() code
2018-01-15 Andreas Schneiders3:winbind: Use a stackframe and cleanup when leaving
2018-01-15 Andreas Schneiders3:winbind: Use a goto for cleaning up at the end
2018-01-15 Andreas Schneiders3:winbindd: Improve logic so it is easier to understand
2018-01-14 Ralph Boehmewinbindd: set routing_domain when enumerating trusts
2018-01-13 David Muldergpo: Add the winbind call to gpupdate
next