Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2007 00:52:30 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/id id.c
Message-ID:  <200710140052.l9E0qUxx096693@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2007-10-14 00:52:30 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/id           id.c 
  Log:
  Fix id -A when the subject has an extended subject token associated with
  them (for example when they have logged in from an ip6 source).
  
  - Stick with the initial call to getaudit(2), if it returns E2BIG, use
    getaudit_addr(2) instead and set the "extended" flag to indicate that
    we the calling credential has an extended subject state.
  - Additionally, add the printing of the machine/at_addr (the ip/ip6
    addresses)
  
  MFC after:      1 week
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.34      +38 -6     src/usr.bin/id/id.c



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