1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source/winbindd
Jeremy Allison 8d701a142b Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we call :
CatchChild();

*before* we fork the domain child. This call establishes a signal handler that
eats SIGCLD signals and doesn't call sys_select_signal() as the main daemon
SIGCLD handler should do. This causes the parent to ignore dead children and
time out, instead of calling winbind_child_died() on receipt of the signal. The
correct fix is to move the CatchChild call into the child code after the fork.

Jeremy.
2008-05-14 14:10:39 -07:00
..
idmap_ad.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
idmap_cache.c Make some fns static 2008-03-28 13:44:30 +01:00
idmap_ldap.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
idmap_nss.c nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros 2008-02-13 10:44:52 +01:00
idmap_passdb.c r25154: move winbindd code into winbindd/ 2007-10-10 12:30:46 -05:00
idmap_rid.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
idmap_tdb2.c Convert old sid-string handling in idmap_tdb2 to a new one 2008-01-16 16:50:46 +03:00
idmap_tdb.c s/sid_to_string/sid_to_fstring/ 2007-12-15 22:47:30 +01:00
idmap_util.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
idmap.c Fix trusted users on a DC that uses the old idmap syntax. There was no default backend therefore on IDs were mapped by default. 2008-04-03 00:26:35 +02:00
nss_info_template.c r25154: move winbindd code into winbindd/ 2007-10-10 12:30:46 -05:00
nss_info.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
winbindd_ads.c Add "desthost" to rpc_pipe_client 2008-04-20 00:13:09 +02:00
winbindd_async.c Small whitespace cleanup + check for null returns on talloc_strdup. 2008-02-05 16:51:46 -08:00
winbindd_cache.c winbindd_cache: simplify logic in new key length check for UA keys. 2008-04-23 14:55:51 +02:00
winbindd_ccache_access.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
winbindd_cm.c Use strip_hostname after dsgetdcname/getdcname calls. 2008-05-09 14:59:19 +02:00
winbindd_cred_cache.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
winbindd_creds.c Use netr_SamInfo3 everywhere in winbindd. 2008-02-17 02:12:00 +01:00
winbindd_domain.c winbindd: move domain child specific stuff into its own file 2007-12-14 08:28:35 +01:00
winbindd_dual.c Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we call : 2008-05-14 14:10:39 -07:00
winbindd_group.c Fix wbinfo --group-info if the winbind separator set to non \ 2008-04-22 15:42:09 +02:00
winbindd_idmap.c s/sid_to_string/sid_to_fstring/ 2007-12-15 22:47:30 +01:00
winbindd_locator.c libwbclient: Abstract the DS_XXX flags for DsGetDcName(). 2008-05-13 12:58:52 -05:00
winbindd_misc.c Mark a domain offline in the wbcDomainInfo structure using the domain_flags. 2008-04-23 08:47:50 -05:00
winbindd_ndr.c Fix some "nexted extern" warnins 2008-03-19 16:23:28 +01:00
winbindd_pam.c Add in a nice big comment explaining why SamLogonEx matters. 2008-04-21 17:48:31 +02:00
winbindd_passdb.c Use rpccli_samr_QueryDomainInfo() in winbindd. 2008-02-06 02:09:44 +01:00
winbindd_reconnect.c Use rpccli_samr_QueryDomainInfo() in winbindd. 2008-02-06 02:09:44 +01:00
winbindd_rpc.c Introduce rpccli_set_timeout() 2008-04-20 00:14:26 +02:00
winbindd_sid.c s/sid_to_string/sid_to_fstring/ 2007-12-15 22:47:30 +01:00
winbindd_user.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
winbindd_util.c Use sid_array_from_info3 in lookup_usergroups_cached(). 2008-04-04 02:53:40 +02:00
winbindd_wins.c This is a large patch (sorry). Migrate from struct in_addr 2007-10-24 14:16:54 -07:00
winbindd.c Enable winbind child processes to do something with signals, 2008-05-13 16:57:01 -04:00
winbindd.h libwbclient: Abstract the DS_XXX flags for DsGetDcName(). 2008-05-13 12:58:52 -05:00