aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tls: a bit more workDenys Vlasenko2017-01-141-33/+39
* tls: work-in-progress TLS1.2 test appletDenys Vlasenko2017-01-141-0/+643
* wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko2017-01-111-8/+15
* Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko2017-01-111-5/+10
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-1010-37/+25
* httpd: fix address family for reverse proxy client socketLaurent Bercot2017-01-081-3/+3
* ntpd: improve postponed hostname resolutionNatanael Copa2017-01-061-39/+34
* udhcp: tweak config order and menu item namesDenys Vlasenko2017-01-042-28/+28
* Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONSJörg Krause2017-01-031-1/+1
* tcpudp: define SO_ORIGINAL_DST directly, not via includeDenys Vlasenko2017-01-021-3/+3
* Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko2016-12-231-29/+7
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-233-3/+4
* ip: make ip aliases individually selectableDenys Vlasenko2016-12-221-77/+85
* Make POST upload example script easier to useDenys Vlasenko2016-12-221-13/+7
* Update information on building httpd and wget helpersDenys Vlasenko2016-12-223-12/+33
* libiproute: handle table ids larger than 255Lukasz Nowak2016-12-182-6/+29
* Code style fixes, no code changesDenys Vlasenko2016-11-282-7/+7
* Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko2016-11-234-0/+18
* tc: consolidate its disabled bitsDenys Vlasenko2016-11-232-11/+16
* Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko2016-11-232-8/+13
* ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko2016-11-231-1/+2
* Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*Denys Vlasenko2016-11-231-13/+13
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2334-833/+909
* httpd: explain why we use sprintf and why it should be fineDenys Vlasenko2016-11-221-20/+36
* Make ifup and ifdown individually selectable.Denys Vlasenko2016-11-143-114/+127
* dnsdomainname: split it from "hostname", make it independently selectableDenys Vlasenko2016-11-133-9/+24
* udhcpc: check read of overload option data byte to be within packetDenys Vlasenko2016-10-251-1/+2
* udhcpc: check read of option length byte to be within packetBrian Foley2016-10-252-3/+9
* telnetd: ifdef out a buggy error handling code pathDenys Vlasenko2016-10-131-0/+8
* telnet: code shrinkDenys Vlasenko2016-10-121-3/+4
* telnetd: add another handshake example in comments, no code changesDenys Vlasenko2016-10-121-0/+5
* telnetd: treat all 2-byte IACs in 240..249 range as NOPs.Denys Vlasenko2016-10-121-18/+24
* telnetd: fix corner case of input processing of 0xff bytesDenys Vlasenko2016-10-122-4/+117
* telnetd: fix a corner case where CRLF->CR translation can misbehaveDenys Vlasenko2016-10-121-14/+35
* telnetd: fix handling of short writes to ptyDenys Vlasenko2016-10-121-111/+120
* ifupdown: rewrite state file atomicallyDenys Vlasenko2016-10-091-5/+38
* tcpsvd: don't keep shared fd open if fd limit is reached. closes 9331Denys Vlasenko2016-10-071-23/+46
* wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko2016-10-041-24/+33
* dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-046-253/+219
* dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko2016-10-043-69/+58
* dhcp: merge files.c into dhcpd.cDenys Vlasenko2016-10-044-243/+222
* traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko2016-09-282-96/+40
* ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko2016-09-251-1/+6
* ifupdown: when flushing addresses with "ip", add label %label%Denys Vlasenko2016-09-201-2/+5
* libnetlink: fix alignment of netlink messagesHauke Mehrtens2016-09-181-8/+8
* *: placate some compile warnings on OSXDenys Vlasenko2016-09-011-1/+1
* wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko2016-08-311-1/+17
* udhcpc: Unconditionally call deconfig script, not only if lease is activePeter Korsgaard2016-08-262-6/+16
* wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko2016-08-213-0/+52
* ifplugd: if SIOCSIFFLAGS fails with ENODEV, don't dieDenys Vlasenko2016-08-161-2/+6