aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ntpd: add optional support for /etc/ntp.confDenys Vlasenko2014-03-232-4/+39
* | wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-162-0/+12
* | wget: disable https supportRon Yorston2014-03-111-0/+6
|/
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-052-10/+10
* ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko2014-03-011-2/+188
* udhcpc: ignore NAKs from "wrong" servers. Closes 4267Denys Vlasenko2014-02-271-1/+24
* nc: fix option bit positions. Closes 6926Denys Vlasenko2014-02-261-3/+3
* wget: fix commentDenys Vlasenko2014-02-241-1/+1
* wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko2014-02-231-2/+47
* networking/ssl_helper: experimental matrixssl-based ssl helperDenys Vlasenko2014-02-233-0/+433
* wget: add support for https using "openssl s_client" as a helperDenys Vlasenko2014-02-221-26/+92
* udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko2014-02-192-4/+5
* ifplugd: code shrinkDenys Vlasenko2014-02-101-10/+12
* htpd: trivial simplification in random interval selectionDenys Vlasenko2014-02-091-2/+3
* udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko2014-02-071-2/+4
* udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko2014-02-031-47/+46
* ifupdown: support 'link' address familyKaarle Ritvanen2014-02-031-0/+13
* wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko2014-02-031-7/+9
* iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy2014-01-221-0/+10
* ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2014-01-202-6/+0
* ntpd: fix compilation warningsBartosz Golaszewski2014-01-201-0/+4
* fakeidentd: simplify ndelay manipulationsDenys Vlasenko2014-01-101-10/+9
* fixlet for the previous commit #2Denys Vlasenko2014-01-091-4/+3
* fixlet for the previous commitDenys Vlasenko2014-01-091-1/+1
* networking: explain isrv_run() APIDenys Vlasenko2014-01-091-1/+26
* fakeidentd: fix use-after-freeRyan Mallon2014-01-091-13/+12
* ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko2014-01-091-16/+3
* ntpd: adjust last packet's recv time after a stepDenys Vlasenko2014-01-081-0/+2
* hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev2013-12-171-2/+5
* wget: user-friendly fallback to httpLauri Kasanen2013-12-171-5/+12
* ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko2013-12-081-7/+39
* ntpd: do not invalidate datapoints after stepDenys Vlasenko2013-12-071-2/+14
* ntpd: comment out "spike detection" codeDenys Vlasenko2013-12-041-4/+9
* ntpd: promote log level 3 to productionDenys Vlasenko2013-12-041-45/+54
* ntpd: let user know if spike was detectedDenys Vlasenko2013-12-041-4/+7
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-293-7/+7
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-292-3/+4
* ping: try SOCK_DGRAM if no root privilegesDaniel Borca2013-11-281-3/+16
* udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2013-11-122-2/+5
* udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko2013-11-031-11/+25
* udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach2013-10-281-0/+9
* wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-161-0/+8
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-161-1/+1
* ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko2013-10-141-9/+10
* wget: add support for connect timeoutLauri Kasanen2013-10-122-10/+30
* httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko2013-09-181-5/+13
* httpd: treat errors from stdin correctly.Denys Vlasenko2013-09-111-8/+13
* iplink: comment out include <net/if_packet.h>Denys Vlasenko2013-08-161-1/+1
* fix build error with musl libc due to if_slip.hDenys Vlasenko2013-08-151-1/+1
* networking: fix potential overflow in ife_print6()Nicolas Dichtel2013-08-141-1/+1