save a bit of code with *strchrnul = '\0' trick
[platform/upstream/busybox.git] / networking / udhcp / files.c
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-11-29 Denis Vlasenkodhcp: heed TODO item - divorced options from their...
2007-11-28 Denis Vlasenkodhcpc: let server know we don't like oversized packets.
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-07-03 Denis Vlasenkoudhcp: many small fixes:
2007-07-01 Denis Vlasenkoudhcp: new config option "Rewrite the lease file at...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-02-27 Denis Vlasenkoudhcp: optionally support RFC3397 (by Gabriel L. Somlo...
2007-02-04 Denis Vlasenkoudhcp: use improved gethostbyname replacement from...
2007-02-02 Denis Vlasenkoadd a comment so that people won't get confused
2007-02-02 Denis Vlasenkoudhcpd: allow "domain" to be a list of DNS servers...
2007-01-19 Denis Vlasenkostrdup -> xstrdup
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-23 Denis Vlasenkoadd "wpad" DHCP option. Spotted some optimization oppor...
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-08 Mike Frysingeradd back in udhcp support
2006-03-23 Mike Frysingerremove in place of external link
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-01-25 Tim Rikerjust whitespace
2005-09-23 "Vladimir N. Oleynik"remove 1 exported
2005-09-22 Paul Foxmove a couple of functions from common code (options...
2004-10-08 Eric AndersenWade Berrier writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse standard C99 types
2003-12-18 Russ DillFinish remerging busybox udhcp and udhcp. Some cleanups...
2003-12-16 Russ Dillclean up some bad, bad formatting
2003-12-16 Eric Andersenremove reference to missing header file which is breaki...
2003-12-16 Russ Dillwhy the complication of a static string rather than...
2003-12-16 Russ Dillwhen compiled standalone, udhcp needs these headers
2003-12-16 Russ Dillwhoops
2003-12-16 Russ Dillnot sure who made this change, but it certainly mucks...
2003-12-15 Russ Dilloptions is a pretty common symbol, bad idea to use...
2003-06-10 Glenn L McGrathVodz, last_patch_88
2002-12-11 Russ Dillresync with udhcp cvs
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-10-14 Russ Dilladded full udhcp integration