search for: x11_connect_display

Displaying 7 results from an estimated 7 matches for "x11_connect_display".

2001 Jun 15
1
no // comments, please
...ke C++-style // comments in plain C code, as I discovered when trying to build the latest snapshot (20010615) with the Tru64 UNIX C compiler. *** channels.h.orig Fri Jun 8 18:20:07 2001 --- channels.h Fri Jun 15 14:41:01 2001 *************** *** 209,215 **** /* x11 forwarding */ int x11_connect_display(void); ! //int x11_check_cookie(Buffer *b); char *x11_create_display(int screen); char *x11_create_display_inet(int screen, int x11_display_offset); void x11_input_open(int type, int plen, void *ctxt); --- 209,215 ---- /* x11 forwarding */ int x11_connect_display(void); ! /*in...
2014 Mar 20
3
[Bug 2213] New: X11 forwarding to DISPLAY containing a hexadecimal-colon IPv6 address fails
...tus: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: hektor at itc.rwth-aachen.de If an IPv6 host has no AAAA DNS entry the DISPLAY variable might contain a hexadecimal/colon address. The function x11_connect_display() in channels.c determins the "hostname" in the DISPLAY variable by searching for the *first* colon occurence (line 3550 in that file): cp = strchr(buf, ':'); This seems to be incompatible with the representation of IPv6 addresses. The resulting error produces an error mess...
2001 Feb 26
0
Problems with OpenSSH 2.5.1p1 on Solaris 8
...SIGSEGV. Here's the stack trace: core 'core.sshd.7637' of 7637: ./sshd -d -d -d fefb393c strncpy (ffbee074, 5, 7, 0, 21f2c, ffbee074) + 65c ff0561a8 pam_sm_open_session (4, 0, 3e938, 0, ff076000, 0) + 17c ff362b80 pam_open_session (ff3765c8, 0, ff376000, 13, 13, 0) + c8 0002e9c0 x11_connect_display (8f4a8, 0, 0, 0, 0, 0) + 104 0003a470 ???????? (9f5b0, 8d698, 0, 0, 0, 0) 0003941c ssh_dss_verify (88414, 9f5b0, 8d698, ffbeee50, 219b4, 38564) + 160 0003904c ssh_dss_sign (8d698, 0, 8d290, 400, 8d26c, 8f498) 0002a2b8 get_remote_hostname (5, 5, 28e, ffbef8c4, 4, 1) + 44 000278d0 session_open (...
2001 Nov 27
1
[PATCH] tcp-wrappers support extended to x11 forwards
Hi! Here is the patch to support tcp wrappers with x11-forwarded connections. The patch is for openssh-3.0.1p1 but it works fine with 2.9.9p2 too. I've understood that this will not be included in the official version because it adds complexity (?!) to openssh. Binding the forwarded port to localhost doesn't solve all problems. I've understood that you should also implement
2016 Jun 02
2
MaxDisplays configuration option
...} diff -Naur openssh-portable/channels.h openssh-portable-maxdisplays/channels.h --- openssh-portable/channels.h 2016-06-01 21:14:01.772052924 -0400 +++ openssh-portable-maxdisplays/channels.h 2016-06-01 21:14:22.924053856 -0400 @@ -286,7 +286,7 @@ void channel_set_x11_refuse_time(u_int); int x11_connect_display(void); -int x11_create_display_inet(int, int, int, u_int *, int **); +int x11_create_display_inet(int, int, int, int, u_int *, int **); int x11_input_open(int, u_int32_t, void *); void x11_request_forwarding_with_spoofing(int, const char *, const char *, const char *, int); diff -N...
2001 Dec 05
1
DISPLAY=localhost
...ndex: channels.h =================================================================== RCS file: /var/cvs/openssh/channels.h,v retrieving revision 1.43 diff -u -r1.43 channels.h --- channels.h 2001/11/12 00:04:55 1.43 +++ channels.h 2001/12/05 20:52:05 @@ -197,8 +197,7 @@ /* x11 forwarding */ int x11_connect_display(void); -char *x11_create_display(int); -char *x11_create_display_inet(int, int); +int x11_create_display_inet(int, int); void x11_input_open(int, int, void *); void x11_request_forwarding(void); void x11_request_forwarding_with_spoofing(int, const char *, const char *); Index: channels...
2015 Jan 23
38
[Bug 2341] New: XQuartz X11 forwarding not working in OS X 10.10 Yosemite
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Bug ID: 2341 Summary: XQuartz X11 forwarding not working in OS X 10.10 Yosemite Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: Mac OS X Status: NEW Severity: normal Priority: P5 Component: ssh