Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2009 10:28:20 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/rpc.rusersd Makefile rusers_proc.c rusersd.c
Message-ID:  <200912291028.nBTASjFo058566@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

ed          2009-12-29 10:28:20 UTC

  FreeBSD src repository

  Modified files:
    libexec/rpc.rusersd  Makefile rusers_proc.c rusersd.c 
  Log:
  SVN rev 201192 on 2009-12-29 10:28:20Z by ed
  
  Make rpc.ruserd work with utmpx/libulog.
  
  Because strings are now null-terminated, I've decided to just use an
  array of utmpx structures, instead of the separated strings. This means
  we just copy the entire utmpx structure and point to the strings within
  the structures directly.
  
  Revision  Changes    Path
  1.10      +2 -2      src/libexec/rpc.rusersd/Makefile
  1.15      +33 -88    src/libexec/rpc.rusersd/rusers_proc.c
  1.13      +0 -2      src/libexec/rpc.rusersd/rusersd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912291028.nBTASjFo058566>