summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ssh.c4
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b44befe31..1c877f099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
120040315 120040322
2 - (djm) [sshd.c] Drop supplemental groups if started as root 2 - (djm) [sshd.c] Drop supplemental groups if started as root
3 - (djm) OpenBSD CVS Sync
4 - markus@cvs.openbsd.org 2004/03/09 22:11:05
5 [ssh.c]
6 increase x11 cookie lifetime to 20 minutes; ok djm
3 7
420040311 820040311
5 - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker 9 - (djm) [configure.ac] Add standard license to configure.ac; ok ben, dtucker
@@ -901,4 +905,4 @@
901 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 905 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
902 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 906 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
903 907
904$Id: ChangeLog,v 1.3289 2004/03/21 22:29:57 djm Exp $ 908$Id: ChangeLog,v 1.3290 2004/03/21 22:34:26 djm Exp $
diff --git a/ssh.c b/ssh.c
index da390c12d..87d22aab2 100644
--- a/ssh.c
+++ b/ssh.c
@@ -40,7 +40,7 @@
40 */ 40 */
41 41
42#include "includes.h" 42#include "includes.h"
43RCSID("$OpenBSD: ssh.c,v 1.206 2003/12/16 15:49:51 markus Exp $"); 43RCSID("$OpenBSD: ssh.c,v 1.207 2004/03/09 22:11:05 markus Exp $");
44 44
45#include <openssl/evp.h> 45#include <openssl/evp.h>
46#include <openssl/err.h> 46#include <openssl/err.h>
@@ -777,7 +777,7 @@ x11_get_proto(char **_proto, char **_data)
777 xauthdir); 777 xauthdir);
778 snprintf(cmd, sizeof(cmd), 778 snprintf(cmd, sizeof(cmd),
779 "%s -f %s generate %s " SSH_X11_PROTO 779 "%s -f %s generate %s " SSH_X11_PROTO
780 " untrusted timeout 120 2>" _PATH_DEVNULL, 780 " untrusted timeout 1200 2>" _PATH_DEVNULL,
781 options.xauth_location, xauthfile, display); 781 options.xauth_location, xauthfile, display);
782 debug2("x11_get_proto: %s", cmd); 782 debug2("x11_get_proto: %s", cmd);
783 if (system(cmd) == 0) 783 if (system(cmd) == 0)