source: MondoRescue/branches/stable/mindi-busybox/networking/udhcp/dhcpd.c@ 1770

Last change on this file since 1770 was 1770, checked in by Bruno Cornec, 16 years ago
  • Better output for mindi-busybox revision
  • Remove dummy file created on NFS - report from Arnaud Tiger <arnaud.tiger_at_hp.com>
  • strace useful for debug
  • fix new versions for pb (2.0.0 for mindi and 1.7.2 for mindi-busybox)
  • fix build process for mindi-busybox + options used in that version (dd for label-partitions-as-necessary)
  • fix typo in label-partitions-as-necessary which doesn't seem to work
  • Update to busybox 1.7.2
  • perl is now required at restore time to support uuid swap partitions (and will be used for many other thigs

in the future for sure)

  • next mindi version will be 2.0.0 due to all the changes made in it (udev may break working distros)
  • small optimization in mindi on keyboard handling (one single find instead of multiple)
  • better interaction for USB device when launching mindi manually
  • attempt to automatically guess block disk size for ramdisk
  • fix typos in bkphw
  • Fix the remaining problem with UUID support for swap partitions
  • Updates mondoarchive man page for USB support
  • Adds preliminary Hardware support to mindi (Proliant SSSTK)
  • Tries to add udev support also for rhel4
  • Fix UUID support which was still broken.
  • Be conservative in test for the start-nfs script
  • Update config file for mindi-busybox for 1.7.2 migration
  • Try to run around a busybox bug (1.2.2 pb on inexistant links)
  • Add build content for mindi-busybox in pb
  • Remove distributions content for mindi-busybox
  • Fix a warning on inexistant raidtab
  • Solve problem on tmpfs in restore init (Problem of inexistant symlink and busybox)
  • Create MONDO_CACHE and use it everywhere + creation at start
  • Really never try to eject a USB device
  • Fix a issue with &> usage (replaced with 1> and 2>)
  • Adds magic file to depllist in order to have file working + ldd which helps for debugging issues
  • tty modes correct to avoid sh error messages
  • Use ext3 normally and not ext2 instead
  • USB device should be corrected after reading (take 1st part)
  • Adds a mount_USB_here function derived from mount_CDROM_here
  • usb detection place before /dev detection in device name at restore time
  • Fix when restoring from USB: media is asked in interactive mode
  • Adds USB support for mondorestore
  • mount_cdrom => mount_media
  • elilo.efi is now searched throughout /boot/efi and not in a fixed place as there is no standard
  • untar-and-softlink => untar (+ interface change)
  • suppress useless softlinks creation/removal in boot process
  • avoids udevd messages on groups
  • Increase # of disks to 99 as in mindi at restore time (should be a conf file parameter)
  • skip existing big file creation
  • seems to work correctly for USB mindi boot
  • Adds group and tty link to udev conf
  • Always load usb-torage (even 2.6) to initiate USB bus discovery
  • Better printing of messages
  • Attempt to fix a bug in supporting OpenSusE 10.3 kernel for initramfs (mindi may now use multiple regex for kernel initrd detection)
  • Links were not correctly done as non relative for modules in mindi
  • exclusion of modules denied now works
  • Also create modules in their ordinary place, so that classical modprobe works + copy modules.dep
  • Fix bugs for DENY_MODS handling
  • Add device /dev/console for udev
  • ide-generic should now really be excluded
  • Fix a bug in major number for tty
  • If udev then adds modprobe/insmod to rootfs
  • tty0 is also cretaed with udev
  • ide-generic put rather in DENY_MODS
  • udevd remove from deplist s handled in mindi directly
  • better default for mindi when using --usb
  • Handles dynamically linked busybox (in case we want to use it soon ;-)
  • Adds fixed devices to create for udev
  • ide-generic should not be part of the initrd when using libata v2
  • support a dynamically linked udev (case on Ubuntu 7.10 and Mandriva 2008.0 so should be quite generic) This will give incitation to move to dyn. linked binaries in the initrd which will help for other tasks (ia6 4)
  • Improvement in udev support (do not use cl options not available in busybox)
  • Udev in mindi
    • auto creation of the right links at boot time with udev-links.conf(from Mandriva 2008.0)
    • rework startup of udev as current makes kernel crash (from Mandriva 2008.0)
    • add support for 64 bits udev
  • Try to render MyInsmod silent at boot time
  • Adds udev support (mandatory for newest distributions to avoid remapping of devices in a different way as on the original system)
  • We also need vaft format support for USB boot
  • Adds libusual support (Ubuntu 7.10 needs it for USB)
  • Improve Ubuntu/Debian keyboard detection and support
  • pbinit adapted to new pb (0.8.10). Filtering of docs done in it
  • Suppress some mondo warnings and errors on USB again
  • Tries to fix lack of files in deb mindi package
  • Verify should now work for USB devices
  • More log/mesages improvement for USB support
  • - Supress g_erase_tmpdir_and_scratchdir
  • Improve some log messages for USB support
  • Try to improve install in mindi to avoid issues with isolinux.cfg not installed vene if in the pkg :-(
  • Improve mindi-busybox build
  • In conformity with pb 0.8.9
  • Add support for Ubuntu 7.10 in build process
  • Add USB Key button to Menu UI (CD streamer removed)
  • Attempt to fix error messages on tmp/scratch files at the end by removing those dir at the latest possible.
  • Fix a bug linked to the size of the -E param which could be used (Arnaud Tiger/René Ribaud).
  • Integrate ~/.pbrc content into mondorescue.pb (required project-builder >= 0.8.7)
  • Put mondorescue in conformity with new pb filtering rules
  • Add USB support at restore time (no test done yet). New start-usb script PB varibale added where useful
  • Unmounting USB device before removal of temporary scratchdir
  • Stil refining USB copy back to mondo (one command was not executed)
  • No need to have the image subdor in the csratchdir when USB.
  • umount the USB partition before attempting to use it
  • Remove useless copy from mindi to mondo at end of USB handling

(risky merge, we are raising the limits of 2 diverging branches. The status of stable is not completely sure as such. Will need lots of tests, but it's not yet done :-()
(merge -r1692:1769 $SVN_M/branches/2.2.5)

File size: 6.7 KB
Line 
1/* vi: set sw=4 ts=4: */
2/* dhcpd.c
3 *
4 * udhcp Server
5 * Copyright (C) 1999 Matthew Ramsay <matthewr@moreton.com.au>
6 * Chris Trew <ctrew@moreton.com.au>
7 *
8 * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001
9 *
10 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
11 */
12
13#include <syslog.h>
14#include "common.h"
15#include "dhcpd.h"
16#include "options.h"
17
18
19/* globals */
20struct dhcpOfferedAddr *leases;
21struct server_config_t server_config;
22
23
24int udhcpd_main(int argc, char **argv);
25int udhcpd_main(int argc, char **argv)
26{
27 fd_set rfds;
28 struct timeval tv;
29 int server_socket = -1, bytes, retval, max_sock;
30 struct dhcpMessage packet;
31 uint8_t *state, *server_id, *requested;
32 uint32_t server_id_align, requested_align, static_lease_ip;
33 unsigned timeout_end;
34 unsigned num_ips;
35 unsigned opt;
36 struct option_set *option;
37 struct dhcpOfferedAddr *lease, static_lease;
38
39 opt = getopt32(argv, "fS");
40 argv += optind;
41
42 if (!(opt & 1)) { /* no -f */
43 bb_daemonize_or_rexec(0, argv);
44 logmode &= ~LOGMODE_STDIO;
45 }
46
47 if (opt & 2) { /* -S */
48 openlog(applet_name, LOG_PID, LOG_LOCAL0);
49 logmode |= LOGMODE_SYSLOG;
50 }
51
52 /* Would rather not do read_config before daemonization -
53 * otherwise NOMMU machines will parse config twice */
54 read_config(argv[0] ? argv[0] : DHCPD_CONF_FILE);
55
56 /* Make sure fd 0,1,2 are open */
57 bb_sanitize_stdio();
58 /* Equivalent of doing a fflush after every \n */
59 setlinebuf(stdout);
60
61 /* Create pidfile */
62 write_pidfile(server_config.pidfile);
63 /* if (!..) bb_perror_msg("cannot create pidfile %s", pidfile); */
64
65 bb_info_msg("%s (v%s) started", applet_name, BB_VER);
66
67 option = find_option(server_config.options, DHCP_LEASE_TIME);
68 server_config.lease = LEASE_TIME;
69 if (option) {
70 memcpy(&server_config.lease, option->data + 2, 4);
71 server_config.lease = ntohl(server_config.lease);
72 }
73
74 /* Sanity check */
75 num_ips = server_config.end_ip - server_config.start_ip + 1;
76 if (server_config.max_leases > num_ips) {
77 bb_error_msg("max_leases=%u is too big, setting to %u",
78 (unsigned)server_config.max_leases, num_ips);
79 server_config.max_leases = num_ips;
80 }
81
82 leases = xzalloc(server_config.max_leases * sizeof(*leases));
83 read_leases(server_config.lease_file);
84
85 if (read_interface(server_config.interface, &server_config.ifindex,
86 &server_config.server, server_config.arp)) {
87 retval = 1;
88 goto ret;
89 }
90
91 /* Setup the signal pipe */
92 udhcp_sp_setup();
93
94 timeout_end = monotonic_sec() + server_config.auto_time;
95 while (1) { /* loop until universe collapses */
96
97 if (server_socket < 0) {
98 server_socket = listen_socket(/*INADDR_ANY,*/ SERVER_PORT,
99 server_config.interface);
100 }
101
102 max_sock = udhcp_sp_fd_set(&rfds, server_socket);
103 if (server_config.auto_time) {
104 tv.tv_sec = timeout_end - monotonic_sec();
105 tv.tv_usec = 0;
106 }
107 retval = 0;
108 if (!server_config.auto_time || tv.tv_sec > 0) {
109 retval = select(max_sock + 1, &rfds, NULL, NULL,
110 server_config.auto_time ? &tv : NULL);
111 }
112 if (retval == 0) {
113 write_leases();
114 timeout_end = monotonic_sec() + server_config.auto_time;
115 continue;
116 }
117 if (retval < 0 && errno != EINTR) {
118 DEBUG("error on select");
119 continue;
120 }
121
122 switch (udhcp_sp_read(&rfds)) {
123 case SIGUSR1:
124 bb_info_msg("Received a SIGUSR1");
125 write_leases();
126 /* why not just reset the timeout, eh */
127 timeout_end = monotonic_sec() + server_config.auto_time;
128 continue;
129 case SIGTERM:
130 bb_info_msg("Received a SIGTERM");
131 goto ret0;
132 case 0: break; /* no signal */
133 default: continue; /* signal or error (probably EINTR) */
134 }
135
136 bytes = udhcp_get_packet(&packet, server_socket); /* this waits for a packet - idle */
137 if (bytes < 0) {
138 if (bytes == -1 && errno != EINTR) {
139 DEBUG("error on read, %s, reopening socket", strerror(errno));
140 close(server_socket);
141 server_socket = -1;
142 }
143 continue;
144 }
145
146 state = get_option(&packet, DHCP_MESSAGE_TYPE);
147 if (state == NULL) {
148 bb_error_msg("cannot get option from packet, ignoring");
149 continue;
150 }
151
152 /* Look for a static lease */
153 static_lease_ip = getIpByMac(server_config.static_leases, &packet.chaddr);
154
155 if (static_lease_ip) {
156 bb_info_msg("Found static lease: %x", static_lease_ip);
157
158 memcpy(&static_lease.chaddr, &packet.chaddr, 16);
159 static_lease.yiaddr = static_lease_ip;
160 static_lease.expires = 0;
161
162 lease = &static_lease;
163 } else {
164 lease = find_lease_by_chaddr(packet.chaddr);
165 }
166
167 switch (state[0]) {
168 case DHCPDISCOVER:
169 DEBUG("Received DISCOVER");
170
171 if (sendOffer(&packet) < 0) {
172 bb_error_msg("send OFFER failed");
173 }
174 break;
175 case DHCPREQUEST:
176 DEBUG("received REQUEST");
177
178 requested = get_option(&packet, DHCP_REQUESTED_IP);
179 server_id = get_option(&packet, DHCP_SERVER_ID);
180
181 if (requested) memcpy(&requested_align, requested, 4);
182 if (server_id) memcpy(&server_id_align, server_id, 4);
183
184 if (lease) {
185 if (server_id) {
186 /* SELECTING State */
187 DEBUG("server_id = %08x", ntohl(server_id_align));
188 if (server_id_align == server_config.server && requested
189 && requested_align == lease->yiaddr
190 ) {
191 sendACK(&packet, lease->yiaddr);
192 }
193 } else if (requested) {
194 /* INIT-REBOOT State */
195 if (lease->yiaddr == requested_align)
196 sendACK(&packet, lease->yiaddr);
197 else
198 sendNAK(&packet);
199 } else if (lease->yiaddr == packet.ciaddr) {
200 /* RENEWING or REBINDING State */
201 sendACK(&packet, lease->yiaddr);
202 } else {
203 /* don't know what to do!!!! */
204 sendNAK(&packet);
205 }
206
207 /* what to do if we have no record of the client */
208 } else if (server_id) {
209 /* SELECTING State */
210
211 } else if (requested) {
212 /* INIT-REBOOT State */
213 lease = find_lease_by_yiaddr(requested_align);
214 if (lease) {
215 if (lease_expired(lease)) {
216 /* probably best if we drop this lease */
217 memset(lease->chaddr, 0, 16);
218 /* make some contention for this address */
219 } else
220 sendNAK(&packet);
221 } else {
222 uint32_t r = ntohl(requested_align);
223 if (r < server_config.start_ip
224 || r > server_config.end_ip
225 ) {
226 sendNAK(&packet);
227 }
228 /* else remain silent */
229 }
230
231 } else {
232 /* RENEWING or REBINDING State */
233 }
234 break;
235 case DHCPDECLINE:
236 DEBUG("Received DECLINE");
237 if (lease) {
238 memset(lease->chaddr, 0, 16);
239 lease->expires = time(0) + server_config.decline_time;
240 }
241 break;
242 case DHCPRELEASE:
243 DEBUG("Received RELEASE");
244 if (lease)
245 lease->expires = time(0);
246 break;
247 case DHCPINFORM:
248 DEBUG("Received INFORM");
249 send_inform(&packet);
250 break;
251 default:
252 bb_info_msg("Unsupported DHCP message (%02x) - ignoring", state[0]);
253 }
254 }
255 ret0:
256 retval = 0;
257 ret:
258 /*if (server_config.pidfile) - server_config.pidfile is never NULL */
259 remove_pidfile(server_config.pidfile);
260 return retval;
261}
Note: See TracBrowser for help on using the repository browser.