OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svr_opts
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/
svr-runopts.c
32
svr_runopts
svr_opts
; /* GLOBAL */
variable
103
svr_opts
.rsakeyfile = NULL;
104
svr_opts
.dsskeyfile = NULL;
105
svr_opts
.bannerfile = NULL;
106
svr_opts
.banner = NULL;
107
svr_opts
.forkbg = 1;
108
svr_opts
.norootlogin = 0;
109
svr_opts
.noauthpass = 0;
110
svr_opts
.norootpass = 0;
111
svr_opts
.inetdmode = 0
[
all
...]
svr-main.c
62
if (
svr_opts
.inetdmode) {
134
if (
svr_opts
.forkbg) {
137
if (!
svr_opts
.usingsyslog) {
147
if (
svr_opts
.forkbg) {
154
pidfile = fopen(
svr_opts
.pidfile, "w");
197
unlink(
svr_opts
.pidfile);
363
if (
svr_opts
.usingsyslog) {
402
TRACE(("listensockets: %d to try\n",
svr_opts
.portcount))
404
for (i = 0; i <
svr_opts
.portcount; i++) {
406
TRACE(("listening on '%s:%s'",
svr_opts
.addresses[i], svr_opts.ports[i])
[
all
...]
svr-auth.c
59
if (!
svr_opts
.noauthpass) {
71
if (
svr_opts
.banner == 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;
106
if (
svr_opts
.banner) {
145
if (!
svr_opts
.noauthpass &&
146
!(
svr_opts
.norootpass && ses.authstate.pw->pw_uid == 0) )
[
all
...]
svr-kex.c
84
kexdh_comb_key(&dh_f, &dh_y, dh_e,
svr_opts
.hostkey);
90
buf_put_pub_key(ses.writepayload,
svr_opts
.hostkey,
98
buf_put_sign(ses.writepayload,
svr_opts
.hostkey,
runopts.h
91
extern svr_runopts
svr_opts
;
svr-session.c
171
if (
svr_opts
.usingsyslog) {
182
if (!
svr_opts
.usingsyslog || havetrace)
svr-tcpfwd.c
75
if (
svr_opts
.noremotetcp) {
239
if (
svr_opts
.nolocaltcp) {
svr-chansession.c
794
if (
svr_opts
.domotd) {
881
sign_key_free(
svr_opts
.hostkey);
882
svr_opts
.hostkey = NULL;
Completed in 228 milliseconds