mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- markus@cvs.openbsd.org 2002/02/11 16:21:42
[match.c] support up to 40 algorithms per proposal
This commit is contained in:
parent
6a47f30c55
commit
afc7a5d774
@ -13,6 +13,9 @@
|
|||||||
- markus@cvs.openbsd.org 2002/02/11 16:19:39
|
- markus@cvs.openbsd.org 2002/02/11 16:19:39
|
||||||
[sshd.c]
|
[sshd.c]
|
||||||
include md5.h not hmac.h
|
include md5.h not hmac.h
|
||||||
|
- markus@cvs.openbsd.org 2002/02/11 16:21:42
|
||||||
|
[match.c]
|
||||||
|
support up to 40 algorithms per proposal
|
||||||
|
|
||||||
20020210
|
20020210
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
@ -7560,4 +7563,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1842 2002/02/13 02:55:06 djm Exp $
|
$Id: ChangeLog,v 1.1843 2002/02/13 02:55:30 djm Exp $
|
||||||
|
4
match.c
4
match.c
@ -35,7 +35,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: match.c,v 1.16 2001/12/19 07:18:56 deraadt Exp $");
|
RCSID("$OpenBSD: match.c,v 1.17 2002/02/11 16:21:42 markus Exp $");
|
||||||
|
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
@ -226,7 +226,7 @@ match_user(const char *user, const char *host, const char *ipaddr,
|
|||||||
* Returns first item from client-list that is also supported by server-list,
|
* Returns first item from client-list that is also supported by server-list,
|
||||||
* caller must xfree() returned string.
|
* caller must xfree() returned string.
|
||||||
*/
|
*/
|
||||||
#define MAX_PROP 20
|
#define MAX_PROP 40
|
||||||
#define SEP ","
|
#define SEP ","
|
||||||
char *
|
char *
|
||||||
match_list(const char *client, const char *server, u_int *next)
|
match_list(const char *client, const char *server, u_int *next)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user