diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-16 02:34:57 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-16 02:34:57 +0100 |
commit | 79438cc03040e22a053f2cb02e42483272b458df (patch) | |
tree | cbc85e2742e20db8ed40835b087523f78eb4e9a8 /sshconnect.h | |
parent | - (djm) Set "login ID" on systems with setluid. Only enabled for SCO (diff) | |
download | openssh-79438cc03040e22a053f2cb02e42483272b458df.tar.xz openssh-79438cc03040e22a053f2cb02e42483272b458df.zip |
- (djm) OpenBSD CVS:
- markus@cvs.openbsd.org 2001/02/15 16:19:59
[channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
[sshconnect1.c sshconnect2.c]
genericize password padding function for SSH1 and SSH2.
add stylized echo to 2, too.
- (djm) Add roundup() macro to defines.h
Diffstat (limited to 'sshconnect.h')
-rw-r--r-- | sshconnect.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sshconnect.h b/sshconnect.h index 8337cb71d..4edd72f2e 100644 --- a/sshconnect.h +++ b/sshconnect.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.h,v 1.5 2001/01/29 01:58:18 niklas Exp $ */ +/* $OpenBSD: sshconnect.h,v 1.6 2001/02/15 23:19:59 markus Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -66,4 +66,6 @@ ssh_userauth(const char * local_user, const char * server_user, char *host, void ssh_kex2(char *host, struct sockaddr *hostaddr); void ssh_userauth2(const char *server_user, char *host); +void ssh_put_password(char *password); + #endif |