aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko
2020-02-13tftp: code shrinkDenys Vlasenko
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko
2019-12-03whois: limit total length of response to 32+2 kbDenys Vlasenko
2019-10-30ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko
2019-10-27nslookup: implement support for SRV recordsJo-Philipp Wich
2019-10-27nslookup: handle replies without RRsJo-Philipp Wich
2019-10-25ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko
2019-10-25tc: array address is never NULLDenys Vlasenko
2019-10-25traceroute: fix gcc-ismDenys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-10-25netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko
2019-10-18telnet: add disabled code to emit EC and IPDenys Vlasenko
2019-10-15brctl: code shrinkDenys Vlasenko
2019-10-12brctl: tweak help text, fix commentsDenys Vlasenko
2019-10-12brctl: fold show_bridge_ports_ into its callerDenys Vlasenko
2019-10-12brctl: code shrinkDenys Vlasenko
2019-10-11brctl: add support for showstp commandMartin Lewis
2019-10-08udhcpc: fix segmentation fault on empty bin optMichal Kazior
2019-10-08brctl: add support for showmacs commandMartin Lewis
2019-10-08route: fix output of "route -n -A inet6"Tomas Paukrt
2019-09-25telnet: fix uninitialized variable bugDenys Vlasenko
2019-09-24udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko
2019-09-12wget: increase redirections limitDavid Demelier
2019-08-24udhcpc6: support stateless DHCPv6Eivind Versvik
2019-08-09udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko
2019-07-02ntpd: add comment about mode6, no code changesDenys Vlasenko
2019-07-02ntpd: commonalize message stringsDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-07-02ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko
2019-06-13udhcpc: fix comment, no code changesDenys Vlasenko
2019-06-11udhcpc6: fix aliasing warningDenys Vlasenko
2019-06-11dhcpc.c: Added support for relay server parameter.Martin Lewis
2019-06-09tftp: allow -lc and -cl optionsDenys Vlasenko
2019-06-09tftpd: revert erroneous changeDenys Vlasenko
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko
2019-06-08bc: placate compiler warningsDenys Vlasenko
2019-06-08brctl: placate compiler warningsDenys Vlasenko
2019-06-07httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko
2019-06-07httpd: add js to built in MIME types listDenys Vlasenko
2019-06-07httpd: add svg to built in MIME types listVicente Jimenez Aguilar
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2019-05-31dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko
2019-05-31dhcp: get rid of static data signal_pipeDenys Vlasenko
2019-05-30udhcp: rename server_config to server_dataDenys Vlasenko
2019-05-26udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko
2019-05-26udhcpc6: Fixed aliasing compilation errorMartin Lewis
2019-05-26dhcp: get rid of last global dataDenys Vlasenko