Home
last modified time | relevance | path

Searched refs:need_auth (Results 1 – 25 of 62) sorted by relevance

123

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_prometheus.c100 const char *need_auth = config_getstring(IMAPOPT_PROMETHEUS_NEED_AUTH); in prom_need_auth() local
102 if (!strcmp(need_auth, "none")) in prom_need_auth()
141 const char *need_auth = config_getstring(IMAPOPT_PROMETHEUS_NEED_AUTH); in prom_get() local
142 if (!strcmp(need_auth, "admin") && !httpd_userisadmin) in prom_get()
144 if (!strcmp(need_auth, "user") && !httpd_userid) in prom_get()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_prometheus.c100 const char *need_auth = config_getstring(IMAPOPT_PROMETHEUS_NEED_AUTH); in prom_need_auth() local
102 if (!strcmp(need_auth, "none")) in prom_need_auth()
141 const char *need_auth = config_getstring(IMAPOPT_PROMETHEUS_NEED_AUTH); in prom_get() local
142 if (!strcmp(need_auth, "admin") && !httpd_userisadmin) in prom_get()
144 if (!strcmp(need_auth, "user") && !httpd_userid) in prom_get()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dnet.c1380 int need_auth; local
1563 if (need_auth)
1592 while (need_auth);
1726 int need_auth; local
1789 if (need_auth)
1825 while (need_auth);
1886 int fd, need_auth; local
1956 if (need_auth)
1983 while (need_auth);
2021 int fd, need_auth; local
[all …]
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/plugins/
H A Dselection.py219 need_inst = need_auth = True
230 need_inst = need_auth = False
232 need_auth = True
250 if need_auth:
257 if need_auth and not authenticator:
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dlegacy-auth.c58 int parameters_in_url, int need_auth) in flickcurl_legacy_prepare_common() argument
123 if(need_auth && fc->auth_token) in flickcurl_legacy_prepare_common()
133 if((need_auth && fc->auth_token) || fc->sign) in flickcurl_legacy_prepare_common()
174 if((need_auth && fc->auth_token) || fc->sign) { in flickcurl_legacy_prepare_common()
H A Dflickcurl_internal.h480 … method, const char* upload_field, const char* upload_value, int parameters_in_url, int need_auth);
485 … method, const char* upload_field, const char* upload_value, int parameters_in_url, int need_auth);
/dports/ftp/ftpcopy/web/ftpcopy-0.6.7/src/
H A Dcommon.c203 int need_auth = 1; in connect_auth() local
239 need_auth=0; in connect_auth()
249 need_auth = 0; in connect_auth()
252 if (need_auth) { in connect_auth()
/dports/www/pnews/pnews266/
H A Dutils.inc.php271 $need_auth = false; variable
277 $need_auth = true; variable
286 $need_auth = true; variable
289 $need_auth = true; variable
299 $need_auth = true; variable
313 elseif( $need_auth ) {
/dports/net/p5-Net-SIP/Net-SIP-0.832/t/
H A D08_register_with_auth.t140 my $need_auth = $packet->get_header( 'contact' ) !~m{noauth\@};
141 return $need_auth;
H A D18_register_with_auth_step_by_step.t157 my $need_auth = $packet->get_header( 'contact' ) !~m{noauth\@};
158 return $need_auth;
/dports/news/tin/tin-2.4.5/src/
H A Dactive.c336 t_bool need_auth = FALSE; in do_read_newsrc_active_file() local
437 need_auth = TRUE; /* delay auth till end of loop */ in do_read_newsrc_active_file()
507 return need_auth; in do_read_newsrc_active_file()
522 t_bool need_auth; in read_newsrc_active_file() local
538 need_auth = do_read_newsrc_active_file(fp); in read_newsrc_active_file()
544 if (need_auth) { /* delayed auth */ in read_newsrc_active_file()
807 t_bool need_auth = FALSE; in read_news_active_file() local
852 need_auth = TRUE; in read_news_active_file()
890 if (need_auth) { /* retry after auth is overkill here, so just auth */ in read_news_active_file()
/dports/chinese/tin/tin-2.4.5/src/
H A Dactive.c336 t_bool need_auth = FALSE; in do_read_newsrc_active_file() local
437 need_auth = TRUE; /* delay auth till end of loop */ in do_read_newsrc_active_file()
507 return need_auth; in do_read_newsrc_active_file()
522 t_bool need_auth; in read_newsrc_active_file() local
538 need_auth = do_read_newsrc_active_file(fp); in read_newsrc_active_file()
544 if (need_auth) { /* delayed auth */ in read_newsrc_active_file()
807 t_bool need_auth = FALSE; in read_news_active_file() local
852 need_auth = TRUE; in read_news_active_file()
890 if (need_auth) { /* retry after auth is overkill here, so just auth */ in read_news_active_file()
/dports/textproc/htmltolatex/htmltolatex/myfetch/
H A Dhttp.c680 int chunked, direct, need_auth, noredirect, verbose; in _http_request() local
711 need_auth = 0; in _http_request()
756 if (need_auth) { in _http_request()
792 if (need_auth) { in _http_request()
803 need_auth = 1; in _http_request()
/dports/www/mod_perl2/mod_perl-2.0.11/t/compat/
H A Dconn_authen.t8 plan tests => 1, need need_lwp, need_auth, 'HTML::HeadParser';
/dports/devel/arcanist/arcanist-b2e715f/scripts/
H A Darcanist.php247 $need_auth = $workflow->requiresAuthentication(); variable
255 $need_auth;
361 if ($need_auth) {
/dports/devel/arcanist-lib/arcanist-b2e715f/scripts/
H A Darcanist.php247 $need_auth = $workflow->requiresAuthentication(); variable
255 $need_auth;
361 if ($need_auth) {
/dports/www/mod_perl2/mod_perl-2.0.11/t/hooks/
H A Dauthen_basic.t8 plan tests => 4, need need_lwp, need_auth, 'HTML::HeadParser';
/dports/www/mod_perl2/mod_perl-2.0.11/t/directive/
H A Dperl.t8 plan tests => 8, need need_auth, 'mod_alias.c', 'HTML::HeadParser';
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dauth.c597 int ret = 0, need_auth = 1; in auth_add_listener() local
602 need_auth = 0; in auth_add_listener()
628 need_auth = 0; // avoid auth check if range is very small, player hack in auth_add_listener()
637 need_auth = 0; in auth_add_listener()
640 if (need_auth) in auth_add_listener()
/dports/www/mod_perl2/mod_perl-2.0.11/t/api/
H A Daccess2_24.t10 plan tests => 6, need need_lwp, need_auth, need_access, 'mod_access_compat.c',
H A Daccess2.t11 plan tests => 6, need need_lwp, need_auth, need_access, 'mod_version.c',
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dcl_msg.c100 static struct ha_msg* wirefmt2msg_ll(const char* s, size_t length, int need_auth);
102 struct ha_msg* string2msg_ll(const char * s, size_t length, int need_auth, int depth);
1807 int need_auth = flag & MSG_NEEDAUTH; in msgfromIPC_ll() local
1862 hmsg = wirefmt2msg_ll((char *)ipcmsg->msg_body, ipcmsg->msg_len, need_auth); in msgfromIPC_ll()
2121 string2msg_ll(const char * s, size_t length, int depth, int need_auth) in string2msg_ll() argument
2192 if (need_auth && msg_authentication_method in string2msg_ll()
2439 wirefmt2msg_ll(const char* s, size_t length, int need_auth) in wirefmt2msg_ll() argument
2453 msg = string2msg_ll(s, length, 0, need_auth); in wirefmt2msg_ll()
2464 msg = netstring2msg(s, length, need_auth); in wirefmt2msg_ll()
H A Dcl_netstring.c206 msg2netstring_ll(const struct ha_msg *m, size_t * slen, int need_auth) in msg2netstring_ll() argument
242 if ( need_auth && authmethod){ in msg2netstring_ll()
/dports/databases/arrow/apache-arrow-6.0.1/dev/release/
H A Dbinary-task.rb490 need_auth = false
497 need_auth = true
500 need_auth = true
503 need_auth = true
509 request["X-JFrog-Art-Api"] = @api_key if need_auth
/dports/print/lyx/lyx-2.3.4.2/src/
H A DConverter.h73 bool need_auth() const { return need_auth_; } in need_auth() function

123