Todd C. Miller
|
b950f28075
|
#include <compat.h> not "compat.h"
|
2005-02-08 03:55:42 +00:00 |
|
Todd C. Miller
|
3b8b88407f
|
Add __unused to rcsids
|
2005-01-27 15:42:30 +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
|
2154e5f092
|
Remove trailing spaces, no actual code changes.
|
2004-06-06 23:58:10 +00:00 |
|
Todd C. Miller
|
a79bb72689
|
dirfd() is now defined in compat.h as needed.
|
2004-06-01 18:59:28 +00:00 |
|
Todd C. Miller
|
d33ad95208
|
Use PATH_MAX, not MAXPATHLEN since the former is standardized.
|
2004-06-01 01:22:27 +00:00 |
|
Todd C. Miller
|
ca12a5bef2
|
o Reorder some headers and use STDC_HEADERS define properly
o Update copyright year
|
2001-12-14 19:52:47 +00:00 |
|
Todd C. Miller
|
4aa7852a43
|
UCB has dropped the advertising clause from their license.
|
1999-09-04 07:09:04 +00:00 |
|
Todd C. Miller
|
29523f3494
|
$Sudo tag
|
1999-04-06 17:40:49 +00:00 |
|
Todd C. Miller
|
cd8cc0d00d
|
add def of dirfd() for those without it
|
1999-02-22 19:05:06 +00:00 |
|
Todd C. Miller
|
62dba8f4d1
|
more -Wall
|
1998-11-18 04:16:13 +00:00 |
|
Todd C. Miller
|
c253188f55
|
-Wall
|
1998-11-18 03:51:10 +00:00 |
|
Todd C. Miller
|
39a719159e
|
getcwd(3) from OpenBSD for those without it.
|
1998-09-07 02:55:14 +00:00 |
|
Todd C. Miller
|
12477fd6e6
|
updated version
|
1998-04-06 03:35:50 +00:00 |
|
Todd C. Miller
|
1014adbe09
|
don't use popen/pclose. Do it inline.
|
1998-04-06 03:33:55 +00:00 |
|
Todd C. Miller
|
8832e50f46
|
use MAX* not MAX* + 1
always run pwd as using getwd() defeats the purpose
|
1998-04-06 02:48:32 +00:00 |
|
Todd C. Miller
|
99ae8d306f
|
added pathnames.h
|
1995-04-01 00:14:56 +00:00 |
|
Todd C. Miller
|
64b69d5f51
|
moved compat.h to be the last include file
|
1995-03-29 21:13:24 +00:00 |
|
Todd C. Miller
|
fb3c0f2a34
|
MAXPATHLEN -> MAXPATHLEN+1
|
1995-03-28 01:38:43 +00:00 |
|
Todd C. Miller
|
b7b53ae4a2
|
now includes compat.h
|
1995-01-13 17:39:59 +00:00 |
|
Todd C. Miller
|
525954e1b2
|
changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.ed
|
1994-09-02 19:54:28 +00:00 |
|
Todd C. Miller
|
380be0c4c8
|
added include of netinet/in.h
|
1994-08-12 01:58:03 +00:00 |
|
Todd C. Miller
|
aaefd1c3a1
|
don't do malloc decl if gnuc
|
1994-08-08 17:05:22 +00:00 |
|
Todd C. Miller
|
e54f35e718
|
ansi-fied !STDC_HEADER function prottypes
|
1994-08-08 04:41:20 +00:00 |
|
Todd C. Miller
|
72cf5123b5
|
added missing paren
|
1994-08-08 04:27:34 +00:00 |
|
Todd C. Miller
|
38b6d5f1df
|
added params to func decls when STDC_HEADERS is not defined
|
1994-08-08 04:06:48 +00:00 |
|
Todd C. Miller
|
9e85433e9a
|
added errno definition
|
1994-06-07 21:40:22 +00:00 |
|
Todd C. Miller
|
1460112ba6
|
Initial revision
|
1994-06-06 00:03:49 +00:00 |
|