aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2004-12-06merge from udhcp moduleMike Frysinger
2004-10-13return failure when nslookup failsEric Andersen
2004-10-08Wade Berrier writes:Eric Andersen
2004-10-08Patch from Denis Vlasenko to fix a problem whereEric Andersen
2004-10-08last_patch139.gz from Vladimir N. Oleynik:Eric Andersen
2004-10-08egor duda writes:Eric Andersen
2004-09-23Add some notes on how to make telnetd actually workEric Andersen
2004-09-14Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath
2004-08-28Fixup some warningsEric Andersen
2004-08-26Vladimir N. Oleynik writes:Eric Andersen
2004-08-11Set default command to list rather than get, its default behaviour nowGlenn L McGrath
2004-07-30use SIGTERM to kill off udhcpd, not SIGKILLEric Andersen
2004-07-30As noted by Eric Spakman, calling static_down() and then callingEric Andersen
2004-07-26add missing ;Eric Andersen
2004-07-26bother. unrevert my fix.Eric Andersen
2004-07-26Make certain that udhcp shuts down the interfaceEric Andersen
2004-07-26oopsEric Andersen
2004-07-26Make certain that udhcp shuts down the interfaceEric Andersen
2004-07-23Patch from Manousaridis Angelos to bring dhclient down more elegentlyGlenn L McGrath
2004-07-21Patch from Mike Snitzer to fix return codes.Glenn L McGrath
2004-07-21Patch from Mike Snitzer, bring down dhclient using its correct pid, fixGlenn L McGrath
2004-07-20Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa...Eric Andersen
2004-06-29Paul Fox writes:Eric Andersen
2004-06-22Robin Farine writes:Eric Andersen
2004-06-22Patch from Bastian Blank:Eric Andersen
2004-06-22Robin Farine writes:Eric Andersen
2004-05-19use busybox sysinfo structRuss Dill
2004-05-19Fix a compile problemEric Andersen
2004-05-19fix timewarp in client (server fix later)Russ Dill
2004-05-19remove uneccessary check (already done in pidfile.c)Russ Dill
2004-05-19fix memory leak caused by switch to vforkRuss Dill
2004-05-05Steve Grubb writes:Eric Andersen
2004-05-04Fix size command, safe_strtoul gives and error if the \r is left in, theGlenn L McGrath
2004-04-26Thomas Koeller writes:Eric Andersen
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-13slightly clean the whacked out formattingEric Andersen
2004-04-12Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'Eric Andersen
2004-04-12Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabledGlenn L McGrath
2004-04-12Fix up conditional compile of files needed by ip appletsGlenn L McGrath
2004-04-08Fix ftp resumeGlenn L McGrath
2004-04-06Fix indentingEric Andersen
2004-03-31Patch from Thomas Winkler:Eric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-19Oops.. got a bit to aggressive with size optimization and global replace. :-(Manuel Novoa III
2004-03-15Oops. Using the wrong variable was a rather stupidEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-10In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III
2004-03-06Fix/eliminate use of atolEric Andersen
2004-03-05Patch by Andrew Victor,Glenn L McGrath