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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to