aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko
2016-11-23Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko
2016-11-23ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko
2016-11-23Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22httpd: explain why we use sprintf and why it should be fineDenys Vlasenko
2016-11-14Make ifup and ifdown individually selectable.Denys Vlasenko
2016-11-13dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko
2016-10-25udhcpc: check read of overload option data byte to be within packetDenys Vlasenko
2016-10-25udhcpc: check read of option length byte to be within packetBrian Foley
2016-10-13telnetd: ifdef out a buggy error handling code pathDenys Vlasenko
2016-10-12telnet: code shrinkDenys Vlasenko
2016-10-12telnetd: add another handshake example in comments, no code changesDenys Vlasenko
2016-10-12telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko
2016-10-12telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko
2016-10-12telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko
2016-10-12telnetd: fix handling of short writes to ptyDenys Vlasenko
2016-10-09ifupdown: rewrite state file atomicallyDenys Vlasenko
2016-10-07tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331Denys Vlasenko
2016-10-04wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko
2016-10-04dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge files.c into dhcpd.cDenys Vlasenko
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko
2016-09-25ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko
2016-09-20ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko
2016-09-18libnetlink: fix alignment of netlink messagesHauke Mehrtens
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-08-31wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko
2016-08-26udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard
2016-08-21wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko
2016-08-16ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko
2016-08-14libiproute: eliminate some redundant zero storesDenys Vlasenko
2016-08-14ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko
2016-08-01ntpd: respond only to client and symmetric active packetsMiroslav Lichvar
2016-07-25wget: run s_client helper with -servername HOSTDenys Vlasenko
2016-07-25ssl_helper.sh: strip was invoked incorrectlyDenys Vlasenko
2016-07-19typo fixesDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-07-06whois: implement -iDenys Vlasenko
2016-07-06whois: make it actually workDenys Vlasenko
2016-07-04arp: fix buffer overflow. Closes 9071Denys Vlasenko
2016-07-03udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko
2016-07-03ntpd: daemonize before DNS resolutionDenys Vlasenko
2016-06-23ping: populate icmp_id field for "simple" ping tooJonas Danielsson
2016-06-06ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko
2016-05-26arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko