Age | Commit message (Expand) | Author |
2020-02-13 | tftp: on download, open local file only when first bit of data arrived | Denys Vlasenko |
2020-02-13 | tftp: fix thinko in code shrink | Denys Vlasenko |
2020-02-13 | tftp: code shrink | Denys Vlasenko |
2020-02-13 | tftpd: show requested file name in open error message | Denys Vlasenko |
2020-01-14 | udhcpd: mangle hostnames starting with dash ("-option") | Denys Vlasenko |
2019-12-03 | whois: limit total length of response to 32+2 kb | Denys Vlasenko |
2019-10-30 | ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 | Denys Vlasenko |
2019-10-27 | nslookup: implement support for SRV records | Jo-Philipp Wich |
2019-10-27 | nslookup: handle replies without RRs | Jo-Philipp Wich |
2019-10-25 | ntpd: abs(tmx.offset) was truncating a "long" typed value | Denys Vlasenko |
2019-10-25 | tc: array address is never NULL | Denys Vlasenko |
2019-10-25 | traceroute: fix gcc-ism | Denys Vlasenko |
2019-10-25 | suppress a few "unused function" warnings | Denys Vlasenko |
2019-10-25 | netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) | Denys Vlasenko |
2019-10-18 | telnet: add disabled code to emit EC and IP | Denys Vlasenko |
2019-10-15 | brctl: code shrink | Denys Vlasenko |
2019-10-12 | brctl: tweak help text, fix comments | Denys Vlasenko |
2019-10-12 | brctl: fold show_bridge_ports_ into its caller | Denys Vlasenko |
2019-10-12 | brctl: code shrink | Denys Vlasenko |
2019-10-11 | brctl: add support for showstp command | Martin Lewis |
2019-10-08 | udhcpc: fix segmentation fault on empty bin opt | Michal Kazior |
2019-10-08 | brctl: add support for showmacs command | Martin Lewis |
2019-10-08 | route: fix output of "route -n -A inet6" | Tomas Paukrt |
2019-09-25 | telnet: fix uninitialized variable bug | Denys Vlasenko |
2019-09-24 | udhcpc6: add ELAPSED_TIME option to outgoing packets | Denys Vlasenko |
2019-09-12 | wget: increase redirections limit | David Demelier |
2019-08-24 | udhcpc6: support stateless DHCPv6 | Eivind Versvik |
2019-08-09 | udhcpc6: s/iphdr/ip6_hdr/ | Denys Vlasenko |
2019-07-02 | ntpd: add comment about mode6, no code changes | Denys Vlasenko |
2019-07-02 | ntpd: commonalize message strings | Denys Vlasenko |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-07-02 | ntpd: abort if argvs are (unexpectedly) given | Denys Vlasenko |
2019-06-13 | udhcpc: fix comment, no code changes | Denys Vlasenko |
2019-06-11 | udhcpc6: fix aliasing warning | Denys Vlasenko |
2019-06-11 | dhcpc.c: Added support for relay server parameter. | Martin Lewis |
2019-06-09 | tftp: allow -lc and -cl options | Denys Vlasenko |
2019-06-09 | tftpd: revert erroneous change | Denys Vlasenko |
2019-06-09 | tftp: optional tftp-hpa compat | Denys Vlasenko |
2019-06-08 | bc: placate compiler warnings | Denys Vlasenko |
2019-06-08 | brctl: placate compiler warnings | Denys Vlasenko |
2019-06-07 | httpd: .js is "application/javascript", not "application/x-javascript" | Denys Vlasenko |
2019-06-07 | httpd: add js to built in MIME types list | Denys Vlasenko |
2019-06-07 | httpd: add svg to built in MIME types list | Vicente Jimenez Aguilar |
2019-06-03 | libbb: move netlink socket binding to the utility function | Denys Vlasenko |
2019-05-31 | dhcp: downgrade "got raw socket fd" message to log3, make log2 default max | Denys Vlasenko |
2019-05-31 | dhcp: get rid of static data signal_pipe | Denys Vlasenko |
2019-05-30 | udhcp: rename server_config to server_data | Denys Vlasenko |
2019-05-26 | udhcp: rename client_config to client_data, server_config to server_data | Denys Vlasenko |
2019-05-26 | udhcpc6: Fixed aliasing compilation error | Martin Lewis |
2019-05-26 | dhcp: get rid of last global data | Denys Vlasenko |