13818953b860d645323e66246d67884d67f5c52e
[oweals/busybox.git] / networking / udhcp / ChangeLog
1 0.9.9 (pending)
2 + Added sanity check for max_leases (udhcp bug #1285) (me)
3 + Finally got rid of the trailing space in enviromental vars (me)
4 + added an new enviromental variable: $mask. It contains the number
5   of subnet bits for tools like ip route that require it.
6   (Bastian Blank <waldi@debian.org>, me)
7
8 0.9.8 (021031)
9 + split up README files (me)
10 + use /dev/urandom to seed xid's (instead of time(0)) (me)
11 + fixed renew behavior (me)
12 + udhcp now fits nicely into busybox
13   (Glenn McGrath <bug1@optushome.com.au> as well as myself)
14 + updated client manpage (me)
15 + both client and server now use sockets for signal handling,
16   hopefully, this will be the last needed change in signal
17   handling, I'm fairly certain all the possible races are now
18   closed. (me)
19 + The server now restarts the auto_time timer when it receives
20   a SIGUSR1 (write out config file). (me)
21 + Improve signal handling (David Poole)
22 + Fix to config file parsing (Matt Kraai)
23 + Fix load lease logic (me)
24 + Fix clear_lease logic (me)
25 + -h is now an alias for -H (udhcp bug #1253)
26 + Shorter timeout on not receiving offers (me)
27 + Improved signal behavior by client (me)
28 + Would never assign end address (Keith Smith <keith@ksmith.com>)
29 + Was improperly reporting yiaddr as siaddr (ben-udhcp@bdlow.net)
30   udhcp bug#1256
31 + Fixed reading of client id (David Poole <davep@portsmith.com>)
32 + change sys_errlist[] to strerror() as it aparently doesn't exist
33   (andersee <andersee@codepoet.org>)
34 + fixed get_raw_packet so it returns -2 on non fatal errors
35   (Ted Lemon <Ted.Lemon@nominum.com>)
36 + Improved (hopefully) NAKing behavior (me)
37 + Added -b option (Jouni Malinen)
38 + Compute checksums correctly on big endian hosts 
39   (Jouni Malinen <jkmaline@cc.hut.fi>)
40
41 0.9.7 (020526)
42 + Use add_lease in read_leases, sanitizes leases more, and clears out exprired
43   ones if there is no more room (me)
44 + Moved udhcpd.leases to /var/lib/misc/udhcpd.leases (Debian bug #147747)
45 + Change (obsolete) AF_INET in arping.c to PF_PACKET (Debian bug #127049)
46 + Added script hook for DHCPNAK (nak), as well as providing the message option
47   (me)
48 + Generate the paramaters request list by seeing what options in options.c are
49   ored with OPTION_REQ in options.c
50 + Fix dhcp renew forgetfullness on client (bug #1230)
51 + Fix dhcp release bug on client (bug #1231)
52 + Set option request list for DHCP renew (bug #1233)
53 + Set BOOTREQUEST/REPLY properly
54 + Change client-identifier field to popularly expected behavior (me)
55 + Only reopen port on errors (me)
56 + Change fork/close/setsid structures to daemon() (me)
57 + Allow user to specify udhcpd config file at run time (Steven, me)
58 + Write pidfile after changing it (Steven CTR Carr <Steven.CTR.Carr@tc.faa.gov>)
59 + Added env var docs to udhcpc man page (Matt)
60 + Standardized lowercase udhcp in documentation (me)
61 + Accept packets without a UDP checksum (me)
62 + Accept packets with extra garbage (me)
63 + Better error handling in files.c (me)
64 + Combined read_interface function to reduce COMBINED_BINARY size (me)
65 + Drop calc_length(), some servers choke on smaller packets (me)
66 + Try to clean some fat out (me)
67
68 0.9.6 (011001)
69 + Added bootp paramaters to server (me)
70 + Added bootp paramaters to client (me)
71 + Added vendor id to client (me)
72 + Better pidfile handling in client and server (me)
73 + Added man pages (Matt Kraai <kraai@alumni.carnegiemellon.edu>)
74
75 0.9.5 (010914)
76 + Fixed $HOME and $PATH env passing (me)
77 + Fixed client to only listen for raw packets on correct interface (me)
78 + added --quit,-q option to quit after a lease is obtained (me)
79 + Fixed 100% CPU utilization by client when interface is down (me)
80
81 0.9.4 (010827)
82 + Force broadcast to broken clients that request unicast (ie, MSFT 98)
83 + Make install rules (Adam J. Richter <adam@yggdrasil.com>)
84 + One scripts, instead of many (Adam)
85 + Removed script paramater info files (env vars only) (Adam)
86 + Controlling of forking behavior in client (Adam)
87 + General script.c/dhcpc.c cleanups (Adam)
88
89 0.9.3 (010820)
90 + Increased debugging verbosity (me)
91 + Cut trailing whitespace when reading config file (me)
92 + added hostname option to client (me)
93 + fixed a strncpy bug in script.c (me)
94 + fixed a leaky socket in dhcpc.c (me)
95 + fixed a leaky socket in dhcpd.c (me)
96
97 0.9.2 (010810)
98 + Added raw sockets to client (me)
99 + alignment fixes (Mark Huang)
100 + compiler warning fixes (Mark Huang)
101 + client now sends parameter list (Mark Huang/me)
102 + added ipttl option
103 + Does now not request broadcast packets
104
105 0.9.1 (010806)
106 + Added udhcpc client
107 + reorganized functions/files
108 + listening socket now only binds to one interface
109
110 0.9.0 (010720) Major rewrite, current changes, goals:
111 + should not segfault on bogus packets.
112 + Options can be read from sname and file fields.
113 + supports all DHCP messages (release, decline, inform).
114 + IP block is now specified by a range of IP's.
115 + Leases file now contains lease time (relative, or absolute).
116 + Just about any DHCP option is now supported.
117 + DNS entries are no longer read from resolv.conf
118 + Lease file can be written periodically when the process receives a SIGUSR1
119 + arpping should be supported on all arches.
120 + support for DHCP relays.
121 + DHCP messages can be unicast if the client requests it.
122 + many, many, many other things.
123
124 0.8.29 (000323)
125 + stable(?) release
126
127
128 0.8.28 (000323)
129 + removed alarm as it was causing server to go down
130 + removed debugging
131 + break down dhcpd.c into manageable files
132
133
134 0.8.27 (000221)
135 + OFFER also sends gateway/subnet (for picky dhcp clients)
136 + multiple DNS now handled from resolv.conf if available
137 + multiple WINS (from dhcpd.conf)
138
139 0.8.25 (000120)
140 + now compiles *and* runs on a generic linux system
141         tested with a windows 98 client and the sample config
142         files in the samples directory.
143
144 0.8.24 (000117)
145 + makeiplist tool has basic functionality in place
146 + new sample config files
147 + route add -host 255.255.255.255 dev eth0 added for generic linux
148
149 0.8.23 (000117)
150 + NETtel specific fix for ignoring dhcp requests on 2nd interface
151
152 0.8.22 (000113)
153 + minor changes to compile under a generic linux system
154 + minor config file location changes for a generic linux system
155 + makeiplist fixes.. still incomplete.. but etting closer
156
157 0.8.21 (000113)
158 + now sends the correct server ip instead of hardcoded value
159 + minor debugging fixes for critical messages
160
161 0.8.20 (000106)
162 + cut out dhcp server checking.. this was causing dialout ppp
163         sessions with idle time set to never time out.
164 + also removed the 10 second pause before launching.. as this
165         was originally to stop it replying to a dhcp client
166         on a NETtel which was really a bad way to do it in the
167         first place :-)
168
169 0.8.19 (000104)
170 + fixes for route add -host on a machine that needs to run both
171         a DHCP client and server (dual eth box)
172
173 0.8.18 (991220)
174
175 + Race conditions fixed by disabling alarm whilst the server is busy
176 + Fixed continous clearing of the offered array so that it is only cleared
177   when it is dirty - (could change the position of when dirty is set)
178
179 0.8.17 (991212)
180
181 - has problems clearing out the offered array
182
183 0.8.16 (991203)
184 + Non blocking error is changes to informational as it is not really
185   an error
186
187 0.8.15 (991129)
188 + Servs the dns field 3 times (Nettel only) so that windows servers
189   dont time out whilst nettel is booting
190
191 0.8.14 (991126)
192 + added owner check for the offered array so clean out time may be
193   increased
194 + added new func to print out chadder/MAC
195
196 0.8.13 (991125)
197 + added win95 support (w95 changed xid halfway through conversation)
198 + had to change the offered array to use hardware addresses instead of xid
199 + fixed re offered bug
200 + added more debugging
201
202 0.8.12 (991111)
203 + debugging was real bad.. cleaned up a bit.. needs overhaul
204
205
206 0.8.11 (991110)
207 + fixed up offeredAddr array to actually be used now!! offeredAddr is
208         used to see if another simultaneous connecting client was offered
209         an address that we are about to offer another client (multiple
210         client bug)
211 + removed re_offered variable as it breaks multiple client support
212 + added lease time to ACK -- doesn't work if in OFFER
213 + decreased internal array clear delay to 60 seconds
214 + minor findAddr bug (returning -1 instead of 0)
215 + if clients xid already in offeredAddr offer the same addr and don't add a
216         new addr to offered (caused by a client issuing multiple DISCOVERs)
217
218 0.8.10 (991105)
219 + \n bug in arpping
220 + minor debugging changes (removed printfs etc)
221 + started browseiplist (not finished)
222
223 0.8.9 (19991105)
224 + fixed options array size bug (options were cut off)
225
226 0.8.8 (19991105)
227 + ignores requests from dhcpcd on the same machine
228
229 0.8.7 (19991104)
230 + don't die if we can't bind to search for existing DHCP server
231 + slightly more verbose syslogging
232
233 0.8.6 (19991103)
234 + added makeiplist (not finished -- core dumps)
235 + minor debug changes
236
237 0.8.5 (19991029)
238 + exits if another DHCP server is already on the network
239 + added Linux Makefile
240
241 0.8.4 (19991026)
242 + minor bug fix in findaddr preventing an addr being found
243
244 0.8.3 (19991025)
245 + fixed up debugging
246 + minor hwaddr issues
247
248 0.8.2 (19991022)
249 + free leases (new arpping code from dhcpcd)
250 + fixed bug where crashes if no leases/iplist file
251 + syslogging and debugging switch
252 + serve DNS from resolv.conf
253 + fixed bug where new lease added if same mac offered
254 + now checks the ip is free b4 offering
255 + now supports wins server
256