udhcpd: add code which rejects lease files with suspicious or old timestamp.
[platform/upstream/busybox.git] / networking / udhcp / files.c
2009-02-02 Denis Vlasenkoudhcpd: add code which rejects lease files with suspici...
2009-02-01 Denis Vlasenkodhcpd,dumpleases: write and use 64-bit current time...
2009-01-01 Denis Vlasenkoudhcpd: disable opton to have absolute lease times...
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-09-26 Denis Vlasenkodhcp: add FAST_FUNC as appropriate. -160 bytes.
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-20 Denis Vlasenkoudhcp: use libbb for config file parsing (by Vladimir)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-12 Denis Vlasenko-Wall fixes by Cristian Ionescu-Idbohrn. No object...
2008-04-10 Denis Vlasenkoudhcp,ipcalc: simple code shrink (Nico Erfurth <masta...
2008-04-02 Denis Vlasenkoudhcpc: add -o "do not request options by default"...
2008-03-20 Denis Vlasenkoudhcp: fix wrong order of args here: index_in_strings...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
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