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
/
lib
/
libc
/
stdlib
/
realpath.c
Age
Commit message (
Expand
)
Author
2019-07-05
The last consumer of pre-posix realpath behaviour has stopped
Theo de Raadt
2019-06-17
Remove old realpath(3), and the userland-vs-kernel realpath verification
Theo de Raadt
2019-05-30
__realpath(2) appears to have improved, so re-enable the code that
Theo de Raadt
2019-05-29
There are some bugs in __realpath(2) -- it isn't quite ready so disable
Theo de Raadt
2019-05-28
Enable the use of the kernel __realpath() system call in the libc wrapper.
Bob Beck
2017-12-24
Fix one possible buffer overflow and one underflow. Also some minor
Todd C. Miller
2016-08-28
Don't call lstat() before readlink() just to see if it's a symlink,
Philip Guenther
2015-10-13
In rev 1.15 the sizeof argument was fixed in a strlcat() call but
Todd C. Miller
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-10-19
Revert last commit due to changed semantics found by make release.
Doug Hogan
2014-10-18
Better POSIX compliance in realpath(3).
Doug Hogan
2013-04-05
- Add comments regarding copies of these files also in libexec/ld.so
Kurt Miller
2012-09-13
specify the bounds of the dst to strlcat (both values were static and
Theo de Raadt
2011-07-24
Recent Single Unix will malloc memory if the second argument of realpath()
Miod Vallat
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-29
Make realpath() thread-safe. New implementation does not use chdir(2) at all.
Brad Smith
2004-11-30
Check strlc{py,at} return value and return NULL upon truncation instead
Todd C. Miller
2003-08-01
Rename rootd to needslash and invert its value. This fixes the check
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-04
strcat -> strlcat
Hans Insulander
2002-05-24
try to use strlcpy and snprintf more; ok various
Theo de Raadt
2002-01-12
If the user passes in "" as the string to resolve the lstat() will
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
1998-05-18
readlink(path, buf, sizeof buf-1). Never forget that -1.
Theo de Raadt
1997-06-20
add ELOOP support; shigio@wafu.netgate.net
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt