Re: How to get dbclient?

2019-03-14 Thread Gilles
Thanks to both of you for the clarification.

BTW, I come to dropbear through a SDK for the raspberry pi

http://www.arbetsmyra.dyndns.org/nard/ .

Le 2019-03-14 à 10:17, Konstantin Tokarev a écrit :
>
> 14.03.2019, 17:09, "Gilles" :
>> The INSTALL file in dropbear-2018.76 says
>>
>> - Compile:
>>
>>   make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
>>
>> Should there be a dropbear.c file and a dbclient.c file? I do not see them.
>>
>> I am looking for the dbclient program.
> Entry point of dblcient is in cli-main.c, other files starting with "cli-*" 
> are also
> specific to dbclient
>
>> Thanks to Matt for all his nice work.
>>
>> ~ Gilles


Re: How to get dbclient?

2019-03-14 Thread Konstantin Tokarev



14.03.2019, 17:09, "Gilles" :
> The INSTALL file in dropbear-2018.76 says
>
> - Compile:
>
>   make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
>
> Should there be a dropbear.c file and a dbclient.c file? I do not see them.
>
> I am looking for the dbclient program.

Entry point of dblcient is in cli-main.c, other files starting with "cli-*" are 
also
specific to dbclient

>
> Thanks to Matt for all his nice work.
>
> ~ Gilles

-- 
Regards,
Konstantin



Re: How to get dbclient?

2019-03-14 Thread Matt Johnston
Hi Gilles,

The main() for each of those is in svr-main.c and cli-main.c respectively. 

https://secure.ucc.asn.au/hg/dropbear/file/tip/cli-main.c#l45

The Makefile is a bit convoluted so that it can also build them all into a 
single binary.
https://secure.ucc.asn.au/hg/dropbear/file/tip/Makefile.in#l69

Cheers,
Matt

> On Wed 13/3/2019, at 5:31 am, Gilles  wrote:
> 
> The INSTALL file in dropbear-2018.76 says
> 
> - Compile:
> 
>   make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
> 
> Should there be a dropbear.c file and a dbclient.c file? I do not see them.
> 
> I am looking for the dbclient program.
> 
> Thanks to Matt for all his nice work.
> 
> ~ Gilles
>