summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2-2/+11
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell2-12/+9
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko10-24/+26
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya3-11/+14
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-19A few minor portability improvementsDan Fandrich5-5/+8
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko4-24/+30
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2010-02-27*: gethostname-related fixesDenys Vlasenko3-35/+13
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko3-28/+64
2009-11-24fix trivial compile breakageDenys Vlasenko1-2/+2
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko2-105/+144
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-04-25add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko4-26/+59
2009-04-21*: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko6-31/+37
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-09ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2-98/+104
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko13-56/+35
2008-12-10add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko1-1/+3
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko5-6/+21
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-12inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko10-1051/+829
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer18-99/+98
2007-11-14Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2-3/+31
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko23-107/+95
2007-06-05nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko3-24/+38
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko18-83/+114
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko9-12/+857
2007-04-02test: comment out unused codeDenis Vlasenko7-25/+62
2007-04-01tcpsvd: new appletDenis Vlasenko19-111/+704
2007-02-09ping: support -I addr in family neutral manner; reuse a bit of common codeDenis Vlasenko4-52/+43
2007-02-07tftp: fix IPv6 falloutDenis Vlasenko3-22/+25
2007-02-04udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko4-12/+21
2007-02-04mount: (try to) support cifs with IPv6Denis Vlasenko3-15/+33
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko10-36/+37
2007-01-24Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko7-571/+472
2007-01-22ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko6-52/+62
2007-01-22nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko3-48/+132
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko17-260/+231
2007-01-22comment out unused old networking API partsDenis Vlasenko4-22/+30
2007-01-13small fixes to ipv6 infrastructureDenis Vlasenko1-0/+2
2007-01-12next part of ipv6-ization. mostly netcat.Denis Vlasenko6-77/+95
2007-01-12next part of ipv6-ization is here: wget & httpdDenis Vlasenko8-123/+145
2007-01-11ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko5-200/+191
2007-01-10a bit more IPv6-ization workDenis Vlasenko3-41/+38
2007-01-10Improve generic ipv4+ipv6 support in libbb.Denis Vlasenko4-116/+172
[next]