summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_dual.c
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Karolin Seeger2011-02-271-0/+7
* More warning fixes for Solaris.Jeremy Allison2009-02-241-1/+1
* Don't send message to any other child in child process.Bo Yang2009-01-201-1/+33
* From boyang - ensure we never "return" from a forked child, always _exit().Jeremy Allison2009-01-201-2/+2
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-121-1/+0
* Make winbindd_cm.c use winbindd_reinit_after_fork().Jeremy Allison2009-01-081-17/+21
* Add winbindd_reinit_after_fork(), cleaning out all possible eventsJeremy Allison2009-01-081-52/+76
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-081-8/+3
* s3:winbindd: cancel all ccache entry events and not just oneStefan Metzmacher2009-01-081-6/+4
* Fix broken krb5 refresh chainBo Yang2009-01-081-0/+21
* clean event context after child is forked.Bo Yang2009-01-081-16/+24
* s3:winbindd: we don't need to call messaging_reinit() twiceStefan Metzmacher2009-01-021-7/+0
* Use talloc_stackframe() in machine_password_change_handler (This used to be c...Volker Lendecke2008-11-261-9/+5
* Fix a memleak in calculate_next_machine_pwd_change (This used to be commit 53...Volker Lendecke2008-11-261-2/+7
* s3-winbindd: for now only change machine pwd when not using a system krb5 key...Günther Deschner2008-11-261-0/+1
* winbindd: only create machine pwd change event when in primary domain child.Günther Deschner2008-11-261-1/+1
* winbindd: add event based machine password change.Günther Deschner2008-11-261-0/+119
* Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).Jeremy Allison2008-11-181-1/+1
* 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-09-291-5/+9
* Fix Coverity ID 592Volker Lendecke2008-09-011-0/+4
* 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
* | 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