summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-05-071-1/+20
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-04-201-9/+118
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-04-201-6/+5
* winbind: make choose_domain_child() staticStefan Metzmacher2018-04-201-1/+1
* winbind: improve wb_domain_request_send() to use wb_dsgetdcname_send() for a ...Stefan Metzmacher2018-04-201-18/+22
* winbind: use state->{ev,request} in wb_domain_request_send()Stefan Metzmacher2018-04-201-8/+9
* winbind: protect a pending wb_child_request against a talloc_free()Stefan Metzmacher2018-04-201-0/+29
* winbind: use tevent_queue_wait_send/recv in wb_child_request_*()Stefan Metzmacher2018-04-201-8/+23
* winbind: Improve child selectionVolker Lendecke2018-04-201-19/+17
* winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke2017-11-221-17/+17
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-221-8/+8
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-271-0/+1
* winbindd: Replace calls to domain->methodsChristof Schmitt2016-10-111-4/+2
* s3: winbind: Remove dump_event_list() calls.Jeremy Allison2016-09-241-3/+2
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-2/+2
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-1/+1
* winbindd: disconnect child process if request is cancelled at main processUri Simchoni2015-06-291-8/+42
* Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe2015-05-061-1/+1
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-071-2/+3
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-081-1/+1
* s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.cChristof Schmitt2014-10-041-1/+0
* s3-winbind: separate child response sock writeDavid Disseldorp2014-01-201-20/+27
* s3-winbind: only pass needed args to child_read_requestDavid Disseldorp2014-01-201-18/+10
* s3:winbindd: make use of trust_pw_change() for periodic password changesStefan Metzmacher2014-01-071-8/+8
* s3:winbindd: use invalidate_cm_connection() to kill the netlogon connectionStefan Metzmacher2014-01-071-1/+1
* s3-winbindd: Fix DEBUG statement in winbind_msg_offline().Jan Brummer2013-12-091-1/+1
* s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2013-10-111-0/+5
* winbindd: Avoid a fd leak when we can not forkVolker Lendecke2013-04-091-0/+2
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-051-7/+10
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-051-2/+17
* winbind: Correctly cast name to messaging_send_buf().Andreas Schneider2013-02-221-3/+3
* s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-4/+4
* s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-2/+2
* winbind: Handle child requests in a tevent_fdVolker Lendecke2013-01-181-105/+65
* winbind: Introduce "struct child_handler_state"Volker Lendecke2013-01-181-22/+30
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-3/+3
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-161-1/+1
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-121-1/+0
* s3: Fix a winbind race leading to 100% CPUVolker Lendecke2011-08-261-2/+3
* s3: Use sys_write in fork_domain_childVolker Lendecke2011-08-261-1/+1
* s3: Use sys_read in fork_domain_childVolker Lendecke2011-08-261-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-201-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* More simple const fixups.Jeremy Allison2011-05-051-2/+2
* s3: Properly deal with exited winbind childrenVolker Lendecke2011-05-041-0/+5