File tree Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 36
36
37
37
#include "includes.h"
38
38
39
- /*
40
- * We support only client side kerberos on Windows.
41
- */
42
-
43
- #ifdef WIN32_FIXME
44
- #undef GSSAPI
45
- #undef KRB5
46
- #endif
47
-
48
39
#if defined(USE_BSM_AUDIT )
49
40
50
41
#include <sys/types.h>
Original file line number Diff line number Diff line change 26
26
27
27
#include "includes.h"
28
28
29
- /*
30
- * We support only client side kerberos on Windows.
31
- */
32
-
33
- #ifdef WIN32_FIXME
34
- #undef GSSAPI
35
- #undef KRB5
36
- #endif
37
-
38
29
#include <stdarg.h>
39
30
#include <string.h>
40
31
Original file line number Diff line number Diff line change 25
25
26
26
#include "includes.h"
27
27
28
- /*
29
- * We support only client side kerberos on Windows.
30
- */
31
-
32
- #ifdef WIN32_FIXME
33
- #undef GSSAPI
34
- #undef KRB5
35
- #endif
36
-
37
28
#include <sys/types.h>
38
29
#include <sys/stat.h>
39
30
@@ -179,7 +170,7 @@ allowed_user(struct passwd * pw)
179
170
free (shell );
180
171
return 0 ;
181
172
}
182
- #ifndef WIN32_FIXME
173
+ #ifndef WIN32_FIXME //R
183
174
if (S_ISREG (st .st_mode ) == 0 ||
184
175
(st .st_mode & (S_IXOTH |S_IXUSR |S_IXGRP )) == 0 ) {
185
176
logit ("User %.100s not allowed because shell %.100s "
You can’t perform that action at this time.
0 commit comments