summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-10-16 21:51:16 -0400
committerSimo Sorce <simo@redhat.com>2013-10-18 16:29:51 -0400
commitfd8d8833e2f3496893c970550eecc6449b59b9d5 (patch)
tree25fc65ee9548c38b861fb65986b452fc6ad36bc4 /README.txt
parent1793582754d508191bf90404b0936060060b9027 (diff)
downloadgss-ntlmssp-fd8d8833e2f3496893c970550eecc6449b59b9d5.tar.gz
gss-ntlmssp-fd8d8833e2f3496893c970550eecc6449b59b9d5.tar.xz
gss-ntlmssp-fd8d8833e2f3496893c970550eecc6449b59b9d5.zip
Add way to set sequence numbres.
In NTLMSSP connectionless mode applications are supposed to provide the sequence number, however GSSAPI's get_mic and verify_mic functions do not allow to pass an explicit sequence number. Allow to override the context sequence numbers using a custom oid and implemnting gss_set_sec_context_option() Allows the operation only if the context is in connectionless mode.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index cb8e6ae..c308696 100644
--- a/README.txt
+++ b/README.txt
@@ -8,6 +8,10 @@ authentication.
So far it has been built and tested only with the libgssapi implementation
that comes with MIT Kerberos 1.11
+OID Space
+=========
+
+The Samba Project kindly donated this OID space: 1.3.6.1.4.1.7165.655.1.x
BUILDING
========