1. 0cdd6f5 libbb: fix fallout from nth_string() robustification, closes 14726 by Denys Vlasenko · 2 years, 7 months ago
  2. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  3. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  4. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  5. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  6. 3d0805e libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1 by Denys Vlasenko · 9 years ago
  7. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  8. 6390a3a whitespace fixes by Denys Vlasenko · 9 years ago
  9. b5dabd9 libpwdgrp: fix comment discrepancies by Denys Vlasenko · 9 years ago
  10. 5de4502 libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell by Denys Vlasenko · 9 years ago
  11. cb6a112 libpwdgrp: fix thinko in getpwnam by Tito Ragusa · 10 years ago
  12. 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
  13. e5cae08 libpwdgrp: line counting in error meesages is broken, remove it by Tito Ragusa · 10 years ago
  14. c5d4a04 libpwdgrp: fixes suggested by Tito, comment tweaks by Denys Vlasenko · 10 years ago
  15. db4d105 libpwdgrp: another code shrink by Denys Vlasenko · 10 years ago
  16. 5acf134 libpwdgrp: code shrink by Denys Vlasenko · 10 years ago
  17. 12fc869 libpwdgrp: getgrXXX: empty string is not a member name, do not store it by Denys Vlasenko · 10 years ago
  18. 402451a fix a SEGV in previous commit by Denys Vlasenko · 10 years ago
  19. f993667 libpwdgrp: fix counting of commas in group list by Denys Vlasenko · 10 years ago
  20. 134c530 libpwdgrp: store getXXnam result in a single malloc block by Denys Vlasenko · 10 years ago
  21. 20c0a16 libpwdgrp: make db->def[] one byte shorter by Denys Vlasenko · 10 years ago
  22. 5e62a3d libpwdgrp: use a better estimate of max struct size by Denys Vlasenko · 10 years ago
  23. 9dca6ac libpwdgrp: reinstate Tito's optional atexit freeing by Denys Vlasenko · 10 years ago
  24. 8d547ac libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf) by Denys Vlasenko · 10 years ago
  25. 31d6734 libpwdgrp: tweak comments, replace one xmalloc with xzalloc by Denys Vlasenko · 10 years ago
  26. 908b6e5 libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to succeed by Denys Vlasenko · 10 years ago
  27. 1da09cf libpwdgrp: rewritten to use malloced implementation by Tito Ragusa · 10 years ago
  28. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  29. acdb004 libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions by Denys Vlasenko · 13 years ago
  30. 2e55404 libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC by Denys Vlasenko · 13 years ago
  31. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
  32. ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 14 years ago
  33. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  34. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  35. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  36. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  37. 05d1a32 libpwdgrp: comment out unused data by Denys Vlasenko · 15 years ago
  38. 8d22ca8 libpwdgrp: comment out more unused functions by Denys Vlasenko · 15 years ago
  39. 5530129 libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFS by Denys Vlasenko · 15 years ago
  40. 17fcd72 libpwdgrp: style cleanups by Denys Vlasenko · 15 years ago
  41. 9e59e27 libpwdgrp: code style fixes, no real code changes by Denys Vlasenko · 15 years ago
  42. 57dc3c7 libpwdgrp: can't depend on strlen(line_buff) != 0 by Denys Vlasenko · 15 years ago
  43. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  44. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  45. 6826441 remove redundant NULL check by Denis Vlasenko · 16 years ago
  46. ee5dce3 libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. by Denis Vlasenko · 16 years ago
  47. 2228426 id: fix "id <user>" case. Requires getgrouplist(). by Denis Vlasenko · 16 years ago
  48. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  49. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  50. b74a2db whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
  51. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  52. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  53. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  54. 9230582 inetd: use change_identity(). by Denis Vlasenko · 17 years ago
  55. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  56. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  57. 2c91efb libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss by Denis Vlasenko · 17 years ago
  58. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  59. 78e48b2 we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), fix this by Denis Vlasenko · 18 years ago
  60. 8746885 style fixes by Denis Vlasenko · 18 years ago
  61. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 18 years ago
  62. cce3858 start_stop_daemon: add -chuid support by Denis Vlasenko · 18 years ago
  63. cb04ff5 fixdep.c: avoit doing memcmp in most cases by Denis Vlasenko · 18 years ago
  64. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  65. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  66. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  67. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  68. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  69. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  70. 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 18 years ago
  71. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  72. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  73. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  74. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  75. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  76. 06ec8cf Typo fixes brought to you by the letters a, l, and Robert P. Day. by Rob Landley · 19 years ago
  77. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  78. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  79. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  80. c1ef7bd just whitespace by Tim Riker · 19 years ago
  81. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  82. 30c7de0 - move GETXXKEY_R_FUNC into an internal helper file to allow for compiling by Bernhard Reutner-Fischer · 19 years ago
  83. 25413bf Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions by Rob Landley · 19 years ago
  84. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  85. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  86. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  87. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  88. 9615a08 Replace the old and somewhat buggy pwd_grp stuff with the shiny by Eric Andersen · 20 years ago
  89. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  90. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  91. f796700 rename __getgrent so that it doesn't conflict with some libc's by Russ Dill · 21 years ago
  92. ef73d3b Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp by Eric Andersen · 21 years ago
  93. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  94. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  95. 4a2dcd9 oops. make this actually work as intended.... by Eric Andersen · 21 years ago
  96. f60d4b4 Oops. by Eric Andersen · 21 years ago
  97. fd10c70 Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". by Eric Andersen · 21 years ago
  98. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  99. 39438c7 Fixup header file ordering by Eric Andersen · 22 years ago
  100. e167d69 Change #include order to fix warning by Glenn L McGrath · 22 years ago