summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 19:49:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 19:49:54 +0000
commitfac7769f64b3c5873d3d34f82364a353b1fec864 (patch)
tree6e7e84483fe4125fdda3d54522dbda049deaa737 /session.c
parent6a2464136520a36be29fc64ebcf39ab59a599fad (diff)
- stevesk@cvs.openbsd.org 2002/05/16 22:09:59
[session.c ssh.c] don't limit xauth pathlen on client side and longer print length on server when debug; ok markus@
Diffstat (limited to 'session.c')
-rw-r--r--session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 10d803e98..5f5843a3d 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.134 2002/03/29 18:59:31 markus Exp $"); 36RCSID("$OpenBSD: session.c,v 1.135 2002/05/16 22:09:59 stevesk Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
@@ -1014,7 +1014,7 @@ do_rc_files(Session *s, const char *shell)
1014 /* Add authority data to .Xauthority if appropriate. */ 1014 /* Add authority data to .Xauthority if appropriate. */
1015 if (debug_flag) { 1015 if (debug_flag) {
1016 fprintf(stderr, 1016 fprintf(stderr,
1017 "Running %.100s add " 1017 "Running %.500s add "
1018 "%.100s %.100s %.100s\n", 1018 "%.100s %.100s %.100s\n",
1019 options.xauth_location, s->auth_display, 1019 options.xauth_location, s->auth_display,
1020 s->auth_proto, s->auth_data); 1020 s->auth_proto, s->auth_data);