James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
3b8025f132
tftp: optional tftp-hpa compat
|
5 years ago |
Denys Vlasenko
|
45e3967c20
libbb: move netlink socket binding to the utility function
|
5 years ago |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 years ago |
Denys Vlasenko
|
3c18e3051d
libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
|
8 years ago |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Jonh Wendell
|
9106107a50
Make unix (local) sockets work without IPv6 enabled
|
12 years ago |
Denys Vlasenko
|
ca18311d0a
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
|
13 years ago |
Vitaly Magerya
|
7f4b769c42
don't call freeaddinfo(NULL)
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Dan Fandrich
|
fdd7b566ec
A few minor portability improvements
|
14 years ago |
Denys Vlasenko
|
f6916dbed4
telnetd: fill hostname field in utmp/wtmp records
|
14 years ago |
Jérémie Koenig
|
fbedacfc8c
Hurd compat fixes. Mostly dealing with absent PATH_MAX
|
14 years ago |
Denys Vlasenko
|
99069330a1
*: gethostname-related fixes
|
14 years ago |
Denys Vlasenko
|
b1278a38bc
ntpd: locally bind every peer socket. +22 bytes
|
15 years ago |
Denys Vlasenko
|
75b7397675
fix trivial compile breakage
|
15 years ago |
Denys Vlasenko
|
ca6c7e42f9
ntp: simplifications; libbb: simpler resolution of numeric hostnames
|
15 years ago |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 years ago |
Denys Vlasenko
|
043b1e5d99
more C standard compat fixes from Dan Fandrich
|
15 years ago |
Denis Vlasenko
|
f6b4685691
add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)
|
15 years ago |
Denis Vlasenko
|
a771e7c005
*: remove check for errors on getsockaddr in cases we know they can't happen
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
9b2fbda538
ftpd: EPSV and SIZE support. Tested to work on IPv6 too.
|
15 years ago |
Denis Vlasenko
|
73c571a5ff
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
|
15 years ago |
Denis Vlasenko
|
a3ca7cf069
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
|
16 years ago |
Denis Vlasenko
|
e53738558f
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
|
16 years ago |
Denis Vlasenko
|
db12d1d733
Fix forgotten license comments
|
16 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
4e6d5117b8
inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames
|
16 years ago |