git.samba.org
/
jelmer
/
samba4-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc9abc
)
r1482: today I saw DCERPC_AUTH_TYPE 16(0x10)
author
Stefan Metzmacher
<metze@samba.org>
Tue, 13 Jul 2004 18:10:11 +0000
(18:10 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:57:34 +0000
(12:57 -0500)
and it seems to be raw krb5, but I need to do some tests
metze
source/librpc/idl/dcerpc.idl
patch
|
blob
|
history
diff --git
a/source/librpc/idl/dcerpc.idl
b/source/librpc/idl/dcerpc.idl
index 0ee3d7b69b4f98b01a2df8e01c06e19aeac5bd99..71c1b26e2a6f7b6c4d087f07501ccd61c5b55eac 100644
(file)
--- a/
source/librpc/idl/dcerpc.idl
+++ b/
source/librpc/idl/dcerpc.idl
@@
-105,6
+105,10
@@
interface dcerpc
const uint8 DCERPC_AUTH_TYPE_KRB5 = 1;
const uint8 DCERPC_AUTH_TYPE_SPNEGO = 9;
const uint8 DCERPC_AUTH_TYPE_NTLMSSP = 10;
+ /* I'm not 100% sure but type 16(0x10)
+ * seems to be raw krb5 --metze
+ */
+ const uint8 DCERPC_AUTH_TYPE_KRB5_16 = 16;
const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68;
const uint8 DCERPC_AUTH_LEVEL_NONE = 1;