summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Jeremy Allison2011-02-281-0/+7
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-131-3/+3
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-03-021-0/+8
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-2/+3
* More warning fixes for Solaris.Jeremy Allison2009-02-231-1/+1
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-1/+1
* s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher2009-01-271-5/+6
* s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...Stefan Metzmacher2009-01-221-4/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-9/+24
* Clean up comments a little.Jeremy Allison2009-01-141-11/+13
* Don't send message to any other child in child process.Bo Yang2009-01-141-0/+30
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-131-2/+2
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-101-1/+0
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-061-17/+21
* Add winbindd_reinit_after_fork(), cleaning out all possible eventsJeremy Allison2009-01-061-52/+76
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-8/+3
* s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher2009-01-051-6/+4
* Fix broken krb5 refresh chainBo Yang2009-01-051-0/+21
* clean event context after child is forked.Bo Yang2009-01-051-16/+24
* s3:winbindd: we don't need to call messaging_reinit() twiceStefan Metzmacher2008-12-311-7/+0
* s3-winbindd: for now only change machine pwd when not using a system krb5 key...Günther Deschner2008-11-211-0/+1
* Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).Jeremy Allison2008-10-291-1/+1
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-081-0/+23
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-061-0/+4
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2008-09-231-5/+9
* Fix Coverity ID 592Volker Lendecke2008-08-311-0/+4
* winbindd: only create machine pwd change event when in primary domain child.Günther Deschner2008-08-251-1/+1
* Use talloc_stackframe() in machine_password_change_handlerVolker Lendecke2008-08-231-9/+5
* Fix a memleak in calculate_next_machine_pwd_changeVolker Lendecke2008-08-231-2/+7
* winbindd: add event based machine password change.Günther Deschner2008-08-231-0/+119
* idmap rewriteVolker Lendecke2008-08-121-0/+2
* Fix a race condition in winbind leading to a crashVolker Lendecke2008-07-251-4/+3
* From Jim McDonoughJeremy Allison2008-07-171-1/+2
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-011-0/+34
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison2008-06-021-2/+18
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-301-1/+1
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-291-9/+0
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-141-3/+3
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-131-0/+4
* Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter2008-04-301-0/+4
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-231-1/+1
* winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2008-04-181-3/+2
* Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke2008-03-271-1/+0
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-1/+1
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-9/+11
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testSimo Sorce2008-02-011-1/+91
|\
| * Add debug message: show which domain_child is being forked.Michael Adam2008-01-251-0/+7
| * Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2008-01-241-0/+84
| * Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam2008-01-231-1/+0