mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-03 16:22:05 +00:00
- itojun@cvs.openbsd.org 2002/05/13 02:37:39
[auth-skey.c auth2.c] less warnings. skey_{respond,query} are public (in auth.h)
This commit is contained in:
parent
966bfdae6b
commit
58d4dafeb1
@ -10,6 +10,9 @@
|
|||||||
- stevesk@cvs.openbsd.org 2002/05/11 20:24:48
|
- stevesk@cvs.openbsd.org 2002/05/11 20:24:48
|
||||||
[ssh.h]
|
[ssh.h]
|
||||||
typo in comment
|
typo in comment
|
||||||
|
- itojun@cvs.openbsd.org 2002/05/13 02:37:39
|
||||||
|
[auth-skey.c auth2.c]
|
||||||
|
less warnings. skey_{respond,query} are public (in auth.h)
|
||||||
|
|
||||||
20020514
|
20020514
|
||||||
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
|
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
|
||||||
@ -614,4 +617,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.2124 2002/05/15 16:09:57 mouring Exp $
|
$Id: ChangeLog,v 1.2125 2002/05/15 16:14:36 mouring Exp $
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: auth-skey.c,v 1.17 2002/03/18 17:50:31 provos Exp $");
|
RCSID("$OpenBSD: auth-skey.c,v 1.18 2002/05/13 02:37:39 itojun Exp $");
|
||||||
|
|
||||||
#ifdef SKEY
|
#ifdef SKEY
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ skey_init_ctx(Authctxt *authctxt)
|
|||||||
return authctxt;
|
return authctxt;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
int
|
||||||
skey_query(void *ctx, char **name, char **infotxt,
|
skey_query(void *ctx, char **name, char **infotxt,
|
||||||
u_int* numprompts, char ***prompts, u_int **echo_on)
|
u_int* numprompts, char ***prompts, u_int **echo_on)
|
||||||
{
|
{
|
||||||
@ -66,7 +66,7 @@ skey_query(void *ctx, char **name, char **infotxt,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
int
|
||||||
skey_respond(void *ctx, u_int numresponses, char **responses)
|
skey_respond(void *ctx, u_int numresponses, char **responses)
|
||||||
{
|
{
|
||||||
Authctxt *authctxt = ctx;
|
Authctxt *authctxt = ctx;
|
||||||
|
3
auth2.c
3
auth2.c
@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: auth2.c,v 1.90 2002/05/12 23:53:45 djm Exp $");
|
RCSID("$OpenBSD: auth2.c,v 1.91 2002/05/13 02:37:39 itojun Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
|
||||||
@ -51,6 +51,7 @@ RCSID("$OpenBSD: auth2.c,v 1.90 2002/05/12 23:53:45 djm Exp $");
|
|||||||
#include "canohost.h"
|
#include "canohost.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "monitor_wrap.h"
|
#include "monitor_wrap.h"
|
||||||
|
#include "atomicio.h"
|
||||||
|
|
||||||
/* import */
|
/* import */
|
||||||
extern ServerOptions options;
|
extern ServerOptions options;
|
||||||
|
Loading…
Reference in New Issue
Block a user