summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25winbindd: Align integer typesVolker Lendecke1-2/+2
2026-02-25winbindd: Modernize a DEBUGVolker Lendecke1-1/+1
2026-02-25winbindd: Simplify collect_onlinestatus()Volker Lendecke1-12/+9
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-8/+8
2025-07-07s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain nameGünther Deschner1-1/+5
2025-05-15winbind: Fix a few Coverity complaintsVolker Lendecke1-1/+1
2025-02-08winbindd: introduce update_trusted_domains_dc()Stefan Metzmacher1-2/+2
2025-02-08winbindd: let setup_child() use a useful mem_ctx for talloc memoryStefan Metzmacher1-2/+9
2025-02-08winbindd: make wb_domain_request_* more robustStefan Metzmacher1-2/+24
2024-10-31s3:winbindd: call process_set_title() for locator childStefan Metzmacher1-0/+2
2024-10-01s3:winbindd: it's 2024 and all AD domains should be native nowStefan Metzmacher1-2/+0
2024-09-25s3: SIGHUP handlers use consistent log level 3Jones Syue1-1/+1
2024-03-22lib: Remove timeval_set()Volker Lendecke1-1/+1
2024-01-20winbindd: call add_trusted_domains_dc() in smbcontrol reload-config handlerRalph Boehme1-0/+6
2023-12-13s3:winbind: Register a messaging filter foreach domain childSamuel Cabrero1-12/+22
2023-08-30s3:winbindd: Use a correct value for the length of domain childrenPavel Filipenský1-2/+2
2023-08-08s3:winbindd: Add missing newlines to logging messagesJoseph Sutton1-4/+4
2023-07-19Revert "s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() ap...Andreas Schneider1-1/+0
2023-07-19s3:winbindd: Fix code spellingAndreas Schneider1-1/+1
2023-07-19s3:winbind: Set/unset the winbind_call_flow callback if log level changesPavel Filipenský1-0/+7
2023-07-19s3:winbind: Update winbind to tevent 0.15.0 APIPavel Filipenský1-1/+1
2023-07-19s3:winbindd: set TEVENT_DEPRECATED as tevent_thread_call_depth_*() api will c...Stefan Metzmacher1-0/+1
2023-03-10winbindd: don't call set_domain_online_request() in the idmap childStefan Metzmacher1-7/+0
2023-01-26s3:winbind: Deactivate call depth tracking in child winbinddPavel Filipenský1-0/+6
2022-12-14smbd: remove process shortname arg from reinit_after_fork()Ralph Boehme1-1/+1
2022-12-14winbindd: Use process_set_title() instead of setproctitle()Ralph Boehme1-2/+3
2022-06-06winbindd: Remove a "wrong" error messageVolker Lendecke1-4/+0
2022-05-19s3:winbind: Remove struct winbindd_child_dispatch_tableSamuel Cabrero1-12/+1
2022-05-19s3:winbind: Convert InitConnection from struct based to NDR basedSamuel Cabrero1-31/+35
2022-05-19s3:winbind: Create a binding handle for each childSamuel Cabrero1-4/+3
2022-05-10winbind: send "debug traceid" from winbindd parent to childPavel Filipenský1-0/+13
2022-04-08s3:winbind: Move sighup handling related functions to winbindd-lib subsystemSamuel Cabrero1-0/+62
2022-04-08s3:winbind: Move sigterm handling functions to winbindd-lib subsystemSamuel Cabrero1-0/+105
2021-10-12s3:winbindd: Fix winbindd child logfile name handlingPavel Filipenský1-5/+6
2021-09-18debug: Remove "override_logfile"Volker Lendecke1-9/+9
2021-07-14s3:winbind: Get rid of the winbind dc-connect childIsaac Boukris1-30/+3
2021-07-14s3:winbind: Remove trailing whitespaces in winbindd_dual.cAndreas Schneider1-9/+9
2021-01-21winbind: handle MSG_SMB_CONF_UPDATED in the winbinds childrenRalph Boehme1-0/+22
2021-01-21winbind: move config-reloading code to winbindd_dual.cRalph Boehme1-0/+15
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-11-26s3:winbind: Check return code of set_blocking()Andreas Schneider1-2/+9
2020-10-23winbindd: add and use is_idmap_child()Stefan Metzmacher1-2/+2
2020-10-23winbindd: add and use idmap_child_pid()Stefan Metzmacher1-3/+3
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-05-19winbindd: Fix a use-after-free when winbind clients exitVolker Lendecke1-1/+27
2020-03-25winbind: Set the parent->child sock nonblockingVolker Lendecke1-0/+1
2019-11-27smbdotconf: mark "logfile" with substitution="1"Ralph Boehme1-2/+5
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-16/+16
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-11/+11
2018-04-06source3: initilize_password_db after a fork.Gary Lockyer1-0/+2