1. f60a473 avoid altering the SIGCHLD handler before execve by Andrea Arcangeli · 14 years ago jellybean jellybean-ubuntuphone
  2. b816cab Merge remote-tracking branch 'chains/gc' into jb2 by Andrew Sutherland · 14 years ago
  3. ec85d84 Revert "su: LOG* -> ALOG*" by Andrew Sutherland · 14 years ago
  4. 95e81e5 Update version by Adam Shanks · 14 years ago
  5. 794fb00 Multi-user support with 3 modes by Adam Shanks · 14 years ago
  6. de0050d Fix for apps that use multiple commands by Adam Shanks · 14 years ago
  7. 779707b Fix for apps that use multiple commands not being remembered properly by Adam Shanks · 14 years ago
  8. fa0b93d Prevent command line pollution from allowing privilege escalation by Adam Shanks · 14 years ago
  9. ad1151e Read in the extra line of the default store file by Adam Shanks · 14 years ago
  10. 6a5c06e Remove <endian.h> by git-core · 14 years ago
  11. fb7c8d1 Mark child as volatile by git-core · 14 years ago
  12. 70a5e41 Move kill_child into send_intent by git-core · 14 years ago
  13. dfb29f9 Don't touch su context in children by git-core · 14 years ago
  14. 6799779 Wait until the child is really killed, ... by git-core · 14 years ago
  15. 40c3d17 Guard select from SIGCHLD by git-core · 14 years ago
  16. dbe1249 Don't wait until am terminates, kill it, if it hangs by git-core · 14 years ago
  17. acf38cd Move socket_path to the su context by git-core · 14 years ago
  18. fcd02a7 Declare deny/allow as noreturn by git-core · 14 years ago
  19. 2ceab21 Speed up the CM-specific code a bit for non-CM ROMs by git-core · 14 years ago
  20. 4692fd8 Move CM-specific code to access_disabled() by git-core · 14 years ago
  21. 53f2241 Set close-on-exec for the socket by git-core · 14 years ago
  22. f09ab43 Use fork/exec instead of system(3) by git-core · 14 years ago
  23. 0fa617a Move headers required by PLOGE in su.h by git-core · 14 years ago
  24. 2899822 Use /dev as storage for cache again by git-core · 14 years ago
  25. ffe8b01 Fix compilation on JB by git-core · 14 years ago
  26. a315e38 Clean up database_check by git-core · 14 years ago
  27. 5bbd487 Set effective uid/gid back, unlink fails otherwise by git-core · 14 years ago
  28. c6ef3cc Add missing usistd.h for system(3) by git-core · 14 years ago
  29. 647459b su: LOG* -> ALOG* by Paul Mongold · 14 years ago jellybean-4.1.2
  30. f215759 Revert "Revert "Update version"" by Adam Shanks · 14 years ago
  31. d74df17 Revert "Revert "Use flat files for stored apps"" by Adam Shanks · 14 years ago
  32. 588c414 Revert "Use flat files for stored apps" by Adam Shanks · 14 years ago
  33. 15ea355 Revert "Update version" by Adam Shanks · 14 years ago
  34. ff77b49 Update version by Adam Shanks · 14 years ago
  35. ec37525 Use flat files for stored apps by Adam Shanks · 14 years ago
  36. 538413f CM specific changes to allow disabling of root access from system settings by Adam Shanks · 14 years ago
  37. 8bf97db Send information required for the result service in the intent by Adam Shanks · 14 years ago
  38. d86184a Build su as static. by Adam Shanks · 14 years ago
  39. 382d1e3 Use am to send intents rather than a binder transaction. by Adam Shanks · 14 years ago
  40. f39dbf0 Change euid back to root before finally set a new id by git-core · 14 years ago
  41. 8afac1d Setup environment for a new process image, implement -p/-m options by git-core · 14 years ago
  42. c97414b Revert "Inherit the environment of the caller process for a new process image" by git-core · 14 years ago
  43. b7744e9 Merge branch 'gc' into gc-ics by git-core · 14 years ago
  44. 3352996 constantify su_context* arg & small cosmetic fixes by git-core · 14 years ago
  45. 067da4e Provide LOG_TAG for db too by git-core · 14 years ago
  46. 73e06ac Pass last parameter to send_intent() as pointer to the action name by git-core · 14 years ago
  47. 95fe237 Call property_get() only once by git-core · 14 years ago
  48. 6f6eb26 Move frequently used code snippet in get_command() by git-core · 14 years ago
  49. 4eb8017 Combine su_initiator and su_request into su_context by git-core · 14 years ago
  50. 418ec8b Pass the rest of arguments in the command line to a callee by git-core · 14 years ago
  51. ac59b39 Handle -l option by git-core · 14 years ago
  52. 69c1b43 Return special exit code when terminating by signal by git-core · 14 years ago
  53. e39e1e3 Accurately handle -c option by git-core · 14 years ago
  54. aa74885 Prepare to implement argument passing from su command line to a callee by git-core · 14 years ago
  55. c29f8d4 Remove the communication socket if Ctrl+C (SIGINT) or Ctrl+\ (SIGQUIT) are pressed by git-core · 14 years ago
  56. bc9bbec Check syscall return codes by git-core · 14 years ago
  57. 94d02f2 Bump version by Adam Shanks · 14 years ago
  58. 0e769cc Don't allow garbage instead of real uid in the command line by git-core · 14 years ago
  59. fc7479f Be compatible with other implementation of su by git-core · 14 years ago
  60. da86864 Exit with false status if exec(3) fails ... by git-core · 14 years ago
  61. b3c8708 Fix segmentation fault when shell passed via -s doesn't contain / by git-core · 14 years ago
  62. 57d607f Use DEFAULT_COMMAND intead of hardcoded name for default shell by git-core · 14 years ago
  63. 983d8e0 Reorder the code which stores intent into parcel for clarity by git-core · 14 years ago
  64. cf50c02 Fix off-by-one bug when calculating the bundle size by git-core · 14 years ago
  65. 815edac Merge legacy branch by git-core · 14 years ago
  66. cbcc769 Don't use mktemp by git-core · 14 years ago
  67. 73a4964 Move all code that deals with database in db.c by git-core · 14 years ago
  68. fb9f063 Preliminary fix for security issue reported via private email by git-core · 14 years ago
  69. b9a681d Use /dev as storage for cache instead of /data/data by git-core · 14 years ago
  70. c46a3db bump version by Adam Shanks · 14 years ago
  71. 4b22bdc Fix for Android 4.0.3 from shakalaca on github by Adam Shanks · 14 years ago
  72. ae5862b Remove all occurences of req_uid by Gleb O. Raiko · 15 years ago
  73. b1e2851 Fix potential security flaw in creation of sockets/directories by Gleb O. Raiko · 15 years ago
  74. 77cf837 Clean up sources by Gleb O. Raiko · 15 years ago
  75. 7e47a99 Always free result table if sqlite3_get_table succeeds by Gleb O. Raiko · 15 years ago
  76. 8cee79f Remove setgroups in allow() by Gleb O. Raiko · 15 years ago
  77. 8fb8756 Report error from read rather than successful completion of close by Gleb O. Raiko · 15 years ago
  78. e0329ce Inherit the environment of the caller process for a new process image by git-core · 14 years ago
  79. 070fc98 bump version by Adam Shanks · 14 years ago
  80. 9934e87 Fix for Android 4.0.3 from shakalaca on github by Adam Shanks · 14 years ago
  81. 690dcc6 Merge pull request #4 from git-core/master by Adam Shanks · 14 years ago
  82. 1fe89ff Remove all occurences of req_uid by Gleb O. Raiko · 15 years ago
  83. 7d97cfe Fix potential security flaw in creation of sockets/directories by Gleb O. Raiko · 15 years ago
  84. 4c6ea93 Clean up sources by Gleb O. Raiko · 15 years ago
  85. d5984c9 Always free result table if sqlite3_get_table succeeds by Gleb O. Raiko · 15 years ago
  86. 2e17b69 Remove setgroups in allow() by Gleb O. Raiko · 15 years ago
  87. 0123ee3 Report error from read rather than successful completion of close by Gleb O. Raiko · 15 years ago
  88. a9a303f bump version by Adam Shanks · 14 years ago
  89. 233b1d0 bump version by Adam Shanks · 14 years ago
  90. 263b17e Clean up whitespace by Adam Shanks · 15 years ago
  91. 815bd14 Merge pull request #3 from git-core/master by Adam Shanks · 15 years ago
  92. fa0ecd3 Merge branch 'master' of git://github.com/ChainsDD/su-binary by Gleb O. Raiko · 15 years ago
  93. a185546 Fix db double close by Gleb O. Raiko · 15 years ago
  94. 67394c6 bump verison by Adam Shanks · 15 years ago
  95. a0cc2b9 Fix file mode: by Adam Shanks · 15 years ago
  96. 49427f6 Fix potential buffer overflow when getting a shell from the command line by Gleb O. Raiko · 15 years ago
  97. 6fa4b9c Merge pull request #2 from HomerSp/master by Adam Shanks · 15 years ago
  98. 00f1bb5 Possible fix for db crash by HomerSp · 15 years ago
  99. 186b862 shell uid always gets root. by Koushik Dutta · 15 years ago
  100. f79e166 Merge master-dev into master by Adam Shanks · 15 years ago