summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing ;1_00_rc2Eric Andersen2004-07-261-1/+1
* bother. unrevert my fix.Eric Andersen2004-07-261-1/+2
* Make certain that udhcp shuts down the interfaceEric Andersen2004-07-261-2/+1
* oopsEric Andersen2004-07-261-1/+1
* Make certain that udhcp shuts down the interfaceEric Andersen2004-07-261-1/+2
* Patch from Manousaridis Angelos to bring dhclient down more elegentlyGlenn L McGrath2004-07-231-1/+2
* Patch from Mike Snitzer to fix return codes.Glenn L McGrath2004-07-211-13/+29
* Patch from Mike Snitzer, bring down dhclient using its correct pid, fixGlenn L McGrath2004-07-211-2/+2
* Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa...Eric Andersen2004-07-201-9/+9
* Paul Fox writes:Eric Andersen2004-06-291-2/+2
* Robin Farine writes:Eric Andersen2004-06-221-2/+2
* Patch from Bastian Blank:Eric Andersen2004-06-221-5/+7
* Robin Farine writes:Eric Andersen2004-06-221-1/+1
* use busybox sysinfo structRuss Dill2004-05-192-1/+1
* Fix a compile problemEric Andersen2004-05-191-2/+1
* fix timewarp in client (server fix later)Russ Dill2004-05-194-6/+16
* remove uneccessary check (already done in pidfile.c)Russ Dill2004-05-191-6/+4
* fix memory leak caused by switch to vforkRuss Dill2004-05-191-3/+4
* Steve Grubb writes:Eric Andersen2004-05-051-2/+4
* Fix size command, safe_strtoul gives and error if the \r is left in, theGlenn L McGrath2004-05-041-1/+6
* Thomas Koeller writes:Eric Andersen2004-04-262-2/+2
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-254-4/+4
* Larry Doolittle writes:Eric Andersen2004-04-1414-27/+27
* slightly clean the whacked out formattingEric Andersen2004-04-131-46/+47
* Eric Spakman noticed that ifdown' will attempt to run 'ifconfig'Eric Andersen2004-04-121-1/+1
* Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabledGlenn L McGrath2004-04-121-3/+3
* Fix up conditional compile of files needed by ip appletsGlenn L McGrath2004-04-121-0/+36
* Fix ftp resumeGlenn L McGrath2004-04-081-5/+9
* Fix indentingEric Andersen2004-04-061-12/+12
* Patch from Thomas Winkler:Eric Andersen2004-03-311-3/+9
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-274-6/+6
* Oops.. got a bit to aggressive with size optimization and global replace. :-(Manuel Novoa III2004-03-191-3/+5
* Oops. Using the wrong variable was a rather stupidEric Andersen2004-03-151-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1555-421/+420
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-101-478/+486
* Fix/eliminate use of atolEric Andersen2004-03-065-12/+22
* Patch by Andrew Victor,Glenn L McGrath2004-03-052-5/+10
* Fix a typo, patch by Andrew VictorGlenn L McGrath2004-03-051-1/+1
* Fix debugging output, patch by Hideki IWAMOTOGlenn L McGrath2004-03-051-1/+1
* Patch from Steven Scholz to fix compiler warningsGlenn L McGrath2004-03-051-5/+7
* Quick fix for tftp truncation bugGlenn L McGrath2004-02-261-1/+1
* Joe.C, joe at numa dot com dot tw writes:Eric Andersen2004-02-241-0/+14
* Fernando Silveira writes:Eric Andersen2004-02-222-0/+95
* Patch from Vodz, cleanup memory usage, send strdup error messages toGlenn L McGrath2004-02-221-11/+22
* Patch from James Zhu, telnetd window resizing support.Glenn L McGrath2004-02-221-10/+28
* Patch from Hideki IWAMOTO, output debugging messages to stderrGlenn L McGrath2004-02-221-6/+6
* remove duplicate header declarationsGlenn L McGrath2004-02-221-14/+6
* Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting orGlenn L McGrath2004-02-221-2/+2
* No need to check proxy env variable twice, ignore proxy env variable ifGlenn L McGrath2004-02-221-14/+15
* Dont use same variable and struct nameGlenn L McGrath2004-02-181-35/+37