xauth: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Sep 28 20:01:22 PDT 2011


 Makefile.am  |    6 
 README       |    4 
 configure.ac |    6 
 gethost.c    |   22 +--
 parsedpy.c   |   14 +-
 process.c    |  362 +++++++++++++++++++++++++++++------------------------------
 xauth.c      |   28 ++--
 xauth.h      |   18 +-
 8 files changed, 230 insertions(+), 230 deletions(-)

New commits:
commit ee3e046dfd84cda1588eef155c7e7c36df9bf5f4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 19:57:15 2011 -0700

    Add const attributes to fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7f7f8cd60795c9503156950d518caa04b30a94a2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 19:50:40 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit eb5ed59c623aa360677f62a7fd6e398ee9f3cab5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 19:39:20 2011 -0700

    convert strlen/malloc/strcpy combo to strdup
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list