ChangeLog 9.3 KB

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