Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |