summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison1-4/+9
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+2
2007-10-22r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher1-31/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-16/+16
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-9/+31
2007-10-10r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher1-31/+9
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-2/+2
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+1130