index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-09
Fix off-by-one error in ProcXResQueryClients().
Michel Dänzer
1
-1
/
+1
2008-03-31
XSELinux: Add a request to get a client's context from a resource ID.
Eamon Walsh
2
-0
/
+34
2008-03-28
XSELinux: Add xorg.conf option for permissive/enforcing/disabled.
Eamon Walsh
1
-5
/
+26
2008-03-24
Bug #13962: Re-arm the DPMS timer when re-enabling DPMS.
Adam Jackson
1
-2
/
+5
2008-03-20
XSELinux: Do a check for whether background "None" is allowed.
Eamon Walsh
1
-0
/
+7
2008-03-20
XSELinux: Correctly handle some permission bits that are used more than once.
Eamon Walsh
1
-5
/
+20
2008-03-19
Make Xevie private symbol names less generic
Alan Coopersmith
1
-43
/
+40
2008-03-19
Xevie cleanups, byteswapping fixes & request length check fixes
Alan Coopersmith
1
-11
/
+28
2008-03-04
xselinux: Implement polyinstantiation support and related protocol.
Eamon Walsh
2
-423
/
+695
2008-02-29
XACE: Add generic support for property and selection polyinstantiation.
Eamon Walsh
5
-26
/
+25
2008-02-29
dix: Refactoring of selection code to allow for polyinstantiation.
Eamon Walsh
1
-2
/
+0
2008-02-28
xselinux: Don't require device "read" permission for XQueryPointer.
Eamon Walsh
1
-0
/
+11
2008-02-28
xselinux: Log messages to both libaudit and Xorg.0.log.
Eamon Walsh
1
-0
/
+1
2008-02-28
XACE: Fix instances of DixUnknownAccess at hook callsites.
Eamon Walsh
4
-11
/
+11
2008-02-27
xselinux: Prefix a few remaining error messages with "SELinux".
Eamon Walsh
1
-7
/
+6
2008-02-27
xselinux: Don't throw BadAccess if DixUnknownAccess is passed in to a hook.
Eamon Walsh
1
-0
/
+2
2008-02-26
xselinux: Stub out selection protocol requests.
Eamon Walsh
2
-0
/
+55
2008-02-26
xselinux: Rip out the selection code in advance of polyinstantiation support.
Eamon Walsh
1
-31
/
+0
2008-02-26
security: Register resource names in the server-side name registry.
Eamon Walsh
1
-0
/
+2
2008-02-22
Fix Xinerama's consolidated visual handling.
Adam Jackson
4
-130
/
+138
2008-02-20
XACE: Make the default window background state configurable per-window.
Eamon Walsh
2
-2
/
+7
2008-02-13
security: Revise set of permissions granted to untrusted clients.
Eamon Walsh
1
-13
/
+31
2008-02-13
xselinux: Add use to permission map for devices.
Eamon Walsh
1
-1
/
+1
2008-02-14
Use strerror instead of errno values in user strings.
Adam Jackson
1
-4
/
+4
2008-02-14
Redact all mention of PanoramiX from user strings.
Adam Jackson
1
-6
/
+4
2008-02-12
XACE: Move the selection access hook to its own function.
Eamon Walsh
2
-11
/
+11
2008-02-07
xselinux: Use the device name in debugging output.
Eamon Walsh
1
-3
/
+8
2008-02-07
xselinux: Split devPrivate state into subject and object records.
Eamon Walsh
1
-87
/
+149
2008-02-07
xselinux: Add getattr and setattr to the permission map for properties.
Eamon Walsh
1
-1
/
+1
2008-02-05
XACE: Push the dix "structure" includes down to the security modules.
Eamon Walsh
5
-15
/
+26
2008-02-05
XACE: Move the property access hook to its own function.
Eamon Walsh
3
-13
/
+15
2008-01-25
xselinux: Move the extension to extmod instead of being built-in.
Eamon Walsh
1
-1
/
+1
2008-01-25
XACE: Remove the extension code entirely, XACE is completely static now.
Eamon Walsh
2
-10
/
+0
2008-01-25
XACE: Stop using fake requestVectors in favor of a simple hook call.
Eamon Walsh
2
-124
/
+21
2008-01-25
XACE: Don't need to actually register a protocol extension.
Eamon Walsh
2
-53
/
+0
2008-01-24
xselinux: Rename SelectionManager to more generic SecurityManager.
Eamon Walsh
2
-35
/
+35
2008-01-24
xselinux: Use a privileged bit in the state instead of passing an index
Eamon Walsh
1
-33
/
+27
2008-01-24
xselinux: Implement "get context" protocol requests.
Eamon Walsh
1
-3
/
+116
2008-01-24
xselinux: Whitespace fixups.
Eamon Walsh
1
-34
/
+32
2008-01-21
CVE-2007-6429: Always test for size+offset wrapping.
Matthias Hopf
1
-6
/
+6
2008-01-18
CVE-2007-6429: Don't spuriously reject <8bpp shm pixmaps.
Adam Jackson
1
-16
/
+20
2008-01-17
Fix for CVE-2007-6429 - MIT-SHM and EVI extensions integer overflows.
Matthieu Herrb
3
-14
/
+76
2008-01-17
Fix for CVE-2007-6428 - TOG-cup extension memory corruption.
Matthieu Herrb
1
-0
/
+3
2008-01-16
Yet another Xv extension byte swapping fix.
Michel Dänzer
1
-0
/
+1
2008-01-09
More Xv extension byte swapping fixes
Alan Coopersmith
1
-2
/
+3
2008-01-08
[Kdrive] make XCalibrate 'orientation aware'
Richard Purdie
1
-1
/
+46
2008-01-03
XACE: DeleteCallbackList zeroes out its argument so don't do it twice.
Eamon Walsh
1
-3
/
+0
2008-01-03
Bug #13765: Heap corruption in XC-SECURITY extension code.
Eamon Walsh
1
-1
/
+1
2008-01-03
Bug #13794: Update MBE extension devPrivates to new interface.
Eamon Walsh
1
-27
/
+13
2008-01-02
X.Org bug 4947/Sun bug 6646626: Xv extension not byte-swapping properly
Alan Coopersmith
1
-21
/
+25
[next]