Searched refs:serverName (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.10/smb-759.0/lib/librpc/
H A Dlmshare.cpp63 WCHAR * serverName = SMBConvertFromUTF8ToUTF16(ServerName, 1024, 0); local
66 if (!serverName || !netName || !ShareInfo) {
67 if (serverName)
68 free(serverName);
78 if (serverName) {
79 free(serverName);
106 const_cast<WCHAR *>(serverName),
118 free(serverName);
144 WCHAR * serverName = SMBConvertFromUTF8ToUTF16(ServerName, 1024, 0); local
145 if (!serverName || !InfoStruc
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSasl.java51 serverName The non-null fully qualified host name of the
63 String serverName,
75 serverName,
91 String serverName,
103 serverName,
60 createSaslClient(String[] mechanisms, String authorizationID, String protocol, String serverName, Hashtable props, javax.security.auth.callback.CallbackHandler cbh) argument
89 CreateSaslServer(String mechanism, String protocol, String serverName, Hashtable props, javax.security.auth.callback.CallbackHandler cbh) argument
H A DSaslClientFactory.java11 String serverName,
8 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, javax.security.auth.callback.CallbackHandler cbh) argument
H A DSaslServerFactory.java10 String serverName,
8 createSaslServer(String mechanism, String protocol, String serverName, Hashtable props, javax.security.auth.callback.CallbackHandler cbh) argument
H A DClientFactory.java44 String serverName,
59 cptr = jni_sasl_client_new(protocol, serverName, 0, successdata);
41 createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Hashtable props, javax.security.auth.callback.CallbackHandler cbh) argument
H A DServerFactory.java44 String serverName,
52 serverName,
42 createSaslServer(String mechanism, String protocol, String serverName, Hashtable props, javax.security.auth.callback.CallbackHandler cbh) argument
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dadd_internet_password.c41 do_addinternetpassword(const char *keychainName, const char *serverName, argument
54 if (serverName) {
56 values[ix++] = CFStringCreateWithCStringNoCopy(NULL, serverName,
115 char *serverName = NULL, *securityDomain = NULL, *accountName = NULL, *path = NULL, *passwordData = NULL; local
136 serverName = optarg;
181 result = do_addinternetpassword(keychainName, serverName, securityDomain,
H A Dkeychain_find.c148 const char *serverName, const char *securityDomain,
160 if (serverName) {
162 values[ix++] = CFStringCreateWithCStringNoCopy(NULL, serverName,
228 char *serverName = NULL, *securityDomain = NULL, *accountName = NULL, *path = NULL; local
262 serverName = optarg;
275 result = do_keychain_find_or_delete_internet_password(do_delete, serverName, securityDomain,
147 do_keychain_find_or_delete_internet_password(Boolean do_delete, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, Boolean get_password) argument
/macosx-10.10/Heimdal-398.1.2/tests/GSSTestApp/Tests/
H A DSenTestCase+GSS.h16 - (BOOL)STCAuthenticate:(gss_cred_id_t)cred nameType:(gss_OID)nameType toServer:(NSString *)serverName;
/macosx-10.10/Heimdal-398.1.2/tests/GSSTestApp/GSSTestAppOSX/
H A DCredentialTesterView.h17 @property (assign) IBOutlet NSTextField *serverName; variable
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_find.h54 const char *serverName,
H A Dkeychain_add.c252 const char *serverName,
269 itemRef = find_first_internet_password(keychainRef,itemCreator,itemType,kind,comment,label,serverName,
312 if (serverName != NULL) {
314 attrs[attrList.count].length = strlen(serverName);
315 attrs[attrList.count].data = (void *)serverName;
378 const char *serverName,
395 result = do_update_internet_password(keychainName,itemCreator,itemType,kind,comment,label,serverName,
417 { kSecServerItemAttr, serverName ? strlen(serverName) : 0, (char *)serverName },
246 do_update_internet_password(const char *keychainName, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, const void *passwordData, SecAccessRef access) argument
372 do_add_internet_password(const char *keychainName, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, const void *passwordData, SecAccessRef access, Boolean update) argument
691 char *serverName = NULL, *securityDomain = NULL, *accountName = NULL, *path = NULL, *passwordData = NULL; local
[all...]
H A Dkeychain_find.c162 const char *serverName,
185 Boolean primaryKey = (accountName && securityDomain && serverName &&
219 if (serverName != NULL) {
221 attrs[attrList.count].length = strlen(serverName);
222 attrs[attrList.count].data = (void*)serverName;
527 const char *serverName,
546 serverName,
570 const char *serverName,
588 serverName,
801 char *serverName local
156 find_first_internet_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType) argument
521 do_keychain_find_internet_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, Boolean get_password, Boolean password_stdout) argument
564 do_keychain_delete_internet_password(CFTypeRef keychainOrArray, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType) argument
904 char *serverName = NULL, *securityDomain = NULL, *accountName = NULL, *path = NULL; local
[all...]
/macosx-10.10/smb-759.0/lib/smb/
H A Dpreference.h58 void readPreferences(struct smb_prefs *prefs, char *serverName, char *shareName,
H A Dctx.c646 __FUNCTION__, ctx->serverName, rq.ioc_negotiate_token_len);
835 __FUNCTION__, ctx->serverName, rq.ioc_negotiate_token_len);
904 (ctx->serverName) ? ctx->serverName : "", strerror(error));
1316 ctx->serverName);
1352 strlcat(serverDomain, ctx->serverName, sizeof(serverDomain));
1421 ctx->serverName);
1473 ctx->serverName);
1507 ctx->serverName);
1622 if (ctx->serverName)
[all...]
H A Dpreference.c457 void readPreferences(struct smb_prefs *prefs, char *serverName, char *shareName, argument
477 if (serverName) {
478 readPreferenceSection(rcfile, prefs, serverName, 1);
481 snprintf(sname, sizeof(sname), "%s:%s", serverName, shareName);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCodeHostLib.c66 static char serverName[BOOTSTRAP_MAX_NAME_LEN] = SECURITYSERVER_BOOTSTRAP_NAME; local
67 if (KERN_SUCCESS != bootstrap_look_up(bootstrapPort, serverName, &gServerPort))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCodeHostLib.c66 static char serverName[BOOTSTRAP_MAX_NAME_LEN] = SECURITYSERVER_BOOTSTRAP_NAME; local
67 if (KERN_SUCCESS != bootstrap_look_up(bootstrapPort, serverName, &gServerPort))
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest-gss-client.c83 gss_name_t serverName; local
217 majorStatus = gss_import_name (&minorStatus, &nameBuffer, (gss_OID) GSS_KRB5_NT_PRINCIPAL_NAME, &serverName);
240 majorStatus = gss_init_sec_context (&minorStatus, clientCredentials, &context, serverName,
282 majorStatus = gss_compare_name(&minorStatus, clientName, serverName, &ret);
290 if (serverName != NULL) { gss_release_name (&minorStatus, &serverName); }
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmain.c332 "\t-n serverName\tService name\n"
385 char *serverName; local
411 serverName = lutil_progname( "slapd", argc, argv );
413 if ( strcmp( serverName, "slapd" ) ) {
415 if ( !strcmp( serverName, tools[i].name ) ) {
431 lutil_CommenceStartupProcessing( serverName, slap_sig_shutdown );
432 if ( strcmp(serverName, SERVICE_NAME) )
433 regService = serverName;
637 serverName = ch_strdup( optarg );
676 serverName
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/vfyCertChain/
H A DvfyCertChain.cpp30 printf(" -S serverName\n");
92 char *serverName = NULL; local
127 serverName = argv[++arg];
146 sslOpts.ServerName = serverName;
147 if(serverName) {
148 sslOpts.ServerNameLen = strlen(serverName) + 1;
157 else if(serverName) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/client/
H A DocspdClient.cpp75 const char *serverName = NULL; local
77 serverName = getenv(OCSPD_BOOTSTRAP_ENV);
79 if(serverName == NULL) {
80 serverName = (char*) OCSPD_BOOTSTRAP_NAME;
83 mServerPort = MachPlusPlus::Bootstrap().lookup2(serverName);
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dserver.c187 ((struct smb_ctx *)hContext)->serverName);
729 if (((struct smb_ctx *)hContext)->serverName) {
730 strlcpy(properties->serverName, ((struct smb_ctx *)hContext)->serverName,
731 sizeof(properties->serverName));
790 name_len = (kMaxSrvNameLen >= strlen(ctx->serverName)) ? kMaxSrvNameLen : strlen(ctx->serverName);
791 strlcpy(sattrs->server_name, ctx->serverName, name_len);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dnotifications.h136 SharedMemoryListener (const char* serverName, u_int32_t serverSize);
/macosx-10.10/smb-759.0/rpcwrappers/
H A DSetNetworkAccountSID.cpp97 status = GetNetworkAccountSID(properties.serverName, &account, &domain, &ntsid);

Completed in 296 milliseconds

123