aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/clientpacket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-13/+14
| | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-21/+9
| | | | | | away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do...
* add back in udhcp supportMike Frysinger2006-05-081-0/+245
|
* remove in place of external linkMike Frysinger2006-03-231-245/+0
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* add support for setting the dhcp vendor class option (option 60). Paul Fox2005-09-221-6/+1
| | | | | | udhcpc now has a -V (--vendorclass), which will replace the default "udhcpRELEASE" string in this option.
* allow suppression of default client-id. fixes bug 000037. allowsPaul Fox2005-08-011-1/+2
| | | | busybox to match kernel and u-boot behavior with respect to client-id.
* merge from udhcp moduleMike Frysinger2004-12-061-0/+1
|
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-16/+16
|
* Use standard C99 typesEric Andersen2004-01-301-4/+4
|
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-0/+1
|
* options is a pretty common symbol, bad idea to use as a global in udhcp when ↵Russ Dill2003-12-151-3/+3
| | | | compiling into busybox
* Vodz, last_patch_88Glenn L McGrath2003-06-101-8/+2
|
* sync to udhcp 0.9.8Russ Dill2002-10-311-1/+15
|
* added full udhcp integrationRuss Dill2002-10-141-0/+239