1. 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 15 years ago
  2. 823b636 ipcalc: more correct checking for proper number of arguments by Steve Bennett · 15 years ago
  3. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  4. 5ab6b0f udhcp: s/sipservers/sipsrv/ to match other similar option names by Denys Vlasenko · 15 years ago
  5. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  6. 4c72104 who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H by Denys Vlasenko · 15 years ago
  7. f8fcc18 udhcpd: note missing sanity checks on INFORM message handling by Denys Vlasenko · 15 years ago
  8. 4f3aa51 udhcp: implement "raw" binary options. Closes bug 735 by Denys Vlasenko · 15 years ago
  9. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  10. c03602b udhcp: s/dhcp_option/dhcp_optflag/g by Denys Vlasenko · 15 years ago
  11. 9c0ea86 udhcpc: trivial shrink by Denys Vlasenko · 15 years ago
  12. 243ddcb udhcpd: support decoding of option 120 "SIP servers". Closes bug 737 by Denys Vlasenko · 15 years ago
  13. 4a1884d ftpd: shrink by 33 bytes by Denys Vlasenko · 15 years ago
  14. 8a659f6 libbb: make index_in_substrings return -1 on ambiguous matches by Denys Vlasenko · 15 years ago
  15. 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
  16. 3720121 ifplugd: more robust interface name match check by Denys Vlasenko · 15 years ago
  17. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  18. 345e093 fix Config.in tab usage by Denys Vlasenko · 15 years ago
  19. 2004fa1 ifplugd: code shrink; expanded comments by Maxim Kryzhanovsky · 15 years ago
  20. fcb84c8 ifplugd: code shrink by Maxim Kryzhanovsky · 15 years ago
  21. c8a2ab1 dumpleases: better help text by Denys Vlasenko · 15 years ago
  22. 406bd14 udhcpd: fix -v/-P mixup by Denys Vlasenko · 15 years ago
  23. 9107b63 udhcp: abort if we see unknown option, and show valid options if so by Denys Vlasenko · 15 years ago
  24. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  25. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  26. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  27. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  28. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  29. 3d9c69f udhcp: add testing bits to dns en/decoder by Denys Vlasenko · 15 years ago
  30. 702f7d6 udhcp: we call DNS name encoder with NULL, this can SEGV. added a check by Denys Vlasenko · 15 years ago
  31. a14a9d7 udhcp: fix DNS domanin codec bug: bad compression flag checks by Denys Vlasenko · 15 years ago
  32. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  33. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
  34. 30ebd7b brctl: fixing stp parameters incompatibility by Maciek Borzecki · 15 years ago
  35. e283413 udhcp: code shrink by Denys Vlasenko · 15 years ago
  36. 6ef8def udhcp: remove two unused fields by Denys Vlasenko · 15 years ago
  37. 6b61629 udhcp: make rfc derived doc more readable (but it still is contradictory) by Denys Vlasenko · 15 years ago
  38. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  39. 8d11445 udhcpc: do not test for srand init, just do it at the start by Denys Vlasenko · 15 years ago
  40. 501e35c udhcp: merge clientpacket.c into dhcpc.c by Denys Vlasenko · 15 years ago
  41. 6b24d53 udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes. by Denys Vlasenko · 15 years ago
  42. 53f72bb dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... by Denys Vlasenko · 15 years ago
  43. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
  44. 2e7aa92 udhcp: tweak udhcpd.conf example and comments. no code changes by Denys Vlasenko · 15 years ago
  45. e5ce91b udhcp: code shrink; disable time and log server options by Denys Vlasenko · 15 years ago
  46. 87fa216 udhcpc: make it possible to disable vendor id; improve help text by Denys Vlasenko · 15 years ago
  47. 0f62c4d udhcpd: remove five more options which do not make sense or not supported by Denys Vlasenko · 15 years ago
  48. a953987 udhcpd: remove redundant code in send_offer() by Denys Vlasenko · 15 years ago
  49. 8a7c166 udhcp: move serverpacket.c into dhcpd.c, no other changes by Denys Vlasenko · 15 years ago
  50. 777706c udhcp: remove support for some really old and odd options by Denys Vlasenko · 15 years ago
  51. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  52. 0c0f176 brctl: Fix comment by Bernhard Reutner-Fischer · 15 years ago
  53. 46abfc0 brctl: fix parsing of timespec to allow 0 (setfd, sethello..) by Maciek Borzecki · 15 years ago
  54. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  55. 9341fd2 ping: do not leak data from stack; shrink by Denys Vlasenko · 15 years ago
  56. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
  57. f6b29a2 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  58. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  59. 45cec1e Config: fix alphabetical ordering by Bernhard Reutner-Fischer · 15 years ago
  60. ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
  61. 8031848 typo fixes by Denys Vlasenko · 15 years ago
  62. 45e9792 netstat: fix a trivial bug by Denys Vlasenko · 15 years ago
  63. 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 15 years ago
  64. 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
  65. 343dfd7 dnsd: add -s option. This allows (clumsy) operation with read dns servers by Denys Vlasenko · 15 years ago
  66. e66a09b dnsd: add more -v messages by Denys Vlasenko · 15 years ago
  67. 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
  68. 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
  69. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  70. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  71. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  72. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  73. 4b06146 tftpd: fix file creation with bogus mode. Closes bug 1021. by Denys Vlasenko · 15 years ago
  74. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  75. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  76. ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
  77. 24928ff ntpd: explain why scripts can be run in quick succession by Denys Vlasenko · 15 years ago
  78. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  79. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  80. dfd38a4 ping: use ICMP_MINLEN by Bernhard Reutner-Fischer · 15 years ago
  81. f3fc9ac ftpd: conditional support for broken clients by Stefan Seyfried · 15 years ago
  82. 33f9dc0 ftpd: code shrink by Denys Vlasenko · 15 years ago
  83. 57f46c1 ntpd: remove some code which is at best unneeded and at worst wrong by Denys Vlasenko · 15 years ago
  84. 9b20adc ntpd: add anti-clock-hopping code by Denys Vlasenko · 15 years ago
  85. 5b9a910 ntpd: disable frequency estimation code by Denys Vlasenko · 15 years ago
  86. 60b9524 whitespace fix by Denys Vlasenko · 15 years ago
  87. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  88. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  89. 65d722b ntpd: explain algorithm by Denys Vlasenko · 15 years ago
  90. 12628b7 ntpd: expose more data to the script; more eagerly drop to lower poll by Denys Vlasenko · 15 years ago
  91. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  92. 866710a nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bug 837 by Denys Vlasenko · 15 years ago
  93. f422a72 ifplugd: restore auto-ifup unless -a; make iff method less iffy :D by Denys Vlasenko · 15 years ago
  94. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  95. ae47335 ntpd: show at loglevel 2 and export in env current poll interval by Denys Vlasenko · 15 years ago
  96. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  97. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  98. 06667f2 ntpd: renew cur_time after script run, it can take a while by Denys Vlasenko · 15 years ago
  99. ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
  100. 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago