summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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