summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-22/+26
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-2113-37/+27
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-214-9/+6
* - fix spellingBernhard Reutner-Fischer2008-07-211-1/+1
* telnet: shrinkDenis Vlasenko2008-07-212-23/+20
* httpd: add Hopedir directive specially forDenis Vlasenko2008-07-201-4/+15
* udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko2008-07-201-33/+16
* dnsd,sestatus: use libbb to parse config file (by Vladimir)Denis Vlasenko2008-07-201-60/+32
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-1/+1
* sendmail: update from the maintainerDenis Vlasenko2008-07-171-51/+58
* - 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