[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sending arbitrary messages between key exchange and user authentication
[Thread Prev] | [Thread Next]
- Subject: Re: Sending arbitrary messages between key exchange and user authentication
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 14 Oct 2011 10:28:33 +0200
- To: libssh@xxxxxxxxxx
> Just to be clear - What would you prefer? > > 1) The user creates the ssh_message and use newly added function > ssh_message_send(ssh_message msg) > > or > > 2) There would be two functions (say ssh_message_send_debug(const char*) > and ssh_message_send_ignore(const char *)) Hi Martin, The latter is way simpler. I think it should go into session.c and be called ssh_send_debug and ssh_send_ignore. The ssh_message interface is too complicated for a message whose goal is to be ignored :) thanks, Aris
Re: Sending arbitrary messages between key exchange and user authentication | Martin Drasar <drasar@xxxxxxxxxxx> |
Re: Sending arbitrary messages between key exchange and user authentication | Martin Drasar <drasar@xxxxxxxxxxx> |
Sending arbitrary messages between key exchange and user authentication | Martin Drasar <drasar@xxxxxxxxxxx> |
Re: Sending arbitrary messages between key exchange and user authentication | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
Re: Sending arbitrary messages between key exchange and user authentication | Martin Drasar <drasar@xxxxxxxxxxx> |