summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2012-01-13os: prettify backtrace outputPeter Hutterer1-2/+6
2012-01-12Revert "os: Repack ConnectionOutput for LP64"Keith Packard1-1/+1
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard3-2/+10
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-5/+5
2012-01-12Revert "os: Hide the Connection{In,Out}put implementation details"Keith Packard3-21/+18
2012-01-09Add OpenBSD support to DetermineClientCmd()Matthieu Herrb1-1/+42
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard4-37/+32
2012-01-09Merge remote-tracking branch 'kibi/master'Keith Packard1-1/+5
2012-01-06os: Minor header cleanupAdam Jackson3-4/+4
2012-01-06os: Hide the Connection{In,Out}put implementation detailsAdam Jackson3-18/+21
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson3-10/+2
2012-01-06os: Repack ConnectionOutput for LP64Adam Jackson1-1/+1
2011-12-31os: don't ignore failure from dladdrJulien Cristau1-1/+5
2011-12-27Add Solaris support to DetermineClientCmdAlan Coopersmith1-10/+59
2011-12-12xdmcp.c: fix three small const warningsAlan Coopersmith1-3/+3
2011-12-12LockServer: store path to LOCKDIR literal string in a const char *Alan Coopersmith1-3/+1
2011-12-12WriteToClient: preserve constness of buf while extracting length valueAlan Coopersmith1-1/+1
2011-12-12OsInit: store "/dev/null" in a const char *Alan Coopersmith1-1/+1
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith6-8/+8
2011-12-12Constify string for authorization protocol namesAlan Coopersmith1-2/+2
2011-12-12os/access.c: replace acmp & acopy macros with memcmp & memcpy callsAlan Coopersmith1-16/+14
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith7-40/+24
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith1-3/+3
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith5-10/+11
2011-11-23LogVMessageVerb: Fix const mismatch warningAlan Coopersmith1-1/+1
2011-11-23AuthAudit: clean up string handling callsAlan Coopersmith1-6/+5
2011-11-23Convert DetermineClientCmd to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+1
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-4/+2
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-11-23Add fallback implementation of strndup()Alan Coopersmith2-0/+53
2011-11-23Remove a couple Error() instances left behind by 09dbfcb0ad7b6c8Alan Coopersmith1-2/+2
2011-11-18record: Prevent out of bounds access when recording a reply.Rami Ylimäki1-0/+1
2011-10-18Merge remote-tracking branch 'herrb/master'Keith Packard1-2/+2
2011-10-18Fix CVE-2011-4029: File permission change vulnerability.Matthieu Herrb1-1/+1
2011-10-18Fix CVE-2011-4028: File disclosure vulnerability.Matthieu Herrb1-1/+1
2011-10-11os: Remove Error()Jeremy Huddleston3-18/+6
2011-10-03Merge remote-tracking branch 'alanc/master'Keith Packard1-0/+1
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard2-48/+123
2011-09-23dix and os: gitignore dix.O and os.OGaetan Nadon1-0/+1
2011-09-21Use internal temp variable for swap macrosMatt Turner2-7/+5
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering1-0/+10
2011-08-22os/log: Add LogVHdrMessageVerb and friendsDaniel Kurtz1-0/+55
2011-08-22os/log: Pull LogMessageTypeVerbString out of LogVMessageVerbDaniel Kurtz1-48/+58
2011-07-27Terminate the log with one last message.Peter Hutterer1-2/+4
2011-06-23Don't use empty source filesDan Nicholson2-7/+1
2011-05-05XQuartz: Make a copy of args for our crash reporter vsnprintfJeremy Huddleston1-1/+6
2011-04-25os: Silence warnings when building with clangJeremy Huddleston3-1/+10
2011-04-07os: fix use after free in EstablishNewConnectionsTiago Vignatti1-4/+3
2011-04-04os: fix memory and fd leaks in PopenTiago Vignatti1-0/+3