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