Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c37d4c67e85782001953a8bae8a9c65ccdcb2f88
/
networking
/
udhcp
/
common.h
2c3b71a
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
by Denys Vlasenko
· 14 years ago
7d3a48a
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
by Vladislav Grishenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
e58c6e2
dhcp: indicate IP network order in prototypes too
by Denys Vlasenko
· 15 years ago
b7d19cc
dhcp: readability cleanups and small code shrink
by Denys Vlasenko
· 15 years ago
4f3aa51
udhcp: implement "raw" binary options. Closes bug 735
by Denys Vlasenko
· 15 years ago
c03602b
udhcp: s/dhcp_option/dhcp_optflag/g
by Denys Vlasenko
· 15 years ago
243ddcb
udhcpd: support decoding of option 120 "SIP servers". Closes bug 737
by Denys Vlasenko
· 15 years ago
9107b63
udhcp: abort if we see unknown option, and show valid options if so
by Denys Vlasenko
· 15 years ago
385b456
udhcp: cosmetic cleanups; one case of s/full_read/xread/
by Denys Vlasenko
· 15 years ago
7724c76
udhcp: pass pointer to whole packet to "add option" functions
by Denys Vlasenko
· 15 years ago
a8f6b99
udhcp: move options.c to common.c; disable unused bool and s16 option code
by Denys Vlasenko
· 15 years ago
7e6add1
udhcpc: add -x OPT:VAL option
by Denys Vlasenko
· 15 years ago
37a658c
udhcp: handle errors in read_staticlease
by Denys Vlasenko
· 15 years ago
6b61629
udhcp: make rfc derived doc more readable (but it still is contradictory)
by Denys Vlasenko
· 15 years ago
dde8bdc
udhcp: merge options.h into common.h, script.c into dhcpc.c
by Denys Vlasenko
· 15 years ago
501e35c
udhcp: merge clientpacket.c into dhcpc.c
by Denys Vlasenko
· 15 years ago
6b24d53
udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.
by Denys Vlasenko
· 15 years ago
c7dc79e
udhcpd: untangle incredibly messy handling of DHCPREQUEST
by Denys Vlasenko
· 15 years ago
e5ce91b
udhcp: code shrink; disable time and log server options
by Denys Vlasenko
· 15 years ago
6947d2c
udhcp: logging improvements, field and variable renames
by Denys Vlasenko
· 15 years ago
31af3d5
udhcp: shorten mac len from 16 to 6 in lease file
by Denys Vlasenko
· 15 years ago
ac906fa
udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v
by Denys Vlasenko
· 15 years ago
ed8982b
udhcp: add a few TODOs
by Denys Vlasenko
· 16 years ago
26918dd
udhcp: rename server/client_config.arp to server_mac and client_mac
by Denys Vlasenko
· 16 years ago
56f2d06
udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip
by Denys Vlasenko
· 16 years ago
990a617
udhcp: rename giaddr to gateway_nip and server to server_nip
by Denys Vlasenko
· 16 years ago
47f2d7e
udhcpd: don't fail ARP check if returned MAC matches client's one
by Denys Vlasenko
· 16 years ago
f81e8db
*: make "pragma GCC visibility push(hidden)" less ugly
by Denis Vlasenko
· 16 years ago
35a064b
build system: tidying up CONFIG_xxx names (suggested by Rob)
by Denis Vlasenko
· 16 years ago
7ff85c5
udhcp: simplify SO_BINDTODEVICE call
by Denis Vlasenko
· 16 years ago
739e30f
udhcp: add inline docs; small code shrink
by Denis Vlasenko
· 16 years ago
c321b51
udhcp: added some FIXMEs; code shrink. -49 bytes
by Denis Vlasenko
· 16 years ago
f1980f6
dhcp: add FAST_FUNC as appropriate. -160 bytes.
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
6de8994
udhcpc: regularize the names of receiving functions,
by Denis Vlasenko
· 17 years ago
98636eb
Use intra-DSO calls when we build libbusybox. No-op for normal build.
by Denis Vlasenko
· 17 years ago
84da0bf
udhcp: make paths configurable syslogd: trivial build fix
by Denis Vlasenko
· 17 years ago
d55fe3e
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
by Denis Vlasenko
· 17 years ago
b76b9a4
udhcpc: filter unwanted packets in kernel
by Denis Vlasenko
· 17 years ago
fff145d
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options);
by Denis Vlasenko
· 17 years ago
b539c84
dhcp: heed TODO item - divorced options from their string descriptions
by Denis Vlasenko
· 17 years ago
72e7604
dhcpc: cope with buggy DHCP servers which send oversized packets
by Denis Vlasenko
· 17 years ago
6884f66
dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller
by Denis Vlasenko
· 17 years ago
223bc97
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>)
by Denis Vlasenko
· 17 years ago
deabacd
move udhcp_{client/server}_config to common_bufsiz1
by Denis Vlasenko
· 17 years ago
a27a11b
introduce and use xdup2(int, int)
by Denis Vlasenko
· 17 years ago
80edead
udhcp: slight shrink
by Denis Vlasenko
· 17 years ago
42b3dea
udhcp: many small fixes:
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
fbd2918
udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.
by Denis Vlasenko
· 18 years ago
af1c843
Move udhcp to new NOMMU helpers.
by Denis Vlasenko
· 18 years ago
b6aae0f
preparatory patch for -Wwrite-strings #2
by Denis Vlasenko
· 18 years ago
1d14e6f
Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)
by Denis Vlasenko
· 18 years ago
5a3395b
udhcp: fix indentation and style.
by Denis Vlasenko
· 18 years ago
3538b9a
Implement optional syslog logging using ordinary
by Denis Vlasenko
· 18 years ago
63fc1a9
Standardize on the vi editing directives being on the first line.
by "Robert P. J. Day"
· 18 years ago
3f78561
My first bout of untangling udhcp. Make lots of gratuitous #defines go
by Rob Landley
· 19 years ago
7031f62
add back in udhcp support
by Mike Frysinger
· 19 years ago
787140d
remove in place of external link
by Mike Frysinger
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
b628409
more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS
by "Vladimir N. Oleynik"
· 19 years ago
2f9c30a
safe exported namespace for udhcp. Not full, bore :-(
by "Vladimir N. Oleynik"
· 19 years ago
918f2ab
Revert the uptime() removal. Let the list sort it out...
by Rob Landley
· 20 years ago
8b80c71
Patch from Shaun Jackman:
by Rob Landley
· 20 years ago
309c7b7
fix timewarp in client (server fix later)
by Russ Dill
· 21 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
4e864a3
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
by Russ Dill
· 21 years ago
a8da17a
Add missing pieces from vodz' last_patch88
by Eric Andersen
· 22 years ago