summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-14 06:18:13 +0000
committerTim Potter <tpot@samba.org>2001-11-14 06:18:13 +0000
commitb7f6113c2dcadef6a9cc123ce719171523f54d23 (patch)
treee137ba266488c261815cb846aebf08206e8b2a93 /source3/nsswitch/winbindd_proto.h
parent68893d4a2faa04f8b0b90dfc03466e1105d087a7 (diff)
downloadsamba-b7f6113c2dcadef6a9cc123ce719171523f54d23.tar.gz
samba-b7f6113c2dcadef6a9cc123ce719171523f54d23.tar.bz2
samba-b7f6113c2dcadef6a9cc123ce719171523f54d23.zip
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)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r--source3/nsswitch/winbindd_proto.h5
1 files changed, 3 insertions, 2 deletions
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 */