summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-19wb_reqtrans is not used in libwbclientVolker Lendecke1-1/+1
2010-12-19libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke1-1/+1
2010-12-06s3: Fix bug 7844: Race in winbindVolker Lendecke1-4/+8
2010-11-17"bool ? true : false" is a bit pointlessVolker Lendecke1-2/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman1-3/+3
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-09-30s3: Add "smbcontrol winbindd ip-dropped <local-ip>"Volker Lendecke1-0/+22
2010-09-30s3: Re-introduce a procid_self()Volker Lendecke1-1/+1
2010-09-10s3/winbind: use mono time for startup timeout checkBjörn Jacke1-3/+3
2010-08-16s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher1-3/+2
2010-08-16s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1