mirror of git://anongit.mindrot.org/openssh.git
parent
2bcdf064d8
commit
c51ae1bdaa
|
@ -16,6 +16,9 @@
|
||||||
we do already trust $HOME/.ssh
|
we do already trust $HOME/.ssh
|
||||||
you can use .ssh/sshrc and .ssh/environment if you want to customize
|
you can use .ssh/sshrc and .ssh/environment if you want to customize
|
||||||
the location of the xauth cookies
|
the location of the xauth cookies
|
||||||
|
- markus@cvs.openbsd.org 2001/06/12 21:30:57
|
||||||
|
[session.c]
|
||||||
|
unused
|
||||||
|
|
||||||
20010612
|
20010612
|
||||||
- scp.c ID update (upstream synced vfsprintf() from us)
|
- scp.c ID update (upstream synced vfsprintf() from us)
|
||||||
|
@ -5635,4 +5638,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1284 2001/06/13 04:41:41 mouring Exp $
|
$Id: ChangeLog,v 1.1285 2001/06/13 04:43:52 mouring Exp $
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: session.c,v 1.87 2001/06/12 21:21:29 markus Exp $");
|
RCSID("$OpenBSD: session.c,v 1.88 2001/06/12 21:30:57 markus Exp $");
|
||||||
|
|
||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
#include "ssh1.h"
|
#include "ssh1.h"
|
||||||
|
@ -1960,7 +1960,6 @@ session_proctitle(Session *s)
|
||||||
int
|
int
|
||||||
session_setup_x11fwd(Session *s)
|
session_setup_x11fwd(Session *s)
|
||||||
{
|
{
|
||||||
int fd;
|
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|
||||||
if (no_x11_forwarding_flag) {
|
if (no_x11_forwarding_flag) {
|
||||||
|
|
Loading…
Reference in New Issue