CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/09/16 22:58:18

Log message:
  1003. Backport xdm code from -current, including following changes:
        - use better pseudo-random generators to generate magic cookies,
          including EGD-like prng daemons support.
        - add support for LISTEN keyworkd in Xaccess
        - deal with small memory leaks
        - use SIOCGLIFCONF to query network interfaces where available
        - fix XDMCP bug that could cause localhost entries in /etc/X0.hosts
          to be lost
        - add xdm /dev/random handling for Solaris
        - fix XDMCP queries on systems using getifaddrs().
        (Alan Coopersmith, Marc La France, Oswald Buddenhagen, Matthieu Herrb,
        Nicolas JOLY, Jason L. Wright, Joel Ray Holveck).

Modified files:
      xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_3-branch
        CHANGELOG 
      xc/config/cf/:    Tag: xf-4_3-branch
        NetBSD.cf OpenBSD.cf X11.tmpl darwin.cf sun.cf 
      xc/programs/xdm/: Tag: xf-4_3-branch
        Imakefile access.c auth.c choose.c chooser.c dm.c dm.h 
        dm_auth.h dpylist.c genauth.c greet.h mitauth.c netaddr.c 
        resource.c server.c session.c socket.c streams.c xdm.man 
        xdmauth.c xdmcp.c 
      xc/programs/xdm/config/:  Tag: xf-4_3-branch
        Xaccess 
      xc/programs/xdm/greeter/: Tag: xf-4_3-branch
        Imakefile Login.c greet.c verify.c 
Added files:
      xc/programs/xdm/: Tag: xf-4_3-branch
        prngc.c 
  
  Revision      Changes    Path
  3.2588.2.28   +14 -2     xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.108.2.1     +9 -1      xc/config/cf/NetBSD.cf
  3.79.2.1      +3 -1      xc/config/cf/OpenBSD.cf
  1.196.2.2     +29 -1     xc/config/cf/X11.tmpl
  1.34.2.1      +2 -1      xc/config/cf/darwin.cf
  3.67.2.1      +6 -2      xc/config/cf/sun.cf
  3.52.2.1      +52 -31    xc/programs/xdm/Imakefile
  3.10.2.1      +100 -13   xc/programs/xdm/access.c
  3.27.2.1      +84 -15    xc/programs/xdm/auth.c
  3.15.4.1      +11 -5     xc/programs/xdm/choose.c
  3.24.4.1      +28 -12    xc/programs/xdm/chooser.c
  3.21.2.1      +15 -4     xc/programs/xdm/dm.c
  3.29.2.1      +35 -2     xc/programs/xdm/dm.h
  1.2.10.1      +10 -2     xc/programs/xdm/dm_auth.h
  1.5.4.1       +2 -1      xc/programs/xdm/dpylist.c
  3.15.2.1      +355 -140  xc/programs/xdm/genauth.c
  1.8.4.1       +2 -2      xc/programs/xdm/greet.h
  1.4.4.1       +8 -4      xc/programs/xdm/mitauth.c
  3.6.4.1       +2 -2      xc/programs/xdm/netaddr.c
  3.10.2.1      +86 -6     xc/programs/xdm/resource.c
  3.13.4.1      +16 -4     xc/programs/xdm/server.c
  3.33.4.1      +20 -3     xc/programs/xdm/session.c
  3.10.4.1      +317 -39   xc/programs/xdm/socket.c
  3.6.4.1       +20 -1     xc/programs/xdm/streams.c
  3.22.2.1      +80 -11    xc/programs/xdm/xdm.man
  1.5.4.1       +8 -2      xc/programs/xdm/xdmauth.c
  3.21.2.1      +124 -77   xc/programs/xdm/xdmcp.c
  1.3.8.1       +22 -2     xc/programs/xdm/config/Xaccess
  1.7.2.1       +5 -3      xc/programs/xdm/greeter/Imakefile
  3.16.2.1      +7 -3      xc/programs/xdm/greeter/Login.c
  3.16.2.1      +25 -4     xc/programs/xdm/greeter/greet.c
  3.24.2.1      +42 -1     xc/programs/xdm/greeter/verify.c

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to