Searched refs:remote (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c115 gss_chanbind_cmp(gss_channel_bindings_t local, gss_channel_bindings_t remote) argument
120 if (remote == NULL)
123 if (local->initiator_addrtype != remote->initiator_addrtype)
128 &remote->initiator_address) == FALSE)
131 if (local->acceptor_addrtype != remote->acceptor_addrtype)
136 &remote->acceptor_address) == FALSE)
140 &remote->application_data));
165 /* Set our self as the remote for the other end. */
166 accept->remote = ctx->local;
167 /* The remote sid
250 establish_session_keys(const char *remote, dh_key_set_t keys, dh_signature_t sig, dh_token_t token) argument
585 dh_init_context_t remote; /* init_context in token */ local
[all...]
H A Ddhmech_prot.x77 netnamestr remote;
H A Dcontext.c135 free(cntx->remote);
210 dh_principal p = cntx->initiate ? cntx->local : cntx->remote;
216 dh_principal p = cntx->initiate ? cntx->remote : cntx->local;
H A Ddh_gssapi.h65 * with this principal and a remote principal. For algorithm 0
68 * the session key with the public key of the remote.
73 * This function decrypts the set of session keys from remote. It
76 * the underlying mechanism to get the public key for the remote
145 dh_principal remote; /* Netname of remote */ member in struct:dh_gss_context_desc
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c92 dh_getpublickey(const char *remote, keylen_t keylen, algtype_t algtype, argument
107 "dlopen returned %s", remote, dlerror());
118 return (__getpublickey_cached_g(remote, keylen, algtype,
128 return (getpublickey_g(remote, keylen, algtype, pk, pklen));
134 * the common key with the caller and the remote principal.
164 * is held between the caller and the remote principal.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DConfig.pm207 user Username for remote host
208 pass Password for remote host
211 remote.host The hostname of the remote ftp server
221 USER user@remote.host
228 USER user@remote.host
235 SITE remote.site
243 OPEN remote.site
249 USER user@fwuser@remote.site
254 USER fwuser@remote
[all...]
H A DPing.pm256 # skipped for those remote interfaces that do
267 # behavior should enforce remote service
534 # enough of the reachability of the remote host. Also, tcp is
625 # Connection established to remote host
655 # Connection established to remote host
1211 # Connection established to remote host
1302 # Connection attempt to remote host is done
1372 Net::Ping - check a remote host for reachability
1427 This module contains methods to test the reachability of remote
1433 ping. The "tcp" protocol is the default. Note that a live remote hos
[all...]
H A DFTP.pm433 my($ftp,$remote,$local,$where) = @_;
440 ($local = $remote) =~ s#^.*/##
443 croak("Bad remote filename '$remote'\n")
444 if $remote =~ /[\r\n]/s;
452 $data = $ftp->retr($remote) or
563 # Removes $dir on remote host via FTP.
564 # $ftp is handle for remote host
693 my($ftp,$cmd,$local,$remote) = @_;
699 unless(defined $remote)
[all...]
H A DNetrc.pm235 Identify a remote machine name. The auto-login process searches
236 the .netrc file for a machine token that matches the remote machine
254 Identify a user on the remote machine. If this token is present,
261 process will supply the specified string if the remote server
268 if the remote server requires an additional account password.
H A DPOP3.pm404 name of the remote host to which a POP3 connection is required.
478 Get the message C<MSGNUM> from the remote mailbox. If C<FH> is not given
511 Mark message C<MSGNUM> to be deleted from the remote mailbox. All messages
512 that are marked to be deleted will be removed from the remote mailbox
517 Reset the status of the remote POP3 server. This includes reseting the
522 Quit and close the connection to the remote POP3 server. Any messages marked
523 as deleted will be deleted from the remote mailbox.
H A DTime.pm116 C<Net::Time> provides subroutines that obtain the time on a remote machine.
H A DCmd.pm649 Send data to the remote server, converting LF to CRLF. Any line starting
655 End the sending of data to the remote server. This is done by ensuring that
710 Retrieve one line, delimited by CRLF, from the remote server. Returns I<undef>
722 Send data to the remote server without performing any conversions. C<DATA>
727 Read data from the remote server until a line consisting of a single '.'.
H A DSMTP.pm571 name of the remote host to which an SMTP connection is required.
626 Returns the domain that the remote SMTP server identified itself as during
631 Tell the remote server the mail domain which you are in using the EHLO
732 Send the QUIT command to the remote SMTP server and close the socket connection.
H A DNNTP.pm714 name of the remote host to which a NNTP connection is required. If not
728 B<Reader> - If the remote server is INN then initially the connection
730 so that the remote server becomes innd. If the C<Reader> option is given
833 Returns the date on the remote server. This date will be in a UNIX time
900 Tell the remote server that I am not a user client, but probably another
905 Quit the remote server and close the socket connection.
/osnet-11/usr/src/lib/auditd_plugins/
H A DMakefile29 remote \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL545 USER user@remote.host
550 USER user@remote.host
555 SITE remote.site
561 OPEN remote.site
565 USER user@fwuser@remote.site
568 USER fwuser@remote.site
573 USER user@remote.host
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DMakefile.PL61 *** sending remote syslog messages. If you want to log messages on the
H A DSyslog.pm1119 a remote host).
1267 C<LOG_REMOTEAUTH> - remote authentication/authorization (Mac OS X);
/osnet-11/usr/src/lib/libast/common/port/
H A Dmnt.c349 char remote[128];
383 sfsprintf(mp->remote, sizeof(mp->remote) - 1, "%s:%s", s, vmt2dataptr(mp->next, VMT_OBJECT));
384 s = mp->remote;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_dtrace.c1151 kc->remote = malloc(INET_ADDRSTRLEN);
1152 if (kc->remote != NULL)
1154 &(ss2sin(&s)->sin_addr), kc->remote,
1158 kc->remote = malloc(INET6_ADDRSTRLEN);
1159 if (kc->remote != NULL)
1162 kc->remote, INET6_ADDRSTRLEN);
1191 free(kc->remote);
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h41 #include <remote.h>
143 /* (ARS) Audit remote server - connection group properties */
169 /* (ARS) Audit remote server - server properties */
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c100 * This routine adjusts the timeout used for calls to the remote rpcbind.
603 "\tCouldn't resolve remote address!\n");
685 * returns the client handle that it uses to contact the remote rpcbind.
732 struct netbuf remote; local
751 * only request for remote address through
814 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote);
816 ((address->buf = malloc(remote.len)) == NULL)) {
825 (void) memcpy(address->buf, remote.buf, remote.len);
828 address->len = address->maxlen = remote
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c738 * Note: If the remote host doesn't support version 3,
743 struct netbuf remote; local
747 (void) clnt_control(client, CLGET_SVC_ADDR, (char *)&remote);
748 sa = (struct sockaddr_in *)(remote.buf);
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist106 66 Object is remote
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm169 external to the webserver, perhaps on a remote machine. To configure the

Completed in 95 milliseconds

12