mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-01 20:31:02 +00:00
- stevesk@cvs.openbsd.org 2002/07/22 17:32:56
[monitor.c] u_int here; ok provos@
This commit is contained in:
parent
b9051ec9a4
commit
7cea16bad5
@ -19,6 +19,9 @@
|
|||||||
- markus@cvs.openbsd.org 2002/07/22 11:03:06
|
- markus@cvs.openbsd.org 2002/07/22 11:03:06
|
||||||
[session.c]
|
[session.c]
|
||||||
fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
|
fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
|
||||||
|
- stevesk@cvs.openbsd.org 2002/07/22 17:32:56
|
||||||
|
[monitor.c]
|
||||||
|
u_int here; ok provos@
|
||||||
|
|
||||||
20020722
|
20020722
|
||||||
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
|
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
|
||||||
@ -1442,4 +1445,4 @@
|
|||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2400 2002/07/23 21:11:09 mouring Exp $
|
$Id: ChangeLog,v 1.2401 2002/07/23 21:13:40 mouring Exp $
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: monitor.c,v 1.21 2002/06/27 10:35:47 deraadt Exp $");
|
RCSID("$OpenBSD: monitor.c,v 1.22 2002/07/22 17:32:56 stevesk Exp $");
|
||||||
|
|
||||||
#include <openssl/dh.h>
|
#include <openssl/dh.h>
|
||||||
|
|
||||||
@ -587,7 +587,8 @@ mm_answer_authpassword(int socket, Buffer *m)
|
|||||||
{
|
{
|
||||||
static int call_count;
|
static int call_count;
|
||||||
char *passwd;
|
char *passwd;
|
||||||
int authenticated, plen;
|
int authenticated;
|
||||||
|
u_int plen;
|
||||||
|
|
||||||
passwd = buffer_get_string(m, &plen);
|
passwd = buffer_get_string(m, &plen);
|
||||||
/* Only authenticate if the context is valid */
|
/* Only authenticate if the context is valid */
|
||||||
|
Loading…
Reference in New Issue
Block a user