aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - very minor shrinkage (-9b)Bernhard Reutner-Fischer2008-07-171-4/+4
* - fix segfault in nameif with mactab fileBernhard Reutner-Fischer2008-07-171-4/+4
* fix up callsites of config_read to check for >= 0Denis Vlasenko2008-07-161-1/+1
* update of config file parser from VladimirDenis Vlasenko2008-07-161-14/+6
* sendmail: do not discard all headersDenis Vlasenko2008-07-161-3/+11
* sendmail: do not ignore CC; accept to: and cc: case-insensitively.Denis Vlasenko2008-07-151-1/+1
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-2/+2
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-5/+1
* ifupdown: /etc/network/interfaces can have comments with leading blanksDenis Vlasenko2008-07-081-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-0543-98/+98
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-012-16/+6
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-013-4/+16
* *: introduce and use xfork()Denis Vlasenko2008-07-011-1/+1
* *: introduce and use xvfork()Denis Vlasenko2008-07-012-15/+3
* sendmail: from Vladimir:Denis Vlasenko2008-06-301-23/+30
* libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko2008-06-293-92/+95
* wget: "support" -t and -T by ignoring themDenis Vlasenko2008-06-291-2/+4
* sendmail: another update from the maintainerDenis Vlasenko2008-06-281-31/+53
* sendmail: update from maintainerDenis Vlasenko2008-06-271-52/+78
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-273-40/+40
* whitespace fixes. no code changesDenis Vlasenko2008-06-258-19/+14
* wget: accept code 204.Denis Vlasenko2008-06-221-0/+25
* udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko2008-06-201-1/+1
* tftp: help compiler a bitDenis Vlasenko2008-06-161-1/+8
* tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko2008-06-161-39/+55
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-1/+1
* use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko2008-06-151-3/+1
* udhcpc: removing stray whitespaceDenis Vlasenko2008-06-151-2/+2
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-153-12/+4
* udhcpc: reduce ifdef forest, no code changesDenis Vlasenko2008-06-151-32/+12
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-132-97/+92
* httpd: fix authenticationDenis Vlasenko2008-06-131-2/+3
* httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko2008-06-131-46/+52
* htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko2008-06-131-123/+102
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-4/+4
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-2/+2
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-127-10/+10
* ifenslave: small shrinkDenis Vlasenko2008-06-081-29/+24
* ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko2008-06-081-1/+9
* ifenslave: tiny shrinkDenis Vlasenko2008-06-081-2/+3
* ifenslave: further shrink by suppressing excessive inliningDenis Vlasenko2008-06-071-239/+227
* ifenslave: fix improper longopts definitionDenis Vlasenko2008-06-071-101/+82
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-072-27/+30
* Fix trivial problems: "make clean" cleaning too muchDenis Vlasenko2008-06-071-0/+1
* ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko2008-06-051-0/+5
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-1/+1
* libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko2008-06-052-79/+75
* networking/interface.c: fix indentationDenis Vlasenko2008-06-042-60/+50
* libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2008-05-311-1/+1
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-313-26/+24