mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
- markus@cvs.openbsd.org 2001/02/06 22:43:02
[clientloop.h] remove confusing callback code
This commit is contained in:
parent
b3211a8589
commit
9d3a859e8c
@ -52,6 +52,9 @@
|
|||||||
- markus@cvs.openbsd.org 2001/02/08 21:58:28
|
- markus@cvs.openbsd.org 2001/02/08 21:58:28
|
||||||
[channels.c]
|
[channels.c]
|
||||||
nuke sprintf, ok deraadt@
|
nuke sprintf, ok deraadt@
|
||||||
|
- markus@cvs.openbsd.org 2001/02/06 22:43:02
|
||||||
|
[clientloop.h]
|
||||||
|
remove confusing callback code
|
||||||
- (bal) fixed sftp-client.c. Return 'status' instead of '0'
|
- (bal) fixed sftp-client.c. Return 'status' instead of '0'
|
||||||
(from the OpenBSD tree)
|
(from the OpenBSD tree)
|
||||||
- (bal) Synced ssh.1 and sshd.8 w/ OpenBSD
|
- (bal) Synced ssh.1 and sshd.8 w/ OpenBSD
|
||||||
@ -3838,4 +3841,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.726 2001/02/10 22:33:19 mouring Exp $
|
$Id: ChangeLog,v 1.727 2001/02/10 22:44:12 mouring Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: clientloop.h,v 1.3 2001/01/29 01:58:15 niklas Exp $ */
|
/* $OpenBSD: clientloop.h,v 1.4 2001/02/06 22:43:02 markus Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
@ -35,7 +35,5 @@
|
|||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void clientloop_set_session_ident(int id);
|
|
||||||
|
|
||||||
/* Client side main loop for the interactive session. */
|
/* Client side main loop for the interactive session. */
|
||||||
int client_loop(int have_pty, int escape_char, int id);
|
int client_loop(int have_pty, int escape_char, int id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user