Searched refs:hostname (Results 1 - 11 of 11) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | kadm_host_srv_names.c | 73 *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 D | kt_solaris.c | 98 * 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 D | os-next-steps.py | 49 # 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 D | svc-rabbitmq | 58 # then append the hostname. 65 INSTANCE=$INSTANCE@$(hostname)
|
/solaris-userland/components/postfix/files/ |
H A D | start-method | 77 myhostname=$(/usr/bin/hostname) 91 echo "Either set hostname to a fully-qualified value,"
|
/solaris-userland/components/sendmail/files/ |
H A D | check-hostname.sh | 23 # 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 D | me4LoadGroup.c | 356 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 D | str4609-1.4.patch | 142 - * 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 D | zfs.py | 117 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 D | mod_auth_gss.c | 220 conf->gss_service_name, r->hostname);
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | healthMonitor.c | 461 * 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