aboutsummaryrefslogtreecommitdiff
path: root/libbb/xconnect.c
AgeCommit message (Expand)Author
2020-11-22libbb: set netlink socket revbuf size before bindingJan Klötzke
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-19A few minor portability improvementsDan Fandrich
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-02-27*: gethostname-related fixesDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-24fix trivial compile breakageDenys Vlasenko
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-04-25add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko
2009-04-21*: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-09ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2008-12-10add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-12inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2007-11-14Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-06-05nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko
2007-04-02test: comment out unused codeDenis Vlasenko
2007-04-01tcpsvd: new appletDenis Vlasenko
2007-02-09ping: support -I addr in family neutral manner; reuse a bit of common codeDenis Vlasenko
2007-02-07tftp: fix IPv6 falloutDenis Vlasenko
2007-02-04udhcp: use improved gethostbyname replacement from IPv6 codeDenis Vlasenko
2007-02-04mount: (try to) support cifs with IPv6Denis Vlasenko
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko
2007-01-24Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko
2007-01-22ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko
2007-01-22nslookup: full circle. Here we started IPv6 work. Use "new API"Denis Vlasenko
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2007-01-22comment out unused old networking API partsDenis Vlasenko
2007-01-13small fixes to ipv6 infrastructureDenis Vlasenko