From b7f6113c2dcadef6a9cc123ce719171523f54d23 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 14 Nov 2001 06:18:13 +0000 Subject: Random connection robustness related fixes. Display some debugs about the currently open connections when winbindd receives a USR1 signal. Hmm - I've just realised this will conflict with the messaging code but we don't use that yet. (This used to be commit caef54e40081477609a824185949ddf6db6ba363) --- source3/nsswitch/winbindd_proto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch/winbindd_proto.h') diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h index 682bf81a54..fbce00989a 100644 --- a/source3/nsswitch/winbindd_proto.h +++ b/source3/nsswitch/winbindd_proto.h @@ -43,7 +43,7 @@ BOOL winbindd_fetch_gid_cache_entry(struct winbindd_domain *domain, gid_t gid, struct winbindd_gr *gr, void **extra_data, int *extra_data_len); void winbindd_flush_cache(void); -void winbindd_cache_dump_status(void); +void winbindd_cache_status(void); /* The following definitions come from nsswitch/winbindd_cm.c */ @@ -56,6 +56,7 @@ CLI_POLICY_HND *cm_get_sam_user_handle(char *domain, DOM_SID *domain_sid, CLI_POLICY_HND *cm_get_sam_group_handle(char *domain, DOM_SID *domain_sid, uint32 group_rid); struct cli_state *cm_get_netlogon_cli(char *domain, unsigned char *trust_passwd); +void winbindd_cm_status(void); /* The following definitions come from nsswitch/winbindd_group.c */ @@ -82,7 +83,7 @@ BOOL winbindd_idmap_get_rid_from_uid(uid_t uid, uint32 *user_rid, BOOL winbindd_idmap_get_rid_from_gid(gid_t gid, uint32 *group_rid, struct winbindd_domain **domain); BOOL winbindd_idmap_init(void); -void winbindd_idmap_dump_status(void); +void winbindd_idmap_status(void); /* The following definitions come from nsswitch/winbindd_misc.c */ -- cgit