Todd C. Miller
|
62b89f9dfc
|
Update copyright years.
|
2009-05-25 12:02:42 +00:00 |
|
Todd C. Miller
|
a9caa43805
|
Add missing pair of braces introduced with character class support.
|
2009-02-18 15:53:38 +00:00 |
|
Todd C. Miller
|
761066ab02
|
K&R compilation fixes
|
2008-12-09 20:55:50 +00:00 |
|
Todd C. Miller
|
4baa2f90ce
|
add my copyright
|
2008-11-09 13:48:33 +00:00 |
|
Todd C. Miller
|
0372d7dc2b
|
Add character class support to included glob(3) and fnmatch(3).
|
2008-09-26 21:13:29 +00:00 |
|
Todd C. Miller
|
5c61e13db4
|
expand "u_foo" types to "unsigned foo" to avoid compatibility issues.
|
2007-11-07 18:16:31 +00:00 |
|
Todd C. Miller
|
132a799457
|
Fix a warning on systems without strlcpy().
|
2005-04-10 19:29:45 +00:00 |
|
Todd C. Miller
|
b980f95883
|
silence a warning on K&R systems
|
2005-03-10 14:55:12 +00:00 |
|
Todd C. Miller
|
b950f28075
|
#include <compat.h> not "compat.h"
|
2005-02-08 03:55:42 +00:00 |
|
Todd C. Miller
|
2c2daa8eca
|
Use: #include <config.h>
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir
|
2004-11-19 18:39:14 +00:00 |
|
Todd C. Miller
|
9846e562ad
|
Implement group caching and use the passwd and group caches throughout.
|
2004-11-16 04:24:11 +00:00 |
|
Todd C. Miller
|
55e1b220e0
|
remove call to issetugid()
|
2004-10-07 20:23:06 +00:00 |
|
Todd C. Miller
|
50ed391d18
|
4.4BSD glob(3) with fixes from OpenBSD and some unneeded extensions removed.
|
2004-10-07 16:50:34 +00:00 |
|