summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* 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
* udhcpc: shrinkDenis Vlasenko2008-05-262-20/+22
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-221-3/+5
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
* ifenslave: add forgotten INIT_G()Denis Vlasenko2008-05-201-0/+2
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-194-24/+24
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-197-18/+18
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-5/+1
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-183-9/+9
* httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko2008-05-181-1/+8
* two fixlets for -WallDenis Vlasenko2008-05-172-2/+2
* fix bug 2704: remove verbatim RFC text from sourceDenis Vlasenko2008-05-171-451/+0
* - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0...Bernhard Reutner-Fischer2008-05-161-2/+4
* - very minor shrinkageBernhard Reutner-Fischer2008-05-161-5/+1
* - add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer2008-05-161-0/+6
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-162-3/+93
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-1515-27/+25
* remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-152-2/+2
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-122-8/+8