aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2012-06-10inetd: fix build failure in AndroidTias Guns
2012-06-10brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko
2012-06-03ifplugd: tweak help textDenys Vlasenko
2012-06-02udhcpc[6]: show select timeout in logDenys Vlasenko
2012-05-02udhcpc6: depend on ipv6Mike Frysinger
2012-04-23ifupdown: improve compatibility with DebianAndreas Oberritter
2012-04-22udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-17udhcp: make arpping code resistant to time jumpsDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko
2012-03-19ftp{get,put}: tweak help textDenys Vlasenko
2012-03-19nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko
2012-03-08ntpd: make "reply from IP" messages more uniformDenys Vlasenko
2012-03-08ntpd: drop offset averaging codeDenys Vlasenko
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-06ntpd: tweak log messages formatDenys Vlasenko
2012-03-05ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko
2012-03-05ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko
2012-03-03ntpd: fix the "are we a server" check in previous commitDenys Vlasenko
2012-03-03ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko
2012-03-02ntpd: log clock drift with three digits after decimal pointDenys Vlasenko
2012-03-02ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko
2012-02-28ntpd: fix offset adjustment after step; better step printingDenys Vlasenko
2012-02-23ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko
2012-02-19ifupdown: support metric for static default gwNatanael Copa
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2012-01-16vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko
2011-12-18wget: fix use-after-free on redirectDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko
2011-12-16udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan
2011-12-16vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko
2011-12-15*: style fixes. no code changesDenys Vlasenko
2011-12-15ifupdown: remove interface from state_list if iface_up failsLauri Hintsala
2011-12-08udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko
2011-12-06iproute: fix help textDenys Vlasenko
2011-11-29httpd: small fixes to previous changePascal Bellard
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-11-18udhcpc: shrink code by setting xid more economicallyDenys Vlasenko
2011-11-16udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko
2011-11-08udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko
2011-11-07udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko