mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- djm@cvs.openbsd.org 2003/11/23 23:18:45
[ssh-keygen.c] consistency PATH_MAX -> MAXPATHLEN; ok markus@ (RCS ID sync only) - djm@cvs.openbsd.org 2003/11/23 23:21:21 [scp.c] from portable: rename clashing variable limit-> limit_rate; ok markus@ (RCS ID sync only)
This commit is contained in:
parent
e00074a726
commit
a4b33dfb6d
10
ChangeLog
10
ChangeLog
@ -6,6 +6,14 @@
|
|||||||
[ssh-keyscan.c]
|
[ssh-keyscan.c]
|
||||||
from portable - use sysconf to detect fd limit; ok markus@
|
from portable - use sysconf to detect fd limit; ok markus@
|
||||||
(tidy diff by adding SSH_SSFDMAX macro to defines.h)
|
(tidy diff by adding SSH_SSFDMAX macro to defines.h)
|
||||||
|
- djm@cvs.openbsd.org 2003/11/23 23:18:45
|
||||||
|
[ssh-keygen.c]
|
||||||
|
consistency PATH_MAX -> MAXPATHLEN; ok markus@
|
||||||
|
(RCS ID sync only)
|
||||||
|
- djm@cvs.openbsd.org 2003/11/23 23:21:21
|
||||||
|
[scp.c]
|
||||||
|
from portable: rename clashing variable limit-> limit_rate; ok markus@
|
||||||
|
(RCS ID sync only)
|
||||||
|
|
||||||
20031122
|
20031122
|
||||||
- (dtucker) [channels.c] Make AIX write limit code clearer. Suggested by djm@
|
- (dtucker) [channels.c] Make AIX write limit code clearer. Suggested by djm@
|
||||||
@ -1519,4 +1527,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3127 2003/11/24 02:07:45 djm Exp $
|
$Id: ChangeLog,v 1.3128 2003/11/24 02:09:27 djm Exp $
|
||||||
|
2
scp.c
2
scp.c
@ -71,7 +71,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: scp.c,v 1.112 2003/11/21 11:57:03 djm Exp $");
|
RCSID("$OpenBSD: scp.c,v 1.113 2003/11/23 23:21:21 djm Exp $");
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "atomicio.h"
|
#include "atomicio.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh-keygen.c,v 1.111 2003/11/21 11:57:03 djm Exp $");
|
RCSID("$OpenBSD: ssh-keygen.c,v 1.112 2003/11/23 23:18:45 djm Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user