Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -9/+1 |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Make realpath() thread-safe. New implementation does not use chdir(2) at all. | brad | 2005-03-29 | 1 | -112/+135 |
| | | | | | | From: FreeBSD by Constantin S. Svintsoff <kostik (at) iclub.nsu.ru> ok otto@ millert@ | ||||
* | Check strlc{py,at} return value and return NULL upon truncation instead | millert | 2004-11-30 | 1 | -10/+23 |
| | | | | of silently truncating. OK deraadt@ otto@ | ||||
* | Rename rootd to needslash and invert its value. This fixes the check | millert | 2003-08-01 | 1 | -6/+6 |
| | | | | | for ENAMETOOLONG, though since we use strlcpy() and strlcat() this is not a big deal. Problem found by vincent@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | strcat -> strlcat | hin | 2003-04-04 | 1 | -3/+3 |
| | | | | ok deraadt@ tedu@ tdeval@ | ||||
* | try to use strlcpy and snprintf more; ok various | deraadt | 2002-05-24 | 1 | -3/+3 |
| | |||||
* | If the user passes in "" as the string to resolve the lstat() will | millert | 2002-01-12 | 1 | -2/+6 |
| | | | | | | fail anyway so check for that. Also convert "." to "" since that way we avoid the lstat() (which we don't need) and the subsequent chdir() and some dir checks. | ||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | 2001-06-27 | 1 | -3/+2 |
| | |||||
* | readlink(path, buf, sizeof buf-1). Never forget that -1. | deraadt | 1998-05-18 | 1 | -2/+2 |
| | |||||
* | add ELOOP support; shigio@wafu.netgate.net | deraadt | 1997-06-20 | 1 | -1/+6 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+159 |