aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-21- fix spellingBernhard Reutner-Fischer
2008-07-21telnet: shrinkDenis Vlasenko
2008-07-20httpd: add Hopedir directive specially forDenis Vlasenko
2008-07-20udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko
2008-07-20dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17sendmail: update from the maintainerDenis Vlasenko
2008-07-17- very minor shrinkage (-9b)Bernhard Reutner-Fischer
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko
2008-07-16update of config file parser from VladimirDenis Vlasenko
2008-07-16sendmail: do not discard all headersDenis Vlasenko
2008-07-15sendmail: do not ignore CC; accept to: and cc: case-insensitively.Denis Vlasenko
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-08ifupdown: /etc/network/interfaces can have comments with leading blanksDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01sendmail: fix wrong vfork usage here tooDenis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xfork()Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-06-30sendmail: from Vladimir:Denis Vlasenko
2008-06-29libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko
2008-06-29wget: "support" -t and -T by ignoring themDenis Vlasenko
2008-06-28sendmail: another update from the maintainerDenis Vlasenko
2008-06-27sendmail: update from maintainerDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-22wget: accept code 204.Denis Vlasenko
2008-06-20udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko
2008-06-16tftp: help compiler a bitDenis Vlasenko
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko
2008-06-15udhcpc: removing stray whitespaceDenis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-06-15udhcpc: reduce ifdef forest, no code changesDenis Vlasenko
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko
2008-06-13httpd: fix authenticationDenis Vlasenko
2008-06-13httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko
2008-06-13htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2008-06-12- make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer
2008-06-08ifenslave: small shrinkDenis Vlasenko
2008-06-08ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko
2008-06-08ifenslave: tiny shrinkDenis Vlasenko
2008-06-07ifenslave: further shrink by suppressing excessive inliningDenis Vlasenko