Home | History | Annotate | Download | only in dropbear

Lines Matching refs:banner

66 /* Send a banner message if specified to the client. The client might
71 if (svr_opts.banner == NULL) {
72 TRACE(("leave send_msg_userauth_banner: banner is NULL"))
79 buf_putstring(ses.writepayload, buf_getptr(svr_opts.banner,
80 svr_opts.banner->len), svr_opts.banner->len);
84 buf_free(svr_opts.banner);
85 svr_opts.banner = NULL;
105 /* send the banner if it exists, it will only exist once */
106 if (svr_opts.banner) {