Denys Vlasenko
|
5ab6b0f563
udhcp: s/sipservers/sipsrv/ to match other similar option names
|
14 years ago |
Denys Vlasenko
|
4f3aa51f9d
udhcp: implement "raw" binary options. Closes bug 735
|
14 years ago |
Denys Vlasenko
|
c03602baa4
udhcp: s/dhcp_option/dhcp_optflag/g
|
14 years ago |
Denys Vlasenko
|
243ddcbc76
udhcpd: support decoding of option 120 "SIP servers". Closes bug 737
|
14 years ago |
Denys Vlasenko
|
8a659f6ff9
libbb: make index_in_substrings return -1 on ambiguous matches
|
14 years ago |
Denys Vlasenko
|
9107b63a7f
udhcp: abort if we see unknown option, and show valid options if so
|
14 years ago |
Denys Vlasenko
|
7724c766bd
udhcp: pass pointer to whole packet to "add option" functions
|
14 years ago |
Denys Vlasenko
|
a8f6b99987
udhcp: move options.c to common.c; disable unused bool and s16 option code
|
14 years ago |
Denys Vlasenko
|
6947d2c7e1
udhcp: logging improvements, field and variable renames
|
15 years ago |
Denys Vlasenko
|
ac906fa85e
udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v
|
15 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
80edead5ea
udhcp: slight shrink
|
17 years ago |
Denis Vlasenko
|
42b3dea9bf
udhcp: many small fixes:
|
17 years ago |
Denis Vlasenko
|
6e6d331d97
udhcpc: stop deleting our own pidfile if we daemonize.
|
17 years ago |
Denis Vlasenko
|
fbd2918f5c
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
|
17 years ago |
Denis Vlasenko
|
10457b90db
make pidfile writing configurable.
|
17 years ago |
Denis Vlasenko
|
af1c84360f
Move udhcp to new NOMMU helpers.
|
17 years ago |
Denis Vlasenko
|
e06bed30cf
use bb_sanitize_stdio() where appropriate
|
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
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
239369b368
Fix (hopefully) bug 976. Need more thorough audit.
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
Denis Vlasenko
|
27af5a0dd3
replacing func() with xfunc() where appropriate
|
18 years ago |
Rob Landley
|
3f78561d63
My first bout of untangling udhcp. Make lots of gratuitous #defines go
|
18 years ago |
Bernhard Reutner-Fischer
|
0a8812bdc5
- replace _PATH_DEVNULL with bb_dev_null
|
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 |
Rob Landley
|
918f2ab3d7
Revert the uptime() removal. Let the list sort it out...
|
19 years ago |