1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 9b90d9b adduser: better logic for choosing addgroup -g/--gid by Denys Vlasenko · 13 years ago
  6. 569e930 adduser: prefer to call addgroup --gid, not non-std addgroup -g by Denys Vlasenko · 13 years ago
  7. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 13 years ago
  8. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 13 years ago
  9. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 13 years ago
  10. 143c5ba adduser: use better argv passing to addgroup by Denys Vlasenko · 13 years ago
  11. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 13 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. cb7edc2 adduser: copy /etc/skel to mew homes. +100 bytes by Denys Vlasenko · 14 years ago
  14. 38d3e64 adduser: create a group for net user too by Denys Vlasenko · 14 years ago
  15. 4653e44 adduser: more fixes to "add user to specified group" by Denys Vlasenko · 14 years ago
  16. 0681137 adduser: fix a logical inversion which made -G GRP inoperative by Tito Ragusa · 14 years ago
  17. 2907e79 add comment about /etc/gshadow, no code changes by Denys Vlasenko · 15 years ago
  18. 189f74d passwd + /etc/shadow: chage "change time" field too by Denys Vlasenko · 15 years ago
  19. 1b0a93e adduser/addgroup: make system id range configurable. by Denys Vlasenko · 15 years ago
  20. c2931aa adduser/addgroup: support specifying uid/gid, add system by Denis Vlasenko · 15 years ago
  21. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 15 years ago
  22. 7223424 pointless whitespace/comment fixes, no code changes by Denis Vlasenko · 15 years ago
  23. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 15 years ago
  24. a2333c8 randomtest fixes by Denis Vlasenko · 15 years ago
  25. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 15 years ago
  26. f478fde adduser: allow adding to group 0; don't _create_ /etc/shadow, by Denis Vlasenko · 15 years ago
  27. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  28. a7d6c8b adduser/addgroup: check username for invalid chars by Denis Vlasenko · 16 years ago
  29. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  30. 753f42a adduser: optional support for long options. +110 bytes. closes bug 2134. by Denis Vlasenko · 16 years ago
  31. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago
  32. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  33. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  34. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  35. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  36. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  37. f1f1b69 addgroup: "disallow addgroup -g num user group"; make -g 0 work by Denis Vlasenko · 17 years ago
  38. 39125be adduser: close /etc/{passwd,shadow} before calling passwd etc. by Denis Vlasenko · 17 years ago
  39. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  40. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  41. 7695328 adduser: don't bomb out if shadow password file doesn't exist by Denis Vlasenko · 17 years ago
  42. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  43. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 17 years ago
  44. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 17 years ago
  45. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  46. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 17 years ago
  47. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 17 years ago
  48. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 17 years ago
  49. 3ef70d4 adduser: trivial code movement by Denis Vlasenko · 17 years ago
  50. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  51. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  52. c345d8e sulogin: add support for $SUSHELL & $sushell by Denis Vlasenko · 18 years ago
  53. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  54. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  55. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  56. 6210375 Bugfix from Tito to make sure /etc/group gets updated. by Rob Landley · 18 years ago
  57. 9a2dd51 Rewrite/shrink by tito. by Rob Landley · 18 years ago
  58. c1ef7bd just whitespace by Tim Riker · 18 years ago
  59. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 18 years ago
  60. 4ee2eee Quote the user we pass to addgroup so funky chars are preserved. Fix by dragan_marinkovic in Bug 544 by Mike Frysinger · 19 years ago
  61. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  62. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  63. 192c35f Tito writes: by Eric Andersen · 20 years ago
  64. 88e38ca Bertrand Baudet writes: by Eric Andersen · 20 years ago
  65. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  66. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  67. f0f754a Based on a tinylogin patch from Philip Blundell, add several by Eric Andersen · 21 years ago
  68. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  69. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  70. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  71. 2c0d0f0 Fix for the totally broken adduser applet (parts/ideas from vodz and tito) by Robert Griebl · 22 years ago
  72. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  73. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago