aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2003-02-09New applet, inetd, make httpd features more configurable, update authors, las...Glenn L McGrath
2003-02-08Rewrite by Manuel Novoa III, very compact implimentation.Glenn L McGrath
2003-02-03Fix a couple more ifupdown bugsEric Andersen
2003-01-27This seems sufficient for ifup and ifdown to actually workEric Andersen
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen
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
2003-01-21header updateGlenn L McGrath
2003-01-20New test mode that allows run_parts to fail silently if the directoryGlenn L McGrath
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
2003-01-16Use vsyslog instead of syslog, improve initalisation and cleanup ofGlenn L McGrath
2003-01-14Fix leading spaces bug, free line buffer, redo next_word, save someGlenn L McGrath
2003-01-14Eliminate most instances where we use linux kernel headersEric Andersen
2003-01-14Eliminate use of kernel header fileEric Andersen
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath
2003-01-12Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen
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
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 si...Glenn L McGrath
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
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
2002-12-11Makefile rework coordinate with Russ so udhcp will behaveEric Andersen
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
2002-12-11Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen
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
2002-12-08Start to cleanup handling of the state file, save some space and uses linked ...Glenn L McGrath
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