summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix winbindd crash in an unusual failure mode. Bug #5737. Based on or...Karolin Seeger2008-11-171-9/+5
* Revert "Log in the parent winbind log where a request is going"Karolin Seeger2008-11-171-4/+0
* Revert "Fix bug #5814 - Winbindd dumping core in a strange manner while doing...Karolin Seeger2008-11-171-23/+0
* Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...Jeremy Allison2008-10-151-0/+23
* Log in the parent winbind log where a request is goingVolker Lendecke2008-10-151-0/+4
* Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...Jeremy Allison2008-10-061-5/+9
* Fix a race condition in winbind leading to a crashVolker Lendecke2008-07-251-4/+3
* From Jim McDonoughJeremy Allison2008-07-181-1/+2
* MSG_DEBUG now forwarded to all the winbindd children by parent.Jeremy Allison2008-07-061-0/+34
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison2008-06-031-2/+18
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-311-1/+1
* Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-311-9/+0
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-201-0/+4
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-151-3/+3
* Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter2008-05-071-0/+4
* Fix CLEAR_IF_FIRST handling of messages.tdbVolker Lendecke2008-04-241-1/+1
* winbindd: call reinit_after_fork() in the child processesStefan Metzmacher2008-04-211-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
* | Fix winbindd running on a Samba DC,Simo Sorce2008-02-011-0/+11
|/
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-141-89/+10
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-111-32/+80
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-031-4/+9
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-2/+2
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-221-31/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-16/+16
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-9/+31
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-101-31/+9
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-101-2/+2
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1130