Home
last modified time | relevance | path

Searched refs:remotehost (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/cw/util/
H A DClientInterface.cpp36 sr->createSocketClient(remotehost, port); in connectCPCDdaemon()
41 sr->removeSocketClient(remotehost); in disconnectCPCDdaemon()
46 sr->removeSocketClient(remotehost); in removeCPCDdaemon()
61 sr->performSend(buf,255,remotehost); in startProcess()
62 sr->syncPerformReceive(remotehost, *ss, 0); in startProcess()
78 sr->performSend(buf,255,remotehost); in stopProcess()
79 sr->syncPerformReceive(remotehost, *ss, 0); in stopProcess()
140 sr->performSend(buf,255,remotehost); in defineProcess()
157 sr->performSend(buf,255,remotehost); in undefineProcess()
165 sr->performSend(buf,255,remotehost); in listProcesses()
[all …]
H A DClientInterface.hpp36 void startProcess(const char * remotehost, char * id);
37 void stopProcess(const char * remotehost, char * id);
38 void defineProcess(const char * remotehost, char * name, char * group,
41 void undefineProcess(const char * remotehost, char * id);
42 void listProcesses(const char * remotehost);
43 void showProcess(const char * remotehost, char * id);
44 void connectCPCDdaemon(const char * remotehost, Uint16 port);
45 void disconnectCPCDdaemon(const char * remotehost);
46 void removeCPCDdaemon(const char * remotehost);
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebsign.sh350 -r) remotehost=$2; shift
393 local remotehost="$1"
397 if [ -n "$remotehost" ]
517 local remotehost="$2"
527 if [ -n "$remotehost" ]
536 local remotehost="$2"
552 if [ -n "$remotehost" ]
561 local remotehost="$2"
589 if [ -n "$remotehost" ]
606 if [ -n "$remotehost" ]
[all …]
H A Ddebrsign.sh125 2) remotehost="$1"
145 1) remotehost="$1"
208 if [ "x$remotehost" == "x" ]
250 withecho scp "${!base[@]}" "$remotehost:\$HOME"
251 withecho ssh -t "$remotehost" "debsign $signargs ${base[$changes]}"
254 withecho scp "$remotehost:\$HOME/${base["$file"]}" "$file"
256 withecho ssh "$remotehost" "rm -f ${base[@]}"
266 withecho scp "$dsc" "$remotehost:\$HOME"
267 withecho ssh -t "$remotehost" "${DEBRSIGN_PGP_PATH}debsign $signargs $dscbase"
268 withecho scp "$remotehost:\$HOME/$dscbase" "$dsc"
[all …]
/dports/archivers/gtar/tar-1.34/scripts/
H A Dbackup.in172 remotehost="`expr \"${1}\" : '\([^/][^/]*\):.*'`"
173 if [ -z "$remotehost" ]; then
174 remotehost=$localhost
180 message 10 "remotehost=$remotehost"
182 make_level_log ${remotehost}
185 remote_run "${remotehost}" cp "`level_log_name ${fsname} $PREV_LEVEL`" "`level_log_name temp`"
188 ${DUMP_BEGIN-:} $DUMP_LEVEL $remotehost $fs $fsname
189 backup_host ${remotehost} \
191 "--label='`print_level` backup of ${fs} on ${remotehost} at ${NOW}'" \
201 flush_level_log ${remotehost} ${fsname}
[all …]
H A Drestore.in115 remotehost="`expr \"${1}\" : '\([^/][^/]*\):.*'`"
116 if [ -z "$remotehost" ]; then
117 remotehost=$localhost
121 message 10 "remotehost=$remotehost"
127 LEVELS=`remote_run "${remotehost}" ls $LOGPAT |
144 LABEL="`print_level $level` backup of ${fs} on ${remotehost} at ${DATE}"
145 ${RESTORE_BEGIN-:} $level $remotehost $fs $fsname
146 backup_host ${remotehost} \
150 ${RESTORE_END-:} $level $remotehost $fs $fsname
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/cw/test/socketclient/
H A DsocketClientTest.cpp41 const char * remotehost = argv[1]; in NDB_MAIN() local
46 ci->connectCPCDdaemon(remotehost,port); in NDB_MAIN()
54 ci->defineProcess(remotehost, "ndb", "ndb-cluster1", "envirnm", "/ndb/bin", in NDB_MAIN()
57 ci->startProcess(remotehost, "1247"); in NDB_MAIN()
59 ci->listProcesses(remotehost); in NDB_MAIN()
63 ci->disconnectCPCDdaemon(remotehost); in NDB_MAIN()
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/dialogs/
H A Dhostdialog.cpp45 m_ui->remotehost->setProperty("mandatoryfield", checked); in HostDialog()
69 m_ui->remotehost->setCurrentText("pub.drawpile.net"); in HostDialog()
71 m_ui->remotehost->insertItems(0, recentRemoteHosts); in HostDialog()
91 const QString current = m_ui->remotehost->currentText(); in rememberSettings()
93 const int curIdx = m_ui->remotehost->findText(current); in rememberSettings()
95 m_ui->remotehost->removeItem(curIdx); in rememberSettings()
100 for(int i=0;i<m_ui->remotehost->count();++i) in rememberSettings()
101 hosts << m_ui->remotehost->itemText(i); in rememberSettings()
102 m_ui->remotehost->setCurrentText(current); in rememberSettings()
117 return m_ui->remotehost->currentText(); in getRemoteAddress()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucpd/
H A Duucpd.c145 char remotehost[MAXHOSTNAMELEN]; variable
168 realhostname_sa(remotehost, sizeof(remotehost) - 1, sin, sin->sa_len); in main()
169 remotehost[sizeof(remotehost) - 1] = '\0'; in main()
178 syslog(LOG_NOTICE, "LOGIN FAILURE FROM %s", remotehost); in badlogin()
180 "LOGIN FAILURE FROM %s, %s", remotehost, name); in badlogin()
375 if (remotehost != NULL && in auth_pam()
520 char remotehost[UT_HOSTSIZE + 1]; in dologin()
524 realhostname_sa(remotehost, sizeof(remotehost) - 1, sin, sin->sa_len); in dologin()
525 remotehost[sizeof remotehost - 1] = '\0'; in dologin()
536 SCPYN(ll.ll_host, remotehost); in dologin()
[all …]
/dports/sysutils/cdbkup/cdbkup/src/
H A Dcdrstr.in57 $remotehost = "";
85 $remotehost = shift;
86 die "Invalid hostname: $remotehost\n"
87 if( $remotehost =~ /[^-._a-zA-Z0-9]/);
106 return "$ssh $remotehost ".esc_shell($cmd) if( $remotehost ne '');
113 if( $remotehost ne '') {
H A Dcdbkup.in109 $remotehost = '';
162 $remotehost = shift;
163 die "Invalid hostname: $remotehost\n"
164 if( $remotehost =~ /[^-._a-zA-Z0-9]/);
205 if( $remotehost eq '') {
219 if( $remotehost eq '') {
222 $hostname = $remotehost;
240 if( $test && $remotehost eq '') {
261 return "$ssh $remotehost ".esc_shell($cmd) if( $remotehost ne '');
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DLogin.c++45 , (const char*) remotehost in loginRefused()
53 , (const char*) remotehost in loginRefused()
146 , (const char*) remotehost in passCmd()
153 , (const char*) remotehost in passCmd()
195 , (const char*) remotehost in login()
217 , (const char*) remotehost in adminCmd()
224 , (const char*) remotehost in adminCmd()
233 , (const char*) remotehost in adminCmd()
/dports/ftp/smbftpd/smbftpd-2.4/cmd/
H A Dcmd_pass.c93 smbftpd_session.remotehost); in cmd_pass()
113 smbftpd_session.remotehost); in cmd_pass()
116 smbftpd_session.remotehost, smbftpd_session.username); in cmd_pass()
122 smbftpd_session.remotehost); in cmd_pass()
227 smbftpd_logwtmp(smbftpd_session.username, smbftpd_session.remotehost); in cmd_pass()
275 proc_title_init("%s: anonymous/%s", smbftpd_session.remotehost, passwd); in cmd_pass()
279 smbftpd_session.remotehost, passwd); in cmd_pass()
287 proc_title_init("%s: user/%s", smbftpd_session.remotehost, smbftpd_session.username); in cmd_pass()
291 smbftpd_session.remotehost, smbftpd_session.username); in cmd_pass()
/dports/net/prtunnel/prtunnel-0.2.7/
H A Dproxy.c545 char *remotehost = *remotehostp; in socks_method() local
549 if (!remotehost) { in socks_method()
596 if(!remotehost) { in socks_method()
603 remotehost = malloc(len+1); in socks_method()
604 if(!remotehost) { in socks_method()
609 remotehost[i] = read_byte(context->localfd); in socks_method()
610 remotehost[len] = 0; in socks_method()
616 if(!remotehost) { in socks_method()
648 if(!remotehost) { in socks_method()
661 *remotehostp = remotehost; in socks_method()
[all …]
/dports/net/nepenthes/nepenthes-0.2.2/modules/shellemu-winnt/
H A DVFSCommandRCP.cpp153 uint32_t remotehost = 0; in run() local
158 logSpam("VFSCommandRCP Setting Hosts %i %i\n",remotehost,localhost); in run()
159 remotehost = m_VFS->getDialogue()->getSocket()->getRemoteHost(); in run()
164 logSpam("VFSCommandRCP RemoteHost %s\n",inet_ntoa(*(in_addr *)&remotehost)); in run()
168 remotehost, in run()
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/scripts/
H A Dexpire-caller.pl82 $cfg{remotehost} = $ENV{"ACNGIP"};
86 $cfg{remotehost}=$cfg{bindaddress};
87 $cfg{remotehost}=~s/\s*(\S+)\s*.*/$1/; # only keep the first host
91 $cfg{remotehost} = 'localhost';
100 …my $iaddr = inet_aton($cfg{remotehost}) || return "no such host: $cfg{remotehost}";
/dports/net/vde2/vde2-2.3.2/src/vde_cryptcab/
H A Dcryptcab.c313 char *remotehost = NULL; in main() local
379 remotehost=strdup(ctl_socket); in main()
384 remotehost=(char *)strndup(pusr+1,strlen(ctl_socket)-strlen(remoteusr)-1); in main()
390 remotehost=(char *)strndup(ctl_socket,pport-ctl_socket); in main()
391 remoteport=atoi((char *)strndup(pport+1,strlen(ctl_socket)-strlen(remotehost)-1)); in main()
395 remotehost=(char *)strndup(pusr+1,pport-pusr-1); in main()
396 …remoteport=atoi((char *)strndup(pport+1,strlen(ctl_socket)-strlen(remotehost)-strlen(remoteusr)-2)… in main()
422 if (keepalives && remotehost==NULL){ in main()
457 if(!remotehost){ in main()
460 …cryptcab_client(plugname, udp_port, enc_type, pre_shared, remoteusr, remotehost, remoteport, keepa… in main()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins-scripts/
H A Dcheck_ircd.pl194 my $remotehost = $1 if ($opt_H =~ /([-.A-Za-z0-9]+)/);
195 ($remotehost) || usage("Invalid host: $opt_H\n");
221 print "MAIN(debug): binding to remote host: $remotehost -> $remoteport\n" if $verbose;
222 my $ClientSocket = &bindRemote($remotehost,$remoteport);
238 connection($remotehost,$1,$warn,$crit) if (m/:I have\s+(\d+)/);
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins-scripts/
H A Dcheck_ircd.pl191 my $remotehost = $1 if ($opt_H =~ /([-.A-Za-z0-9]+)/);
192 ($remotehost) || usage("Invalid host: $opt_H\n");
218 print "MAIN(debug): binding to remote host: $remotehost -> $remoteport\n" if $verbose;
219 my $ClientSocket = &bindRemote($remotehost,$remoteport);
235 connection($remotehost,$1,$warn,$crit) if (m/:I have\s+(\d+)/);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/dejagnu/lib/
H A Dftp.exp35 set remotehost [board_info $host hostname]
37 set remotehost $host
45 spawn ftp -n $remotehost
50 send "open $remotehost\n"
169 set remotehost [board_info $host hostname]
171 set remotehost $host
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/dejagnu/lib/
H A Dftp.exp35 set remotehost [board_info $host hostname]
37 set remotehost $host
45 spawn ftp -n $remotehost
50 send "open $remotehost\n"
169 set remotehost [board_info $host hostname]
171 set remotehost $host
/dports/net/nepenthes/nepenthes-0.2.2/modules/log-download/
H A Dlog-download.cpp187 uint32_t localhost,remotehost; in handleEvent() local
201 remotehost = down->getRemoteHost(); in handleEvent()
204 sremotehost = inet_ntoa(*(in_addr *)&remotehost); in handleEvent()
228 remotehost = down->getRemoteHost(); in handleEvent()
231 sremotehost = inet_ntoa(*(in_addr *)&remotehost); in handleEvent()
/dports/net/nepenthes/nepenthes-0.2.2/nepenthes-core/src/
H A DMessage.cpp50 uint32_t localhost, uint32_t remotehost, Responder *responder, Socket *socket) in Message() argument
69 m_RemoteHost = remotehost; in Message()
88 uint32_t remotehost, Responder *responder, Socket *socket) in Message() argument
96 m_RemoteHost = remotehost; in Message()
/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DRun.c4241 fileopen.remotehost = NULL; in run_local_demon()
4248 fileopen.remotehost = NULL; in run_local_demon()
4345 fileopen.remotehost = NULL; in run_local_orca()
4352 fileopen.remotehost = NULL; in run_local_orca()
4449 fileopen.remotehost = NULL; in run_local_nwchem()
4456 fileopen.remotehost = NULL; in run_local_nwchem()
4553 fileopen.remotehost = NULL; in run_local_psicode()
4560 fileopen.remotehost = NULL; in run_local_psicode()
4656 fileopen.remotehost = NULL; in run_local_firefly()
4663 fileopen.remotehost = NULL; in run_local_firefly()
[all …]
/dports/mail/qmail/netqmail-1.06/
H A Dqmail-qmqpd.c67 char *remotehost; in identify() local
72 remotehost = env_get("TCPREMOTEHOST"); in identify()
73 if (!remotehost) remotehost = "unknown"; in identify()
81 received(&qq,"QMQP",local,remoteip,remotehost,remoteinfo,(char *) 0); in identify()

12345678910>>...27