aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id
Commit message (Expand)AuthorAgeFilesLines
* Correct the change made in r227166.Ed Schouten2011-11-061-0/+2
* Add missing static keywords to id(1)Ed Schouten2011-11-061-17/+17
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-052-5/+23
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-114-16/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-7/+18
* Fix id -A when the subject has an extended subject token associated withChristian S.J. Peron2007-10-141-7/+39
* Fix SUSv3 compliance: Use a single comma instead of comma and space to separateStefan Farfeleder2006-12-291-1/+1
* Improve markup.Ruslan Ermilov2006-12-231-1/+2
* Do not exit without printing the id information if the uid of theMike Pritchard2006-12-091-6/+15
* Add a -a option as a no-op for Solaris compatibility, as brieflyCeri Davies2006-09-262-2/+8
* Fix both arguments to err().Ruslan Ermilov2006-09-261-1/+1
* Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flagRobert Watson2006-09-232-21/+20
* Add a -a argument to id(1), which causes id(1) to print out processRobert Watson2006-09-233-3/+57
* Print the euid after the gid as demanded by POSIX.Stefan Farfeleder2006-05-281-3/+3
* Add flag to choose whether to use getgrouplist(3) or getgroups(2)Robert Drehmel2005-04-291-6/+11
* Fix spelling error.Robert Drehmel2005-04-291-1/+1
* 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
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-173-3/+3
* 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-192-1/+2
* Bump document date on behalf of the -M option.Ruslan Ermilov2004-05-181-1/+1
* Add "-M" argument to id(1), which permits the id command to be usedRobert Watson2004-05-032-3/+46
* 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
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Fold groups(1) and whoami(1) into id(1).Ruslan Ermilov2001-09-144-87/+35
* Now that we have it, replace `afterinstall' target with SCRIPTS.Ruslan Ermilov2001-09-131-7/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-153-9/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Silence warnings (most about constness) and clamp down with WARNS=2.Dima Dorfman2001-05-282-5/+7
* Print commas in the group list in user(). current() already did this.Dima Dorfman2001-05-201-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-8/+8
* .UC -> .OsRuslan Ermilov2000-11-062-2/+2
* DIAGNOSTICS section name missing and .Nm changesPhilippe Charnier2000-03-263-11/+11
* 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-012-1/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
* 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-212-6/+40
* Use `.Nm id' instead of `.Nm' for the synopsis lines.Alexander Langer1998-02-281-5/+5
* 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