aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * tc: consolidate its disabled bitsDenys Vlasenko2016-11-232-11/+16
| * Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2016-11-232-8/+13
| * ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko2016-11-231-1/+2
| * Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko2016-11-231-13/+13
| * Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2334-833/+909
| * httpd: explain why we use sprintf and why it should be fineDenys Vlasenko2016-11-221-20/+36
| * Make ifup and ifdown individually selectable.Denys Vlasenko2016-11-143-114/+127
| * dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko2016-11-133-9/+24
* | Merge branch 'busybox' into mergeRon Yorston2016-10-262-4/+11
|\|
| * udhcpc: check read of overload option data byte to be within packetDenys Vlasenko2016-10-251-1/+2
| * udhcpc: check read of option length byte to be within packetBrian Foley2016-10-252-3/+9
* | Merge branch 'busybox' into mergeRon Yorston2016-10-195-138/+357
|\|
| * telnetd: ifdef out a buggy error handling code pathDenys Vlasenko2016-10-131-0/+8
| * telnet: code shrinkDenys Vlasenko2016-10-121-3/+4
| * telnetd: add another handshake example in comments, no code changesDenys Vlasenko2016-10-121-0/+5
| * telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko2016-10-121-18/+24
| * telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko2016-10-122-4/+117
| * telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko2016-10-121-14/+35
| * telnetd: fix handling of short writes to ptyDenys Vlasenko2016-10-121-111/+120
| * ifupdown: rewrite state file atomicallyDenys Vlasenko2016-10-091-5/+38
| * tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331Denys Vlasenko2016-10-071-23/+46
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-1922-740/+766
|\|
| * wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko2016-10-041-24/+33
| * dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-046-253/+219
| * dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko2016-10-043-69/+58
| * dhcp: merge files.c into dhcpd.cDenys Vlasenko2016-10-044-243/+222
| * traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko2016-09-282-96/+40
| * ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko2016-09-251-1/+6
| * ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko2016-09-201-2/+5
| * libnetlink: fix alignment of netlink messagesHauke Mehrtens2016-09-181-8/+8
| * *: placate some compile warnings on OSXDenys Vlasenko2016-09-011-1/+1
| * wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko2016-08-311-1/+17
| * udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2016-08-262-6/+16
| * wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko2016-08-213-0/+52
| * ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko2016-08-161-2/+6
| * libiproute: eliminate some redundant zero storesDenys Vlasenko2016-08-142-27/+31
| * ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko2016-08-141-2/+1
| * ntpd: respond only to client and symmetric active packetsMiroslav Lichvar2016-08-011-0/+7
| * wget: run s_client helper with -servername HOSTDenys Vlasenko2016-07-251-5/+44
| * ssl_helper.sh: strip was invoked incorrectlyDenys Vlasenko2016-07-251-1/+1
| * typo fixesDenys Vlasenko2016-07-191-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-07-0715-90/+240
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-0614-30/+28
| * whois: implement -iDenys Vlasenko2016-07-061-7/+11
| * whois: make it actually workDenys Vlasenko2016-07-061-13/+124
| * arp: fix buffer overflow. Closes 9071Denys Vlasenko2016-07-041-3/+3
| * udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2016-07-032-2/+10
| * ntpd: daemonize before DNS resolutionDenys Vlasenko2016-07-031-20/+25
| * ping: populate icmp_id field for "simple" ping tooJonas Danielsson2016-06-231-0/+8
| * ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko2016-06-061-17/+30