summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-1/+1
2015-06-29winbindd: disconnect child process if request is cancelled at main processUri Simchoni1-8/+42
2015-05-06Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe1-1/+1
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-12-07lib: read_data->read_data_ntstatusVolker Lendecke1-2/+3
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2014-10-08s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett1-1/+1
2014-10-04s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.cChristof Schmitt1-1/+0
2014-01-20s3-winbind: separate child response sock writeDavid Disseldorp1-20/+27
2014-01-20s3-winbind: only pass needed args to child_read_requestDavid Disseldorp1-18/+10
2014-01-07s3:winbindd: make use of trust_pw_change() for periodic password changesStefan Metzmacher1-8/+8
2014-01-07s3:winbindd: use invalidate_cm_connection() to kill the netlogon connectionStefan Metzmacher1-1/+1
2013-12-09s3-winbindd: Fix DEBUG statement in winbind_msg_offline().Jan Brummer1-1/+1
2013-10-11s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider1-0/+5
2013-04-09winbindd: Avoid a fd leak when we can not forkVolker Lendecke1-0/+2
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider1-7/+10
2013-03-05winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider1-2/+17
2013-02-22winbind: Correctly cast name to messaging_send_buf().Andreas Schneider1-3/+3
2013-02-19s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher1-4/+4
2013-02-19s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-02-19s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher1-2/+2
2013-01-18winbind: Handle child requests in a tevent_fdVolker Lendecke1-105/+65
2013-01-18winbind: Introduce "struct child_handler_state"Volker Lendecke1-22/+30
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-3/+3
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett1-1/+1
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+0
2011-08-26s3: Fix a winbind race leading to 100% CPUVolker Lendecke1-2/+3
2011-08-26s3: Use sys_write in fork_domain_childVolker Lendecke1-1/+1
2011-08-26s3: Use sys_read in fork_domain_childVolker Lendecke1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-05More simple const fixups.Jeremy Allison1-2/+2
2011-05-04s3: Properly deal with exited winbind childrenVolker Lendecke1-0/+5
2011-05-02s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner1-1/+0
2011-04-29s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke1-0/+27
2011-04-29s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke1-8/+11
2011-04-29s3: In winbind, close parent/child socketsVolker Lendecke1-2/+11
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-21s3: Fix Coverity ID 1048, CHECKED_RETURNVolker Lendecke1-6/+1
2011-02-28s3: Use poll in winbindVolker Lendecke1-22/+29
2011-02-17nsswitch: make wb_reqtrans a common subsystem.Günther Deschner1-1/+1
2011-02-02s3: Fix a typoVolker Lendecke1-1/+1
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher1-3/+3
2011-01-21s3:winbind: Fork multiple children per domainVolker Lendecke1-5/+45
2010-12-23All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison1-4/+1