summaryrefslogtreecommitdiff
path: root/networking/dnsd.c
Commit message (Expand)AuthorAgeFilesLines
* dnsd: check that we don't read past packetDenys Vlasenko2021-02-221-5/+12
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-4/+4
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-5/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* typo fixesDan Fandrich2011-07-081-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+16
* dnsd: fix 64-bit bug 2539.Denys Vlasenko2010-10-291-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dnsd: fix unaligned access problemDenys Vlasenko2010-04-261-3/+8
* dnsd: enforce alignment on packet bufferDenys Vlasenko2010-04-141-1/+2
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-5/+5
* dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko2010-02-071-34/+39
* dnsd: add more -v messagesDenys Vlasenko2010-02-071-6/+18
* dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko2010-02-061-18/+21
* dnsd: stop using oversized buffer. trim comment.Denis Vlasenko2009-04-121-17/+10
* mount: users report that CIFS support is breaking things,Denis Vlasenko2009-04-121-95/+93
* dnsd: removed highly questionable setting of signals to SIG_IGNDenis Vlasenko2009-04-121-11/+0
* dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)Denis Vlasenko2009-04-121-163/+325
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-50/+46
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-1/+1
* fix several problems with config parser:Denis Vlasenko2008-07-261-31/+29
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+3
* dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko2008-07-201-60/+32
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-221-3/+5
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-171-58/+59
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+6
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-4/+6
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-5/+5
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-6/+1
* dc: use common_bufsiz1 for evaluation stackDenis Vlasenko2007-03-241-1/+2
* dnsd: last commit had a typo :(Denis Vlasenko2007-03-241-2/+3
* dnsd: fix several buglets, make smallerDenis Vlasenko2007-03-241-63/+41
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-2/+2
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* dnsd: getfileentry was leaking memoryDenis Vlasenko2007-01-221-11/+15
* fixes for amd64 compilationDenis Vlasenko2007-01-201-4/+5
* next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko2007-01-121-72/+38