Searched refs:hostname (Results 1 - 11 of 11) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dkadm_host_srv_names.c73 *master = strdup(entry->hostname);
135 strlen(sl.servers[i].hostname) + 2);
142 sl.servers[i].hostname);
183 strlen(sl.servers[i].hostname) + 2);
190 sl.servers[i].hostname);
232 strlen(sl.servers[i].hostname) + 2);
239 sl.servers[i].hostname);
H A Dkt_solaris.c98 * where domain is the domain used to fully qualify the hostname for
111 * where hostname is the unqualified hostname of the system that will be used to
112 * derive the key salt. If NULL is specified, this function will use the hostname
145 krb5_kvno kvno, uint_t flags, char *password, char *hostname)
167 if (hostname == NULL) {
183 token = hostname;
144 k5_kt_add_ad_entries(krb5_context ctx, char **sprincs_str, char *domain, krb5_kvno kvno, uint_t flags, char *password, char *hostname) argument
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-next-steps.py49 # for generating the hostname used in the site certificate to avoid TLS errors.
51 hostname = socket.gethostname()
52 if hostname != '':
53 p = subprocess.Popen(["/usr/sbin/host", hostname],
59 hostname = stdoutdata.split(' ', 1)[0]
60 if hostname == '':
61 hostname = "localhost"
62 return "https://%s:6787/" % hostname
/solaris-userland/components/rabbitmq/files/
H A Dsvc-rabbitmq58 # then append the hostname.
65 INSTANCE=$INSTANCE@$(hostname)
/solaris-userland/components/postfix/files/
H A Dstart-method77 myhostname=$(/usr/bin/hostname)
91 echo "Either set hostname to a fully-qualified value,"
/solaris-userland/components/sendmail/files/
H A Dcheck-hostname.sh23 # Check hostname configuration as per the sendmail code.
134 # Goal: try to fully qualify `hostname` as sendmail would.
147 myhostname=`hostname`
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_4/
H A Dme4LoadGroup.c356 send_trap(u_char * hostname, u_char * modulename, oid * trapoid, int size, u_char * status, u_char * description) argument
441 (u_char *) hostname,
445 strlen((char *) hostname));
/solaris-userland/components/cups/patches/
H A Dstr4609-1.4.patch142 - * Use the default connection hostname instead...
147 - attr->values[0].string.text = _cupsStrAlloc(con->http.hostname);
152 + ippAddString(job->attrs, IPP_TAG_JOB, IPP_TAG_NAME, "job-originating-host-name", NULL, con->http.hostname);
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py117 self.hostname = socket.gethostname()
417 send_sock.connect((self.hostname, int(send_sock_info.socket)))
455 (src_snapshot_name, dst, self.hostname))
485 ('ZFSVolumeDriver:%(hostname)s:%(zfs_volume_base)s:local' %
486 {'hostname': self.hostname,
741 self.hostname, alias, addresslist = \
756 ('ZFSISCSIDriver:%(hostname)s:%(zfs_volume_base)s:'
758 {'hostname': self.hostname,
[all...]
/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c220 conf->gss_service_name, r->hostname);
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c461 * Initialize data that's required in the trap - The hostname,
2319 * hostname - Name of host on which alarm occured ; modulename - Name of the
2328 send_trap(u_char * hostname, u_char * modulename, u_char * moduleContext, oid * trapoid, int size, u_char * status, u_char * description, u_char * dvalue, int dtype) argument
2426 (u_char *) hostname,
2430 strlen((char *) hostname));

Completed in 341 milliseconds