index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
nsswitch
/
winbindd_dual.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport of the clean event context after fork and
Bo Yang
2009-01-12
1
-34
/
+89
*
Don't set child->requests to NULL in parent after fork
Bo Yang
2009-01-12
1
-1
/
+0
*
Fix bug #5814 - Winbindd dumping core in a strange manner while doing "rescan...
Jeremy Allison
2009-01-12
1
-0
/
+23
*
Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original p...
Jeremy Allison
2009-01-12
1
-5
/
+9
*
Back-port of Volkers fix.
Jeremy Allison
2008-07-25
1
-4
/
+3
*
In the "log file = " case, don't overwrite the
Jim McDonough
2008-07-17
1
-1
/
+2
*
Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain chil
Jeremy Allison
2008-06-03
1
-2
/
+20
*
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...
Jeremy Allison
2008-05-30
1
-1
/
+1
*
Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...
Jeremy Allison
2008-05-29
1
-10
/
+0
*
Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...
Jeremy Allison
2008-05-14
1
-3
/
+3
*
Enable winbind child processes to do something with signals,
Jim McDonough
2008-05-13
1
-0
/
+4
*
This code is the same in 3.0.x winbindd.
Jeremy Allison
2008-04-30
1
-0
/
+4
*
Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
Volker Lendecke
2008-03-27
1
-1
/
+0
*
Fix winbindd running on a Samba DC,
Simo Sorce
2008-02-01
1
-0
/
+11
*
[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
samba-misc-tags/initial-v3-0-test
Gerald (Jerry) Carter
2007-10-10
1
-127
/
+73
*
r23577: Fix winbindd (sorry). Ensure I set the new child_pid
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r23574: Remove double-null check (I hate people bitching at me
Jeremy Allison
2007-10-10
1
-3
/
+1
*
r23573: Cope with terminating winbindd children on read/write/timeout
Jeremy Allison
2007-10-10
1
-38
/
+45
*
r23565: Avoid double NULL pointer checks.
Günther Deschner
2007-10-10
1
-9
/
+3
*
r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now.
Günther Deschner
2007-10-10
1
-0
/
+39
*
r23448: Doh ! Don't call winbind_child_died() *before* the
Jeremy Allison
2007-10-10
1
-7
/
+6
*
r23447: Add kill signal to child dead path. After talking
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r23446: Restore Jeremy's original formatting, just fix the comment.
Volker Lendecke
2007-10-10
1
-21
/
+17
*
r23426: Correct a comment. The default timeout is not 1min, but 30s. While
Volker Lendecke
2007-10-10
1
-17
/
+21
*
r23424: Thanks to Jerry, we finally tracked down the :
Jeremy Allison
2007-10-10
1
-0
/
+62
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r23117: Factor out local messaging.
Volker Lendecke
2007-10-10
1
-10
/
+0
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22943: More message_register -> messaging_register
Volker Lendecke
2007-10-10
1
-37
/
+59
*
r22895: Convert some more calls from message_send_buf to messaging_send_buf
Volker Lendecke
2007-10-10
1
-13
/
+22
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-8
/
+8
*
r22715: When our primary domain does on or offline, make sure to send a msg
Gerald Carter
2007-10-10
1
-21
/
+0
*
r22710: Support one-way trusts.
Gerald Carter
2007-10-10
1
-0
/
+8
*
r22390: Patchset sent to samba-technical to address the winbind
Gerald Carter
2007-10-10
1
-3
/
+2
*
r22204: Workaround to quickly close bug #4508
Simo Sorce
2007-10-10
1
-0
/
+3
*
r21623: Fix copy/paste error
Simo Sorce
2007-10-10
1
-2
/
+2
*
r21616: Delay initialization of idmap and nss_info backends until necessary
Gerald Carter
2007-10-10
1
-1
/
+33
*
r21106: We neither need a account lockout policy handler nor a check domain
Günther Deschner
2007-10-10
1
-1
/
+2
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-9
/
+16
*
r21056: Moving the set_domain_online_request to fork_domain_child() (formerly
Günther Deschner
2007-10-10
1
-9
/
+12
*
r20846: Before this gets out of control...
Volker Lendecke
2007-10-10
1
-7
/
+9
*
r20330: And here's the fix for the parent winbindd crashing
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r20254: The pam_chauthtok needs to go through the async interface as well.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r20206: Start cleaning up the talloc_ctx mess.
Jeremy Allison
2007-10-10
1
-12
/
+14
*
r20140: Make online/offline detection completely asynchronous.
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r20124: clean up nested extern declaration warnings
Herb Lewis
2007-10-10
1
-1
/
+2
*
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
2007-10-10
1
-1
/
+4
*
r20087: Ensure we clean up any random pending events we
Jeremy Allison
2007-10-10
1
-2
/
+8
*
r20082: When fork_domain_child is forked when we're offline
Jeremy Allison
2007-10-10
1
-0
/
+11
*
r19230: Doh ! Fix obvious crash bug.....
Jeremy Allison
2007-10-10
1
-5
/
+5
[next]