Home
last modified time | relevance | path

Searched refs:authmode (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/net/tacacs/PROJECTS/mavis/
H A Dlibmavis_auth.c32 int authmode;
53 if (mcx->authmode & CERTAUTH_CERT) { in mavis_recv_out()
66 if (mcx->authmode & CERTAUTH_REQUIRED) { in mavis_recv_out()
71 } else if (mcx->authmode & CERTAUTH_SUFFICIENT) { in mavis_recv_out()
79 if (mcx->authmode & CERTAUTH_REQUIRED) { in mavis_recv_out()
126 mcx->authmode |= CERTAUTH_CERT; in mavis_parse_in()
130 mcx->authmode |= CERTAUTH_REQUIRED; in mavis_parse_in()
134 mcx->authmode |= CERTAUTH_SUFFICIENT; in mavis_parse_in()
152 mcx->authmode = CERTAUTH_NOCERT; in mavis_new()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cashdesk/class/
H A DAuth.class.php102 $authmode = explode(',', $dolibarr_main_authentication);
105 if (!count($authmode))
120 if (isset($_SERVER["REMOTE_USER"]) && in_array('http', $authmode)) $goontestloop = true;
126 $login = checkLoginPassEntity($usertotest, $passwordtotest, $entitytotest, $authmode);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cashdesk/class/
H A DAuth.class.php106 $authmode = explode(',', $dolibarr_main_authentication);
109 if (!count($authmode)) {
123 if (isset($_SERVER["REMOTE_USER"]) && in_array('http', $authmode)) {
132 $login = checkLoginPassEntity($usertotest, $passwordtotest, $entitytotest, $authmode);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c84 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument
91 ("+%s, authmode=%d\n", __func__, authmode)); in rtw_report_sec_ie()
93 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()
95 ("%s, authmode=%d\n", __func__, authmode)); in rtw_report_sec_ie()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c84 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument
91 ("+%s, authmode=%d\n", __func__, authmode)); in rtw_report_sec_ie()
93 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()
95 ("%s, authmode=%d\n", __func__, authmode)); in rtw_report_sec_ie()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c84 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument
91 ("+%s, authmode=%d\n", __func__, authmode)); in rtw_report_sec_ie()
93 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()
95 ("%s, authmode=%d\n", __func__, authmode)); in rtw_report_sec_ie()
/dports/irc/bitlbee/bitlbee-3.6/
H A Dconf.h30 typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } authmode_t; enum
38 authmode_t authmode; member
/dports/www/ilias/ILIAS-5.4.25/Services/LDAP/classes/
H A Dclass.ilLDAPUserSynchronisation.php16 private $authmode = 0; variable in ilLDAPUserSynchronisation
54 return $this->authmode;
274 $this->authmode = $a_auth_mode;
/dports/mail/trojita/trojita-0.7/src/qwwsmtpclient/
H A Dqwwsmtpclient.cpp247 … QwwSmtpClient::AuthMode authmode = (QwwSmtpClient::AuthMode)cmd.data.toList().at(0).toInt(); in _q_readFromSocket() local
249 switch (authmode) { in _q_readFromSocket()
265 … QwwSmtpClient::AuthMode authmode = (QwwSmtpClient::AuthMode)cmd.data.toList().at(0).toInt(); in _q_readFromSocket() local
267 switch (authmode) { in _q_readFromSocket()
409 QwwSmtpClient::AuthMode authmode = (QwwSmtpClient::AuthMode)cmd.data.toList().at(0).toInt(); in processNextCommand() local
411 if (authmode == QwwSmtpClient::AuthAny){ in processNextCommand()
414 authmode = QwwSmtpClient::AuthPlain; in processNextCommand()
417 authmode = QwwSmtpClient::AuthLogin; in processNextCommand()
422 data[0] = (int)authmode; in processNextCommand()
427 switch (authmode) { in processNextCommand()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dws.lib.php83 $authmode = explode(',', $dolibarr_main_authentication);
86 …$authentication['login'], $authentication['password'], $authentication['entity'], $authmode, 'ws');
H A Dsecurity2.lib.php49 …* @param array $authmode Array list of selected authentication mode array('http', 'dolibarr', '…
53 function checkLoginPassEntity($usertotest, $passwordtotest, $entitytotest, $authmode, $context = '') argument
61 …sEntity usertotest=".$usertotest." entitytotest=".$entitytotest." authmode=".join(',', $authmode));
68 foreach ($authmode as $mode)
98 …$conf->authmode = $mode; // This properties is defined only when logged to say what mode was succe…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dws.lib.php85 $authmode = explode(',', $dolibarr_main_authentication);
88 …$authentication['login'], $authentication['password'], $authentication['entity'], $authmode, 'ws');
H A Dsecurity2.lib.php53 …* @param array $authmode Array list of selected authentication mode array('http', 'dolibarr', '…
57 function checkLoginPassEntity($usertotest, $passwordtotest, $entitytotest, $authmode, $context = '') argument
67 …sEntity usertotest=".$usertotest." entitytotest=".$entitytotest." authmode=".join(',', $authmode));
73 foreach ($authmode as $mode) {
102 …$conf->authmode = $mode; // This properties is defined only when logged to say what mode was succe…
/dports/www/ilias6/ILIAS-6.14/Services/LDAP/classes/
H A Dclass.ilLDAPUserSynchronisation.php16 private $authmode = 0; variable in ilLDAPUserSynchronisation
59 return $this->authmode;
283 $this->authmode = $a_auth_mode;
/dports/devel/librelp/librelp-1.10.0/src/
H A Drelpsrv.c67 pThis->authmode = eRelpAuthMode_None; in relpSrvConstruct()
243 pThis->authmode = eRelpAuthMode_Fingerprint; in relpSrvSetAuthMode()
245 pThis->authmode = eRelpAuthMode_Name; in relpSrvSetAuthMode()
247 pThis->authmode = eRelpAuthMode_CertValid; in relpSrvSetAuthMode()
419 CHKRet(relpTcpSetAuthMode(pTcp, pThis->authmode)); in relpSrvRun()
H A Drelpclt.c64 pThis->authmode = eRelpAuthMode_None; in relpCltConstruct()
136 CHKRet(relpSessSetAuthMode(pThis->pSess, pThis->authmode)); in relpCltConnect()
270 pThis->authmode = eRelpAuthMode_Fingerprint; in relpCltSetAuthMode()
272 pThis->authmode = eRelpAuthMode_Name; in relpCltSetAuthMode()
274 pThis->authmode = eRelpAuthMode_CertValid; in relpCltSetAuthMode()
/dports/security/vpnc/vpnc-0.5.3/
H A Dpcf2vpnc27 my %authmode = ( 1 => 'psk', 3 => 'cert', 5 => 'hybrid' );
58 $config{IKE}{Authmode} = $authmode{$2};
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/api/class/
H A Dapi_login.class.php78 $authmode = explode(',', $dolibarr_main_authentication);
87 $login = checkLoginPassEntity($login, $password, $entity, $authmode, 'api');
/dports/www/ilias/ILIAS-5.4.25/Services/Authentication/classes/Provider/
H A Dclass.ilAuthProviderFactory.php52 foreach ((array) $sequence as $position => $authmode) {
53 $provider = $this->getProviderByAuthMode($credentials, $authmode);
/dports/www/ilias6/ILIAS-6.14/Services/Authentication/classes/Provider/
H A Dclass.ilAuthProviderFactory.php52 foreach ((array) $sequence as $position => $authmode) {
53 $provider = $this->getProviderByAuthMode($credentials, $authmode);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/api/class/
H A Dapi_login.class.php111 $authmode = explode(',', $dolibarr_main_authentication);
121 …$login = checkLoginPassEntity($login, $password, $entity, $authmode, 'api'); // Check credentials.
/dports/sysutils/webmin/webmin-1.981/usermin/
H A Dedit_session.cgi92 $authmode = $users[0]->{'pass'} eq 'e' ? 2 :
95 &ui_radio("authmode", $authmode,
/dports/mail/anubis/anubis-4.2/po/
H A Dzh_CN.po21 #: src/authmode.c:451
25 #: src/authmode.c:463 src/authmode.c:485
29 #: src/authmode.c:508
33 #: src/authmode.c:516
38 #: src/authmode.c:523
43 #: src/authmode.c:528
48 #: src/authmode.c:533
57 #: src/authmode.c:593 src/transmode.c:136
61 #: src/authmode.c:597 src/transmode.c:140
65 #: src/authmode.c:622 src/authmode.c:629 src/authmode.c:635 src/authmode.c:645
[all …]
H A Danubis.pot22 #: src/authmode.c:451
26 #: src/authmode.c:463 src/authmode.c:485
30 #: src/authmode.c:508
34 #: src/authmode.c:516
39 #: src/authmode.c:523
44 #: src/authmode.c:528
49 #: src/authmode.c:533
58 #: src/authmode.c:593 src/transmode.c:136
62 #: src/authmode.c:597 src/transmode.c:140
66 #: src/authmode.c:622 src/authmode.c:629 src/authmode.c:635 src/authmode.c:645
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8712/
H A Dieee80211.c367 u8 authmode; in r8712_get_sec_ie() local
374 authmode = in_ie[cnt]; in r8712_get_sec_ie()
375 if ((authmode == _WPA_IE_ID_) && in r8712_get_sec_ie()
381 if (authmode == _WPA2_IE_ID_) { in r8712_get_sec_ie()

1234567891011