aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko2020-09-291-0/+9
* httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev2020-08-161-18/+44
* httpd: Support caching via ETag headerSergey Ponomarev2020-08-151-3/+54
* httpd: Don't add Last-Modified header to responseSergey Ponomarev2020-08-151-6/+25
* httpd: Don't add Date header to responseSergey Ponomarev2020-08-151-2/+16
* httpd: Update to HTTP/1.1Sergey Ponomarev2020-08-151-8/+8
* build system: drop PLATFORM_LINUXRon Yorston2020-08-1319-26/+0
* udhcpc: add support for long optionsMartin Lewis2020-08-132-35/+104
* ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-312-7/+62
* ip: Add support for "noprefixroute" optionChristian Eggers2020-07-312-16/+33
* httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev2020-07-311-8/+2
* httpd_indexcgi.c: minimize style CSSSergey Ponomarev2020-07-311-37/+37
* ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko2020-07-202-6/+33
* networking: support ftp PASV responses not ending with ')'Denys Vlasenko2020-07-191-0/+2
* domain_codec: optimize dname_dec and convert_dnameMartin Lewis2020-07-121-78/+79
* udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis2020-06-291-114/+84
* udhcp: add option scannerMartin Lewis2020-06-292-42/+62
* wget: fix openssl options for cert verificationScott Court2020-06-291-4/+17
* acpid: only display -p if supported in usageNorbert Lange2020-06-291-1/+1
* dhcpd: remove hardcoded pidfile pathNorbert Lange2020-06-291-1/+7
* nc_bloaty: support udp broadcast portsNorbert Lange2020-06-291-9/+15
* randomconfig fixesDenys Vlasenko2020-06-231-1/+3
* randomconfig fixesDenys Vlasenko2020-06-231-0/+2
* 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
* 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
* 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
* 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