Home
last modified time | relevance | path

Searched refs:workstation (Results 1 – 25 of 2489) sorted by relevance

12345678910>>...100

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/auth/
H A DNTCredentials.java55 private final String workstation; field in NTCredentials
85 this.workstation = null; in NTCredentials()
100 final String workstation, in NTCredentials() argument
106 if (workstation != null) { in NTCredentials()
107 this.workstation = workstation.toUpperCase(Locale.ENGLISH); in NTCredentials()
109 this.workstation = null; in NTCredentials()
140 return this.workstation; in getWorkstation()
147 hash = LangUtils.hashCode(hash, this.workstation); in hashCode()
159 && LangUtils.equals(this.workstation, that.workstation)) { in equals()
172 buffer.append(this.workstation); in toString()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/auth/
H A DNTCredentials.java55 private final String workstation; field in NTCredentials
85 this.workstation = null; in NTCredentials()
100 final String workstation, in NTCredentials() argument
106 if (workstation != null) { in NTCredentials()
107 this.workstation = workstation.toUpperCase(Locale.ENGLISH); in NTCredentials()
109 this.workstation = null; in NTCredentials()
140 return this.workstation; in getWorkstation()
147 hash = LangUtils.hashCode(hash, this.workstation); in hashCode()
159 && LangUtils.equals(this.workstation, that.workstation)) { in equals()
172 buffer.append(this.workstation); in toString()
/dports/security/py-ntlm-auth/ntlm-auth-1.5.0/ntlm_auth/
H A Dmessages.py106 if workstation is None:
107 self.workstation = ''
109 self.workstation = workstation
119 self.workstation = self.workstation.encode('ascii')
138 payload_offset += len(self.workstation)
142 payload += self.workstation
328 if workstation is None:
329 self.workstation = ''
331 self.workstation = workstation
341 self.workstation = self.workstation.encode(encoding_value)
[all …]
H A Dntlm.py16 def __init__(self, username, password, domain=None, workstation=None, argument
47 self.workstation = workstation
94 self.workstation)
99 self.username, self.password, self.domain, self.workstation,
218 def create_negotiate_message(self, domain_name=None, workstation=None): argument
220 self._context.workstation = workstation
228 domain_name=None, workstation=None, argument
233 self._context.workstation = workstation
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/ntlmssp/
H A DType3Message.java69 private String workstation; field in Type3Message
157 if (workstation == null) in Type3Message()
159 setWorkstation(workstation); in Type3Message()
294 setWorkstation(workstation); in Type3Message()
385 return workstation; in getWorkstation()
394 this.workstation = workstation; in setWorkstation()
446 byte[] workstation = null; in toByteArray()
448 workstation = unicode ? in toByteArray()
453 workstation.length : 0; in toByteArray()
486 String workstation = getWorkstation(); in toString() local
[all …]
H A DType1Message.java142 byte[] workstation = new byte[0]; in toByteArray()
147 workstation = in toByteArray()
155 (32 + domain.length + workstation.length) : 16]; in toByteArray()
161 writeSecurityBuffer(type1, 24, 32 + domain.length, workstation); in toByteArray()
222 byte[] workstation = readSecurityBuffer(material, 24); in parse()
223 suppliedWorkstation = new String(workstation, getOEMEncoding()); in parse()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/workstation/
H A Dworkstation_note.php44 $diroutputmassaction = $conf->workstation->dir_output.'/temp/massgeneration/'.$user->id;
57 $upload_dir = $conf->workstation->multidir_output[$object->entity]."/".$object->id;
60 $permissionnote = $user->rights->workstation->workstation->write; // Used by the include of actions…
61 $permissiontoadd = $user->rights->workstation->workstation->write; // Used by the include of action…
H A Dworkstation_card.php55 $diroutputmassaction = $conf->workstation->dir_output.'/temp/massgeneration/'.$user->id;
79 $permissiontoread = $user->rights->workstation->workstation->read;
80 $permissiontoadd = $user->rights->workstation->workstation->write; // Used by the include of action…
81 $permissiontodelete = $user->rights->workstation->workstation->delete || ($permissiontoadd && isset…
82 $permissionnote = $user->rights->workstation->workstation->write; // Used by the include of actions…
83 $permissiondellink = $user->rights->workstation->workstation->write; // Used by the include of acti…
84 $upload_dir = $conf->workstation->multidir_output[isset($object->entity) ? $object->entity : 1];
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/auth/gensec/
H A Dschannel.c54 const char *workstation; in schannel_update() local
72 …bind_schannel.u.info23.workstation = cli_credentials_get_workstation(gensec_security->credentials); in schannel_update()
81 bind_schannel.u.info3.workstation = cli_credentials_get_workstation(gensec_security->credentials); in schannel_update()
110 workstation = bind_schannel.u.info23.workstation; in schannel_update()
113 workstation = bind_schannel.u.info3.workstation; in schannel_update()
118 status = schannel_fetch_session_key(out_mem_ctx, workstation, in schannel_update()
122 workstation, nt_errstr(status))); in schannel_update()
136 workstation, nt_errstr(status))); in schannel_update()
/dports/net/samba412/samba-4.12.15/source3/rpc_client/
H A Dcli_netlogon.c460 const char *workstation, in rpccli_netlogon_password_logon() argument
488 if (workstation == NULL) { in rpccli_netlogon_password_logon()
489 workstation = lp_netbios_name(); in rpccli_netlogon_password_logon()
492 workstation_slash = talloc_asprintf(frame, "\\\\%s", workstation); in rpccli_netlogon_password_logon()
562 network_info->identity_info.workstation.string = workstation_slash; in rpccli_netlogon_password_logon()
614 const char *workstation, in rpccli_netlogon_network_logon() argument
659 if (workstation[0] != '\\' && workstation[1] != '\\') { in rpccli_netlogon_network_logon()
662 workstation_name_slash = workstation; in rpccli_netlogon_network_logon()
717 const char *workstation, in rpccli_netlogon_interactive_logon() argument
765 if (workstation[0] != '\\' && workstation[1] != '\\') { in rpccli_netlogon_interactive_logon()
[all …]
/dports/net/gsocket/gsocket-1.4.28/examples/port-forward/
H A DREADME.md14 IRCD running on ALICE's workstation and an IRC client (irssi) on BOB's workstation.
16workstation "ALICE" create */etc/system/systemd/gs-portforward.service* to configure a port forwar…
39 On BOB's workstation create a port forward from TCP port 6667 to the Global Socket *ExampleSecretCh…
44 …OB's workstation is now forwarded to TCP port 6667 on ALICE's workstation. Bob connects to ALICE's…
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dauth_log.py1105 workstation = "AuthLogTests"
1137 workstation = "AuthLogTests"
1170 workstation = "AuthLogTests"
1203 workstation = "AuthLogTests"
1234 workstation = "AuthLogTests"
1266 workstation = "AuthLogTests"
1298 workstation = "AuthLogTests"
1331 workstation = "AuthLogTests"
1365 workstation = "AuthLogTests"
1399 workstation = "AuthLogTests"
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/winbind/
H A Dwb_pam_auth.c41 const char *workstation; member
66 const char *workstation, in wb_cmd_pam_auth_crap_send() argument
95 state->workstation = talloc_strdup(state, workstation); in wb_cmd_pam_auth_crap_send()
96 if (state->workstation == NULL) goto failed; in wb_cmd_pam_auth_crap_send()
145 state->ninfo.identity_info.workstation.string = state->workstation; in pam_auth_crap_recv_domain()
295 const char *workstation, in wb_cmd_pam_auth_crap() argument
305 domain, user, workstation, in wb_cmd_pam_auth_crap()
318 const char *workstation; in wb_cmd_pam_auth_send() local
353 workstation = cli_credentials_get_workstation(credentials); in wb_cmd_pam_auth_send()
368 domain, user, workstation, in wb_cmd_pam_auth_send()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/zh_TW/
H A Dmrp.lang89 WorkstationCreate=Add new workstation
90 ConfirmEnableWorkstation=Are you sure you want to enable workstation <b>%s</b> ?
91 EnableAWorkstation=Enable a workstation
92 ConfirmDisableWorkstation=Are you sure you want to disable workstation <b>%s</b> ?
93 DisableAWorkstation=Disable a workstation
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/http/
H A DJCIFSEngine.java44 public String generateType1Msg(final String domain, final String workstation) { in generateType1Msg() argument
45 final Type1Message type1Message = new Type1Message(TYPE_1_FLAGS, domain, workstation); in generateType1Msg()
50 … final String domain, final String workstation, final String challenge) in generateType3Msg() argument
64 domain, username, workstation, type3Flags); in generateType3Msg()
/dports/mail/libesmtp/libesmtp-1.0.6/ntlm/
H A Dntlmstruct.c186 const char *domain, const char *workstation) in ntlm_build_type_1() argument
210 if (workstation != NULL) in ntlm_build_type_1()
212 len = strlen (workstation); in ntlm_build_type_1()
215 lm_uccpy (string, len, workstation); in ntlm_build_type_1()
257 const char *domain, const char *user, const char *workstation) in ntlm_build_type_3() argument
296 if (workstation != NULL) in ntlm_build_type_3()
298 len = strlen (workstation); in ntlm_build_type_3()
301 up = nt_unicode (lm_uccpy (string, len, workstation), 2 * len); in ntlm_build_type_3()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/bg_BG/
H A Dmrp.lang89 WorkstationCreate=Add new workstation
90 ConfirmEnableWorkstation=Are you sure you want to enable workstation <b>%s</b> ?
91 EnableAWorkstation=Enable a workstation
92 ConfirmDisableWorkstation=Are you sure you want to disable workstation <b>%s</b> ?
93 DisableAWorkstation=Disable a workstation
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/scripting/ejs/
H A Dsmbcalls_auth.c34 const char *password, const char *domain, const char *workstation, in ejs_doauth() argument
79 user_info->workstation_name = workstation; in ejs_doauth()
135 const char *workstation; in ejs_userAuth() local
164 workstation = cli_credentials_get_workstation(creds); in ejs_userAuth()
175 …ejs_doauth(eid, tmp_ctx, &auth, username, password, domain, workstation, remote_host, auth_types_u… in ejs_userAuth()
177 …ejs_doauth(eid, tmp_ctx, &auth, username, password, domain, workstation, remote_host, lp_auth_meth… in ejs_userAuth()
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/smb/
H A DNtlmContext.java37 String workstation; field in NtlmContext
56 this.workstation = Type1Message.getDefaultWorkstation(); in NtlmContext()
63 ",workstation=" + workstation + in toString()
123 Type1Message msg1 = new Type1Message(ntlmsspFlags, auth.getDomain(), workstation); in initSecContext()
153 workstation, in initSecContext()
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall4736 functions between the workstation and the server. #!N #!N The #!F-adobe-times-bold-r-normal--18*
9 workstation to the server. For more information, see #!Lconserv,dxall493 h Connecting to the Serve…
11 user workstation from the server. #!N #!I0 #!N #!F-adobe-times-bold-r-normal--18* Reset Server
/dports/security/proxytunnel/proxytunnel-1.10.20210604/
H A Dntlm.c45 char workstation[] = "WORKSTATION"; variable
182 …2_DIGEST_LEN + bloblen + (strlen(domain) + strlen(args_info.user_arg) + strlen(workstation)) * sp); in build_type3_response()
226 type3->workstation.length = strlen(workstation) * sp; in build_type3_response()
227 type3->workstation.space = strlen(workstation) * sp; in build_type3_response()
228 type3->workstation.offset = type3->user.offset + type3->user.space; in build_type3_response()
229 for (i = 0; i < strlen(workstation); i++) in build_type3_response()
230 t3[type3->workstation.offset + i * sp] = workstation[i]; in build_type3_response()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/kdc/
H A Dpac-glue.c331 char *name, *workstation = NULL; in hdb_ldb_check_client_access() local
347workstation = talloc_strndup(tmp_ctx, addresses->val->address.data, MIN(addresses->val->address.le… in hdb_ldb_check_client_access()
348 if (workstation) { in hdb_ldb_check_client_access()
356 if (workstation) { in hdb_ldb_check_client_access()
357 i = MIN(strlen(workstation), 15); in hdb_ldb_check_client_access()
358 for (; i > 0 && workstation[i - 1] == ' '; i--) { in hdb_ldb_check_client_access()
359 workstation[i - 1] = '\0'; in hdb_ldb_check_client_access()
368 workstation, in hdb_ldb_check_client_access()
/dports/editors/calligra/calligra-3.2.1/plugins/stencilsdocker/stencils/Cisco/
H A Dsun_workstation.desktop2 Name=SUN workstation
7 Name[da]=SUN-workstation
10 Name[en_GB]=SUN workstation
18 Name[it]=SUN workstation
H A Dciscoworks.desktop2 Name=CiscoWorks workstation
7 Name[da]=CiscoWorks workstation
10 Name[en_GB]=CiscoWorks workstation
25 Name[nl]=CiscoWorks workstation
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dntlm.h96 struct ntlm_data workstation; member
128 struct ntlm_data workstation; member
191 const char *workstation,
197 const char *workstation );

12345678910>>...100