Anonymous | Login | Signup for a new account | 11-10-2008 10:55 PST |
Main | My View | View Issues | Change Log | Docs |
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 |
![]() ![]() ![]() |
||||||||
|
Copyright © 2000 - 2006 Mantis Group |