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

2007-11-03 Thread Christian S.J. Peron
csjp2007-11-03 15:33:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/id id.c Log: MFC revision 1.34 Add support for processing extended (ip6) subject termids Revision ChangesPath 1.26.2.6 +38 -6 src/usr.bin/id/id.c

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

2007-10-30 Thread Christian S.J. Peron
csjp2007-10-30 13:17:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/id id.c Log: MFC revision 1.34 Add support for processing extended (ip6) subject termids Approved by:re@ (kensmith) Revision ChangesPath 1.33.

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

2007-10-13 Thread Christian S.J. Peron
csjp2007-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 g

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

2007-01-05 Thread Stefan Farfeleder
stefanf 2007-01-05 14:46:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/id id.c Log: MFC 1.33: Use a single comma instead of comma and space to separate additional group entries. Revision ChangesPath 1.26.2.5 +1 -1 sr

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

2006-12-29 Thread Stefan Farfeleder
stefanf 2006-12-29 12:28:34 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: Fix SUSv3 compliance: Use a single comma instead of comma and space to separate additional group entries. PR: 107298 Submitted by: Joost Bekkers Revi

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

2006-12-09 Thread Mike Pritchard
mpp 2006-12-09 12:58:14 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: Do not exit without printing the id information if the uid of the user executing the command cannot be looked up in the password file. Revision ChangesPath 1.32

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

2006-10-02 Thread Robert Watson
rwatson 2006-10-02 17:23:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/id id.c Log: Merge id.c:1.30 from HEAD to RELENG_6: Fix both arguments to err(). Submitted by: ru Approved by:re (bmah) Revision Changes

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

2006-09-25 Thread Ruslan Ermilov
ru 2006-09-26 05:46:55 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: Fix both arguments to err(). Revision ChangesPath 1.30 +1 -1 src/usr.bin/id/id.c ___ cvs-all@freebsd.org mailing

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

2006-06-11 Thread Stefan Farfeleder
stefanf 2006-06-11 08:49:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/id id.c Log: MFC id.c rev 1.27: Print the euid after the gid. Revision ChangesPath 1.26.2.1 +3 -3 src/usr.bin/id/id.c _

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

2006-05-28 Thread Stefan Farfeleder
stefanf 2006-05-28 12:32:30 UTC FreeBSD src repository Modified files: usr.bin/id id.c Log: Print the euid after the gid as demanded by POSIX. Submitted by: Martin Nagy <[EMAIL PROTECTED]> PR: 96239 MFC after: 2 weeks Revision Changes