index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
files.c
Age
Commit message (
Expand
)
Author
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-01
dhcpd: remember and record hostnames; optimize get_option
Denis Vlasenko
2009-02-02
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2009-02-01
dhcpd,dumpleases: write and use 64-bit current time in lease file.
Denis Vlasenko
2009-01-01
udhcpd: disable opton to have absolute lease times in lease file
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-11-06
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-09-26
dhcp: add FAST_FUNC as appropriate. -160 bytes.
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-20
udhcp: use libbb for config file parsing (by Vladimir)
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-12
-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.
Denis Vlasenko
2008-04-10
udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)
Denis Vlasenko
2008-04-02
udhcpc: add -o "do not request options by default" switch
Denis Vlasenko
2008-03-20
udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2007-12-26
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-11-29
dhcp: heed TODO item - divorced options from their string descriptions
Denis Vlasenko
2007-11-28
dhcpc: let server know we don't like oversized packets.
Denis Vlasenko
2007-11-06
telnet: use poll, it's shorter
Denis Vlasenko
2007-07-03
udhcp: many small fixes:
Denis Vlasenko
2007-07-01
udhcp: new config option "Rewrite the lease file at every new acknowledge"
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-02-27
udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)
Denis Vlasenko
2007-02-04
udhcp: use improved gethostbyname replacement from IPv6 code
Denis Vlasenko
2007-02-02
add a comment so that people won't get confused
Denis Vlasenko
2007-02-02
udhcpd: allow "domain" to be a list of DNS servers, not just one
Denis Vlasenko
2007-01-19
strdup -> xstrdup
Denis Vlasenko
2006-11-27
safe_strtoXX interface proved to be a bit unconvenient.
Denis Vlasenko
2006-11-23
add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes
Denis Vlasenko
2006-11-18
small fixes: using fd-based io instead of FILE*-based,
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-28
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-03-23
sync busybox and udhcp trees
Mike Frysinger
2006-03-01
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-09-23
remove 1 exported
"Vladimir N. Oleynik"
2005-09-22
move a couple of functions from common code (options.c) to udhcpd private
Paul Fox
2004-10-08
Wade Berrier writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use standard C99 types
Eric Andersen
[next]