aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1_20_0' into mergeRon Yorston2012-04-237-16/+31
|\
| * udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko2012-04-221-0/+1
| * fix build breakage found by randconfigDenys Vlasenko2012-04-203-2/+8
| * udhcp: make arpping code resistant to time jumpsDenys Vlasenko2012-04-171-2/+7
| * httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker2012-04-031-1/+1
| * hostname: make -i not emit extra trailing spaceDenys Vlasenko2012-04-011-1/+1
| * ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko2012-04-011-10/+13
* | Merge branch 'busybox' into mergeRon Yorston2012-03-2320-414/+2537
|\|
| * ftp{get,put}: tweak help textDenys Vlasenko2012-03-191-17/+17
| * nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko2012-03-191-14/+29
| * ntpd: make "reply from IP" messages more uniformDenys Vlasenko2012-03-081-1/+1
| * ntpd: drop offset averaging codeDenys Vlasenko2012-03-081-23/+60
| * tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko2012-03-081-2/+3
| * libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+1
| * ntpd: tweak log messages formatDenys Vlasenko2012-03-061-4/+4
| * ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko2012-03-051-17/+13
| * ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko2012-03-051-23/+29
| * ntpd: fix the "are we a server" check in previous commitDenys Vlasenko2012-03-031-1/+1
| * ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko2012-03-031-7/+30
| * ntpd: log clock drift with three digits after decimal pointDenys Vlasenko2012-03-021-2/+2
| * ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko2012-03-021-17/+28
| * ntpd: fix offset adjustment after step; better step printingDenys Vlasenko2012-02-281-17/+23
| * ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko2012-02-231-14/+14
| * ifupdown: support metric for static default gwNatanael Copa2012-02-191-4/+4
| * httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko2012-02-191-6/+7
| * httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko2012-02-041-1/+1
| * httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko2012-02-012-27/+39
| * vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko2012-01-161-55/+41
| * httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2011-12-192-19/+34
| * wget: fix use-after-free on redirectDenys Vlasenko2011-12-181-2/+4
| * libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-3/+3
| * httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko2011-12-181-8/+11
| * udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan2011-12-161-18/+37
| * vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas2011-12-161-6/+0
| * httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko2011-12-161-13/+19
| * *: style fixes. no code changesDenys Vlasenko2011-12-151-2/+2
| * ifupdown: remove interface from state_list if iface_up failsLauri Hintsala2011-12-151-1/+1
| * udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko2011-12-083-5/+73
| * iproute: fix help textDenys Vlasenko2011-12-061-7/+6
| * httpd: small fixes to previous changePascal Bellard2011-11-291-7/+11
| * httpd: make it possible to use system passwords for authPascal Bellard2011-11-291-28/+147
| * nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+1
| * udhcpc: shrink code by setting xid more economicallyDenys Vlasenko2011-11-181-4/+8
| * udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko2011-11-165-40/+131
| * udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko2011-11-082-13/+9
| * udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko2011-11-071-7/+11
| * udhcpc6: fix endiannessDenys Vlasenko2011-11-072-10/+10
| * udhcpc6: new applet. Not yet functional.Denys Vlasenko2011-11-074-0/+1724
| * udhcpc: trim help text, rename badly-named variableDenys Vlasenko2011-11-072-15/+14
| * udhcpc: code shrinkDenys Vlasenko2011-11-071-22/+18