aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tunctl: new applet by VladimirDenis Vlasenko2009-01-233-0/+154
* dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko2009-01-141-2/+3
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-017-186/+194
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-302-37/+32
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-101-1/+1
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-101-7/+16
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-103-6/+5
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-0810-68/+83
* Fix forgotten license commentsDenis Vlasenko2008-12-077-0/+16
* iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko2008-12-041-1/+1
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* vconfig: style fix, no code changesDenis Vlasenko2008-12-021-5/+6
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-0216-48/+42
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-1/+0
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-242-13/+15
* httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko2008-11-221-0/+5
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-221-75/+85
* tftpd: can also have TFTP_DEBUGDenis Vlasenko2008-11-221-1/+1
* nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko2008-11-171-4/+9
* nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko2008-11-161-11/+26
* ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier2008-11-142-2/+13
* arp: stop using globalsDenis Vlasenko2008-11-131-27/+45
* telnetd: fix compile problem for non-standalone telnetdDenis Vlasenko2008-11-121-10/+15
* telnetd: correctly output 0xff char. ~100 bytes.Denis Vlasenko2008-11-112-122/+168
* telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.Denis Vlasenko2008-11-091-0/+4
* *: a bit of code shrinkDenis Vlasenko2008-11-092-4/+5
* telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)Denis Vlasenko2008-11-071-30/+41
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-063-606/+0
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-1/+1
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-0611-27/+27
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-1/+1
* inetd: fix a case when we have zero servicesDenis Vlasenko2008-11-051-6/+13
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-8/+9
* tftpd: show help if stdin is not a socketDenis Vlasenko2008-11-011-2/+9
* iplink: accept shorthands for "address" keyword here:Denis Vlasenko2008-11-012-8/+11
* - minor shrinkage (~-60)Bernhard Reutner-Fischer2008-10-301-8/+8
* - support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer2008-10-301-1/+1
* randomconfig fixesDenis Vlasenko2008-10-291-3/+11
* udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko2008-10-272-4/+3
* ping: trivial code shrinkDenis Vlasenko2008-10-271-27/+30
* - fix ip route rejecting dotted quads as prefixBernhard Reutner-Fischer2008-10-212-31/+35
* zcip: code size optimizations, improved help text and commentsDenis Vlasenko2008-10-101-62/+79
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-2/+9
* - wrap overlong lineBernhard Reutner-Fischer2008-10-021-1/+2
* inetd: use config parser. by VladimirDenis Vlasenko2008-09-301-87/+36
* route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko2008-09-281-2/+2
* sendmail: update by VladimirDenis Vlasenko2008-09-282-403/+243
* sendmail: compat update by VladimirDenis Vlasenko2008-09-272-134/+202
* udhcp: add inline docs; small code shrinkDenis Vlasenko2008-09-266-41/+64