aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id/id.c
Commit message (Expand)AuthorAgeFilesLines
* Add flag to choose whether to use getgrouplist(3) or getgroups(2)Robert Drehmel2005-04-291-6/+11
* We need to pass NGROUPS + 1 to getgrouplist(3) to displayRobert Drehmel2005-04-281-1/+1
* - Merge two functions for printing `id' output.Robert Drehmel2005-04-281-57/+33
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+1
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-021-1/+2
* Add missing %s so that all of the usage message gets printed.David Malone2004-05-191-1/+1
* Add "-M" argument to id(1), which permits the id command to be usedRobert Watson2004-05-031-3/+42
* ANSIify function definitions.David Malone2002-09-041-16/+8
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* remove __PWarner Losh2002-03-221-8/+8
* Fold groups(1) and whoami(1) into id(1).Ruslan Ermilov2001-09-141-8/+33
* Silence warnings (most about constness) and clamp down with WARNS=2.Dima Dorfman2001-05-281-5/+6
* Print commas in the group list in user(). current() already did this.Dima Dorfman2001-05-201-1/+1
* Cast pw_change and pw_expire to long and fix the format specifier accordingly.Bill Fumerola1999-09-061-2/+2
* Remove unused variables.Chris Costello1999-09-051-3/+1
* Properly document -P and -p flags.Chris Costello1999-09-011-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-3/+5
* Add "-P" display the id as a password file entry.David E. O'Brien1998-08-211-5/+34
* Missing newline when euid != ruid.Steve Price1998-02-181-3/+3
* Use err(3) instead of local redefinition. Silent -Wall.Philippe Charnier1997-07-151-51/+26
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fixed bug where 'id <user>' output the wrong group name (the user nameDavid Greenman1995-08-281-11/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+351