aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2010-02-271-28/+28
|\
| * Config: fix alphabetical orderingBernhard Reutner-Fischer2010-02-261-28/+28
* | *: gethostname-related fixesDenys Vlasenko2010-02-271-3/+7
|/
* reuse a few stringsBernhard Reutner-Fischer2010-02-261-1/+1
* typo fixesDenys Vlasenko2010-02-241-2/+2
* netstat: fix a trivial bugDenys Vlasenko2010-02-191-1/+1
* wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko2010-02-111-0/+1
* wget: ignore --no-check-certificateBernhard Reutner-Fischer2010-02-101-0/+2
* 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
* udhcp[cd]: fix aliasing warningsDenys Vlasenko2010-02-052-2/+2
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-053-34/+31
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-042-24/+23
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-0415-16/+15
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-022-2/+2
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
* further work on unicodizationDenys Vlasenko2010-01-301-2/+5
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-286-27/+53
* libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2010-01-262-153/+168
* ntpd: explain why scripts can be run in quick successionDenys Vlasenko2010-01-251-3/+10
* whitespace fixesDenys Vlasenko2010-01-254-5/+5
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-1/+1
* ping: use ICMP_MINLENBernhard Reutner-Fischer2010-01-231-1/+1
* ftpd: conditional support for broken clientsStefan Seyfried2010-01-182-0/+23
* ftpd: code shrinkDenys Vlasenko2010-01-171-21/+30
* ntpd: remove some code which is at best unneeded and at worst wrongDenys Vlasenko2010-01-171-18/+3
* ntpd: add anti-clock-hopping codeDenys Vlasenko2010-01-171-17/+61
* ntpd: disable frequency estimation codeDenys Vlasenko2010-01-171-24/+45
* whitespace fixDenys Vlasenko2010-01-141-1/+1
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-2/+2
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-123-8/+8
* ntpd: explain algorithmDenys Vlasenko2010-01-111-5/+34
* ntpd: expose more data to the script; more eagerly drop to lower pollDenys Vlasenko2010-01-111-26/+46
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-7/+7
* nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...Denys Vlasenko2010-01-081-9/+22
* ifplugd: restore auto-ifup unless -a; make iff method less iffy :DDenys Vlasenko2010-01-081-38/+34
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-081-20/+22
* ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko2010-01-071-6/+11
* hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2010-01-071-2/+6
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-3/+2
* ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko2010-01-061-0/+1
* ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko2010-01-061-6/+55
* ifplugd: simplify run_script()Denys Vlasenko2010-01-061-15/+9
* ntpd: make -w less cumbersome to useDenys Vlasenko2010-01-041-2/+2
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-044-13/+10
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-1/+1
* ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2010-01-041-13/+26
* ntpd: fix comment, no code changesDenys Vlasenko2010-01-031-1/+1