Commit Graph

7 Commits

Author SHA1 Message Date
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