Searched refs:server (Results 251 - 275 of 284) sorted by relevance

<<1112

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterView.java30 package com.sun.admin.pm.server;
H A DDoPrinterMod.java31 package com.sun.admin.pm.server;
H A DDoPrinterNS.java30 package com.sun.admin.pm.server;
/illumos-gate/usr/src/cmd/ypcmd/
H A DMakefile37 MANIFEST = server.xml client.xml xfr.xml
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c462 if ((code = krb5_copy_principal(context, request->ticket->server,
707 not have been provided by either the client or the server.
709 If the server has specified input_chan_bindings equal to
711 the server does provide channel bindings then we compute
1267 krb_error_data.server = cred->princ;
1315 "Decrypt integrity check failed for client '%s' and server '%s'"),
H A Dacquire_cred.c400 if (krb5_principal_compare(context, tmp_princ, creds.server)) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c116 pkgdbmerg(PKGserver server, VFP_T *tmpvfp, struct cfextra **extlist) argument
213 n = srchcfile(&cf_ent, el_ent->cf_ent.path, server);
336 * "shared" by a server, in which case we need to
351 * If object is provided by a server, allocate an
452 * fs_tab[] anyway. We check for a server object
608 * coming from a server, we need to note that
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c189 encrypt_verbose = !server;
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c75 extern int delmap(int flag, char *pkginst, PKGserver *server, VFP_T **tfp);
274 * mount points are correct on the server and it
1201 * server, don't remove anything unless explicitly
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c423 * actual attributes from the server in the mirror mount case,
602 * same server fs as sdvp, or for a different server fs.
917 /* check if the current server is responding */
930 /* current server did not respond */
950 * server, here, and remove it from the list if it is not
951 * responding. This has the side-effect of that server then
958 * If the current server was down, loop indefinitely until we find
959 * at least one responsive server.
973 * We've already tried the current server, abov
1254 nfs4_callmapid(utf8string *server, struct nfs_fsl_info *resp) argument
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1080 * All this stuff is to support a server installing
1081 * drivers on diskless clients. When on the server
1283 * do this here to support add_drv on server for diskless clients
2165 update_name_to_major(char *driver_name, major_t *major_num, int server) argument
2238 * In a server case (with -b option), we can't use modctl() to find
2242 * if (server)
2247 if (server) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c39 * - Implement a door server; clients (like zoneadm) connect to the door
40 * server and request zone state changes. The kernel is also a client of
41 * this door server. A request to halt or reboot the zone which originates
54 * - Act as a console server for zlogin -C processes; see comments in zcons.c
63 * reboot the service processor of a server without affecting the OS instance.
1180 * The main routine for the door server that deals with zone state transitions.
1184 server(void *cookie, char *args, size_t alen, door_desc_t *dp, function
1640 if ((zone_door = door_create(server, NULL,
2185 * Take the lock now, so that when the door server gets going, we
2260 * the UNREF, the door server wil
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh37 o <output file> Generate a server configuration output file.
42 It is strongly recommended that you BACKUP the directory server
51 $PROG: Setup of iDS server ${IDS_SERVER} is complete.
60 to stop the server. Then, using directoryserver, follow the
64 to stop the server. Then, using dsadm, follow the
168 while ldbm database exists, server configuration needs to be fixed manually,
189 due to server error that occurred during creation of ldbm database
233 HELP - Since idsconfig modifies the directory server configuration,
234 it is strongly recommended that you backup the server prior
235 to running this utility. This is especially true if the server
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1992 { "ilb_servers", "walk server in a given ilb_rule_t",
3234 ilb_server_t server; local
3237 if (mdb_vread(&server, sizeof (server), wsp->walk_addr) == -1) {
3241 status = wsp->walk_callback(wsp->walk_addr, &server, wsp->walk_cbdata);
3244 if ((wsp->walk_addr = (uintptr_t)server.iser_next) == NULL)
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c253 char *prod, *psn, *csn, *server; local
291 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server)
294 FM_FMRI_AUTH_SERVER, TOPO_PROP_IMMUTABLE, server,
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x112 NFS4ERR_FBIG = 27, /* file exceeds server max */
116 NFS4ERR_NAMETOOLONG = 63, /* name exceeds server max */
124 NFS4ERR_SERVERFAULT = 10006,/* undefined server error */
140 NFS4ERR_STALE_CLIENTID = 10022,/* server has rebooted */
141 NFS4ERR_STALE_STATEID = 10023,/* server has rebooted */
152 NFS4ERR_RECLAIM_BAD = 10034,/* reclaim error at server */
236 utf8str_cis server<>;
661 void; /* server should return NFS4ERR_BADTYPE */
944 * open previous to server reboot. File
954 * granted by the server
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib924 svcadm enable -rs nfs/server
925 typeset stat=$(svcs -H -o STA nfs/server:default)
927 log_fail "Could not enable nfs/server"
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java48 import com.sun.admin.pm.server.*;
881 // translate from gui to server
919 // print server. Thus, don't check for namespace authorization
928 // need to login to nis/ldap server
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c646 "when creating default server principal name"));
667 "when creating default server principal name"));
1243 increds.server = kpcserver;
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c375 gettext("Cannot create TCP server socket on %s"),
391 gettext("Cannot bind TCP server socket on %s"), paddr(addr));
397 gettext("Cannot listen on TCP server socket on %s"),
557 gettext("Cannot create server socket for port %d address %s"),
565 gettext("Cannot bind server socket to port %d address %s"),
927 errpkt.server = tgs_server;
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c112 int ckflag, PKGserver server, VFP_T **a_cfTmpVfp);
433 * a server. We're actually interested in if
1321 * only flag them as shared from some server.
1357 * clients by a server.
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c163 /* Cached ADS server to communicate with */
246 * This function will be called when smb/server SMF service is refreshed.
384 * If this function is called during domain join, the specified kpasswd server
569 * Open a LDAP connection to an ADS server if the system is in domain mode.
617 * Open a LDAP connection to an ADS server.
619 * ADS domain are defined then query DNS to find an ADS server if this is the
620 * very first call to this routine. After an ADS server is found then this
621 * server will be used everytime this routine is called until the system is
622 * rebooted or the ADS server becomes unavailable then an ADS server wil
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c51 server (principal)
2070 kret = krb5_fcc_read_principal(context, id, &creds->server);
2401 ret = krb5_fcc_store_principal(context, id, creds->server);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c6 /* common.c - Functions that are common to server and clinet
564 /* We can fake it because we *are* the server */
587 int server)
600 if (server) {
926 "Tried to set realm on non-server connection");
928 sasl_seterror(conn, 0, "Tried to set realm on non-server connection");
1151 case SASL_BADSERV: s = gettext("server failed mutual authentication step");
1155 /* -- server only codes -- */
1174 case SASL_UNAVAIL: s = gettext("remote authentication server unavailable");
1232 case SASL_BADSERV: return "server faile
585 _sasl_common_init(_sasl_global_context_t *gctx, sasl_global_callbacks_t *global_callbacks, int server) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1927 if (uriptr->server == NULL || !strlen(uriptr->server)) {

Completed in 206 milliseconds

<<1112