mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
parent
38b951cdb2
commit
d05487d1db
@ -47,6 +47,9 @@
|
|||||||
- markus@cvs.openbsd.org 2001/12/01 21:41:48
|
- markus@cvs.openbsd.org 2001/12/01 21:41:48
|
||||||
[session.c sshd.8]
|
[session.c sshd.8]
|
||||||
don't pass user defined variables to /usr/bin/login
|
don't pass user defined variables to /usr/bin/login
|
||||||
|
- deraadt@cvs.openbsd.org 2001/12/02 02:08:32
|
||||||
|
[sftp-common.c]
|
||||||
|
zap };
|
||||||
|
|
||||||
20011126
|
20011126
|
||||||
- (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
|
- (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
|
||||||
@ -6969,4 +6972,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1680 2001/12/06 17:47:47 mouring Exp $
|
$Id: ChangeLog,v 1.1681 2001/12/06 17:50:03 mouring Exp $
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: sftp-common.c,v 1.4 2001/07/14 15:10:17 stevesk Exp $");
|
RCSID("$OpenBSD: sftp-common.c,v 1.5 2001/12/02 02:08:32 deraadt Exp $");
|
||||||
|
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "bufaux.h"
|
#include "bufaux.h"
|
||||||
@ -144,6 +144,6 @@ fx2txt(int status)
|
|||||||
return("Operation unsupported");
|
return("Operation unsupported");
|
||||||
default:
|
default:
|
||||||
return("Unknown status");
|
return("Unknown status");
|
||||||
};
|
}
|
||||||
/* NOTREACHED */
|
/* NOTREACHED */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user