CVS Update: xc (branch: trunk)
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 06/06/27 19:31:48 Log message: 40. Make sure that there is a one-to-one correspondence between successful getaddrinfo() calls and freeaddrdinfo() calls (#10660, Peter Breitenlohner). 39. Fix the problem where xdm compiled with IPv6 support failed to accept any chooser connections (#10660, Peter Breitenlohner). Modified files: xc/lib/SM/: sm_genid.c xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/os/: xdmcp.c xc/programs/lbxproxy/di/: pm.c xc/programs/proxymngr/: main.c xc/programs/xdm/: access.c chooser.c xdmcp.c Revision Changes Path 3.20 +6 -2 xc/lib/SM/sm_genid.c 3.3766 +6 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 3.35 +5 -1 xc/programs/Xserver/os/xdmcp.c 1.18 +2 -2 xc/programs/lbxproxy/di/pm.c 1.11 +1 -3 xc/programs/proxymngr/main.c 3.18 +25 -4 xc/programs/xdm/access.c 3.31 +2 -1 xc/programs/xdm/chooser.c 3.29 +35 -16 xc/programs/xdm/xdmcp.c