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
/
finger
/
util.c
Age
Commit message (
Expand
)
Author
2015-12-26
Use pread/pwrite instead separate lseek+read/write for lastlog.
Philip Guenther
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-19
Use stravis() instead of a custom() strvis + mallocarray wrapper.
Todd C. Miller
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-10-17
Instead of doing strvis() of gecos string on output, do it when
Todd C. Miller
2014-10-17
Use strlcpy() instead of strncpy() when making a copy of pw_gecos.
Todd C. Miller
2014-10-17
strvis() requires that the buffer is at least 4 * srclen + 1.
Doug Hogan
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-08-23
use vis() consistently in field printing.
Marc Espie
2005-03-15
change some silly snprintf(buf, buflen, "%s", login) calls to just use
Niall O'Higgins
2004-03-15
Wall, commons, little knf
Ted Unangst
2003-07-02
protos
Theo de Raadt
2003-06-25
delete junk protos
Theo de Raadt
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
2001-01-15
typo
Theo de Raadt
2001-01-15
oops
Theo de Raadt
2001-01-10
error out for strdup() failures
Theo de Raadt
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1998-07-10
err/warn
Michael Shalayeff
1998-01-09
Fix PR 379. Don't recycle the malloc'd space in vs().
Todd C. Miller
1997-06-30
clarify why the long typecast is there
Theo de Raadt
1997-06-17
(foo *)NULL -> NULL
kstailey
1997-06-02
do strvis()ing in sprint.c
kstailey
1997-05-30
Integrate changed from NetBSD being careful not to step on our important
kstailey
1996-08-30
buf oflow; found by das33@cornell.edu and us crazy calgary night owls
Theo de Raadt
1996-08-07
People can be 'logged in' from non-existant devices.
Jason Downs
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt