aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-303-7/+7
* just whitespaceTim Riker2006-01-2513-42/+42
* - add platform.h.Bernhard Reutner-Fischer2006-01-223-17/+9
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-16/+14
* more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"2005-09-2310-20/+35
* remove 1 exported"Vladimir N. Oleynik"2005-09-232-2/+1
* move a couple of functions from common code (options.c) to udhcpd privatePaul Fox2005-09-224-50/+51
* add support for setting the dhcp vendor class option (option 60). Paul Fox2005-09-224-9/+28
* safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"2005-09-225-1/+14
* Fix the warning by rewriting the function to be smaller and simpler.Rob Landley2005-09-081-28/+17
* Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley2005-09-011-1/+1
* allow suppression of default client-id. fixes bug 000037. allowsPaul Fox2005-08-012-4/+14
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* remove duplicate check against chaddr.Paul Fox2005-07-211-3/+0
* applying fix for:Paul Fox2005-07-201-0/+5
* Tobias Krawutschke found a bug where the DHCP client would accept packetsRob Landley2005-05-261-0/+3
* Revert the uptime() removal. Let the list sort it out...Rob Landley2005-05-044-5/+14
* Patch from Shaun Jackman:Rob Landley2005-05-044-14/+5
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* In Bug 209, bernhardf writes:Mike Frysinger2005-04-161-12/+12
* merge from udhcp moduleMike Frysinger2004-12-066-4/+30
* Wade Berrier writes:Eric Andersen2004-10-088-5/+253
* egor duda writes:Eric Andersen2004-10-082-6/+9
* 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
* Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath2004-04-251-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-149-11/+11
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1525-193/+192
* Patch by Andrew Victor,Glenn L McGrath2004-03-052-5/+10
* Fix a typo, patch by Andrew VictorGlenn L McGrath2004-03-051-1/+1
* Use standard C99 typesEric Andersen2004-01-3019-117/+117
* it should work even if you don't assign a pidfileRuss Dill2003-12-261-6/+7
* fix a long standing underallocation bugRuss Dill2003-12-241-2/+5
* move debugging to safe place (before vfork)Russ Dill2003-12-241-3/+2
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-1825-284/+509
* clean up some bad, bad formattingRuss Dill2003-12-161-48/+49
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-168-1/+9
* remove reference to missing header file which is breaking the buildEric Andersen2003-12-161-1/+0
* revert removal of defineRuss Dill2003-12-161-1/+1
* forgotten includeRuss Dill2003-12-161-0/+1
* why the complication of a static string rather than a define? gcc isn't dumbRuss Dill2003-12-163-2/+5
* start attempting to bring udhcp in busybox back to the state where it is (ide...Russ Dill2003-12-163-6/+80
* when compiled standalone, udhcp needs these headersRuss Dill2003-12-161-0/+2
* whoopsRuss Dill2003-12-161-1/+1
* not sure who made this change, but it certainly mucks things up (note 'fwrite...Russ Dill2003-12-161-9/+13
* make udhcp work under uclinux, to an extentRuss Dill2003-12-152-1/+7
* options is a pretty common symbol, bad idea to use as a global in udhcp when ...Russ Dill2003-12-155-16/+17