зеркало из https://github.com/Azure/sonic-openssh.git
Родитель
38b951cdb2
Коммит
d05487d1db
|
@ -47,6 +47,9 @@
|
|||
- markus@cvs.openbsd.org 2001/12/01 21:41:48
|
||||
[session.c sshd.8]
|
||||
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
|
||||
- (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
|
||||
|
@ -6969,4 +6972,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- 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"
|
||||
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 "bufaux.h"
|
||||
|
@ -144,6 +144,6 @@ fx2txt(int status)
|
|||
return("Operation unsupported");
|
||||
default:
|
||||
return("Unknown status");
|
||||
};
|
||||
}
|
||||
/* NOTREACHED */
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче