Home
last modified time | relevance | path

Searched refs:authname (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/security/p5-Authen-SASL/Authen-SASL-2.16/t/server/
H A Dplain.t27 $cb->($creds{$args->{authname} || "default"}{$args->{user} || ""});
35 my $authzid = $args->{authname};
59 for my $authname ('', 'none') {
63 is_failure("\0\0\0\0\0\0\0$authname\0yann\0maelys");
64 is_failure("yann\0maelys\0$authname", "wrong order");
65 is_failure("$authname\0YANN\0maelys", "case matters");
66 is_failure("$authname\0yann\n\0maelys", "extra stuff");
67 is_failure("$authname\0yann\0\0maelys", "double null");
68 is_failure("$authname\0yann\0maelys\0trailing", "trailing");
71 $server->server_start("$authname\0yann\0maelys", sub { $cb = 1 });
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/notification/tests/
H A Dprefs.py92 req = self._request(authname='foo',
102 req = self._request(authname='foo',
109 req = self._request(authname='foo',
116 req = self._request(authname='foo',
129 req = self._request(authname='foo',
140 req = self._request(authname='foo',
154 req = self._request(authname='bar',
167 req = self._request(authname='foo',
171 req = self._request(authname='foo',
177 req = self._request(authname='foo',
[all …]
/dports/www/anyterm/anyterm-1.1.29/src/
H A DAnytermDaemon.hh31 static inline HttpAuthenticator* choose_authenticator(std::string authname) { in choose_authenticator() argument
32 if (authname=="none") { in choose_authenticator()
34 } else if (authname=="null") { in choose_authenticator()
36 } else if (authname=="trivial") { in choose_authenticator()
49 AnytermDaemon_base(std::string authname): in AnytermDaemon_base() argument
50 auth_p(choose_authenticator(authname)) in AnytermDaemon_base()
64 std::string authname="none", in AnytermDaemon() argument
70 AnytermDaemon_base(authname), in AnytermDaemon()
H A Dmain.cc62 string authname; member
76 authname("none"), in Options()
128 options.authname = argv[++i]; in parse_command_line()
166 options.authname, options.charset, options.diff, options.max_sessions, in main()
/dports/databases/grass7/grass-7.8.6/general/g.proj/
H A Dlist_codes.c52 void list_codes(char *authname) in list_codes() argument
61 authname, NULL, &crs_cnt); in list_codes()
64 authname); in list_codes()
105 if (G_strcasecmp(authname, "EPSG") == 0) in list_codes()
106 authname = "epsg"; in list_codes()
108 init_info = proj_init_info(authname); in list_codes()
112 G_fatal_error(_("Unable to find init file %s"), authname); in list_codes()
120 if (G_strcasecmp(authname, "EPSG") == 0) in list_codes()
121 authname = "epsg"; in list_codes()
126 sprintf(pathname, "%s/%s", grass_proj_share, authname); in list_codes()
[all …]
/dports/www/e107/e107/e107_admin/
H A Dauth.php412 * @param string $authname, entered name
417 public function authcheck($authname, $authpass, $authresponse = '') argument
425 $authname = $tp->toDB(preg_replace("/\sOR\s|\=|\#/", "", trim($authname)));
428 if ((($authpass == '') && ($authresponse == '')) || ($authname == ''))
430 if (strlen($authname) > varset($pref['loginname_maxlength'], 30))
435 if ($sql_auth->select("user", "*", "user_loginname='{$authname}' AND user_admin = 1 "))
439 …elseif ($sql_auth->select("user", "*", "(user_name='{$authname}' OR user_email='{$authname}' ) AND…
442 $authname = $row['user_loginname'];
466 …= $user_info->CheckCHAP($session->get('prevchallenge'), $authresponse, $authname, $row['user_passw…
484 …if (($pass_result = $user_info->CheckPassword($authpass, $authname, $row['user_password'])) !== PA…
/dports/www/drupal7/drupal-7.82/modules/openid/
H A Dopenid.pages.inc40 'authname' => $identity,
52 …$rows[] = array(check_plain($identity->authname), l(t('Delete'), 'user/' . $account->uid . '/openi…
84 …if (db_query("SELECT authname FROM {authmap} WHERE authname = :authname", (array(':authname' => $c…
98 …$authname = db_query("SELECT authname FROM {authmap} WHERE uid = :uid AND aid = :aid AND module = …
103 …), t('Are you sure you want to delete the OpenID %authname for %user?', array('%authname' => $auth…
/dports/textproc/hyperestraier/hyperestraier-1.4.13/javapure/
H A DCall.java638 if(authname != null) node.set_auth(authname, authpass); in procput()
657 if(authname != null) node.set_auth(authname, authpass); in procout()
683 if(authname != null) node.set_auth(authname, authpass); in procedit()
708 if(authname != null) node.set_auth(authname, authpass); in procget()
738 if(authname != null) node.set_auth(authname, authpass); in procetch()
757 if(authname != null) node.set_auth(authname, authpass); in procuriid()
772 if(authname != null) node.set_auth(authname, authpass); in procinform()
793 if(authname != null) node.set_auth(authname, authpass); in procsync()
806 if(authname != null) node.set_auth(authname, authpass); in procoptimize()
821 if(authname != null) node.set_auth(authname, authpass); in procsearch()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dauth.h13 void setmaster(clientinfo *ci, bool val, const char *pass = "", const char *authname = NULL)
15 if(authname && !val) return;
20 if(ci->privilege >= (haspass || authname || ci->local ? PRIV_ADMIN : PRIV_MASTER)) return;
21 if(haspass || authname || ci->local)
46 …if(val && authname) srvoutf(2, "\fy%s claimed \fs\fc%s\fS as '\fs\fc%s\fS'", colorname(ci), privna…
79 ci->authreq = ci->authname[0] = 0; in authfailed()
88 setmaster(ci, true, "", ci->authname); in authsucceeded()
112 filtertext(ci->authname, user, false, 100); in tryauth()
113 defformatstring(buf)("reqauth %u %s\n", ci->authreq, ci->authname); in tryauth()
199 loopv(clients) clients[i]->authreq = clients[i]->authname[0] = 0; in connect()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dnfs4idmap.c67 char authname[IDMAP_NAMESZ]; member
86 strlcpy(new->authname, itm->authname, sizeof(new->authname)); in ent_init()
138 qword_add(bpp, blen, ent->authname); in idtoname_request()
153 strcmp(a->authname, b->authname) == 0); in idtoname_match()
166 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show()
226 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse()
317 qword_add(bpp, blen, ent->authname); in nametoid_request()
331 strcmp(a->authname, b->authname) == 0); in nametoid_match()
395 memcpy(ent.authname, buf1, sizeof(ent.authname)); in nametoid_parse()
551 strlcpy(key.authname, rqst_authname(rqstp), sizeof(key.authname)); in idmap_name_to_id()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dnfs4idmap.c67 char authname[IDMAP_NAMESZ]; member
86 strlcpy(new->authname, itm->authname, sizeof(new->authname)); in ent_init()
138 qword_add(bpp, blen, ent->authname); in idtoname_request()
153 strcmp(a->authname, b->authname) == 0); in idtoname_match()
166 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show()
226 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse()
317 qword_add(bpp, blen, ent->authname); in nametoid_request()
331 strcmp(a->authname, b->authname) == 0); in nametoid_match()
395 memcpy(ent.authname, buf1, sizeof(ent.authname)); in nametoid_parse()
551 strlcpy(key.authname, rqst_authname(rqstp), sizeof(key.authname)); in idmap_name_to_id()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dnfs4idmap.c67 char authname[IDMAP_NAMESZ]; member
86 strlcpy(new->authname, itm->authname, sizeof(new->authname)); in ent_init()
138 qword_add(bpp, blen, ent->authname); in idtoname_request()
153 strcmp(a->authname, b->authname) == 0); in idtoname_match()
166 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show()
226 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse()
317 qword_add(bpp, blen, ent->authname); in nametoid_request()
331 strcmp(a->authname, b->authname) == 0); in nametoid_match()
395 memcpy(ent.authname, buf1, sizeof(ent.authname)); in nametoid_parse()
551 strlcpy(key.authname, rqst_authname(rqstp), sizeof(key.authname)); in idmap_name_to_id()
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/versioncontrol/web_ui/tests/
H A Dbrowser.py146 req = MockRequest(self.env, authname='anonymous',
151 req = MockRequest(self.env, authname='anonymous',
156 req = MockRequest(self.env, authname='anonymous',
181 req = MockRequest(self.env, authname='anonymous',
191 req = MockRequest(self.env, authname='anonymous',
208 req = MockRequest(self.env, authname='anonymous',
220 req = MockRequest(self.env, authname='anonymous',
226 req = MockRequest(self.env, authname='anonymous',
232 req = MockRequest(self.env, authname='anonymous',
247 req = MockRequest(self.env, authname='anonymous',
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.gdal/
H A Dproj.c61 const char *authkey, *authname, *authcode; in check_projection() local
68 authname = OSRGetAuthorityName(hSRS, authkey); in check_projection()
69 if (authname && *authname) { in check_projection()
72 G_asprintf(&srid, "%s:%s", authname, authcode); in check_projection()
102 const char *authkey, *authname, *authcode; in check_projection() local
109 authname = OSRGetAuthorityName(hSRS, authkey); in check_projection()
110 if (authname && *authname) { in check_projection()
113 G_asprintf(&srid, "%s:%s", authname, authcode); in check_projection()
/dports/databases/grass7/grass-7.8.6/raster/r.external/
H A Dproj.c61 const char *authkey, *authname, *authcode; in check_projection() local
68 authname = OSRGetAuthorityName(hSRS, authkey); in check_projection()
69 if (authname && *authname) { in check_projection()
72 G_asprintf(&srid, "%s:%s", authname, authcode); in check_projection()
102 const char *authkey, *authname, *authcode; in check_projection() local
109 authname = OSRGetAuthorityName(hSRS, authkey); in check_projection()
110 if (authname && *authname) { in check_projection()
113 G_asprintf(&srid, "%s:%s", authname, authcode); in check_projection()
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/tests/
H A Dbatch.py276 req = MockRequest(self.env, method='POST', authname='has_bm',
293 req = MockRequest(self.env, method='POST', authname='has_bm',
310 req = MockRequest(self.env, method='POST', authname='has_bm',
328 req = MockRequest(self.env, method='POST', authname='has_bm',
346 req = MockRequest(self.env, method='POST', authname='has_bm',
364 req = MockRequest(self.env, method='POST', authname='has_bm',
383 req = MockRequest(self.env, method='POST', authname='has_bm',
400 req = MockRequest(self.env, method='POST', authname='has_bm',
516 req = MockRequest(self.env, method='POST', authname='has_bm',
536 req1 = MockRequest(self.env, authname='has_bm', method='POST',
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/docsrc/imap/reference/manpages/usercommands/
H A Dsieveshell.rst26 sieveshell [\ **--user**\ =\ *user*\ ] [\ **--authname**\ =\ *authname*\ ]
69 - \ **-a**\ \ *authname*\ , \ **--authname**\ =\ *authname*\
/dports/www/trac-devel/Trac-1.5.3/trac/web/
H A Dauth.py91 authname = None
93 authname = req.remote_user
95 authname = self._get_name_for_cookie(req,
98 if not authname:
102 authname = authname.lower()
104 return authname
115 user=Chrome(self.env).authorinfo(req, req.authname)))
172 if req.authname not in ('anonymous', remote_user):
174 user=req.authname))
193 req.authname = remote_user
[all …]
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dauth.h131 bool tryauth(clientinfo *ci, const char *authname = "")
144 copystring(ci->authname, authname);
166 copystring(ci->handle, ci->authname);
218 bool tryident(clientinfo *ci, const char *authname = "", const char *pwd = "")
220 if(*authname)
223 if(tryauth(ci, authname))
243 int allowconnect(clientinfo *ci, const char *authname = "", const char *pwd = "")
245 if(ci->local) { tryident(ci, authname, pwd); return DISC_NONE; }
248 if(tryident(ci, authname, pwd)) return DISC_NONE;
268 ci->authreq = ci->authname[0] = ci->handle[0] = '\0'; in authfailed()
[all …]
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dauth.h132 bool tryauth(clientinfo *ci, const char *authname = "")
145 copystring(ci->authname, authname);
167 copystring(ci->handle, ci->authname);
219 bool tryident(clientinfo *ci, const char *authname = "", const char *pwd = "")
221 if(*authname)
224 if(tryauth(ci, authname))
244 int allowconnect(clientinfo *ci, const char *authname = "", const char *pwd = "")
246 if(ci->local) { tryident(ci, authname, pwd); return DISC_NONE; }
255 if(tryident(ci, authname, pwd)) return DISC_NONE;
276 ci->authreq = ci->authname[0] = ci->handle[0] = '\0'; in authfailed()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/reference/manpages/usercommands/
H A Dsieveshell.rst26 sieveshell [\ **--user**\ =\ *user*\ ] [\ **--authname**\ =\ *authname*\ ]
70 - \ **-a**\ \ *authname*\ , \ **--authname**\ =\ *authname*\
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/reference/manpages/usercommands/
H A Dsieveshell.rst26 sieveshell [\ **--user**\ =\ *user*\ ] [\ **--authname**\ =\ *authname*\ ]
70 - \ **-a**\ \ *authname*\ , \ **--authname**\ =\ *authname*\
/dports/security/p5-Authen-SASL/Authen-SASL-2.16/t/
H A Ddigest_md5.t13 my $authname;
20 authname => sub { $authname },
81 $authname = 'meme';
H A Ddigest_md5_verified.t13 my $authname;
20 authname => sub { $authname },
/dports/games/tuxpaint/tuxpaint-0.9.26/magic/magic-docs/src/
H A Dmagic-docs.php389 list($authname, $authemail) = explode('|', $a);
390 $out .= $authname." &lt;<a href=\"mailto:".$authemail."\">".$authemail."</a>&gt;<br>\n";
393 list($authname, $authemail) = explode('|', $t['author']);
394 $out .= $authname." &lt;<a href=\"mailto:".$authemail."\">".$authemail."</a>&gt;";

12345678910>>...19