BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000620 [BusyBox] New Features feature N/A 01-02-06 08:03 02-20-06 12:09
Reporter robang74 View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0000620: add a small and static DNS server daemon
Description /*
 * Mini DNS server implementation for busybox
 *
 * Copyright (C) 2005 Roberto A. Foglietta (me@roberto.foglietta.name)
 * Copyright (C) 2005 Odd Arild Olsen (oao at fibula dot no)
 * Copyright (C) 2003 Paul Sheer
 * Copyright (C) 2001 Levent Karakas
 *
 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
 *
 * Odd Arild Olsen started out with the sheerdns [1] of Paul Sheer and rewrote
 * it into a shape which I believe is both easier to understand and maintain.
 * I also reused the input buffer for output and removed services he did not
 * need. [1] http://threading.2038bug.com/sheerdns/ [^]
 *
 * Some bugfix and minor changes was applied by Roberto A. Foglietta who made
 * the first porting of oao' scdns to busybox also.
 */
Additional Information The size of dnsd applets is 2672 bytes more and it is not compiled by default config. Actually is SUIDED and stay in /usr/sbin.

[root@wsraf busybox_dns]# size busybox
   text data bss dec hex filename
 239175 2132 28580 269887 41e3f busybox

[roberto@wsraf busybox]$ size busybox
   text data bss dec hex filename
 236543 2124 28548 267215 413cf busybox

 I think dns size could be shrinked more.
 Patch on 2006-01-02 is not fully tested, yet.
Attached Files  dns_applet.tar.gz [^] (6,607 bytes) 01-02-06 08:03
 dns_applet-2.tar.gz [^] (5,740 bytes) 01-03-06 02:49
 dnsd.conf [^] (19 bytes) 01-25-06 05:20

- Relationships

- Notes
(0000995)
vodz
01-25-06 04:11

Its end version? I can add this applet, then like for me.
 
(0000996)
robang74
01-25-06 05:08
edited on: 01-25-06 05:21

Yes it is the end for me.
Add it up.
:-)

I uploaded a config file as example
Add it to busybox docs if you think it is usefull

 
(0001000)
vodz
01-25-06 06:19

Ok. See revision 13592.
 

- Issue History
Date Modified Username Field Change
01-02-06 08:03 robang74 New Issue
01-02-06 08:03 robang74 Status new => assigned
01-02-06 08:03 robang74 Assigned To  => BusyBox
01-02-06 08:03 robang74 File Added: dns_applet.tar.gz
01-02-06 08:03 robang74 Issue Monitored: robang74
01-02-06 08:10 robang74 Note Added: 0000838
01-03-06 02:49 robang74 File Added: dns_applet-2.tar.gz
01-03-06 02:54 robang74 Note Deleted: 0000838
01-25-06 04:11 vodz Note Added: 0000995
01-25-06 05:08 robang74 Note Added: 0000996
01-25-06 05:20 robang74 File Added: dnsd.conf
01-25-06 05:21 robang74 Note Edited: 0000996
01-25-06 06:19 vodz Note Added: 0001000
01-25-06 06:20 vodz Status assigned => resolved
01-25-06 06:20 vodz Resolution open => fixed
01-31-06 00:28 robang74 Issue End Monitor: robang74
02-20-06 12:09 landley Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker