Skip to content

Commit d5eefe3

Browse files
committed
removed some more unwanted code
1 parent 4729927 commit d5eefe3

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

audit-bsm.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636

3737
#include "includes.h"
3838

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-
4839
#if defined(USE_BSM_AUDIT)
4940

5041
#include <sys/types.h>

audit.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626

2727
#include "includes.h"
2828

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-
3829
#include <stdarg.h>
3930
#include <string.h>
4031

auth.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525

2626
#include "includes.h"
2727

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-
3728
#include <sys/types.h>
3829
#include <sys/stat.h>
3930

@@ -179,7 +170,7 @@ allowed_user(struct passwd * pw)
179170
free(shell);
180171
return 0;
181172
}
182-
#ifndef WIN32_FIXME
173+
#ifndef WIN32_FIXME//R
183174
if (S_ISREG(st.st_mode) == 0 ||
184175
(st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
185176
logit("User %.100s not allowed because shell %.100s "

0 commit comments

Comments
 (0)