summaryrefslogtreecommitdiff
path: root/lib/libc/gen/dirname.c
AgeCommit message (Expand)Author
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-04-05- Add comments regarding copies of these files also in libexec/ld.soKurt Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-03-02Consistent #if protection of rcs ids; Francois PerradTodd C. Miller
2004-11-25Don't use strlcpy() to copy just part of a string, it make the code tooTodd C. Miller
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2001-06-28fix one-byte overflowsPaul Janzen
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
1999-05-30Careless: I forgot to propagate obvious consts.Marc Espie
1999-05-28proper const semantics for dirname & basename.Marc Espie
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller