- dtucker@cvs.openbsd.org 2008/11/07 23:34:48
[auth2-jpake.c] Move JPAKE define to make life easier for portable. ok djm@
This commit is contained in:
parent
b57fab6b0b
commit
c6d744e9cd
|
@ -10,6 +10,9 @@
|
||||||
- stevesk@cvs.openbsd.org 2008/11/07 18:50:18
|
- stevesk@cvs.openbsd.org 2008/11/07 18:50:18
|
||||||
[nchan.c]
|
[nchan.c]
|
||||||
add space to some log/debug messages for readability; ok djm@ markus@
|
add space to some log/debug messages for readability; ok djm@ markus@
|
||||||
|
- dtucker@cvs.openbsd.org 2008/11/07 23:34:48
|
||||||
|
[auth2-jpake.c]
|
||||||
|
Move JPAKE define to make life easier for portable. ok djm@
|
||||||
|
|
||||||
20081105
|
20081105
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -4902,4 +4905,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5135 2008/11/11 05:32:25 dtucker Exp $
|
$Id: ChangeLog,v 1.5136 2008/11/11 05:33:03 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: auth2-jpake.c,v 1.1 2008/11/04 08:22:12 djm Exp $ */
|
/* $OpenBSD: auth2-jpake.c,v 1.2 2008/11/07 23:34:48 dtucker Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Damien Miller. All rights reserved.
|
* Copyright (c) 2008 Damien Miller. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -25,6 +25,8 @@
|
||||||
* http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf
|
* http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef JPAKE
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
|
@ -55,8 +57,6 @@
|
||||||
|
|
||||||
#include "jpake.h"
|
#include "jpake.h"
|
||||||
|
|
||||||
#ifdef JPAKE
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XXX options->permit_empty_passwd (at the moment, they will be refused
|
* XXX options->permit_empty_passwd (at the moment, they will be refused
|
||||||
* anyway because they will mismatch on fake salt.
|
* anyway because they will mismatch on fake salt.
|
||||||
|
|
Loading…
Reference in New Issue