Searched refs:trusted (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/sendmail/lib/ |
| H A D | Makefile | 31 SRCS= aliases helpfile local-host-names trusted-users 38 $(ROOTETCMAIL)/trusted-users
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgadm/ |
| H A D | addcert.c | 80 boolean_t trusted = B_FALSE; local 118 trusted = B_TRUE; 133 if (!trusted && alias == NULL) { 138 } else if (trusted && alias != NULL) { 139 /* for trusted certs, we cannot have a name */ 145 if (trusted && inkeyfile != NULL) { 146 /* for trusted certs, we cannot have a private key */ 264 if (trusted) { 324 if (trusted) { 345 if (trusted [all...] |
| /illumos-gate/usr/src/lib/libc/port/i18n/ |
| H A D | gettext.h | 118 uint16_t trusted; /* is this a trusted source? */ member in struct:msg_node 160 int trusted; /* trusted msg catalog or not */ member in struct:msg_pack
|
| H A D | gettext_real.c | 998 if (!mnp->trusted) { 1017 if (!mnp->trusted) { 1078 fd = nls_safe_open(mp->msgfile, &statbuf, &mp->trusted, !mp->nlsp); 1104 mnp->trusted = mp->trusted;
|
| H A D | gettext_util.c | 442 gprintf(level, " trusted: %d\n", mp->trusted); 585 mnp->trusted);
|
| /illumos-gate/usr/src/lib/libadutils/common/ |
| H A D | addisc.h | 54 int trusted; /* This is not used by auto */ member in struct:ad_disc_domains_in_forest 57 /* as trusted. */
|
| /illumos-gate/usr/src/cmd/idmap/idmapd/ |
| H A D | init.c | 191 degrade_svc(0, "could not initialize trusted AD " 202 degrade_svc(0, "could not set trusted " 212 if (domain_in_forest->trusted) { 217 degrade_svc(0, "could not set trusted " 239 * domains - the joined domain, other domains in the forest, and trusted 396 idmapdlog(LOG_DEBUG, "No trusted domains known"); 399 idmapdlog(LOG_DEBUG, "trusted domain = %s", 407 "trusted forest %s global_catalog=%s port=%d", 412 if (tf->domains_in_forest[j].trusted) { 414 "trusted fores [all...] |
| H A D | idmap_config.c | 957 * This function updates a trusted domains structure. 1073 if (df1[i].trusted) 1077 if (df2[j].trusted) 1084 if (df1[i].trusted) { 1087 if (df2[j].trusted && 1104 * This function updates trusted forest structure. 1158 /* List all the trusted forests */ 1164 /* List trusted Domains in the forest. */ 1165 if (f->domains_in_forest[j].trusted) 1830 * We have trusted domain [all...] |
Completed in 78 milliseconds