Displaying 16 results from an estimated 16 matches for "remote_name".
2014 Mar 23
0
[PATCH] [channels.c] Remove wrong channel_new() comment
channel_new() doesn't free remote_name since 2003/05/11 20:30:25
(git commit b1ca8bb)
---
ChangeLog | 4 ++++
channels.c | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4e6b8b2..8f203aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20140323
+ - [channels.c] Remove wr...
2004 Jul 14
1
New dynamic window patch (with limits)
...annels.c 2004-01-20 19:02:09.000000000 -0500
+++ openssh-3.8.1p1-dynwindow/channels.c 2004-07-13 09:46:58.000000000 -0400
@@ -255,6 +255,7 @@
c->local_window_max = window;
c->local_consumed = 0;
c->local_maxpacket = maxpack;
+ c->dynamic_window = 0;
c->remote_id = -1;
c->remote_name = xstrdup(remote_name);
c->remote_window = 0;
@@ -702,6 +703,10 @@
channel_pre_open(Channel *c, fd_set * readset, fd_set * writeset)
{
u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
+ if (!c->input.unlimited && limit > 0x10000)
+ limit = 0x10000;
+ else...
2000 Jan 07
2
possible clue on tcp forwarding problems
When I encounter the problem with TCP port forwarding locking up, I'll
see this on the client window (if I haven't invoked ssh with -q):
chan_shutdown_read failed for #1/fd6: Transport endpoint is not connected
chan_shutdown_read failed for #1/fd6: Transport endpoint is not connected
This is with Blowfish encryption. I have to kill and restart the client
when this happens.
Phil
2004 Jul 07
3
DynamicWindow Patch
...--- src/usr.bin/ssh/channels.c 2004-06-13 21:44:38.000000000 -0400
+++ ssh/channels.c 2004-07-07 10:02:24.000000000 -0400
@@ -255,6 +255,7 @@
c->local_window_max = window;
c->local_consumed = 0;
c->local_maxpacket = maxpack;
+ c->dynamic_window = 0;
c->remote_id = -1;
c->remote_name = xstrdup(remote_name);
c->remote_window = 0;
@@ -1520,14 +1521,26 @@
!(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) &&
c->local_window < c->local_window_max/2 &&
c->local_consumed > 0) {
+ u_int32_t tcpwinsz = 0;
+ socklen_t optsz = s...
2001 May 04
19
SSH connection hanging on logout
I am running OpenSSH 2.9p1 on SunOS 5.7 w/4-24-2001 patch cluster.
Like many other users I am seeing the hanging session on logout
with background processes. This is a huge problem for me as
I centrally manage 50+ machines with rdist across ssh.
Instead of just complaining about the problem I thought I would
put my CS degree to use and try to track down the problem myself.
For starters,
2009 May 20
0
[Bug 1600] New: scp(1) man page feedback
...ould be
helpful for the scp man page to include an EXAMPLES section with a
couple of common use cases. Not a particularly big deal for me, but
it's a trivial enough thing to add, e.g.
.Sh EXAMPLES
.Pp
To copy a local file to a remote server:
.Pp
.Dl Li scp my_local_file.txt me at example.com:remote_name.txt
.Pp
To copy a remote file to the current directory:
.Pp
.Dl Li scp me at example.com:uploaded_files/remote_filename.txt .
.Pp
To copy a directory full of files to a remote server:
.Pp
.Dl Li scp -r local_directory me at example.com:uploaded_files/
--
Configure bugmail: https://bugzilla.mindro...
2003 Nov 13
1
IAX2 based software client ..pls help
Hi,
I am very closed to implement the IAX2 version in DIAX, but still some
issues which I don't know how to handle, maybe someone from this list can
help me.
Trying to register with the * server as in version 1, I get the following in
the * console:
NOTICE[1150495040]: File chan_iax2.c, Line 2919 (register_verify):
Inappropriate authentication received
and in the client:
Registration
1997 Jan 12
0
Apache 1.1.1 overflow
...void make_cookie(request_rec *r)
{
struct timeval tv;
char new_cookie[100]; /* blurgh */
char *dot;
const char *rname = pstrdup(r->pool,
get_remote_host(r->connection, r->per_dir_config,
REMOTE_NAME));
struct timezone tz = { 0 , 0 };
if ((dot = strchr(rname,''.''))) *dot=''\0''; /* First bit of hostname */
gettimeofday(&tv, &tz);
sprintf(new_cookie,"%s%s%d%ld%d; path=/",
COOKIE_NAME, rname,
(int)getpid(),
(...
2002 Aug 25
2
Trouble building Samba 2.2.5 of Solaris 9
Looks like inet_aton has cropped up again, in libsmbclient.c:
if (!inet_aton(server, &rem_ip)) {
DEBUG(4, ("Could not convert IP address %s to struct in_addr\n",
server));
errno = ENOENT;
return NULL;
}
This function doesn't exist in Solaris, and causes this shared library
to fail to link, when called by other programs (notably KDE 3):
Undefined
2020 Aug 26
0
accessing foreign AD users to NT domain
...95)
unique_id : 0x0cbc2ebe87f71028 (917659819936518184)
local_address : 'ipv4:192.168.70.3:445'
remote_address : 'ipv4:192.168.64.12:54616'
remote_name : '192.168.64.12'
auth_session_info_seqnum : 0x00000000 (0)
connection : *
encryption_cipher : 0x0000 (0)
[2020/08/26 09:53:02.421131, 5, pid=2553, effective(0, 0), real(0, 0)] ....
2020 Aug 25
4
accessing foreign AD users to NT domain
Mandi! Rowland penny via samba
In chel di` si favelave...
> Even though your users may have the same username in AD as in the NT4-style
> domain, they are different users, so a few thoughts. You have 'map to guest
> = bad user', so I take it you must have 'guest ok = yes' set in the shares
> (you haven't shown us the shares), so try changing 'bad user' to
2017 Aug 25
2
Cannot login to Samba server remotely
... vnn : 0xffffffff
(4294967295)
unique_id :
0x33121a1265ea23d1 (3680032511836693457)
local_address : NULL
remote_address : NULL
remote_name : NULL
initial_connect_time : Fri Aug 25
15:44:12 2017 EDT
client_guid :
00000000-0000-0000-0000-000000000000
stored : 0x00 (0)
sconn ...
2020 Mar 19
2
Computer in Samba 4.3.11 domain - logon server unavailable
...294967295)
unique_id : 0x186f91593000f4b8 (1760785791568639160)
local_address : 'ipv4:10.0.0.1:445'
remote_address : 'ipv4:10.0.0.90:56660'
remote_name : '10.0.0.90'
auth_session_info_seqnum : 0x00000001 (1)
connection : *
[2020/03/19 18:07:33.657137, 10, pid=27931, effective(0, 0), real(0, 0)] ../lib/dbwrap/dbwrap_tdb.c:59(db_tdb_log_key)
Unlocking key B266FE...
2020 Nov 19
0
PANIC outstanding aio + key does not exist
...(0)
unique_id : 0xb2fe48f46a0cc1c4
(-5548917476285431356)
local_address : 'ipv4:10.15.22.214:445'
remote_address : 'ipv4:10.7.3.228:58544'
remote_name : '10.7.3.228'
signing_key : NULL
auth_session_info_seqnum : 0x00000001 (1)
connection : NULL
encryption_cipher : 0x0002 (2)
[2020/11/19 17:...
2010 Jan 14
1
ssh(1) multiplexing rewrite
...filter = NULL;
c->filter_ctx = NULL;
c->filter_cleanup = NULL;
+ c->ctl_chan = -1;
+ c->mux_rcb = NULL;
+ c->mux_ctx = NULL;
c->delayed = 1; /* prevent call to channel_post handler */
TAILQ_INIT(&c->status_confirms);
debug("channel %d: new [%s]", found, remote_name);
@@ -365,11 +367,10 @@ channel_close_fd(int *fdp)
static void
channel_close_fds(Channel *c)
{
- debug3("channel %d: close_fds r %d w %d e %d c %d",
- c->self, c->rfd, c->wfd, c->efd, c->ctl_fd);
+ debug3("channel %d: close_fds r %d w %d e %d",
+ c->...
2001 Sep 14
8
Call for testers.
http://bass.directhit.com/openssh_snap/
Starting tonight I plan on tracking changes very closely with the OpenBSD
tree. I need people to test the latest snapshot (9/14 at of right now)
and report success or failure on compiling.
I am starting this now because we are looking at a code freeze soon and I
really want to ensure it compiles and runs on all existing platforms. So
we (the portable