summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Fix some nonempty blank linesVolker Lendecke1-11/+10
2009-02-23More warning fixes for Solaris.Jeremy Allison1-1/+1
2009-02-01Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz1-1/+1
2009-01-27s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via teventStefan Metzmacher1-5/+6
2009-01-22s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...Stefan Metzmacher1-4/+0
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher1-9/+24
2009-01-14Clean up comments a little.Jeremy Allison1-11/+13
2009-01-14Don't send message to any other child in child process.Bo Yang1-0/+30
2009-01-13From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison1-2/+2
2009-01-10Don't set child->requests to NULL in parent after forkBo Yang1-1/+0
2009-01-06Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison1-17/+21
2009-01-06Add winbindd_reinit_after_fork(), cleaning out all possible eventsJeremy Allison1-52/+76
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-8/+3
2009-01-05s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher1-6/+4
2009-01-05Fix broken krb5 refresh chainBo Yang1-0/+21
2009-01-05clean event context after child is forked.Bo Yang1-16/+24
2008-12-31s3:winbindd: we don't need to call messaging_reinit() twiceStefan Metzmacher1-7/+0
2008-11-21s3-winbindd: for now only change machine pwd when not using a system krb5 key...Günther Deschner1-0/+1
2008-10-29Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).Jeremy Allison1-1/+1
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-10-08Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison1-0/+23
2008-10-06Log in the parent winbind log where a request is goingVolker Lendecke1-0/+4
2008-09-23Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison1-5/+9
2008-08-31Fix Coverity ID 592Volker Lendecke1-0/+4
2008-08-25winbindd: only create machine pwd change event when in primary domain child.Günther Deschner1-1/+1
2008-08-23Use talloc_stackframe() in machine_password_change_handlerVolker Lendecke1-9/+5
2008-08-23Fix a memleak in calculate_next_machine_pwd_changeVolker Lendecke1-2/+7
2008-08-23winbindd: add event based machine password change.Günther Deschner1-0/+119
2008-08-12idmap rewriteVolker Lendecke1-0/+2
2008-07-25Fix a race condition in winbind leading to a crashVolker Lendecke1-4/+3
2008-07-17From Jim McDonoughJeremy Allison1-1/+2
2008-07-01MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare1-0/+34
2008-06-02Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison1-2/+18
2008-05-30Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison1-1/+1
2008-05-29Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison1-9/+0
2008-05-14Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison1-3/+3
2008-05-13Enable winbind child processes to do something with signals,Jim McDonough1-0/+4
2008-04-30Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter1-0/+4
2008-04-23Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke1-1/+1
2008-04-18winbindd: call reinit_after_fork() in the child processesStefan Metzmacher1-3/+2
2008-03-27Fix wbinfo -a trusted\\user%password on a Samba DC with trustsVolker Lendecke1-1/+0
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-1/+1
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-9/+11
2008-02-01Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testSimo Sorce1-1/+91
2008-02-01Fix winbindd running on a Samba DC,Simo Sorce1-0/+11
2008-01-25Add debug message: show which domain_child is being forked.Michael Adam1-0/+7
2008-01-24Add winbind_msg_dump_domain_list to winbindd.Günther Deschner1-0/+84
2008-01-23Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam1-1/+0
2007-12-14winbindd: move domain child specific stuff into its own fileStefan Metzmacher1-89/+10
2007-12-11winbindd: rename child table struct elementsStefan Metzmacher1-32/+80