winbind: Use one queue for all domain children
[samba.git] / source3 / winbindd / winbindd_dual.c
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: 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: protect a pending wb_child_request against...
2018-02-23 Stefan Metzmacherwinbind: use tevent_queue_wait_send/recv in wb_child_re...
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 Volker Lendeckewinbind: Improve child selection
2018-02-10 Stefan Metzmacherwinbindd: introduce a cm_connect_netlogon_secure()...
2018-01-10 Ralph Boehmewinbindd: use setproctitle
2017-11-17 Volker Lendeckewinbind: winbind_messaging_context -> server_messaging_...
2017-11-17 Volker Lendeckewinbind: Replace winbind_event_context with server_even...
2017-08-30 Volker Lendeckewinbind: Rename winbindd_cm_conn->netlogon_creds to...
2017-06-27 Stefan Metzmachers3:trusts_util: pass dcname to trust_pw_change()
2016-10-11 Christof Schmittwinbindd: Replace calls to domain->methods
2016-09-24 Jeremy Allisons3: winbind: Remove dump_event_list() calls.
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-09-24 Christof Schmitts3: Move call to prctl_set_comment to reinit_after_fork
2015-06-29 Uri Simchoniwinbindd: disconnect child process if request is cancel...
2015-05-06 Richard SharpeLast lot of convert uint32 to uint32_t in winbindd...
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: read_data->read_data_ntstatus
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-10-07 Andrew Bartletts3-winbindd: Pass the whole winbindd_domain to invalida...
2014-10-03 Christof Schmitts3-winbindd: Remove extern declaration for cache_method...
2014-01-20 David Disseldorps3-winbind: separate child response sock write
2014-01-20 David Disseldorps3-winbind: only pass needed args to child_read_request
2014-01-07 Stefan Metzmachers3:winbindd: make use of trust_pw_change() for periodic...
2014-01-07 Stefan Metzmachers3:winbindd: use invalidate_cm_connection() to kill...
2013-12-09 Jan Brummers3-winbindd: Fix DEBUG statement in winbind_msg_offline().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-11 Andreas Schneiders3-winbind: Register handlers for domain online/offline...
2013-04-09 Volker Lendeckewinbindd: Avoid a fd leak when we can not fork
2013-03-05 Andreas Schneiderwinbind: Correctly use names in the domain struct.
2013-03-05 Andreas Schneiderwinbind: Use talloc for allocating domain, dns, forest...
2013-02-22 Andreas Schneiderwinbind: Correctly cast name to messaging_send_buf().
2013-02-19 Stefan Metzmachers3:winbindd: s/event_add_timed/tevent_add_timer
2013-02-19 Stefan Metzmachers3:winbindd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:winbindd: s/struct event_context/struct tevent_context
2013-01-18 Volker Lendeckewinbind: Handle child requests in a tevent_fd
2013-01-18 Volker Lendeckewinbind: Introduce "struct child_handler_state"
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-02-16 Andrew Bartlettlib/util: Remove sys_poll as it is no longer needed
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-08-26 Volker Lendeckes3: Fix a winbind race leading to 100% CPU
2011-08-26 Volker Lendeckes3: Use sys_write in fork_domain_child
2011-08-26 Volker Lendeckes3: Use sys_read in fork_domain_child
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Volker LendeckeUse tevent_req_oom
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-05-04 Volker Lendeckes3: Properly deal with exited winbind children
2011-05-02 Günther Deschners3: remove various references to server side dcerpc...
2011-04-29 Volker Lendeckes3: Avoid a potential 100% CPU loop in winbindd
2011-04-29 Volker Lendeckes3: Make winbindd_reinit_after_fork return NTSTATUS
2011-04-29 Volker Lendeckes3: In winbind, close parent/child sockets
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-21 Volker Lendeckes3: Fix Coverity ID 1048, CHECKED_RETURN
2011-02-28 Volker Lendeckes3: Use poll in winbind
2011-02-16 Günther Deschnernsswitch: make wb_reqtrans a common subsystem.
2011-02-02 Volker Lendeckes3: Fix a typo
2011-01-31 Stefan MetzmacherRevert "s3:events: Call all ready fd event handlers...
2011-01-21 Volker Lendeckes3:winbind: Fork multiple children per domain
2010-12-23 Jeremy AllisonAll calls to event_add_to_select_args() call GetTimeOfD...
2010-12-19 Volker Lendeckewb_reqtrans is not used in libwbclient
2010-12-19 Volker Lendeckelibwbclient: Put the wb_reqtrans definitions into wb_re...
2010-12-06 Volker Lendeckes3: Fix bug 7844: Race in winbind
2010-11-17 Volker Lendecke"bool ? true : false" is a bit pointless
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-01 Steven Dannemans3:events: Call all ready fd event handlers on each...
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-30 Volker Lendeckes3: Add "smbcontrol winbindd ip-dropped <local-ip>"
2010-09-30 Volker Lendeckes3: Re-introduce a procid_self()
2010-09-10 Björn Jackes3/winbind: use mono time for startup timeout check
2010-08-16 Stefan Metzmachers3:winbindd: remove rpc_pipe_client references from...
2010-08-16 Stefan Metzmachers3:winbindd: add binding_handle to struct winbindd_child
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Remove a direct use of procid_self()
2010-07-07 Günther Deschners3-winbindd: Fix child logfile handling which broke...
2010-07-06 Andreas Schneiders3-winbind: Create all logfiles in the same directory.
2010-07-04 Volker Lendeckes3: Pass the new server_id through reinit_after_fork
2010-05-13 Andrew Bartletts3:winbindd Rename 'children' to 'winbindd_children...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-25 Volker Lendeckes3: async_domain_request is no longer used
2010-04-24 Volker Lendeckes3: sendto_domain() is lo longer used
2010-04-01 Stefan Metzmachers3:winbindd: fix problems with SIGCHLD handling (bug...
2010-04-01 Stefan Metzmachers3:winbindd: only set child_domain in the child
2010-02-26 Roel van MeerFix one of the valgrind warnings from bug #6814 - Fixes...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-02 Volker Lendeckes3: Fix a typo
2009-12-28 Volker Lendeckes3: Simplify "setup_domain_child" slightly
next