• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/koush/Superuser


RSS
Rev. Time Author
897a880 2013-11-29 12:03:52 Koushik Dutta

Merge pull request #208 from h1618/patch-1

Update activity.c

fd66468 2013-11-29 07:42:52 h1618

Update activity.c

another am invocation with unconditional --user (the last one on line 185 needs no condition as it is only called in multiuser mode)

95b77e3 2013-11-25 06:43:11 Koushik Dutta

Merge remote-tracking branch 'koush/master' into cm-10.2

2dd3528 2013-11-25 06:42:35 Kevin Cernekee

Don't use "am --user" unless multiuser mode is enabled (bug #204)

f88bb10 2013-11-25 03:31:28 Koushik Dutta

Merge pull request #206 from Lekensteyn/fix-resource-leaks

daemon: do not leak resources

2055ffc 2013-11-24 23:43:57 Peter Wu

daemon: do not leak resources

Before this patch, the client was responsible for removing FIFOs before
connecting. That left a whole bunch of FIFOs in the SuperUser /dev/...
directory. After This patch, the daemon removes FIFOs as soon as the client is
connected. (This is detected by making the daemon read from the control socket.)

This patch becomes unnecessary when file descriptors can be passed though
processes.

699e4a9 2013-11-24 08:46:06 Kevin Cernekee

Don't use "am --user" unless multiuser mode is enabled (bug #204)

b27031e 2013-11-24 08:02:58 Kevin Cernekee

Add workaround for Samsung set*id restrictions (bug #196)

2766f60 2013-11-23 05:12:26 Marco Brohet

Merge "Add Lithuanian translations" into cm-10.2

ed55b0e 2013-11-23 00:43:04 Danny Baumann

Improve logging code.

- Write to log buffer ourselves instead of calling log, so the printed
pid is correct
- Reduce debug spam

Change-Id: I9afe7249fc589268ea61419a7cfc724897981e9e

e48e124 2013-11-22 22:35:26 Danny Baumann

Fix typos.

Change-Id: I9b2658336ac4d66df7cf745b8d58d8d49813ec16

0135135 2013-11-22 03:52:38 Koushik Dutta

wtf

Change-Id: I0ad34d3d1c104693c47fac82ce32a05626eb6b17

436f4b2 2013-11-22 02:36:29 Koushik Dutta

1026

Change-Id: I07fd878894ba1fbb401ea5621e6cc9d0d7fcf4f5

e4b4e91 2013-11-22 02:28:30 Koushik Dutta

fix tab

Change-Id: Ie8fca086e7bc496ba8fca591e4c3fb008172f198

8829fc3 2013-11-22 02:27:46 Koushik Dutta

su daemon fixes:

Do not require a client connection unless actually necessary.
Only use the client on initial invocation of main(), and not from
invocation of run_daemon_client, which may recursively call
main via another client on API 19.

Change-Id: I136f9a3b829bf0a4f5335a83412cc3a8cd512856

e45c65c 2013-11-22 02:00:56 Koushik Dutta

1024

Change-Id: Ic5afc4fd94ee5449dfc241ff48bfba87921f2988

cbb357f 2013-11-21 23:20:46 Koushik Dutta

Merge "Revert back to original daemon client usage behavior. Fix ART by always using the daemon client on API 19+." into cm-10.2

20f61c2 2013-11-17 10:24:34 arnau

Superuser: CA translations

Change-Id: I2ce0e0766ce56a506364d9b5a982fb86006ce205

1357863 2013-11-17 02:11:14 Koushik Dutta

Revert back to original daemon client usage behavior.
Fix ART by always using the daemon client on API 19+.

Change-Id: I69b31e339cec2f71d2de9b0468d7dcab1d3ea078

d5def08 2013-11-16 16:58:29 Koushik Dutta

Merge pull request #198 from cernekee/version-v1

Trivial fix for v4.3+ version check logic

b6b13f2 2013-11-16 02:24:32 Koushik Dutta

Fix superuser when using ART.

Change-Id: I8ef488afe6f7912d8fac205088c3b431a5cb4a35

1a03a36 2013-11-16 01:38:56 Koushik Dutta

require that --daemon is uid/gid 0
execv invocation fixes

Change-Id: I80e7100a834b7eca2d9c8560c221cffd41492f03

91ceab6 2013-11-15 14:55:36 Kevin Cernekee

update-binary: Fix 4.3+ version check

In Bug #194 a check for 4.3+ was added, but checking major and minor
separately would yield an incorrect result on e.g. v5.0. Fix this.

b8d17bf 2013-11-15 14:53:51 Kevin Cernekee

README: Update required SDK and NDK versions

6d95bf5 2013-11-15 02:09:43 Koushik Dutta

execv invocation fixes

Change-Id: I80e7100a834b7eca2d9c8560c221cffd41492f03

8ddf9c3 2013-11-14 07:17:44 Frant1c

Add Lithuanian translations

Change-Id: Iad3e2f31cb2272c4215d96f99f61c8cf4c9f694f

1a63a88 2013-11-08 16:57:50 Koushik Dutta

1022

Change-Id: I36b8e616895ccaeaa1d886346ba18e27cef3c63a

ac30119 2013-11-08 06:53:39 Koushik Dutta

comment out hte multiuser stuff that is breaking regular ndk builds

Change-Id: I535472084833883e5bedb1631dcb309b6d9e77a3

db2065d 2013-11-08 06:12:07 Koushik Dutta

Merge remote-tracking branch 'koush/master' into cm-10.2

e757967 2013-11-08 06:10:22 Koushik Dutta

Merge pull request #195 from cernekee/mips-v1

Add MIPS CPU support