summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-021-1/+0
* s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke2011-04-291-0/+27
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-291-8/+11
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-291-2/+11
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 1048, CHECKED_RETURNVolker Lendecke2011-03-211-6/+1
* s3: Use poll in winbindVolker Lendecke2011-02-281-22/+29
* nsswitch: make wb_reqtrans a common subsystem.Günther Deschner2011-02-171-1/+1
* s3: Fix a typoVolker Lendecke2011-02-021-1/+1
* Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher2011-01-311-3/+3
* s3:winbind: Fork multiple children per domainVolker Lendecke2011-01-211-5/+45
* All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison2010-12-231-4/+1
* wb_reqtrans is not used in libwbclientVolker Lendecke2010-12-191-1/+1
* libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke2010-12-191-1/+1
* s3: Fix bug 7844: Race in winbindVolker Lendecke2010-12-061-4/+8
* "bool ? true : false" is a bit pointlessVolker Lendecke2010-11-171-2/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman2010-10-011-3/+3
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* s3: Add "smbcontrol winbindd ip-dropped <local-ip>"Volker Lendecke2010-09-301-0/+22
* s3: Re-introduce a procid_self()Volker Lendecke2010-09-301-1/+1
* s3/winbind: use mono time for startup timeout checkBjörn Jacke2010-09-101-3/+3
* s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher2010-08-161-3/+2
* s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher2010-08-161-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Remove a direct use of procid_self()Volker Lendecke2010-07-181-3/+5
* s3-winbindd: Fix child logfile handling which broke with c67cff0372.Günther Deschner2010-07-071-1/+1
* s3-winbind: Create all logfiles in the same directory.Andreas Schneider2010-07-061-1/+22
* s3: Pass the new server_id through reinit_after_forkVolker Lendecke2010-07-041-3/+5
* s3:winbindd Rename 'children' to 'winbindd_children' and make staticAndrew Bartlett2010-05-131-9/+9
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: async_domain_request is no longer usedVolker Lendecke2010-04-251-61/+0
* s3: sendto_domain() is lo longer usedVolker Lendecke2010-04-241-28/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-011-3/+3
* s3:winbindd: only set child_domain in the childStefan Metzmacher2010-04-011-1/+1
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-02-261-0/+8
* s3: Fix a typoVolker Lendecke2010-01-021-1/+1
* s3: Simplify "setup_domain_child" slightlyVolker Lendecke2009-12-281-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-261-2/+2
* s3: Remove some unused codeVolker Lendecke2009-12-231-79/+0