aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc6: use correct multicast MACUwe Glaeser2020-06-211-1/+5
| * dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2020-06-092-27/+16
| * httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston2020-06-091-3/+3
| * udhcp: comment out unused domain compression codeDenys Vlasenko2020-06-093-13/+18
| * dhcpc: code shrink in good_hostnameMartin Lewis2020-06-091-48/+14
* | win32: fix networking problemsRon Yorston2020-06-031-0/+1
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-292-3/+23
|\|
| * wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov2020-05-201-3/+17
| * httpd: permit non-default home directory with NOMMU enabledRon Yorston2020-04-301-1/+6
* | httpd: allow use of MD5-encrypted passwordsRon Yorston2020-04-091-1/+12
* | httpd: prevent access to config file and authenticated URLsRon Yorston2020-04-081-0/+12
* | httpd: don't change directory in inetd modeRon Yorston2020-04-071-7/+13
* | httpd: WIN32 portRon Yorston2020-04-051-2/+133
* | Merge branch 'busybox' into mergeRon Yorston2020-02-152-39/+50
|\|
| * tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko2020-02-131-28/+33
| * tftp: fix thinko in code shrinkDenys Vlasenko2020-02-131-1/+1
| * tftp: code shrinkDenys Vlasenko2020-02-131-9/+4
| * tftpd: show requested file name in open error messageDenys Vlasenko2020-02-131-2/+11
| * udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko2020-01-141-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-01-0815-202/+596
|\|
| * whois: limit total length of response to 32+2 kbDenys Vlasenko2019-12-031-1/+3
| * ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko2019-10-301-5/+5
| * nslookup: implement support for SRV recordsJo-Philipp Wich2019-10-271-0/+20
| * nslookup: handle replies without RRsJo-Philipp Wich2019-10-271-1/+7
| * ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko2019-10-251-2/+4
| * tc: array address is never NULLDenys Vlasenko2019-10-251-2/+0
| * traceroute: fix gcc-ismDenys Vlasenko2019-10-251-5/+5
| * suppress a few "unused function" warningsDenys Vlasenko2019-10-252-0/+4
| * netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko2019-10-251-1/+1
| * telnet: add disabled code to emit EC and IPDenys Vlasenko2019-10-181-0/+12
| * brctl: code shrinkDenys Vlasenko2019-10-151-3/+4
| * brctl: tweak help text, fix commentsDenys Vlasenko2019-10-121-5/+5
| * brctl: fold show_bridge_ports_ into its callerDenys Vlasenko2019-10-121-165/+153
| * brctl: code shrinkDenys Vlasenko2019-10-121-32/+28
| * brctl: add support for showstp commandMartin Lewis2019-10-111-3/+215
| * udhcpc: fix segmentation fault on empty bin optMichal Kazior2019-10-081-1/+1
| * brctl: add support for showmacs commandMartin Lewis2019-10-081-19/+92
| * route: fix output of "route -n -A inet6"Tomas Paukrt2019-10-081-0/+1
| * telnet: fix uninitialized variable bugDenys Vlasenko2019-09-251-1/+1
| * udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko2019-09-243-5/+21
| * wget: increase redirections limitDavid Demelier2019-09-121-1/+1
| * udhcpc6: support stateless DHCPv6Eivind Versvik2019-08-241-9/+72
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1652-362/+452
|\|
| * udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko2019-08-091-1/+1
| * ntpd: add comment about mode6, no code changesDenys Vlasenko2019-07-021-0/+7
| * ntpd: commonalize message stringsDenys Vlasenko2019-07-021-2/+2
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0248-236/+255
| * ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko2019-07-021-1/+2
| * udhcpc: fix comment, no code changesDenys Vlasenko2019-06-131-1/+1
| * udhcpc6: fix aliasing warningDenys Vlasenko2019-06-111-2/+2