Michael Brown
|
cf03304620
|
[Settings] Introduce settings applicators.
Convert DHCP option applicators in dns.c and iscsi.c to settings
applicators.
Kill off DHCP option applicators.
|
17 years ago |
Michael Brown
|
f6a8158eed
|
Make seek information part of the xfer metadata, rather than an entirely
separate xfer method.
Add missing .alloc_iob entries to several xfer_interface_operations
structures.
|
17 years ago |
Michael Brown
|
9fd6a0418f
|
Allowed zero-cost enforced ordering of features in startup banner
list.
Added FEATURE() macros to most relevant (non-driver) files.
|
17 years ago |
Michael Brown
|
f44969f7df
|
nameserver should be static
|
17 years ago |
Michael Brown
|
237e23c1c9
|
Add debug message when nameserver setting is applied/changed via DHCP.
|
17 years ago |
Michael Brown
|
b34d4d0449
|
Separate the "is data ready" function of xfer_seek() into an
xfer_window() function, which can return a scalar rather than a
boolean.
|
17 years ago |
Michael Brown
|
ca4c6f9eee
|
Kill off unused request() method in data-xfer interface.
|
17 years ago |
Holger Lubitz
|
2b9fb513f4
|
convert to zalloc
|
17 years ago |
Michael Brown
|
1567b69895
|
Add concept of DHCP option applicators.
|
17 years ago |
Michael Brown
|
f87bc837f4
|
Updated DNS to use not-yet-implemented UDP data-xfer API.
|
18 years ago |
Michael Brown
|
63719deea9
|
Introduce name resolution interface and named socket opener.
|
18 years ago |
Michael Brown
|
92a78c8e15
|
Added SIGKILL handler
|
18 years ago |
Michael Brown
|
4e3976711d
|
A working name resolution framework
|
18 years ago |
Michael Brown
|
075f8144ff
|
Have DHCP set the nameserver, rather than DNS read the DHCP nameserver
value.
|
18 years ago |
Michael Brown
|
99e58865c7
|
Use struct sockaddr rather than struct sockaddr_tcpip
Tidy up code
|
18 years ago |
Michael Brown
|
9af12d5fba
|
A working DNS resolver (not yet tied in to anything)
|
18 years ago |