summaryrefslogtreecommitdiffstats
path: root/usr.bin/id/id.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust printf format specifiers for dev_t and ino_t in user space.gleb2014-12-171-4/+5
* Correct the change made in r227166.ed2011-11-061-0/+2
* Add missing static keywords to id(1)ed2011-11-061-17/+17
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-4/+18
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-7/+18
* Fix id -A when the subject has an extended subject token associated withcsjp2007-10-141-7/+39
* Fix SUSv3 compliance: Use a single comma instead of comma and space to separatestefanf2006-12-291-1/+1
* Do not exit without printing the id information if the uid of thempp2006-12-091-6/+15
* Add a -a option as a no-op for Solaris compatibility, as brieflyceri2006-09-261-1/+3
* Fix both arguments to err().ru2006-09-261-1/+1
* Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flagrwatson2006-09-231-16/+15
* Add a -a argument to id(1), which causes id(1) to print out processrwatson2006-09-231-3/+44
* Print the euid after the gid as demanded by POSIX.stefanf2006-05-281-3/+3
* Add flag to choose whether to use getgrouplist(3) or getgroups(2)robert2005-04-291-6/+11
* We need to pass NGROUPS + 1 to getgrouplist(3) to displayrobert2005-04-281-1/+1
* - Merge two functions for printing `id' output.robert2005-04-281-57/+33
* Remove unused variables.stefanf2005-04-091-2/+1
* Pass an array of gid_t rather than an array of int to getgroups().stefanf2004-10-021-1/+2
* Add missing %s so that all of the usage message gets printed.dwmalone2004-05-191-1/+1
* Add "-M" argument to id(1), which permits the id command to be usedrwatson2004-05-031-3/+42
* ANSIify function definitions.dwmalone2002-09-041-16/+8
* 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
* Print commas in the group list in user(). current() already did this.dd2001-05-201-1/+1
* 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
* Missing newline when euid != ruid.steve1998-02-181-3/+3
* 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
* Fixed bug where 'id <user>' output the wrong group name (the user namedg1995-08-281-11/+11
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+351
OpenPOWER on IntegriCloud