index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
id
/
id.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In preparation for raising NGROUPS and NGROUPS_MAX, change base
brooks
2009-06-19
1
-7
/
+18
*
Fix id -A when the subject has an extended subject token associated with
csjp
2007-10-14
1
-7
/
+39
*
Fix SUSv3 compliance: Use a single comma instead of comma and space to separate
stefanf
2006-12-29
1
-1
/
+1
*
Do not exit without printing the id information if the uid of the
mpp
2006-12-09
1
-6
/
+15
*
Add a -a option as a no-op for Solaris compatibility, as briefly
ceri
2006-09-26
1
-1
/
+3
*
Fix both arguments to err().
ru
2006-09-26
1
-1
/
+1
*
Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flag
rwatson
2006-09-23
1
-16
/
+15
*
Add a -a argument to id(1), which causes id(1) to print out process
rwatson
2006-09-23
1
-3
/
+44
*
Print the euid after the gid as demanded by POSIX.
stefanf
2006-05-28
1
-3
/
+3
*
Add flag to choose whether to use getgrouplist(3) or getgroups(2)
robert
2005-04-29
1
-6
/
+11
*
We need to pass NGROUPS + 1 to getgrouplist(3) to display
robert
2005-04-28
1
-1
/
+1
*
- Merge two functions for printing `id' output.
robert
2005-04-28
1
-57
/
+33
*
Remove unused variables.
stefanf
2005-04-09
1
-2
/
+1
*
Pass an array of gid_t rather than an array of int to getgroups().
stefanf
2004-10-02
1
-1
/
+2
*
Add missing %s so that all of the usage message gets printed.
dwmalone
2004-05-19
1
-1
/
+1
*
Add "-M" argument to id(1), which permits the id command to be used
rwatson
2004-05-03
1
-3
/
+42
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-16
/
+8
*
Remove local prototypes for main().
jmallett
2002-08-19
1
-1
/
+0
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
remove __P
imp
2002-03-22
1
-8
/
+8
*
Fold groups(1) and whoami(1) into id(1).
ru
2001-09-14
1
-8
/
+33
*
Silence warnings (most about constness) and clamp down with WARNS=2.
dd
2001-05-28
1
-5
/
+6
*
Print commas in the group list in user(). current() already did this.
dd
2001-05-20
1
-1
/
+1
*
Cast pw_change and pw_expire to long and fix the format specifier accordingly.
billf
1999-09-06
1
-2
/
+2
*
Remove unused variables.
chris
1999-09-05
1
-3
/
+1
*
Properly document -P and -p flags.
chris
1999-09-01
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Clean up some ambiguous nested if/elses.
billf
1999-07-04
1
-3
/
+5
*
Add "-P" display the id as a password file entry.
obrien
1998-08-21
1
-5
/
+34
*
Missing newline when euid != ruid.
steve
1998-02-18
1
-3
/
+3
*
Use err(3) instead of local redefinition. Silent -Wall.
charnier
1997-07-15
1
-51
/
+26
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Fixed bug where 'id <user>' output the wrong group name (the user name
dg
1995-08-28
1
-11
/
+11
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+351