aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Collapse)Author
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
2003-01-22Patch from Basitan Blank to fix nasty bugGlenn L McGrath
2003-01-22Fix a typo that broke it so busybox won't buildEric Andersen
2003-01-21merge fixes with udhcpRuss Dill
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
patch from Bastian Blank
2003-01-21header updateGlenn L McGrath
2003-01-20New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath
is not found. Patch from Bastian Blank
2003-01-19Dont use getopt_long, minor usage changes, patch by Nick FedchikGlenn L McGrath
2003-01-19fix missed option argument for -I <device>, interface name checksGlenn L McGrath
redesigned, patch by Nick Fedchik
2003-01-16Use vsyslog instead of syslog, improve initalisation and cleanup ofGlenn L McGrath
variables, save 300 Bytes or so, patch by Vladimir N. Oleynik
2003-01-14Fix leading spaces bug, free line buffer, redo next_word, save someGlenn L McGrath
space.
2003-01-14Eliminate most instances where we use linux kernel headersEric Andersen
-Erik
2003-01-14Eliminate use of kernel header fileEric Andersen
-Erik
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath
command to ipaddr, patch by Bastian Blank
2003-01-12Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen
would return 0 instead of EXIT_FAILURE when no response was received.
2003-01-09arping applet by Nick FedchikGlenn L McGrath
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath
2003-01-05fixes for ia64Glenn L McGrath
2002-12-27Add "Broadcast +" support back in. Also cut the size down some. Not wellManuel Novoa III
tested, but it is the holidays...
2002-12-19Bugfix, wastn retrieving last block, patch by Jean-Christophe DuboisGlenn L McGrath
2002-12-18When retrieving a file dont open file until we have to to prevent files of ↵Glenn L McGrath
size 0 being created when retrieval fails, bug found by Jeff Angielski
2002-12-17Get interface names using ioctl rather than /proc, from Nick FedchikGlenn L McGrath
2002-12-16Always print the routing table header for IPv4:Robert Griebl
- this is consistent with IPv6 route - you can get very confused, if there are no routes and "route" prints nothing at all (not even "No routes" message)
2002-12-16Only included headers that are used.Glenn L McGrath
2002-12-16fix warningGlenn L McGrath
2002-12-13Fix bug when reading mac from command line, continue; if hwaddrr not foundGlenn L McGrath
2002-12-13Merge copyfd and copy_file_chunkGlenn L McGrath
2002-12-13Change ftpput so it uses <remote-path> <local-file> as it shouldGlenn L McGrath
2002-12-13Fix possible bug if file length not knownGlenn L McGrath
2002-12-13New applets, ftpget and ftpputGlenn L McGrath
2002-12-13New applet, nameif by Nick Fedchik and myself.Glenn L McGrath
2002-12-11hehe. Screwed that one up. Lets do things right this time.Eric Andersen
-Erik
2002-12-11Makefile rework coordinate with Russ so udhcp will behaveEric Andersen
-Erik
2002-12-11slight change to reflect BB_VER changeRuss Dill
2002-12-11sorry about all the noise, should be all synced up nowRuss Dill
2002-12-11resync with udhcp cvsRuss Dill
2002-12-11Make sure we have a show_usage function prototypeEric Andersen
-Erik
2002-12-11Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen
Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik
2002-12-11undefine sysinfo to prevent breakage on ia64Glenn L McGrath
2002-12-09Forgot to rename fooGlenn L McGrath
2002-12-09Fix a debug message, from Bastian BlankGlenn L McGrath
2002-12-08Support using ip in udhcpc scripts.Glenn L McGrath
Slightly modified version of patch by Bastian Blank
2002-12-08Start to cleanup handling of the state file, save some space and uses linked ↵Glenn L McGrath
lists.
2002-12-07Differentiate struct and type namesGlenn L McGrath
2002-12-07Fix command that brings down loopbackGlenn L McGrath
2002-12-06depends on for telnet and ipcalcGlenn L McGrath
2002-12-06Fixup dumpleases compile problemEric Andersen
2002-12-06Use libbb/get_line_from_file, change default state file locationGlenn L McGrath
2002-12-06Make mapping a config option again to save space, turn off file locking, do ↵Glenn L McGrath
we really need it ?
2002-12-06Fix bug that stoped -a workingGlenn L McGrath