index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
id
/
id.c
Age
Commit message (
Expand
)
Author
2017-05-30
usage and order tweaks from jmc
Ted Unangst
2017-05-30
id -R: make current rdomain more easily accessible to the shell
Ted Unangst
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-05
tame "stdio getpw" right at the top; this runs the whole gamut of
Theo de Raadt
2015-10-05
small KNF
Theo de Raadt
2015-05-19
Add -c flag to display the user's login class. OK espie@
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-14
Eliminate a warning from -Wformat=2 by using an additional 'prefix'
Philip Guenther
2013-09-06
teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappers
Okan Demirmen
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-10-12
source code can fit on a 80-column display, no binary change.
Igor Sobrado
2004-11-16
-p supports optional [user] arg;
Jason McIntyre
2004-07-19
use strtonum with proper bounds instead of abusing strtoul; ok millert
Peter Valchev
2004-05-31
zap unused variables, ok beck@
Pedro Martelletto
2004-01-07
Proper use of uid_t and did_t types instead of a generic int.
Thierry Deval
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-07-12
first pass at a -Wall cleanup
Theo de Raadt
1999-08-18
Fix a printf() so `id' and `id username' produce similar output; inspired by
Aaron Campbell
1999-07-23
- Missing newline when euid != ruid; from FreeBSD
Aaron Campbell
1997-07-25
use err(3)
Michael Shalayeff
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-06-30
Wall, and seperate uid and gid types
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt