cvs commit: src/usr.bin/id id.c

Christian S.J. Peron csjp at FreeBSD.org
Sat Oct 13 17:52:31 PDT 2007


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


More information about the cvs-all mailing list