Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
c4f12f59cc
-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.
|
16 years ago |
Denis Vlasenko
|
fcc6347976
udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)
|
16 years ago |
Denis Vlasenko
|
2e4c3c4cc3
udhcpc: add -o "do not request options by default" switch
|
16 years ago |
Denis Vlasenko
|
027271e5a9
udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);
|
16 years ago |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 years ago |
Bernhard Reutner-Fischer
|
8c69afd992
- be C99 friendly. Anonymous unions are a GNU extension. This change is
|
17 years ago |
Denis Vlasenko
|
c03e872112
save a bit of code with *strchrnul = '\0' trick
|
17 years ago |
Denis Vlasenko
|
b539c8452f
dhcp: heed TODO item - divorced options from their string descriptions
|
17 years ago |
Denis Vlasenko
|
35ff74676b
dhcpc: let server know we don't like oversized packets.
|
17 years ago |
Denis Vlasenko
|
1bec1b980e
telnet: use poll, it's shorter
|
17 years ago |
Denis Vlasenko
|
42b3dea9bf
udhcp: many small fixes:
|
17 years ago |
Denis Vlasenko
|
c82b5108e1
udhcp: new config option "Rewrite the lease file at every new acknowledge"
|
17 years ago |
Denis Vlasenko
|
50f7f446ec
bb_full_fd_action: remove potential xmalloc from NOFORK path
|
17 years ago |
Denis Vlasenko
|
5066473d41
udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>)
|
17 years ago |
Denis Vlasenko
|
e991303406
udhcp: use improved gethostbyname replacement from IPv6 code
|
18 years ago |
Denis Vlasenko
|
e129f43c83
add a comment so that people won't get confused
|
18 years ago |
Denis Vlasenko
|
c4d606e367
udhcpd: allow "domain" to be a list of DNS servers, not just one
|
18 years ago |
Denis Vlasenko
|
4ebaf10742
strdup -> xstrdup
|
18 years ago |
Denis Vlasenko
|
d686a045c8
safe_strtoXX interface proved to be a bit unconvenient.
|
18 years ago |
Denis Vlasenko
|
c90c3f30a8
add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes
|
18 years ago |
Denis Vlasenko
|
61126ab30a
small fixes: using fd-based io instead of FILE*-based,
|
18 years ago |
Denis Vlasenko
|
5a3395bc01
udhcp: fix indentation and style.
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Rob Landley
|
3f78561d63
My first bout of untangling udhcp. Make lots of gratuitous #defines go
|
18 years ago |
Mike Frysinger
|
7031f62d9b
add back in udhcp support
|
18 years ago |
Mike Frysinger
|
787140df39
remove in place of external link
|
18 years ago |