1. d824853 merge from udhcp module by Mike Frysinger · 20 years ago
  2. 9789bf1 return failure when nslookup fails by Eric Andersen · 20 years ago
  3. abf58d6 Wade Berrier writes: by Eric Andersen · 20 years ago
  4. 751750e Patch from Denis Vlasenko to fix a problem where by Eric Andersen · 20 years ago
  5. 07f2fea last_patch139.gz from Vladimir N. Oleynik: by Eric Andersen · 20 years ago
  6. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  7. 31ec93e Add some notes on how to make telnetd actually work by Eric Andersen · 20 years ago
  8. d4004ee Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. by Glenn L McGrath · 20 years ago
  9. b225e2a Fixup some warnings by Eric Andersen · 20 years ago
  10. 97a1de1 Vladimir N. Oleynik writes: by Eric Andersen · 20 years ago
  11. 4014ab1 Set default command to list rather than get, its default behaviour now by Glenn L McGrath · 20 years ago
  12. 15b5885 use SIGTERM to kill off udhcpd, not SIGKILL by Eric Andersen · 20 years ago
  13. 373bc1e As noted by Eric Spakman, calling static_down() and then calling by Eric Andersen · 20 years ago
  14. 7f8bcbe add missing ; by Eric Andersen · 20 years ago 1_00_rc2
  15. b2a3005 bother. unrevert my fix. by Eric Andersen · 20 years ago
  16. ac59425 Make certain that udhcp shuts down the interface by Eric Andersen · 20 years ago
  17. 29128cd oops by Eric Andersen · 20 years ago
  18. 06e62fd Make certain that udhcp shuts down the interface by Eric Andersen · 20 years ago
  19. 4d405bb Patch from Manousaridis Angelos to bring dhclient down more elegently by Glenn L McGrath · 20 years ago
  20. 0177ce1 Patch from Mike Snitzer to fix return codes. by Glenn L McGrath · 20 years ago
  21. 469a1ea Patch from Mike Snitzer, bring down dhclient using its correct pid, fix by Glenn L McGrath · 20 years ago
  22. 5e136f2 Prevent "`bootp_down' was declared implicitly `extern' and later `static'" warning by Eric Andersen · 20 years ago
  23. fe9b9cd Paul Fox writes: by Eric Andersen · 20 years ago
  24. 4872ed9 Robin Farine writes: by Eric Andersen · 20 years ago
  25. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  26. 78a5dde Robin Farine writes: by Eric Andersen · 20 years ago
  27. 5c9323f use busybox sysinfo struct by Russ Dill · 21 years ago
  28. 28885c3 Fix a compile problem by Eric Andersen · 21 years ago
  29. 309c7b7 fix timewarp in client (server fix later) by Russ Dill · 21 years ago
  30. 91e006c remove uneccessary check (already done in pidfile.c) by Russ Dill · 21 years ago
  31. 57f49d3 fix memory leak caused by switch to vfork by Russ Dill · 21 years ago
  32. 6c8161d Steve Grubb writes: by Eric Andersen · 21 years ago
  33. 5ec5828 Fix size command, safe_strtoul gives and error if the \r is left in, the by Glenn L McGrath · 21 years ago
  34. f71ad6c Thomas Koeller writes: by Eric Andersen · 21 years ago
  35. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  36. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  37. a437504 slightly clean the whacked out formatting by Eric Andersen · 21 years ago
  38. 238e354 Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' by Eric Andersen · 21 years ago
  39. 19efb3d Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled by Glenn L McGrath · 21 years ago
  40. 36c7478 Fix up conditional compile of files needed by ip applets by Glenn L McGrath · 21 years ago
  41. 32da885 Fix ftp resume by Glenn L McGrath · 21 years ago
  42. 7b5bb51 Fix indenting by Eric Andersen · 21 years ago
  43. c11a6a8 Patch from Thomas Winkler: by Eric Andersen · 21 years ago
  44. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  45. 539fa95 Oops.. got a bit to aggressive with size optimization and global replace. :-( by Manuel Novoa III · 21 years ago
  46. ca65ca7 Oops. Using the wrong variable was a rather stupid thing for me to do. by Eric Andersen · 21 years ago
  47. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  48. 7d0c519 In spite of the feature freeze, check in a complete rework of route which by Manuel Novoa III · 21 years ago
  49. 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
  50. 3f79300 Patch by Andrew Victor, by Glenn L McGrath · 21 years ago
  51. 0226596 Fix a typo, patch by Andrew Victor by Glenn L McGrath · 21 years ago
  52. fbe984e Fix debugging output, patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  53. 3d752f7 Patch from Steven Scholz to fix compiler warnings by Glenn L McGrath · 21 years ago
  54. d5d5e54 Quick fix for tftp truncation bug by Glenn L McGrath · 21 years ago
  55. d8746cd Joe.C, joe at numa dot com dot tw writes: by Eric Andersen · 21 years ago
  56. 539ffc9 Fernando Silveira writes: by Eric Andersen · 21 years ago
  57. df7d84c Patch from Vodz, cleanup memory usage, send strdup error messages to syslog. by Glenn L McGrath · 21 years ago
  58. 90ed9a0 Patch from James Zhu, telnetd window resizing support. by Glenn L McGrath · 21 years ago
  59. d33278d Patch from Hideki IWAMOTO, output debugging messages to stderr by Glenn L McGrath · 21 years ago
  60. 34e1469 remove duplicate header declarations by Glenn L McGrath · 21 years ago
  61. c699778 Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or by Glenn L McGrath · 21 years ago
  62. f1c4b11 No need to check proxy env variable twice, ignore proxy env variable if by Glenn L McGrath · 21 years ago
  63. 03a0643 Dont use same variable and struct name by Glenn L McGrath · 21 years ago
  64. 82d42db Formatting by Glenn L McGrath · 21 years ago
  65. aac2a19 remove debugging by Glenn L McGrath · 21 years ago
  66. 37aac64 Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option. by Eric Andersen · 21 years ago
  67. 60bb3f3 Mark Lord writes: by Eric Andersen · 21 years ago
  68. ef43749 Joe.C writes: by Eric Andersen · 21 years ago
  69. 24cb17f Fix http proxy use, bytes were swapped by Glenn L McGrath · 21 years ago 1_00_pre6
  70. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  71. 1a834be Use proper C99 types by Eric Andersen · 21 years ago
  72. 39cdf4e Use proper C99 types by Eric Andersen · 21 years ago
  73. f2ec379 Pascal Brisset writes: by Eric Andersen · 21 years ago
  74. eaf5bc0 Redo getconfigent, save 150 bytes, still small memory leak when by Glenn L McGrath · 21 years ago
  75. 53766c4 Fix up a couple of bugs i introduced in yesterdays cleanup. by Glenn L McGrath · 21 years ago
  76. 58a2e0e Patch from Leif Lindholm (slightly modified by me), to fix http by Glenn L McGrath · 21 years ago
  77. 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
  78. a277e02 The functions setconfig, enter and bump_nofile were only called once, marge them into the calling by Glenn L McGrath · 21 years ago
  79. ff6ec8a Use 1 line for function name and return value, by Glenn L McGrath · 21 years ago
  80. 3e77b4e Remove some defined statements by Glenn L McGrath · 21 years ago
  81. c3b134f Changed #define names for common features (superficial) by Glenn L McGrath · 21 years ago
  82. 2faf306 Use bb_get_chomped_line_from_file by Glenn L McGrath · 21 years ago
  83. f980bd5 Fix a bug of mine, identified by Stephane Billiart by Glenn L McGrath · 21 years ago
  84. 6caa073 it should work even if you don't assign a pidfile by Russ Dill · 21 years ago
  85. d242e49 fix a long standing underallocation bug by Russ Dill · 21 years ago
  86. a899263 move debugging to safe place (before vfork) by Russ Dill · 21 years ago
  87. 236e93d Allow recieving file to stdout, sending files from stdin, use the '-' by Glenn L McGrath · 21 years ago
  88. 266c1f5 display the port number number correctly, other minor optimisations by Glenn L McGrath · 21 years ago
  89. ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
  90. 514aeab Use getopt_ulflags by Glenn L McGrath · 21 years ago
  91. 3752d33 Patch from Fillod Stephane: by Eric Andersen · 21 years ago
  92. 769a3ef Patch from Stephane Billiart: by Eric Andersen · 21 years ago
  93. 1a773a6 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
  94. 658f8b1 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
  95. b8d2cd4 don't use kernel headers by Eric Andersen · 21 years ago
  96. b51eb26 Use getopt_ulflags by Glenn L McGrath · 21 years ago
  97. 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
  98. e304956 clean up some bad, bad formatting by Russ Dill · 21 years ago
  99. 76729b8 include headers with prototypes to make sure prototypes match by Russ Dill · 21 years ago
  100. 5f46f1c remove reference to missing header file which is breaking the build by Eric Andersen · 21 years ago