aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko2018-02-041-2/+2
| * ftpgetput: add EPSV support (PASV-like thing for IPv6)Denys Vlasenko2018-02-041-6/+16
| * ftpgetput: preparations for ESPV support, no code changesDenys Vlasenko2018-02-041-15/+16
| * ftpd: switch to mallced "globals"Denys Vlasenko2018-02-041-2/+6
| * udhcpd: use ptr_to_globals for its lone global data (g_leases)Denys Vlasenko2018-02-011-2/+4
| * udhcpc6: additional fix for ppp interface typeDenys Vlasenko2018-01-231-2/+6
| * udhcpc6: fix for ppp interface typeDenys Vlasenko2018-01-192-7/+24
| * udhcpc[6]: remove overzealous timeout clamping codeDenys Vlasenko2018-01-172-13/+10
| * udhcpc6: --help fixesDenys Vlasenko2018-01-162-3/+3
| * udhcpc6: show only short opts in --help textDenys Vlasenko2018-01-161-37/+0
| * udhcpc6: fix lease time staying very small because -d was not specifiedDenys Vlasenko2018-01-161-0/+4
| * udhcpc6: code shrinkDenys Vlasenko2018-01-161-19/+25
| * udhcpc6: add support of prefix delegationDenys Vlasenko2018-01-162-22/+101
| * udhcpc6: preparatory patch, no code changesDenys Vlasenko2018-01-161-37/+37
| * udhcpc6: fix ipv6prefix[_lease] envvar value in script invocationDenys Vlasenko2018-01-161-4/+4
| * tc: fix single-applet buildDenys Vlasenko2018-01-131-0/+6
| * dhcprelay: code shrinkDenys Vlasenko2018-01-081-4/+4
| * tc: enables this appletDenys Vlasenko2018-01-041-31/+75
| * randomconfig fixesDenys Vlasenko2017-12-311-1/+2
| * ntpd: do run the script at leat once in 11 minutesDenys Vlasenko2017-12-261-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-12-091-1/+1
|\|
| * inetd: fix for running by non-rootDenys Vlasenko2017-11-091-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-0330-88/+176
|\|
| * ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko2017-10-311-2/+7
| * Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2017-10-311-0/+3
| * ntpd: mention in help text that -d can be repeatedDenys Vlasenko2017-10-311-1/+1
| * ntpd: improve treatment of DNS resolution failuresDenys Vlasenko2017-10-311-15/+33
| * udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2017-10-301-5/+3
| * networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke2017-10-302-0/+16
| * ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko2017-10-281-4/+10
| * iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy2017-10-272-9/+28
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0513-18/+6
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-059-20/+15
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-293-3/+3
| * udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko2017-09-293-5/+10
| * udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko2017-09-295-16/+37
| * udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko2017-09-294-0/+14
* | Merge branch 'busybox' into mergeRon Yorston2017-09-2715-98/+60
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-189-39/+31
| * ip,ip*: make them NOEXECDenys Vlasenko2017-09-181-7/+7
| * httpd: fix handling of range requestsDenys Vlasenko2017-09-181-1/+1
| * netcat: net applet (alias to nc)Denys Vlasenko2017-09-151-4/+13
| * networking/interface.c: remove superfluous "& 0377"Denys Vlasenko2017-09-121-4/+3
| * httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko2017-09-011-3/+4
| * udhcpc: show only short opts in --help textDenys Vlasenko2017-08-291-39/+0
| * *: fix fallout from opt_complementary conversionDenys Vlasenko2017-08-231-1/+1
* | win32: make vfork fail at compile-timeRon Yorston2017-08-301-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-08-2231-269/+243
|\|
| * telnet: "-a" + "-l USER" should respect USERDenys Vlasenko2017-08-171-2/+4
| * build system: remove unused CONFIG_FEATURE_HAVE_RPCDenys Vlasenko2017-08-141-1/+0