CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 17:33:18 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: xdmauth.c Log Message: Fix error in previous. strlen's result is unsigned, so the correct format is "%zu". To generate a diff of this commit: cvs rdiff

CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 16:31:40 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: xdmauth.c Log Message: The result from strlen() has type size_t, so print it with "%zd" format. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1

CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-10-18 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Oct 18 15:59:38 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: dm.c Log Message: Print time_t values by casting to intmax_t and using "%ji" format. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/ext

CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-06-28 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Jun 28 17:25:47 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: dm.c xdmauth.c Log Message: Improvements to format strings from upstream. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/m

CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-06-06 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jun 6 09:08:11 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: session.c Log Message: allow for static linking of the greeter library. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit

CVS commit: xsrc/external/mit/xdm/dist/xdm

2013-05-31 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Fri May 31 22:48:13 UTC 2013 Modified Files: xsrc/external/mit/xdm/dist/xdm: prngc.c Log Message: add a cast to avoid a compiler error (code is bogus, but fixing it would be more pain than is worth.) To generate a diff of this com