aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2017-01-15tls: rearrange code, add/improve comments, fix whitespace, no real changes hereDenys Vlasenko
2017-01-15tls: send CHANGE_CIPHER_SPECDenys Vlasenko
2017-01-15whitespace fixDenys Vlasenko
2017-01-15tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko
2017-01-14tls: DER length byte 0x81 is actually validDenys Vlasenko
2017-01-14tls: a bit more workDenys Vlasenko
2017-01-14tls: work-in-progress TLS1.2 test appletDenys Vlasenko
2017-01-11wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
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