readconf.c (a91a246563dffa876a52f53a98de4af9fa364c52) | readconf.c (e600fc7295a7082041388113a5d677f6c4cf7ce7) |
---|---|
1/* $OpenBSD: readconf.c,v 1.386 2024/03/04 04:13:18 djm Exp $ */ 2/* 3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * All rights reserved 6 * Functions for reading the configuration files. 7 * 8 * As far as I am concerned, the code I have written for this software --- 316 unchanged lines hidden (view full) --- 325 { "proxyjump", oProxyJump }, 326 { "securitykeyprovider", oSecurityKeyProvider }, 327 { "knownhostscommand", oKnownHostsCommand }, 328 { "requiredrsasize", oRequiredRSASize }, 329 { "enableescapecommandline", oEnableEscapeCommandline }, 330 { "obscurekeystroketiming", oObscureKeystrokeTiming }, 331 { "channeltimeout", oChannelTimeout }, 332 | 1/* $OpenBSD: readconf.c,v 1.386 2024/03/04 04:13:18 djm Exp $ */ 2/* 3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 5 * All rights reserved 6 * Functions for reading the configuration files. 7 * 8 * As far as I am concerned, the code I have written for this software --- 316 unchanged lines hidden (view full) --- 325 { "proxyjump", oProxyJump }, 326 { "securitykeyprovider", oSecurityKeyProvider }, 327 { "knownhostscommand", oKnownHostsCommand }, 328 { "requiredrsasize", oRequiredRSASize }, 329 { "enableescapecommandline", oEnableEscapeCommandline }, 330 { "obscurekeystroketiming", oObscureKeystrokeTiming }, 331 { "channeltimeout", oChannelTimeout }, 332 |
333 /* Client VersionAddendum - retired in bffe60ead024 */ 334 { "versionaddendum", oDeprecated }, 335 | |
336 { NULL, oBadOption } 337}; 338 339static const char *lookup_opcode_name(OpCodes code); 340 341const char * 342kex_default_pk_alg(void) 343{ --- 3383 unchanged lines hidden --- | 333 { NULL, oBadOption } 334}; 335 336static const char *lookup_opcode_name(OpCodes code); 337 338const char * 339kex_default_pk_alg(void) 340{ --- 3383 unchanged lines hidden --- |