summaryrefslogtreecommitdiffstats
path: root/usr.bin/id/id.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.dwmalone2002-09-041-16/+8
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Remove local prototypes for main().jmallett2002-08-191-1/+0
|
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* remove __Pimp2002-03-221-8/+8
|
* Fold groups(1) and whoami(1) into id(1).ru2001-09-141-8/+33
|
* Silence warnings (most about constness) and clamp down with WARNS=2.dd2001-05-281-5/+6
| | | | Tested on i386 and alpha.
* Print commas in the group list in user(). current() already did this.dd2001-05-201-1/+1
| | | | | Reviewed by: ru, sheldonh Inspired by: OpenBSD, NetBSD
* Cast pw_change and pw_expire to long and fix the format specifier accordingly.billf1999-09-061-2/+2
|
* Remove unused variables.chris1999-09-051-3/+1
|
* Properly document -P and -p flags.chris1999-09-011-1/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Clean up some ambiguous nested if/elses.billf1999-07-041-3/+5
|
* Add "-P" display the id as a password file entry.obrien1998-08-211-5/+34
| | | | Submitted by: terry
* Missing newline when euid != ruid.steve1998-02-181-3/+3
| | | | | PR: 5778 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Use err(3) instead of local redefinition. Silent -Wall.charnier1997-07-151-51/+26
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Fixed bug where 'id <user>' output the wrong group name (the user namedg1995-08-281-11/+11
| | | | was output instead). Pointed out by Chael Hall <nowhere@chaos.taylored.com>.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+351
OpenPOWER on IntegriCloud