search for: has_create_token_wo_ntsec

Displaying 1 result from an estimated 1 matches for "has_create_token_wo_ntsec".

2004 Apr 18
0
[PATCH] bsd-cygwin_util.c: Relax pubkey authentication prerequisites
...eving revision 1.11 diff -p -u -r1.11 bsd-cygwin_util.c --- openbsd-compat/bsd-cygwin_util.c 7 Aug 2003 06:23:43 -0000 1.11 +++ openbsd-compat/bsd-cygwin_util.c 18 Apr 2004 10:13:03 -0000 @@ -77,6 +77,7 @@ binary_pipe(int fd[2]) #define HAS_CREATE_TOKEN 1 #define HAS_NTSEC_BY_DEFAULT 2 +#define HAS_CREATE_TOKEN_WO_NTSEC 3 static int has_capability(int what) @@ -84,6 +85,7 @@ has_capability(int what) static int inited; static int has_create_token; static int has_ntsec_by_default; + static int has_create_token_wo_ntsec; /* * has_capability() basically calls uname() and checks if @@ -113,6 +115,9 @...