aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2017-01-08httpd: fix address family for reverse proxy client socketLaurent Bercot
2017-01-06ntpd: improve postponed hostname resolutionNatanael Copa
2017-01-04udhcp: tweak config order and menu item namesDenys Vlasenko
2017-01-03Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause
2017-01-02tcpudp: define SO_ORIGINAL_DST directly, not via includeDenys Vlasenko
2016-12-23Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-22ip: make ip aliases individually selectableDenys Vlasenko
2016-12-22Make POST upload example script easier to useDenys Vlasenko
2016-12-22Update information on building httpd and wget helpersDenys Vlasenko
2016-12-18libiproute: handle table ids larger than 255Lukasz Nowak
2016-11-28Code style fixes, no code changesDenys Vlasenko
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