summaryrefslogtreecommitdiffstats
path: root/src/gss_ntlmssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gss_ntlmssp.c')
-rw-r--r--src/gss_ntlmssp.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/gss_ntlmssp.c b/src/gss_ntlmssp.c
new file mode 100644
index 0000000..7762b23
--- /dev/null
+++ b/src/gss_ntlmssp.c
@@ -0,0 +1,25 @@
+/*
+ Copyright (C) 2013 Simo Sorce <simo@samba.org>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include "gss_ntlmssp.h"
+
+/* 1.3.6.1.4.1.311.2.2.10 */
+const gss_OID_desc gss_ntlm_oid = {
+ .length = 10,
+ .elements = "\x2b\x06\x01\x04\x01\x82\x37\x02\x02\x0a"
+};
+