1. 9230582 inetd: use change_identity(). by Denis Vlasenko · 16 years ago
  2. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  3. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  4. 2c91efb libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss by Denis Vlasenko · 17 years ago
  5. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  6. 78e48b2 we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), fix this by Denis Vlasenko · 17 years ago
  7. 8746885 style fixes by Denis Vlasenko · 17 years ago
  8. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  9. cce3858 start_stop_daemon: add -chuid support by Denis Vlasenko · 17 years ago
  10. cb04ff5 fixdep.c: avoit doing memcmp in most cases by Denis Vlasenko · 18 years ago
  11. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  12. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  13. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  14. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  15. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  16. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  17. 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 18 years ago
  18. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  19. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  20. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 18 years ago
  21. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  22. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  23. 06ec8cf Typo fixes brought to you by the letters a, l, and Robert P. Day. by Rob Landley · 18 years ago
  24. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 18 years ago
  25. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 18 years ago
  26. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 18 years ago
  27. c1ef7bd just whitespace by Tim Riker · 18 years ago
  28. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  29. 30c7de0 - move GETXXKEY_R_FUNC into an internal helper file to allow for compiling by Bernhard Reutner-Fischer · 19 years ago
  30. 25413bf Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions by Rob Landley · 19 years ago
  31. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  32. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  33. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  34. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  35. 9615a08 Replace the old and somewhat buggy pwd_grp stuff with the shiny by Eric Andersen · 20 years ago
  36. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  37. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  38. f796700 rename __getgrent so that it doesn't conflict with some libc's by Russ Dill · 21 years ago
  39. ef73d3b Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp by Eric Andersen · 21 years ago
  40. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  41. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  42. 4a2dcd9 oops. make this actually work as intended.... by Eric Andersen · 21 years ago
  43. f60d4b4 Oops. by Eric Andersen · 21 years ago
  44. fd10c70 Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". by Eric Andersen · 21 years ago
  45. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  46. 39438c7 Fixup header file ordering by Eric Andersen · 22 years ago
  47. e167d69 Change #include order to fix warning by Glenn L McGrath · 22 years ago
  48. 4e05b9b include "busybox" after the libc includes tofix compile errors by Glenn L McGrath · 22 years ago
  49. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  50. e18cb71 Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> by Eric Andersen · 22 years ago
  51. 2a1eb31 Yipe. uid and gid were reversed. -Erik by Eric Andersen · 22 years ago
  52. e85dbfd Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! by Eric Andersen · 22 years ago
  53. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  54. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  55. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago