[PATCH 1/2] nslookup: handle replies without RRs

2019-06-27 Thread Jo-Philipp Wich
Under some circumstances, a DNS reply might contain no resource records, e.g. when a valid domain is queried that does not have records of the requested type. Example with nslookup from BIND dnsutils: $ nslookup -q=SRV example.org Server: 10.11.12.13 Address:10.11.12.13#53

[PATCH 2/2] nslookup: implement support for SRV records

2019-06-27 Thread Jo-Philipp Wich
Add support for querying and parsing SRV DNS records. Signed-off-by: Jo-Philipp Wich --- networking/nslookup.c | 20 1 file changed, 20 insertions(+) diff --git a/networking/nslookup.c b/networking/nslookup.c index f7fd1d377..f6fb1672a 100644 --- a/networking/nslookup.c

Re: passwd crashes since ce51140664d82300d25b096b4a41f01fdfd766b3

2019-06-27 Thread Rolf Eike Beer
Am Dienstag, 25. Juni 2019, 12:34:33 CEST schrieb Rolf Eike Beer: > Am Montag, 24. Juni 2019, 11:03:59 CEST schrieb Rolf Eike Beer: > > Hi, > > > > we have a project using uclibc-ng (tested both version 1.0.29 and 1.0.31) > > and busybox. Since commit ce51140664d82300d25b096b4a41f01fdfd766b3

Re: Login to the root shell from the serial console

2019-06-27 Thread Vesta
In order to use the inittab, should I to enable two 'inittab' options in Busybox .config file: CONFIG_INIT=y CONFIG_FEATURE_USE_INITTAB=y The only two above lines is required, or I should set some other lines too? The defaults settings are: # Init Utilities # # CONFIG_INIT is not set #

[PATCH] libbb: reduce the overhead of single parameter bb_error_msg() calls

2019-06-27 Thread James Byrne
Hi, I sent a first version of this patch in May 2018, but the comment from Denys in his reply on May 11, 2018 was that he didn't like the magic macros I had used to automatically substitute different versions of single parameter bb_xx_msg() calls, and would prefer explicit use of the simple