Home
last modified time | relevance | path

Searched refs:mschap (Results 1 – 25 of 85) sorted by relevance

1234

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DSam.c571 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPlainPassword() local
589 mschap.MsChapV2_ServerChallenge, in SamAuthUserByPlainPassword()
590 mschap.MsChapV2_PPPUsername); in SamAuthUserByPlainPassword()
601 mschap.MsChapV2_ClientResponse, challenge8); in SamAuthUserByPlainPassword()
610 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPlainPassword()
638 mschap.MsChapV2_ServerChallenge, in SamAuthUserByPlainPassword()
639 mschap.MsChapV2_PPPUsername); in SamAuthUserByPlainPassword()
883 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPassword() local
897 Zero(&mschap, sizeof(mschap)); in SamAuthUserByPassword()
953 …MsChapV2_GenerateChallenge8(challenge8, mschap.MsChapV2_ClientChallenge, mschap.MsChapV2_ServerCha… in SamAuthUserByPassword()
[all …]
H A DRadius.c1639 IPC_MSCHAP_V2_AUTHINFO mschap; in RadiusLogin() local
1666 Zero(&mschap, sizeof(mschap)); in RadiusLogin()
1667 is_mschap = ParseAndExtractMsChapV2InfoFromPassword(&mschap, password); in RadiusLogin()
1669 if (is_mschap && mschap.MsChapV2_EapClient != NULL) in RadiusLogin()
1672 EAP_CLIENT *eap = mschap.MsChapV2_EapClient; in RadiusLogin()
1681 ret = EapClientSendMsChapv2AuthClientResponse(eap, mschap.MsChapV2_ClientResponse, in RadiusLogin()
1682 mschap.MsChapV2_ClientChallenge); in RadiusLogin()
1687 mschap.MsChapV2_ClientChallenge); in RadiusLogin()
1904 …, RADIUS_VENDOR_MICROSOFT, RADIUS_MS_CHAP_CHALLENGE, mschap.MsChapV2_ServerChallenge, sizeof(mscha… in RadiusLogin()
1908 Copy(ms_chapv2_response + 2, mschap.MsChapV2_ClientChallenge, 16); in RadiusLogin()
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/
H A DSam.c294 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPlainPassword() local
297 if (ParseAndExtractMsChapV2InfoFromPassword(&mschap, password) == false) in SamAuthUserByPlainPassword()
311 MsChapV2_GenerateChallenge8(challenge8, mschap.MsChapV2_ClientChallenge, in SamAuthUserByPlainPassword()
312 mschap.MsChapV2_ServerChallenge, in SamAuthUserByPlainPassword()
313 mschap.MsChapV2_PPPUsername); in SamAuthUserByPlainPassword()
324 mschap.MsChapV2_ClientResponse, challenge8); in SamAuthUserByPlainPassword()
557 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPassword() local
571 Zero(&mschap, sizeof(mschap)); in SamAuthUserByPassword()
627 …MsChapV2_GenerateChallenge8(challenge8, mschap.MsChapV2_ClientChallenge, mschap.MsChapV2_ServerCha… in SamAuthUserByPassword()
628 mschap.MsChapV2_PPPUsername); in SamAuthUserByPassword()
[all …]
H A DRadius.c1735 IPC_MSCHAP_V2_AUTHINFO mschap; in RadiusLogin() local
1762 Zero(&mschap, sizeof(mschap)); in RadiusLogin()
1763 is_mschap = ParseAndExtractMsChapV2InfoFromPassword(&mschap, password); in RadiusLogin()
1765 if (is_mschap && mschap.MsChapV2_EapClient != NULL) in RadiusLogin()
1768 EAP_CLIENT *eap = mschap.MsChapV2_EapClient; in RadiusLogin()
1777 ret = EapClientSendMsChapv2AuthClientResponse(eap, mschap.MsChapV2_ClientResponse, in RadiusLogin()
1778 mschap.MsChapV2_ClientChallenge); in RadiusLogin()
1783 mschap.MsChapV2_ClientChallenge); in RadiusLogin()
2000 …, RADIUS_VENDOR_MICROSOFT, RADIUS_MS_CHAP_CHALLENGE, mschap.MsChapV2_ServerChallenge, sizeof(mscha… in RadiusLogin()
2004 Copy(ms_chapv2_response + 2, mschap.MsChapV2_ClientChallenge, 16); in RadiusLogin()
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSam.c294 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPlainPassword() local
297 if (ParseAndExtractMsChapV2InfoFromPassword(&mschap, password) == false) in SamAuthUserByPlainPassword()
311 MsChapV2_GenerateChallenge8(challenge8, mschap.MsChapV2_ClientChallenge, in SamAuthUserByPlainPassword()
312 mschap.MsChapV2_ServerChallenge, in SamAuthUserByPlainPassword()
313 mschap.MsChapV2_PPPUsername); in SamAuthUserByPlainPassword()
324 mschap.MsChapV2_ClientResponse, challenge8); in SamAuthUserByPlainPassword()
557 IPC_MSCHAP_V2_AUTHINFO mschap; in SamAuthUserByPassword() local
571 Zero(&mschap, sizeof(mschap)); in SamAuthUserByPassword()
627 …MsChapV2_GenerateChallenge8(challenge8, mschap.MsChapV2_ClientChallenge, mschap.MsChapV2_ServerCha… in SamAuthUserByPassword()
628 mschap.MsChapV2_PPPUsername); in SamAuthUserByPassword()
[all …]
H A DRadius.c1735 IPC_MSCHAP_V2_AUTHINFO mschap; in RadiusLogin() local
1762 Zero(&mschap, sizeof(mschap)); in RadiusLogin()
1763 is_mschap = ParseAndExtractMsChapV2InfoFromPassword(&mschap, password); in RadiusLogin()
1765 if (is_mschap && mschap.MsChapV2_EapClient != NULL) in RadiusLogin()
1768 EAP_CLIENT *eap = mschap.MsChapV2_EapClient; in RadiusLogin()
1777 ret = EapClientSendMsChapv2AuthClientResponse(eap, mschap.MsChapV2_ClientResponse, in RadiusLogin()
1778 mschap.MsChapV2_ClientChallenge); in RadiusLogin()
1783 mschap.MsChapV2_ClientChallenge); in RadiusLogin()
2000 …, RADIUS_VENDOR_MICROSOFT, RADIUS_MS_CHAP_CHALLENGE, mschap.MsChapV2_ServerChallenge, sizeof(mscha… in RadiusLogin()
2004 Copy(ms_chapv2_response + 2, mschap.MsChapV2_ClientChallenge, 16); in RadiusLogin()
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/doc/modules/
H A Dmschap.rst4 The mschap module provides support for MS-CHAPv1 and MS-CHAPv2, which is
7 If you want to support mschap, there are only 3 possibilities:
31 data through to the mschap module, so you must configure mschap properly.
36 Method 3 above involves configuring the mschap module to call the Samba
41 mschap {
75 ntlm_auth to change passwords. In modules/mschap you should configure::
77 mschap {
86 ntlm_auth_username = "username: %{mschap:User-Name}"
98 mschap module will detect this and return error 648 to the client,
112 mschap {
[all …]
/dports/net/radcli/radcli-1.3.0/tests/raddb-tcp/
H A Dradiusd.conf656 mschap { }
1064 mschap
1266 mschap
1272 mschap
1809 mschap
1968 mschap
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/mods-available/
H A Dmschap11 mschap {
18 # If use_mppe is not set to no mschap, will
46 # If ntlm_auth is configured below, then the mschap
51 # and the mschap module will do the authentication itself,
58 # ... --username=%{mschap:User-Name} ...
60 # In that case, the mschap module will look at the User-Name
104 # winbind_username = "%{mschap:User-Name}"
105 # winbind_domain = "%{mschap:NT-Domain}"
212 # requests. See doc/mschap.rst for more IMPORTANT
221 # ntlm_auth_username = "username: %{mschap:User-Name}"
[all …]
H A Dntlm_auth17 …program = "/path/to/ntlm_auth --request-nt-key --domain=MYDOMAIN --username=%{mschap:User-Name} --…
/dports/net/radcli/radcli-1.3.0/tests/raddb/
H A Dradiusd.conf656 mschap { }
1065 mschap
1190 mschap
1196 mschap
1733 mschap
1892 mschap
/dports/net/ocserv/ocserv-1.1.3/tests/data/raddb/
H A Dradiusd.conf656 mschap { }
1064 mschap
1266 mschap
1272 mschap
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/factotum/
H A Dproto.c9 extern Proto mschap; /* chap.c */
24 &mschap,
H A Dchap.c29 extern Proto chap, mschap;
140 }else if(c->proto == &mschap) in chapclient()
251 else if(c->proto == &mschap) in chapserver()
421 Proto mschap = { variable
/dports/net/freeradius3/freeradius-server-3.0.25/src/tests/config/
H A Dtest.conf98 mschap
107 mschap
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_tacacs_server/defaults/
H A Dmain.yml51 auth_type: mschap
52 key: mschap
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_mschap/
H A Drlm_mschap.mk.in7 SOURCES := $(TARGETNAME).c smbdes.c mschap.c @mschap_sources@
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dradclient.mk3 ${top_srcdir}/src/modules/rlm_mschap/mschap.c
H A Dradtest.in80 mschap)
/dports/net/freeradius3/freeradius-server-3.0.25/raddb/sites-available/
H A Dinner-tunnel24 # $ radtest -t mschap USER PASSWORD 127.0.0.1:18120 0 testing123
71 # attribute for authentication, the mschap module will find
74 # the mschap module for authentication.
75 mschap
148 # mschap authentication, the un-comment this line, and
218 mschap
224 mschap
/dports/net/p5-File-RsyncP/File-RsyncP-0.76/Digest/t/
H A DfileDigest.t42 # From draft-ietf-pppext-mschap-00.txt:
173 # From draft-ietf-pppext-mschap-00.txt:
206 # From draft-ietf-pppext-mschap-00.txt:
/dports/net/freeradius3/freeradius-server-3.0.25/src/tests/radsec/config-coa/
H A Dmain.conf.template16 mschap
/dports/security/p5-Digest-MD4/Digest-MD4-1.9/
H A DChanges6 draft-ietf-pppext-mschap-00.txt
/dports/net/pptpclient/pptp-1.10.0/
H A Doptions.pptp27 refuse-mschap
/dports/security/pam_yubico/pam_yubico-2.26/doc/
H A DUbuntu_FreeRadius_YubiKey.adoc165 ++[mschap] returns noop
249 ++[mschap] returns noop

1234